By type
JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.3.7.RELEASE)
2022-04-01T05:21:06.050Z||main|||||INFO|500||The following profiles are active: basic
2022-04-01T05:21:16.803Z||main|||||INFO|500||Starting service [Tomcat]
2022-04-01T05:21:16.804Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-04-01T05:21:16.914Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-04-01T05:21:20.864Z||main|||||INFO|500||catdb-pool - Starting...
2022-04-01T05:21:21.286Z||main|||||INFO|500||catdb-pool - Start completed.
2022-04-01T05:21:21.785Z||main|||||INFO|500||reqdb-pool - Starting...
2022-04-01T05:21:21.796Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-04-01T05:21:21.900Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-04-01T05:21:22.123Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-04-01T05:21:22.687Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-04-01T05:21:25.108Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-04-01T05:21:28.117Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-04-01T05:21:28.208Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-04-01T05:21:28.820Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-04-01T05:21:29.117Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2022-04-01T05:21:30.860Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-04-01T05:21:32.364Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-04-01T05:21:32.399Z||main|||||WARN|500||Exception on connecting to SDC WFD endpoint:
java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at java.base/sun.net.NetworkClient.doConnect(Unknown Source)
at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
at java.base/sun.net.www.http.HttpClient.(Unknown Source)
at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at java.base/java.net.HttpURLConnection.getResponseCode(Unknown Source)
at org.onap.so.asdc.activity.DeployActivitySpecs.checkHttpServerUp(DeployActivitySpecs.java:155)
at org.onap.so.asdc.activity.DeployActivitySpecs.deployActivities(DeployActivitySpecs.java:70)
at org.onap.so.asdc.activity.DeployActivitySpecs$$FastClassBySpringCGLIB$$7dbd81c4.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.activity.DeployActivitySpecs$$EnhancerBySpringCGLIB$$fa32a587.deployActivities()
at org.onap.so.asdc.Application.deployActivities(Application.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
at org.onap.so.asdc.Application.main(Application.java:60)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-04-01T05:21:32.400Z||main|||||WARN|500||The sdc end point is not alive
2022-04-01T05:21:36.060Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-04-01T05:21:39.228Z||main|||||WARN|500||---
2022-04-01T05:21:39.228Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-04-01T05:21:39.229Z||main|||||WARN|500||---
2022-04-01T05:21:39.648Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-04-01T05:21:44.875Z||main|||||INFO|500||Started Application in 41.843 seconds (JVM running for 44.002)
2022-04-01T05:21:44.890Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-04-01T05:21:44.894Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-04-01T05:21:44.908Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-04-01T05:21:44.940Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-04-01T05:21:44.995Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 983e8c2a-1f82-4341-9fb1-289c255b7c37 url= /sdc/v1/artifactTypes
2022-04-01T05:21:44.996Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-04-01T05:21:45.252Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-04-01T05:21:45.281Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2022-04-01T05:21:45.303Z||scheduling-1|||||DEBUG|500||create keys
2022-04-01T05:21:45.311Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-04-01T05:21:45.383Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T05:21:45.401Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 2e3ec408-f001-4129-b314-6815cc2b4c40 url= /sdc/v1/registerForDistribution
2022-04-01T05:21:45.588Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 2e3ec408-f001-4129-b314-6815cc2b4c40 url= /sdc/v1/registerForDistribution
2022-04-01T05:21:45.588Z||scheduling-1|||||INFO|500||start DistributionClient
2022-04-01T05:21:45.598Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T05:21:45.602Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-04-01T05:21:45.608Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T05:21:45.608Z||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 nMevPcYffJqnjF77) ...
2022-04-01T05:21:45.606Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T05:21:45.617Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T05:21:45.617Z||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 nMevPcYffJqnjF77) ...
2022-04-01T05:21:55.945Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T05:21:55.955Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T05:22:45.594Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T05:22:45.595Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T05:22:45.596Z||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 nMevPcYffJqnjF77) ...
2022-04-01T05:22:45.596Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T05:22:45.597Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T05:22:45.598Z||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 nMevPcYffJqnjF77) ...
2022-04-01T05:22:55.167Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T05:22:55.177Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T05:23:45.596Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T05:23:45.596Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T05:23:45.601Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T05:23:45.602Z||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 nMevPcYffJqnjF77) ...
2022-04-01T05:23:45.604Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T05:23:45.605Z||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 nMevPcYffJqnjF77) ...
2022-04-01T05:23:55.169Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T05:23:55.169Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T05:24:45.594Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T05:24:45.596Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T05:24:45.596Z||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 nMevPcYffJqnjF77) ...
2022-04-01T05:24:45.596Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T05:24:45.602Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T05:24:45.602Z||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 nMevPcYffJqnjF77) ...
2022-04-01T05:24:55.155Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T05:24:55.157Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T05:25:45.594Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T05:25:45.596Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T05:25:45.596Z||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 nMevPcYffJqnjF77) ...
2022-04-01T05:25:45.597Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T05:25:45.598Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T05:25:45.598Z||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 nMevPcYffJqnjF77) ...
2022-04-01T05:25:55.154Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T05:25:55.154Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T05:26:45.594Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T05:26:45.596Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T05:26:45.596Z||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 nMevPcYffJqnjF77) ...
2022-04-01T05:26:45.596Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T05:26:45.597Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T05:26:45.598Z||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 nMevPcYffJqnjF77) ...
2022-04-01T05:26:55.222Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T05:26:55.226Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T05:27:45.594Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T05:27:45.595Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T05:27:45.596Z||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 nMevPcYffJqnjF77) ...
2022-04-01T05:27:45.596Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T05:27:45.598Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T05:27:45.598Z||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 nMevPcYffJqnjF77) ...
2022-04-01T05:27:55.147Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T05:27:55.154Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T05:28:45.594Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T05:28:45.595Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T05:28:45.596Z||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 nMevPcYffJqnjF77) ...
2022-04-01T05:28:45.596Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T05:28:45.597Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T05:28:45.598Z||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 nMevPcYffJqnjF77) ...
2022-04-01T05:28:55.184Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T05:28:55.184Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T05:29:45.594Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T05:29:45.595Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T05:29:45.596Z||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 nMevPcYffJqnjF77) ...
2022-04-01T05:29:45.596Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T05:29:45.597Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T05:29:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T05:29:55.149Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T05:29:55.149Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T05:30:45.595Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T05:30:45.596Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T05:30:45.597Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T05:30:45.598Z||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 nMevPcYffJqnjF77) ...
2022-04-01T05:30:45.598Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T05:30:45.598Z||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 nMevPcYffJqnjF77) ...
2022-04-01T05:30:55.158Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T05:30:55.158Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T05:31:11.228Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-04-01T05:31:45.594Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T05:31:45.595Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T05:31:45.596Z||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 nMevPcYffJqnjF77) ...
2022-04-01T05:31:45.596Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T05:31:45.597Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T05:31:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T05:31:55.146Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T05:31:55.146Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T05:32:45.594Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T05:32:45.595Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T05:32:45.595Z||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 nMevPcYffJqnjF77) ...
2022-04-01T05:32:45.597Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T05:32:45.598Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T05:32:45.598Z||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 nMevPcYffJqnjF77) ...
2022-04-01T05:32:55.154Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T05:32:55.154Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T05:33:45.594Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T05:33:45.596Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T05:33:45.596Z||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 nMevPcYffJqnjF77) ...
2022-04-01T05:33:45.596Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T05:33:45.597Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T05:33:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T05:33:55.154Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T05:33:55.163Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T05:34:45.595Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T05:34:45.596Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T05:34:45.596Z||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 nMevPcYffJqnjF77) ...
2022-04-01T05:34:45.596Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T05:34:45.597Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T05:34:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T05:34:55.142Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T05:34:55.150Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T05:35:45.595Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T05:35:45.596Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T05:35:45.596Z||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 nMevPcYffJqnjF77) ...
2022-04-01T05:35:45.596Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T05:35:45.597Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T05:35:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T05:35:55.170Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T05:35:55.170Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T05:36:45.594Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T05:36:45.595Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T05:36:45.596Z||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 nMevPcYffJqnjF77) ...
2022-04-01T05:36:45.596Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T05:36:45.597Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T05:36:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T05:36:55.160Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T05:36:55.163Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T05:37:45.595Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T05:37:45.596Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T05:37:45.597Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T05:37:45.597Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T05:37:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T05:37:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T05:37:55.150Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T05:37:55.151Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T05:38:45.595Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T05:38:45.596Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T05:38:45.597Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T05:38:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T05:38:45.597Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T05:38:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T05:38:55.148Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T05:38:55.148Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T05:39:45.595Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T05:39:45.596Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T05:39:45.596Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nMevPcYffJqnjF77) ...
2022-04-01T05:39:45.596Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T05:39:45.596Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T05:39:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T05:39:55.171Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T05:39:55.174Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T05:40:45.594Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T05:40:45.596Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T05:40:45.596Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nMevPcYffJqnjF77) ...
2022-04-01T05:40:45.596Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T05:40:45.597Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T05:40:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T05:40:55.142Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T05:40:55.169Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T05:41:45.594Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T05:41:45.595Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T05:41:45.595Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nMevPcYffJqnjF77) ...
2022-04-01T05:41:45.596Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T05:41:45.596Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T05:41:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T05:41:55.148Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T05:41:55.148Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T05:42:45.594Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T05:42:45.595Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T05:42:45.596Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nMevPcYffJqnjF77) ...
2022-04-01T05:42:45.596Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T05:42:45.596Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T05:42:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T05:42:55.156Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T05:42:55.161Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T05:43:45.594Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T05:43:45.595Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T05:43:45.596Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nMevPcYffJqnjF77) ...
2022-04-01T05:43:45.596Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T05:43:45.597Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T05:43:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T05:43:55.147Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T05:43:55.149Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T05:44:45.594Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T05:44:45.595Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T05:44:45.595Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nMevPcYffJqnjF77) ...
2022-04-01T05:44:45.596Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T05:44:45.596Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T05:44:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T05:44:55.149Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T05:44:55.159Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T05:45:45.594Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T05:45:45.595Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T05:45:45.595Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nMevPcYffJqnjF77) ...
2022-04-01T05:45:45.596Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T05:45:45.597Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T05:45:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T05:45:55.157Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T05:45:55.159Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T05:46:45.595Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T05:46:45.598Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T05:46:45.599Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nMevPcYffJqnjF77) ...
2022-04-01T05:46:45.596Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T05:46:45.600Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T05:46:45.600Z||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 nMevPcYffJqnjF77) ...
2022-04-01T05:46:55.168Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T05:46:55.169Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T05:47:45.594Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T05:47:45.595Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T05:47:45.595Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nMevPcYffJqnjF77) ...
2022-04-01T05:47:45.597Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T05:47:45.598Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T05:47:45.598Z||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 nMevPcYffJqnjF77) ...
2022-04-01T05:47:55.144Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T05:47:55.155Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T05:48:45.595Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T05:48:45.596Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T05:48:45.596Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T05:48:45.596Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nMevPcYffJqnjF77) ...
2022-04-01T05:48:45.596Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T05:48:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T05:48:55.146Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T05:48:55.177Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T05:49:45.594Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T05:49:45.595Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T05:49:45.595Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nMevPcYffJqnjF77) ...
2022-04-01T05:49:45.596Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T05:49:45.597Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T05:49:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T05:49:55.155Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T05:49:55.157Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T05:50:45.594Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T05:50:45.596Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T05:50:45.596Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T05:50:45.596Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nMevPcYffJqnjF77) ...
2022-04-01T05:50:45.597Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T05:50:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T05:50:55.147Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T05:50:55.162Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T05:51:45.596Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T05:51:45.596Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T05:51:45.597Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T05:51:45.597Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nMevPcYffJqnjF77) ...
2022-04-01T05:51:45.597Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T05:51:45.598Z||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 nMevPcYffJqnjF77) ...
2022-04-01T05:51:55.165Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T05:51:55.174Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T05:52:45.594Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T05:52:45.595Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T05:52:45.595Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nMevPcYffJqnjF77) ...
2022-04-01T05:52:45.596Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T05:52:45.596Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T05:52:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T05:52:55.152Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T05:52:55.152Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T05:53:45.594Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T05:53:45.596Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T05:53:45.596Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T05:53:45.597Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T05:53:45.597Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nMevPcYffJqnjF77) ...
2022-04-01T05:53:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T05:53:55.151Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T05:53:55.152Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T05:54:45.595Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T05:54:45.596Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T05:54:45.598Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T05:54:45.598Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T05:54:45.599Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nMevPcYffJqnjF77) ...
2022-04-01T05:54:45.599Z||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 nMevPcYffJqnjF77) ...
2022-04-01T05:54:55.179Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T05:54:55.183Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T05:55:45.596Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T05:55:45.597Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T05:55:45.597Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nMevPcYffJqnjF77) ...
2022-04-01T05:55:45.600Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T05:55:45.601Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T05:55:45.601Z||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 nMevPcYffJqnjF77) ...
2022-04-01T05:55:55.167Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T05:55:55.170Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T05:56:45.594Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T05:56:45.595Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T05:56:45.595Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nMevPcYffJqnjF77) ...
2022-04-01T05:56:45.596Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T05:56:45.597Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T05:56:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T05:56:55.166Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T05:56:55.168Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T05:57:45.594Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T05:57:45.595Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T05:57:45.596Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nMevPcYffJqnjF77) ...
2022-04-01T05:57:45.596Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T05:57:45.597Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T05:57:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T05:57:55.154Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T05:57:55.156Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T05:58:45.595Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T05:58:45.596Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T05:58:45.596Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T05:58:45.596Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nMevPcYffJqnjF77) ...
2022-04-01T05:58:45.597Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T05:58:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T05:58:55.169Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T05:58:55.172Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T05:59:45.594Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T05:59:45.596Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T05:59:45.596Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nMevPcYffJqnjF77) ...
2022-04-01T05:59:45.596Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T05:59:45.597Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T05:59:45.598Z||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 nMevPcYffJqnjF77) ...
2022-04-01T05:59:55.144Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T05:59:55.149Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T06:00:45.594Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:00:45.595Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T06:00:45.596Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nMevPcYffJqnjF77) ...
2022-04-01T06:00:45.596Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:00:45.597Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T06:00:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:00:55.163Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T06:00:55.162Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T06:01:45.594Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:01:45.595Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T06:01:45.595Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nMevPcYffJqnjF77) ...
2022-04-01T06:01:45.596Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:01:45.596Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T06:01:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:01:55.159Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T06:01:55.159Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T06:02:45.595Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:02:45.596Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:02:45.597Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T06:02:45.597Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T06:02:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:02:45.598Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nMevPcYffJqnjF77) ...
2022-04-01T06:02:55.145Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T06:02:55.147Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T06:03:45.594Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:03:45.595Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T06:03:45.595Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nMevPcYffJqnjF77) ...
2022-04-01T06:03:45.596Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:03:45.596Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T06:03:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:03:55.191Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T06:03:55.192Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T06:04:45.594Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:04:45.595Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T06:04:45.595Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nMevPcYffJqnjF77) ...
2022-04-01T06:04:45.596Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:04:45.597Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T06:04:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:04:55.150Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T06:04:55.151Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T06:05:45.594Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:05:45.595Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T06:05:45.595Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nMevPcYffJqnjF77) ...
2022-04-01T06:05:45.596Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:05:45.597Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T06:05:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:05:55.161Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T06:05:55.208Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T06:06:45.594Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:06:45.595Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T06:06:45.595Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nMevPcYffJqnjF77) ...
2022-04-01T06:06:45.596Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:06:45.596Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T06:06:45.596Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:06:55.152Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T06:06:55.155Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T06:07:45.595Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:07:45.596Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:07:45.597Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T06:07:45.597Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T06:07:45.598Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:07:45.598Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nMevPcYffJqnjF77) ...
2022-04-01T06:07:55.144Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T06:07:55.144Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T06:08:45.594Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:08:45.595Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T06:08:45.595Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nMevPcYffJqnjF77) ...
2022-04-01T06:08:45.596Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:08:45.596Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T06:08:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:08:55.163Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T06:08:55.164Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T06:09:45.594Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:09:45.595Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T06:09:45.595Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:09:45.597Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:09:45.598Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T06:09:45.598Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:09:55.144Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T06:09:55.144Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T06:10:45.594Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:10:45.595Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T06:10:45.595Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:10:45.596Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:10:45.597Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T06:10:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:10:55.147Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T06:10:55.148Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T06:11:45.594Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:11:45.595Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T06:11:45.595Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:11:45.597Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:11:45.598Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T06:11:45.598Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:11:55.154Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T06:11:55.155Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T06:12:45.594Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:12:45.596Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T06:12:45.596Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:12:45.596Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:12:45.597Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T06:12:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:12:55.172Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T06:12:55.179Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T06:13:45.594Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:13:45.595Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T06:13:45.595Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:13:45.596Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:13:45.596Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T06:13:45.596Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:13:55.139Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T06:13:55.150Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T06:14:45.594Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:14:45.596Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T06:14:45.596Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:14:45.596Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:14:45.597Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T06:14:45.598Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:14:55.142Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T06:14:55.143Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T06:15:45.596Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:15:45.596Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:15:45.601Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T06:15:45.601Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T06:15:45.601Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:15:45.601Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:15:55.151Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T06:15:55.151Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T06:16:45.595Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:16:45.596Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:16:45.597Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T06:16:45.597Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T06:16:45.598Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:16:45.598Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:16:55.171Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T06:16:55.171Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T06:17:45.594Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:17:45.596Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T06:17:45.596Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:17:45.596Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:17:45.597Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T06:17:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:17:55.143Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T06:17:55.144Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T06:18:45.594Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:18:45.596Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T06:18:45.596Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:18:45.596Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:18:45.597Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T06:18:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:18:55.150Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T06:18:55.150Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T06:19:45.594Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:19:45.595Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T06:19:45.595Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:19:45.596Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:19:45.596Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T06:19:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:19:55.142Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T06:19:55.149Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T06:20:45.595Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:20:45.596Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:20:45.596Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T06:20:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:20:45.597Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T06:20:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:20:55.159Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T06:20:55.164Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T06:21:45.594Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:21:45.595Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T06:21:45.595Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:21:45.596Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:21:45.596Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T06:21:45.596Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:21:55.144Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T06:21:55.151Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T06:22:45.594Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:22:45.595Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T06:22:45.595Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:22:45.596Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:22:45.596Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T06:22:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:22:55.150Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T06:22:55.151Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T06:23:45.595Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:23:45.596Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:23:45.597Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T06:23:45.597Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T06:23:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:23:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:23:55.161Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T06:23:55.162Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T06:24:45.594Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:24:45.595Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T06:24:45.595Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:24:45.596Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:24:45.597Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T06:24:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:24:55.147Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T06:24:55.168Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T06:25:45.594Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:25:45.596Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T06:25:45.596Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:25:45.596Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:25:45.597Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T06:25:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:25:55.151Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T06:25:55.155Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T06:26:45.594Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:26:45.595Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T06:26:45.595Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:26:45.596Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:26:45.596Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T06:26:45.596Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:26:55.170Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T06:26:55.170Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T06:27:45.594Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:27:45.595Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T06:27:45.595Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:27:45.596Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:27:45.597Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T06:27:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:27:55.141Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T06:27:55.142Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T06:28:45.594Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:28:45.596Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T06:28:45.596Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:28:45.596Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:28:45.597Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T06:28:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:28:55.156Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T06:28:55.159Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T06:29:45.595Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:29:45.596Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T06:29:45.596Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:29:45.596Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:29:45.599Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T06:29:45.599Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:29:55.143Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T06:29:55.144Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T06:30:45.594Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:30:45.595Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T06:30:45.596Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:30:45.596Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:30:45.596Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T06:30:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:30:55.144Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T06:30:55.144Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T06:31:45.594Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:31:45.596Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:31:45.597Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T06:31:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:31:45.597Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T06:31:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:31:55.150Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T06:31:55.154Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T06:32:45.594Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:32:45.595Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T06:32:45.596Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:32:45.596Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:32:45.597Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T06:32:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:32:55.154Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T06:32:55.154Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T06:33:45.594Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:33:45.595Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T06:33:45.595Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:33:45.596Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:33:45.596Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T06:33:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:33:55.144Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T06:33:55.145Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T06:34:45.594Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:34:45.596Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:34:45.596Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T06:34:45.596Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:34:45.596Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T06:34:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:34:55.172Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T06:34:55.176Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T06:35:45.594Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:35:45.596Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T06:35:45.596Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:35:45.596Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:35:45.596Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T06:35:45.596Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:35:55.147Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T06:35:55.149Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T06:36:45.594Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:36:45.596Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T06:36:45.596Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:36:45.596Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:36:45.597Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T06:36:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:36:55.148Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T06:36:55.153Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T06:37:45.594Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:37:45.595Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T06:37:45.595Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:37:45.596Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:37:45.597Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T06:37:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:37:55.175Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T06:37:55.178Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T06:38:45.594Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:38:45.595Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T06:38:45.595Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:38:45.596Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:38:45.597Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T06:38:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:38:55.155Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T06:38:55.156Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T06:39:45.596Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:39:45.595Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:39:45.599Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T06:39:45.599Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T06:39:45.599Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:39:45.599Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:39:55.175Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T06:39:55.189Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T06:40:45.594Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:40:45.596Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T06:40:45.596Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:40:45.596Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:40:45.597Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T06:40:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:40:55.147Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T06:40:55.156Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T06:41:45.594Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:41:45.596Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T06:41:45.596Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:41:45.596Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:41:45.597Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T06:41:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:41:55.186Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T06:41:55.186Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T06:42:45.594Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:42:45.595Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T06:42:45.595Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:42:45.596Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:42:45.597Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T06:42:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:42:55.161Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T06:42:55.170Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T06:43:45.596Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:43:45.596Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:43:45.597Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T06:43:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:43:45.597Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T06:43:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:43:55.167Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T06:43:55.167Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T06:44:45.594Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:44:45.596Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T06:44:45.596Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:44:45.596Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:44:45.597Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T06:44:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:44:55.145Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T06:44:55.145Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T06:45:45.594Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:45:45.595Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T06:45:45.595Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:45:45.597Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:45:45.597Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T06:45:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:45:55.154Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T06:45:55.155Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T06:46:45.594Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:46:45.595Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T06:46:45.595Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:46:45.596Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:46:45.597Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T06:46:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:46:55.145Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T06:46:55.147Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T06:47:45.594Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:47:45.596Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:47:45.597Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T06:47:45.597Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T06:47:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:47:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:47:55.167Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T06:47:55.167Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T06:48:45.594Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:48:45.596Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T06:48:45.596Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:48:45.596Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:48:45.597Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T06:48:45.598Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:48:55.148Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T06:48:55.162Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T06:49:45.594Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:49:45.595Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T06:49:45.595Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:49:45.596Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:49:45.597Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T06:49:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:49:55.150Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T06:49:55.150Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T06:50:45.596Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:50:45.596Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:50:45.597Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T06:50:45.598Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:50:45.597Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T06:50:45.600Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:50:55.145Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T06:50:55.145Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T06:51:45.596Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:51:45.597Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T06:51:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:51:45.601Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:51:45.601Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T06:51:45.602Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:51:55.234Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T06:51:55.235Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T06:52:45.594Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:52:45.595Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T06:52:45.595Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:52:45.596Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:52:45.596Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T06:52:45.596Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:52:55.162Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T06:52:55.197Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T06:53:45.594Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:53:45.595Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T06:53:45.596Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:53:45.596Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:53:45.597Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T06:53:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:53:55.142Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T06:53:55.145Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T06:54:45.594Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:54:45.595Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T06:54:45.595Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:54:45.596Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:54:45.596Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T06:54:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:54:55.153Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T06:54:55.153Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T06:55:45.595Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:55:45.596Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:55:45.597Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T06:55:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:55:45.597Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T06:55:45.598Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:55:55.150Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T06:55:55.149Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T06:56:45.594Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:56:45.596Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:56:45.597Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T06:56:45.597Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T06:56:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:56:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:56:55.151Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T06:56:55.161Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T06:57:45.594Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:57:45.596Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T06:57:45.596Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:57:45.596Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:57:45.597Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T06:57:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:57:55.147Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T06:57:55.147Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T06:58:45.594Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:58:45.595Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T06:58:45.595Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:58:45.596Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:58:45.597Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T06:58:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:58:55.165Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T06:58:55.215Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T06:59:45.594Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:59:45.595Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T06:59:45.595Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:59:45.596Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:59:45.596Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T06:59:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:59:55.156Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T06:59:55.156Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T07:00:45.594Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T07:00:45.595Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T07:00:45.595Z||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 nMevPcYffJqnjF77) ...
2022-04-01T07:00:45.596Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T07:00:45.596Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T07:00:45.596Z||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 nMevPcYffJqnjF77) ...
2022-04-01T07:00:55.163Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T07:00:55.164Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T07:01:45.594Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T07:01:45.595Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T07:01:45.596Z||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 nMevPcYffJqnjF77) ...
2022-04-01T07:01:45.598Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T07:01:45.599Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T07:01:45.599Z||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 nMevPcYffJqnjF77) ...
2022-04-01T07:01:55.151Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T07:01:55.151Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T07:02:45.594Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T07:02:45.595Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T07:02:45.596Z||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 nMevPcYffJqnjF77) ...
2022-04-01T07:02:45.596Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T07:02:45.597Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T07:02:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T07:02:55.146Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T07:02:55.156Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T07:03:45.594Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T07:03:45.595Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T07:03:45.596Z||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 nMevPcYffJqnjF77) ...
2022-04-01T07:03:45.596Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T07:03:45.597Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T07:03:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T07:03:55.166Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T07:03:55.170Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T07:04:45.596Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T07:04:45.595Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T07:04:45.599Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T07:04:45.599Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T07:04:45.599Z||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 nMevPcYffJqnjF77) ...
2022-04-01T07:04:45.599Z||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 nMevPcYffJqnjF77) ...
2022-04-01T07:04:55.196Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T07:04:55.196Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T07:05:45.594Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T07:05:45.595Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T07:05:45.595Z||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 nMevPcYffJqnjF77) ...
2022-04-01T07:05:45.596Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T07:05:45.596Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T07:05:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T07:05:55.156Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T07:05:55.159Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T07:06:45.594Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T07:06:45.595Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T07:06:45.595Z||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 nMevPcYffJqnjF77) ...
2022-04-01T07:06:45.596Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T07:06:45.597Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T07:06:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T07:06:55.145Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T07:06:55.162Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T07:07:45.594Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T07:07:45.595Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T07:07:45.595Z||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 nMevPcYffJqnjF77) ...
2022-04-01T07:07:45.596Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T07:07:45.596Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T07:07:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T07:07:55.153Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T07:07:55.160Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T07:08:45.594Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T07:08:45.595Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T07:08:45.595Z||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 nMevPcYffJqnjF77) ...
2022-04-01T07:08:45.596Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T07:08:45.597Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T07:08:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T07:08:55.143Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T07:08:55.145Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T07:09:45.594Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T07:09:45.595Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T07:09:45.595Z||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 nMevPcYffJqnjF77) ...
2022-04-01T07:09:45.596Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T07:09:45.597Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T07:09:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T07:09:55.152Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T07:09:55.154Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T07:10:45.594Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T07:10:45.595Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T07:10:45.595Z||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 nMevPcYffJqnjF77) ...
2022-04-01T07:10:45.596Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T07:10:45.597Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T07:10:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T07:10:55.142Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T07:10:55.142Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T07:11:45.594Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T07:11:45.595Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T07:11:45.595Z||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 nMevPcYffJqnjF77) ...
2022-04-01T07:11:45.596Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T07:11:45.597Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T07:11:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T07:11:55.154Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T07:11:55.162Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T07:12:45.594Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T07:12:45.595Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T07:12:45.596Z||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 nMevPcYffJqnjF77) ...
2022-04-01T07:12:45.596Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T07:12:45.597Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T07:12:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T07:12:55.157Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T07:12:55.158Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T07:13:45.594Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T07:13:45.596Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T07:13:45.596Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T07:13:45.596Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nMevPcYffJqnjF77) ...
2022-04-01T07:13:45.596Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T07:13:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T07:13:55.149Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T07:13:55.204Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T07:14:45.594Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T07:14:45.595Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T07:14:45.595Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nMevPcYffJqnjF77) ...
2022-04-01T07:14:45.596Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T07:14:45.597Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T07:14:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T07:14:55.157Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T07:14:55.159Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T07:15:45.594Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T07:15:45.595Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T07:15:45.595Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nMevPcYffJqnjF77) ...
2022-04-01T07:15:45.596Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T07:15:45.596Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T07:15:45.596Z||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 nMevPcYffJqnjF77) ...
2022-04-01T07:15:55.141Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T07:15:55.142Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T07:16:45.594Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T07:16:45.595Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T07:16:45.595Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nMevPcYffJqnjF77) ...
2022-04-01T07:16:45.596Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T07:16:45.596Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T07:16:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T07:16:55.152Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T07:16:55.173Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T07:17:45.594Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T07:17:45.595Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T07:17:45.595Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nMevPcYffJqnjF77) ...
2022-04-01T07:17:45.596Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T07:17:45.596Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T07:17:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T07:17:55.154Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T07:17:55.158Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T07:18:45.594Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T07:18:45.595Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T07:18:45.596Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nMevPcYffJqnjF77) ...
2022-04-01T07:18:45.596Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T07:18:45.596Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T07:18:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T07:18:55.149Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T07:18:55.168Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T07:19:45.594Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T07:19:45.596Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T07:19:45.596Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nMevPcYffJqnjF77) ...
2022-04-01T07:19:45.596Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T07:19:45.596Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T07:19:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T07:19:55.151Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T07:19:55.151Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T07:20:45.595Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T07:20:45.596Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T07:20:45.597Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T07:20:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T07:20:45.597Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T07:20:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T07:20:45.738Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T07:20:45.744Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:20:45.744Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
"consumerID": "clamp",
"timestamp": 1648797621049,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220401071744/1.0/resourceInstances/vfwc54ee80cb3b80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-01T07:20:45.783Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-01T07:20:45.784Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:20:45.784Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648797620584,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220401071744/1.0/resourceInstances/vfwc54ee80cb3b80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-01T07:20:45.784Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-01T07:20:45.785Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:20:45.785Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
"consumerID": "clamp",
"timestamp": 1648797621049,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220401071744/1.0/resourceInstances/vfwc54ee80cb3b80/artifacts/vfwc54ee80cb3b80_modules.json",
"status": "NOTIFIED"
}
2022-04-01T07:20:45.785Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-01T07:20:45.786Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:20:45.786Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648797620584,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220401071744/1.0/resourceInstances/vfwc54ee80cb3b80/artifacts/vfwc54ee80cb3b80_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-01T07:20:45.786Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-01T07:20:45.786Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:20:45.787Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
"consumerID": "clamp",
"timestamp": 1648797621049,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220401071744/1.0/resourceInstances/vfwc54ee80cb3b80/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-01T07:20:45.787Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-01T07:20:45.787Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:20:45.788Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648797620584,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220401071744/1.0/resourceInstances/vfwc54ee80cb3b80/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-01T07:20:45.788Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-01T07:20:45.788Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:20:45.789Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
"consumerID": "cds",
"timestamp": 1648797629737,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220401071744/1.0/resourceInstances/vfwc54ee80cb3b80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-01T07:20:45.789Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-01T07:20:45.789Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:20:45.790Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
"consumerID": "clamp",
"timestamp": 1648797621049,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220401071744/1.0/resourceInstances/vfwc54ee80cb3b80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-01T07:20:45.790Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-01T07:20:45.790Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:20:45.791Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648797620584,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220401071744/1.0/resourceInstances/vfwc54ee80cb3b80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-01T07:20:45.791Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-01T07:20:45.791Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:20:45.792Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
"consumerID": "ves-openapi-manager",
"timestamp": 1648797631557,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220401071744/1.0/resourceInstances/vfwc54ee80cb3b80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-01T07:20:45.792Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-01T07:20:45.792Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:20:45.793Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
"consumerID": "cds",
"timestamp": 1648797629737,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220401071744/1.0/resourceInstances/vfwc54ee80cb3b80/artifacts/vfwc54ee80cb3b80_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-01T07:20:45.793Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-01T07:20:45.793Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:20:45.793Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
"consumerID": "clamp",
"timestamp": 1648797621049,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220401071744/1.0/resourceInstances/vfwc54ee80cb3b80/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-01T07:20:45.794Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-01T07:20:45.794Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:20:45.794Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648797620584,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220401071744/1.0/resourceInstances/vfwc54ee80cb3b80/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-01T07:20:45.795Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-01T07:20:45.795Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:20:45.795Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
"consumerID": "ves-openapi-manager",
"timestamp": 1648797631557,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220401071744/1.0/resourceInstances/vfwc54ee80cb3b80/artifacts/vfwc54ee80cb3b80_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-01T07:20:45.795Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-01T07:20:45.796Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:20:45.796Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648797632759,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220401071744/1.0/resourceInstances/vfwc54ee80cb3b80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-01T07:20:45.796Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-01T07:20:45.796Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:20:45.797Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
"consumerID": "cds",
"timestamp": 1648797629737,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220401071744/1.0/resourceInstances/vfwc54ee80cb3b80/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-01T07:20:45.798Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-01T07:20:45.798Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:20:45.798Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
"consumerID": "clamp",
"timestamp": 1648797621049,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220401071744/1.0/artifacts/service-Vfw20220401071744-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-01T07:20:45.799Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-01T07:20:45.799Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:20:45.799Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648797620584,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220401071744/1.0/artifacts/service-Vfw20220401071744-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-01T07:20:45.799Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-01T07:20:45.800Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:20:45.800Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
"consumerID": "ves-openapi-manager",
"timestamp": 1648797631557,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220401071744/1.0/resourceInstances/vfwc54ee80cb3b80/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-01T07:20:45.800Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-01T07:20:45.800Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:20:45.801Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648797632759,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220401071744/1.0/resourceInstances/vfwc54ee80cb3b80/artifacts/vfwc54ee80cb3b80_modules.json",
"status": "NOTIFIED"
}
2022-04-01T07:20:45.801Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-01T07:20:45.801Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:20:45.801Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
"consumerID": "cds",
"timestamp": 1648797629737,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220401071744/1.0/resourceInstances/vfwc54ee80cb3b80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-01T07:20:45.802Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-01T07:20:45.802Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:20:45.803Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
"consumerID": "clamp",
"timestamp": 1648797621049,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220401071744/1.0/artifacts/service-Vfw20220401071744-csar.csar",
"status": "NOTIFIED"
}
2022-04-01T07:20:45.803Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-01T07:20:45.803Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:20:45.803Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648797620584,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220401071744/1.0/artifacts/service-Vfw20220401071744-csar.csar",
"status": "NOTIFIED"
}
2022-04-01T07:20:45.804Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-01T07:20:45.804Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:20:45.804Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
"consumerID": "ves-openapi-manager",
"timestamp": 1648797631557,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220401071744/1.0/resourceInstances/vfwc54ee80cb3b80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-01T07:20:45.804Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-01T07:20:45.805Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:20:45.805Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648797632759,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220401071744/1.0/resourceInstances/vfwc54ee80cb3b80/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-04-01T07:20:45.805Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-01T07:20:45.805Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:20:45.806Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
"consumerID": "cds",
"timestamp": 1648797629737,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220401071744/1.0/resourceInstances/vfwc54ee80cb3b80/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-01T07:20:45.806Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-01T07:20:45.806Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:20:45.806Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
"consumerID": "policy-id",
"timestamp": 1648797634436,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220401071744/1.0/resourceInstances/vfwc54ee80cb3b80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-01T07:20:45.807Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-01T07:20:45.807Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:20:45.807Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
"consumerID": "ves-openapi-manager",
"timestamp": 1648797631557,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220401071744/1.0/resourceInstances/vfwc54ee80cb3b80/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-01T07:20:45.807Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-01T07:20:45.808Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:20:45.808Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648797636460,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220401071744/1.0/artifacts/service-Vfw20220401071744-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-01T07:20:45.808Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:20:45.809Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:20:45.809Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648797632759,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220401071744/1.0/resourceInstances/vfwc54ee80cb3b80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-01T07:20:45.809Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-01T07:20:45.810Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:20:45.810Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
"consumerID": "cds",
"timestamp": 1648797629737,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220401071744/1.0/artifacts/service-Vfw20220401071744-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-01T07:20:45.811Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-01T07:20:45.811Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:20:45.811Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
"consumerID": "policy-id",
"timestamp": 1648797634436,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220401071744/1.0/resourceInstances/vfwc54ee80cb3b80/artifacts/vfwc54ee80cb3b80_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-01T07:20:45.812Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-01T07:20:45.812Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:20:45.813Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
"consumerID": "ves-openapi-manager",
"timestamp": 1648797631557,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220401071744/1.0/artifacts/service-Vfw20220401071744-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-01T07:20:45.813Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-01T07:20:45.813Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:20:45.813Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648797632759,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220401071744/1.0/resourceInstances/vfwc54ee80cb3b80/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-04-01T07:20:45.814Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-01T07:20:45.814Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:20:45.815Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
"consumerID": "cds",
"timestamp": 1648797629737,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220401071744/1.0/artifacts/service-Vfw20220401071744-csar.csar",
"status": "NOTIFIED"
}
2022-04-01T07:20:45.815Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-01T07:20:45.815Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:20:45.816Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
"consumerID": "policy-id",
"timestamp": 1648797634436,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220401071744/1.0/resourceInstances/vfwc54ee80cb3b80/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-04-01T07:20:45.816Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-01T07:20:45.816Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:20:45.817Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
"consumerID": "ves-openapi-manager",
"timestamp": 1648797631557,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220401071744/1.0/artifacts/service-Vfw20220401071744-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-04-01T07:20:45.817Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-01T07:20:45.817Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:20:45.818Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648797632759,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220401071744/1.0/artifacts/service-Vfw20220401071744-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-01T07:20:45.818Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-01T07:20:45.818Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:20:45.818Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
"consumerID": "cds",
"timestamp": 1648797637638,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220401071744/1.0/artifacts/service-Vfw20220401071744-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-01T07:20:45.819Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:20:45.819Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:20:45.819Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
"consumerID": "policy-id",
"timestamp": 1648797634436,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220401071744/1.0/resourceInstances/vfwc54ee80cb3b80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-01T07:20:45.820Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-01T07:20:45.820Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:20:45.820Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648797632759,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220401071744/1.0/artifacts/service-Vfw20220401071744-csar.csar",
"status": "NOTIFIED"
}
2022-04-01T07:20:45.820Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-01T07:20:45.821Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:20:45.821Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
"consumerID": "cds",
"timestamp": 1648797638664,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220401071744/1.0/artifacts/service-Vfw20220401071744-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-01T07:20:46.048Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 48ea7f7b-3c23-40aa-806a-066a9c57d270
2022-04-01T07:20:46.077Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 48ea7f7b-3c23-40aa-806a-066a9c57d270 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-01T07:20:46.102Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:20:46.102Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
"consumerID": "policy-id",
"timestamp": 1648797634436,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220401071744/1.0/resourceInstances/vfwc54ee80cb3b80/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-01T07:20:46.103Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-01T07:20:46.103Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:20:46.103Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648797640847,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220401071744/1.0/resourceInstances/vfwc54ee80cb3b80/artifacts/vfwc54ee80cb3b80_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-01T07:20:46.104Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:20:46.104Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:20:46.104Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
"consumerID": "policy-id",
"timestamp": 1648797634436,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220401071744/1.0/artifacts/service-Vfw20220401071744-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-01T07:20:46.104Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-01T07:20:46.104Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:20:46.105Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
"consumerID": "policy-id",
"timestamp": 1648797634436,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220401071744/1.0/artifacts/service-Vfw20220401071744-csar.csar",
"status": "NOTIFIED"
}
2022-04-01T07:20:46.105Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-01T07:20:46.105Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:20:46.105Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648797642334,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220401071744/1.0/resourceInstances/vfwc54ee80cb3b80/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-01T07:20:46.106Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:20:46.106Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:20:46.106Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648797642593,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220401071744/1.0/artifacts/service-Vfw20220401071744-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-01T07:20:46.106Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:20:46.106Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:20:46.107Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648797643599,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-01T07:20:46.125Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 48ea7f7b-3c23-40aa-806a-066a9c57d270
2022-04-01T07:20:46.126Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 48ea7f7b-3c23-40aa-806a-066a9c57d270 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-01T07:20:46.136Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:20:46.136Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
"consumerID": "policy-id",
"timestamp": 1648797642412,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220401071744/1.0/artifacts/service-Vfw20220401071744-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-01T07:20:46.137Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:20:46.137Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:20:46.140Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648797643803,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220401071744/1.0/resourceInstances/vfwc54ee80cb3b80/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-04-01T07:20:46.140Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:20:46.141Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:20:46.141Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
"consumerID": "policy-id",
"timestamp": 1648797643420,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220401071744/1.0/artifacts/service-Vfw20220401071744-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-01T07:20:46.141Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:20:46.141Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:20:46.141Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648797644900,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-01T07:20:46.147Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 48ea7f7b-3c23-40aa-806a-066a9c57d270
2022-04-01T07:20:46.148Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 48ea7f7b-3c23-40aa-806a-066a9c57d270 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-01T07:20:46.228Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T07:20:46.230Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-01T07:20:46.230Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"48ea7f7b-3c23-40aa-806a-066a9c57d270","serviceName":"vFW 2022-04-01 07-17-44","serviceVersion":"1.0","serviceUUID":"81f25e75-2e64-422b-ba6d-b6647c93770d","serviceDescription":"catalog service description","serviceInvariantUUID":"56e2d438-c0a7-4eb0-be64-57d9be8231ca","resources":[{"resourceInstanceName":"vFW c54ee80c-b3b8 0","resourceName":"vFW c54ee80c-b3b8","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"22b338cf-e459-4ad3-859e-e7bbfede21e7","resourceInvariantUUID":"73a9ad2d-e875-4d5c-9b7b-737a70bc7781","resourceCustomizationUUID":"3fa8d01f-e6aa-4213-8eb6-491bd1a5f676","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220401071744/1.0/resourceInstances/vfwc54ee80cb3b80/artifacts/vf-license-model.xml","artifactChecksum":"NjY2YWMzODM2NWNmMWVhMWU3ZjYyMDE4MGMxZDVkMTA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f131136c-22b3-4596-8ebc-5830f1d8956f","artifactVersion":"1"},{"artifactName":"vfwc54ee80cb3b80_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220401071744/1.0/resourceInstances/vfwc54ee80cb3b80/artifacts/vfwc54ee80cb3b80_modules.json","artifactChecksum":"OGFiY2RjZDI1N2FiZWQ2OWI1MzcyNjQxY2ZkYmQ0MTk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"1b85e7c1-ed4e-4c20-999f-2adaaa1ee3fd","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220401071744/1.0/resourceInstances/vfwc54ee80cb3b80/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"c1bdf36b-f192-4757-a7e4-a332835054a4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220401071744/1.0/resourceInstances/vfwc54ee80cb3b80/artifacts/vendor-license-model.xml","artifactChecksum":"ZmMzOTQ4YjNiODkyMGQ3OWUwOGFmMzFhZTdmOTYwNTI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ee4b649e-2896-4d75-a7d5-b09f8585b2ad","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220401071744/1.0/resourceInstances/vfwc54ee80cb3b80/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"1a488247-f2f3-4325-95c4-2db4de1bd1d8","artifactVersion":"2","generatedFromUUID":"c1bdf36b-f192-4757-a7e4-a332835054a4"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220401071744-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220401071744/1.0/artifacts/service-Vfw20220401071744-template.yml","artifactChecksum":"N2U0Mzg5NWExODY3MmI1ZjliOTA3MGE4ZTRjMjgxYTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3bf74de5-1bbd-4afe-a8e6-b437e4a4356f","artifactVersion":"1"},{"artifactName":"service-Vfw20220401071744-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220401071744/1.0/artifacts/service-Vfw20220401071744-csar.csar","artifactChecksum":"MzQxMjZhZDg5M2EyYmJkYTA1NjZhMjA0Y2JmMWM5ZGY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bfb92211-9f75-4f84-83a5-de7bb3dc3091","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-01T07:20:46.239Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-01T07:20:46.248Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-01T07:20:46.260Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-01T07:20:46.260Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648797645594,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220401071744/1.0/resourceInstances/vfwc54ee80cb3b80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-01T07:20:46.361Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-04-01T07:20:46.365Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-01T07:20:46.365Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nMevPcYffJqnjF77) ...
2022-04-01T07:20:46.382Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T07:20:46.383Z||pool-3-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-04-01T07:20:47.269Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-01T07:20:47.270Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-01T07:20:47.272Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-01T07:20:47.272Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648797645594,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220401071744/1.0/resourceInstances/vfwc54ee80cb3b80/artifacts/vfwc54ee80cb3b80_modules.json",
"status": "NOTIFIED"
}
2022-04-01T07:20:47.372Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-01T07:20:47.373Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-01T07:20:47.374Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nMevPcYffJqnjF77) ...
2022-04-01T07:20:47.391Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T07:20:47.391Z||pool-4-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-04-01T07:20:48.273Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-01T07:20:48.274Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-01T07:20:48.277Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-01T07:20:48.277Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648797645594,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220401071744/1.0/resourceInstances/vfwc54ee80cb3b80/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-04-01T07:20:48.377Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-01T07:20:48.379Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-01T07:20:48.379Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nMevPcYffJqnjF77) ...
2022-04-01T07:20:48.396Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T07:20:48.397Z||pool-5-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-04-01T07:20:49.277Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-01T07:20:49.278Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-01T07:20:49.280Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-01T07:20:49.281Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648797645594,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220401071744/1.0/resourceInstances/vfwc54ee80cb3b80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-01T07:20:49.381Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-01T07:20:49.381Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-01T07:20:49.382Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nMevPcYffJqnjF77) ...
2022-04-01T07:20:49.399Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T07:20:49.399Z||pool-6-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-04-01T07:20:50.281Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-01T07:20:50.282Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-01T07:20:50.284Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-01T07:20:50.284Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648797645594,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220401071744/1.0/resourceInstances/vfwc54ee80cb3b80/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-04-01T07:20:50.385Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-01T07:20:50.386Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-01T07:20:50.386Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nMevPcYffJqnjF77) ...
2022-04-01T07:20:50.398Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T07:20:50.399Z||pool-7-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-01T07:20:51.285Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-01T07:20:51.286Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-01T07:20:51.288Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-01T07:20:51.288Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648797645594,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220401071744/1.0/artifacts/service-Vfw20220401071744-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-01T07:20:51.388Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-01T07:20:51.389Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-01T07:20:51.389Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nMevPcYffJqnjF77) ...
2022-04-01T07:20:51.439Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T07:20:51.440Z||pool-8-thread-1|||||INFO|500||cambria reply ok (52 ms):{"serverTimeMs":1,"count":1}
2022-04-01T07:20:52.289Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-01T07:20:52.289Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-01T07:20:52.292Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-01T07:20:52.292Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648797645594,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220401071744/1.0/artifacts/service-Vfw20220401071744-csar.csar",
"status": "NOTIFIED"
}
2022-04-01T07:20:52.392Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-01T07:20:52.393Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-01T07:20:52.393Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nMevPcYffJqnjF77) ...
2022-04-01T07:20:52.407Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T07:20:52.407Z||pool-9-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-04-01T07:20:53.294Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
"serviceName": "vFW 2022-04-01 07-17-44",
"serviceVersion": "1.0",
"serviceUUID": "81f25e75-2e64-422b-ba6d-b6647c93770d",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "56e2d438-c0a7-4eb0-be64-57d9be8231ca",
"resources": [
{
"resourceInstanceName": "vFW c54ee80c-b3b8 0",
"resourceCustomizationUUID": "3fa8d01f-e6aa-4213-8eb6-491bd1a5f676",
"resourceName": "vFW c54ee80c-b3b8",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "22b338cf-e459-4ad3-859e-e7bbfede21e7",
"resourceInvariantUUID": "73a9ad2d-e875-4d5c-9b7b-737a70bc7781",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwc54ee80cb3b80_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220401071744/1.0/resourceInstances/vfwc54ee80cb3b80/artifacts/vfwc54ee80cb3b80_modules.json",
"artifactChecksum": "OGFiY2RjZDI1N2FiZWQ2OWI1MzcyNjQxY2ZkYmQ0MTk\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "1b85e7c1-ed4e-4c20-999f-2adaaa1ee3fd",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220401071744/1.0/resourceInstances/vfwc54ee80cb3b80/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "c1bdf36b-f192-4757-a7e4-a332835054a4",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220401071744/1.0/resourceInstances/vfwc54ee80cb3b80/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "1a488247-f2f3-4325-95c4-2db4de1bd1d8",
"generatedFromUUID": "c1bdf36b-f192-4757-a7e4-a332835054a4"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220401071744/1.0/resourceInstances/vfwc54ee80cb3b80/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "1a488247-f2f3-4325-95c4-2db4de1bd1d8",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220401071744-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220401071744/1.0/artifacts/service-Vfw20220401071744-csar.csar",
"artifactChecksum": "MzQxMjZhZDg5M2EyYmJkYTA1NjZhMjA0Y2JmMWM5ZGY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "bfb92211-9f75-4f84-83a5-de7bb3dc3091"
}
],
"workloadContext": "Production"
}
2022-04-01T07:20:53.295Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-01T07:20:53.295Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 81f25e75-2e64-422b-ba6d-b6647c93770d ASDC
2022-04-01T07:20:53.458Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:48ea7f7b-3c23-40aa-806a-066a9c57d270
ServiceName:vFW 2022-04-01 07-17-44
ServiceVersion:1.0
ServiceUUID:81f25e75-2e64-422b-ba6d-b6647c93770d
ServiceInvariantUUID:56e2d438-c0a7-4eb0-be64-57d9be8231ca
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220401071744-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220401071744/1.0/artifacts/service-Vfw20220401071744-csar.csar
ArtifactUUID:bfb92211-9f75-4f84-83a5-de7bb3dc3091
ArtifactChecksum:MzQxMjZhZDg5M2EyYmJkYTA1NjZhMjA0Y2JmMWM5ZGY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW c54ee80c-b3b8 0
ResourceCustomizationUUID:3fa8d01f-e6aa-4213-8eb6-491bd1a5f676
ResourceInvariantUUID:73a9ad2d-e875-4d5c-9b7b-737a70bc7781
ResourceName:vFW c54ee80c-b3b8
ResourceType:VF
ResourceUUID:22b338cf-e459-4ad3-859e-e7bbfede21e7
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwc54ee80cb3b80_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220401071744/1.0/resourceInstances/vfwc54ee80cb3b80/artifacts/vfwc54ee80cb3b80_modules.json
ArtifactUUID:1b85e7c1-ed4e-4c20-999f-2adaaa1ee3fd
ArtifactChecksum:OGFiY2RjZDI1N2FiZWQ2OWI1MzcyNjQxY2ZkYmQ0MTk=
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/Vfw20220401071744/1.0/resourceInstances/vfwc54ee80cb3b80/artifacts/base_vfw.yaml
ArtifactUUID:c1bdf36b-f192-4757-a7e4-a332835054a4
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/Vfw20220401071744/1.0/resourceInstances/vfwc54ee80cb3b80/artifacts/base_vfw.env
ArtifactUUID:1a488247-f2f3-4325-95c4-2db4de1bd1d8
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/Vfw20220401071744/1.0/resourceInstances/vfwc54ee80cb3b80/artifacts/base_vfw.env
ArtifactUUID:1a488247-f2f3-4325-95c4-2db4de1bd1d8
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-04-01T07:20:53.459Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 81f25e75-2e64-422b-ba6d-b6647c93770d ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-01T07:20:53.512Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-01T07:20:53.513Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-04-01T07:20:53.515Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-04-01T07:20:53.515Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: bfb92211-9f75-4f84-83a5-de7bb3dc3091 from URL: /sdc/v1/catalog/services/Vfw20220401071744/1.0/artifacts/service-Vfw20220401071744-csar.csar
2022-04-01T07:20:53.515Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-04-01T07:20:53.517Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220401071744/1.0/artifacts/service-Vfw20220401071744-csar.csar
2022-04-01T07:20:53.884Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-04-01T07:20:53.911Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220401071744/1.0/artifacts/service-Vfw20220401071744-csar.csar bfb92211-9f75-4f84-83a5-de7bb3dc3091 98963
2022-04-01T07:20:53.913Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220401071744/1.0/artifacts/service-Vfw20220401071744-csar.csar ASDC sendASDCNotification
2022-04-01T07:20:53.913Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220401071744/1.0/artifacts/service-Vfw20220401071744-csar.csar
2022-04-01T07:20:53.913Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-01T07:20:53.914Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-01T07:20:53.916Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-01T07:20:53.916Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648797653911,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220401071744/1.0/artifacts/service-Vfw20220401071744-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-01T07:20:54.016Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-01T07:20:54.017Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-01T07:20:54.018Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nMevPcYffJqnjF77) ...
2022-04-01T07:20:54.031Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T07:20:54.031Z||pool-10-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-01T07:20:54.917Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-01T07:20:54.918Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-04-01T07:20:54.919Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: bfb92211-9f75-4f84-83a5-de7bb3dc3091, URL: /sdc/v1/catalog/services/Vfw20220401071744/1.0/artifacts/service-Vfw20220401071744-csar.csar to file: /app/ASDC/1/service-Vfw20220401071744-csar.csar
2022-04-01T07:20:54.920Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220401071744-csar.csar
2022-04-01T07:20:55.015Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220401071744-csar.csar
2022-04-01T07:20:55.015Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220401071744-csar.csar
2022-04-01T07:20:55.663Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12787835657687225477/Definitions/service-Vfw20220401071744-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
2022-04-01T07:20:58.407Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-01T07:20:58.412Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-04-01T07:20:58.412Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220401071744-csar.csar
2022-04-01T07:20:58.412Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-04-01T07:20:58.412Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||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-Vfw20220401071744-csar.csar
2022-04-01T07:20:58.412Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||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-Vfw20220401071744-csar.csar
2022-04-01T07:20:58.412Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|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-Vfw20220401071744-csar.csar
2022-04-01T07:20:58.413Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW c54ee80c-b3b8 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-Vfw20220401071744-csar.csar
2022-04-01T07:20:58.413Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220401071744-csar.csar
2022-04-01T07:20:58.413Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220401071744-csar.csar
2022-04-01T07:20:58.413Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||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-Vfw20220401071744-csar.csar
2022-04-01T07:20:58.413Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|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-Vfw20220401071744-csar.csar
2022-04-01T07:20:58.413Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|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-Vfw20220401071744-csar.csar
2022-04-01T07:20:58.413Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220401071744-csar.csar
2022-04-01T07:20:58.413Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|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-Vfw20220401071744-csar.csar
2022-04-01T07:20:58.413Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220401071744-csar.csar
2022-04-01T07:20:58.414Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|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-Vfw20220401071744-csar.csar
2022-04-01T07:20:58.414Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-04-01T07:20:58.420Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-01T07:20:58.421Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-01 07-17-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-01T07:20:58.425Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template vFW c54ee80c-b3b8 0 is matching search criteria
2022-04-01T07:20:58.425Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-04-01T07:20:58.427Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW c54ee80c-b3b8 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-01T07:20:58.428Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-01T07:20:58.429Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-01 07-17-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-01T07:20:58.429Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template vFW c54ee80c-b3b8 0 is matching search criteria
2022-04-01T07:20:58.429Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-04-01T07:20:58.429Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW c54ee80c-b3b8 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-01T07:20:58.429Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-01T07:20:58.429Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-01 07-17-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-01T07:20:58.433Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-01T07:20:58.433Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template vFW c54ee80c-b3b8 0 is not matching search criteria
2022-04-01T07:20:58.433Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-01T07:20:58.433Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-01T07:20:58.433Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-01T07:20:58.433Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-01T07:20:58.434Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-01T07:20:58.434Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-01T07:20:58.434Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-01T07:20:58.434Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-01T07:20:58.434Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-01T07:20:58.434Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-01T07:20:58.434Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-01T07:20:58.435Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-01T07:20:58.435Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-01T07:20:58.435Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-01T07:20:58.435Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-01T07:20:58.435Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-01T07:20:58.436Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-01T07:20:58.436Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-01 07-17-44 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-01T07:20:58.437Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-01T07:20:58.437Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template vFW c54ee80c-b3b8 0 is matching search criteria
2022-04-01T07:20:58.437Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW c54ee80c-b3b8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-01T07:20:58.438Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-01T07:20:58.438Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template vFW c54ee80c-b3b8 0 is matching search criteria
2022-04-01T07:20:58.438Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW c54ee80c-b3b8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-01T07:20:58.438Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-01T07:20:58.438Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template vFW c54ee80c-b3b8 0 is matching search criteria
2022-04-01T07:20:58.439Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW c54ee80c-b3b8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-01T07:20:58.439Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-01T07:20:58.439Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template vFW c54ee80c-b3b8 0 is not matching search criteria
2022-04-01T07:20:58.439Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-01T07:20:58.439Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-01T07:20:58.439Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-01T07:20:58.440Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-01T07:20:58.440Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-01T07:20:58.440Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-01T07:20:58.440Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-01T07:20:58.440Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-01T07:20:58.440Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-01T07:20:58.440Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-01T07:20:58.441Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-01T07:20:58.441Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=0ccaf9e6-2f3e-492b-9381-b1ae4a456082
2022-04-01T07:20:58.441Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-01T07:20:58.441Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template vFW c54ee80c-b3b8 0 is not matching search criteria
2022-04-01T07:20:58.441Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-01T07:20:58.441Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-01T07:20:58.441Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-01T07:20:58.442Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-01T07:20:58.442Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-01T07:20:58.442Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-01T07:20:58.442Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-01T07:20:58.442Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-04-01T07:20:58.442Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-01T07:20:58.442Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-01T07:20:58.443Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-01T07:20:58.443Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-01T07:20:58.443Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=fe13b529-ea96-4a2c-bbde-a278b15fad6f
2022-04-01T07:20:58.443Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-01T07:20:58.443Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template vFW c54ee80c-b3b8 0 is not matching search criteria
2022-04-01T07:20:58.443Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-01T07:20:58.444Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-01T07:20:58.444Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-01T07:20:58.444Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-01T07:20:58.444Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-01T07:20:58.444Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-01T07:20:58.444Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-01T07:20:58.444Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-01T07:20:58.445Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-01T07:20:58.445Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-01T07:20:58.445Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-01T07:20:58.445Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-04-01T07:20:58.445Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=c83981a9-cc7b-4ee3-a440-89e658c97c8f
2022-04-01T07:20:58.445Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-01T07:20:58.446Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-01 07-17-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-01T07:20:58.446Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-01T07:20:58.446Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-01 07-17-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-01T07:20:58.446Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-01T07:20:58.446Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-01 07-17-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-01T07:20:58.446Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-01T07:20:58.447Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-01 07-17-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-01T07:20:58.447Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-04-01 07-17-44
Description:catalog service description
Model UUID:81f25e75-2e64-422b-ba6d-b6647c93770d
Model Version:NULL
Model InvariantUuid:56e2d438-c0a7-4eb0-be64-57d9be8231ca
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW c54ee80c-b3b8
Model UUID:fc246116-5c49-47fe-bdf0-15bc1773efcf
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:73a9ad2d-e875-4d5c-9b7b-737a70bc7781
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:3fa8d01f-e6aa-4213-8eb6-491bd1a5f676
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:34868fb6-d416-4ee5-bdeb-920fd3c71bc4
ModelName:VfwC54ee80cB3b8..base_vfw..module-0
ModelUuid:cd7a9db5-0416-4aa8-b69d-ceebb3b819c7
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:0ccaf9e6-2f3e-492b-9381-b1ae4a456082
ModelInvariantUuid:50fec098-e9e0-43a9-bc26-5024f6d45199
ModelName:vFW c54ee80c-b3b8-nodes.vfwCvfc
ModelUuid:2c4e3b2d-b553-406e-8fd6-d3e07fe38bc4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:4d4a3e6f-9ec8-44ea-996a-149bd41f77c3
ModelInvariantUuid:8fda95e9-00d4-495e-85a3-6a361153d1f8
ModelName:VfwC54ee80cB3b8.compute.nodes.heat.vfw
ModelUuid:c0eaf774-d28c-4329-ae04-d7df173485f9
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:fe13b529-ea96-4a2c-bbde-a278b15fad6f
ModelInvariantUuid:42a21758-df7d-49b0-ba38-1b38c119aa18
ModelName:vFW c54ee80c-b3b8-nodes.vsnCvfc
ModelUuid:4a935b10-68cf-4046-973a-c4ba7d9fb141
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:7af909e0-f09f-4c97-83b1-31f72ba5ded7
ModelInvariantUuid:873eccc1-b6a6-4c69-b88f-4561893c6d28
ModelName:VfwC54ee80cB3b8.compute.nodes.heat.vsn
ModelUuid:64a2e328-af50-4d36-b740-3bf5f945ea67
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:c83981a9-cc7b-4ee3-a440-89e658c97c8f
ModelInvariantUuid:1044bc04-0159-40c7-b220-671b235ec780
ModelName:vFW c54ee80c-b3b8-nodes.vpgCvfc
ModelUuid:c75dc7fa-b4a2-4b52-907f-7dd31e7fd1ab
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:a49bb1a5-790f-4f75-bcf4-14dd76e67cf0
ModelInvariantUuid:44e55b95-b340-4f7c-9eaa-b268e296c8e6
ModelName:VfwC54ee80cB3b8.compute.nodes.heat.vpg
ModelUuid:3643617a-4ba2-47d2-8130-1cd7c5f68706
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-04-01T07:20:58.459Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 22b338cf-e459-4ad3-859e-e7bbfede21e7
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-01T07:20:58.549Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||INFO|500||vFW c54ee80c-b3b8 0
2022-04-01T07:20:58.556Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 22b338cf-e459-4ad3-859e-e7bbfede21e7
2022-04-01T07:20:58.556Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 1b85e7c1-ed4e-4c20-999f-2adaaa1ee3fd from URL: /sdc/v1/catalog/services/Vfw20220401071744/1.0/resourceInstances/vfwc54ee80cb3b80/artifacts/vfwc54ee80cb3b80_modules.json
2022-04-01T07:20:58.556Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-04-01T07:20:58.556Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220401071744/1.0/resourceInstances/vfwc54ee80cb3b80/artifacts/vfwc54ee80cb3b80_modules.json
2022-04-01T07:20:58.778Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-04-01T07:20:58.779Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220401071744/1.0/resourceInstances/vfwc54ee80cb3b80/artifacts/vfwc54ee80cb3b80_modules.json 1b85e7c1-ed4e-4c20-999f-2adaaa1ee3fd 785
2022-04-01T07:20:58.779Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220401071744/1.0/resourceInstances/vfwc54ee80cb3b80/artifacts/vfwc54ee80cb3b80_modules.json ASDC sendASDCNotification
2022-04-01T07:20:58.779Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220401071744/1.0/resourceInstances/vfwc54ee80cb3b80/artifacts/vfwc54ee80cb3b80_modules.json
2022-04-01T07:20:58.779Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-01T07:20:58.779Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-01T07:20:58.782Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-01T07:20:58.782Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648797658779,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220401071744/1.0/resourceInstances/vfwc54ee80cb3b80/artifacts/vfwc54ee80cb3b80_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-01T07:20:58.882Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-01T07:20:58.883Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-01T07:20:58.883Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nMevPcYffJqnjF77) ...
2022-04-01T07:20:58.895Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T07:20:58.896Z||pool-11-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-01T07:20:59.783Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwC54ee80cB3b8..base_vfw..module-0",
"vfModuleModelInvariantUUID": "34868fb6-d416-4ee5-bdeb-920fd3c71bc4",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "cd7a9db5-0416-4aa8-b69d-ceebb3b819c7",
"vfModuleModelCustomizationUUID": "9dc2fbb0-9820-4d56-aebc-f93142f22f59",
"isBase": true,
"artifacts": [
"c1bdf36b-f192-4757-a7e4-a332835054a4",
"1a488247-f2f3-4325-95c4-2db4de1bd1d8"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-04-01T07:20:59.797Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwC54ee80cB3b8..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:cd7a9db5-0416-4aa8-b69d-ceebb3b819c7
VfModuleModelInvariantUUID:34868fb6-d416-4ee5-bdeb-920fd3c71bc4
VfModuleModelDescription:NULL
Artifacts UUID List:{
c1bdf36b-f192-4757-a7e4-a332835054a4
,
1a488247-f2f3-4325-95c4-2db4de1bd1d8
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-04-01T07:20:59.799Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwC54ee80cB3b8..base_vfw..module-0",
"vfModuleModelInvariantUUID": "34868fb6-d416-4ee5-bdeb-920fd3c71bc4",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "cd7a9db5-0416-4aa8-b69d-ceebb3b819c7",
"vfModuleModelCustomizationUUID": "9dc2fbb0-9820-4d56-aebc-f93142f22f59",
"isBase": true,
"artifacts": [
"c1bdf36b-f192-4757-a7e4-a332835054a4",
"1a488247-f2f3-4325-95c4-2db4de1bd1d8"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-04-01T07:20:59.800Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwC54ee80cB3b8..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:cd7a9db5-0416-4aa8-b69d-ceebb3b819c7
VfModuleModelInvariantUUID:34868fb6-d416-4ee5-bdeb-920fd3c71bc4
VfModuleModelDescription:NULL
Artifacts UUID List:{
c1bdf36b-f192-4757-a7e4-a332835054a4
,
1a488247-f2f3-4325-95c4-2db4de1bd1d8
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-04-01T07:20:59.800Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: c1bdf36b-f192-4757-a7e4-a332835054a4 from URL: /sdc/v1/catalog/services/Vfw20220401071744/1.0/resourceInstances/vfwc54ee80cb3b80/artifacts/base_vfw.yaml
2022-04-01T07:20:59.800Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-04-01T07:20:59.800Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220401071744/1.0/resourceInstances/vfwc54ee80cb3b80/artifacts/base_vfw.yaml
2022-04-01T07:21:00.075Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-04-01T07:21:00.076Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220401071744/1.0/resourceInstances/vfwc54ee80cb3b80/artifacts/base_vfw.yaml c1bdf36b-f192-4757-a7e4-a332835054a4 20368
2022-04-01T07:21:00.077Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220401071744/1.0/resourceInstances/vfwc54ee80cb3b80/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-04-01T07:21:00.077Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220401071744/1.0/resourceInstances/vfwc54ee80cb3b80/artifacts/base_vfw.yaml
2022-04-01T07:21:00.077Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-01T07:21:00.077Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-01T07:21:00.079Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-01T07:21:00.079Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648797660077,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220401071744/1.0/resourceInstances/vfwc54ee80cb3b80/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-01T07:21:00.179Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-01T07:21:00.181Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-01T07:21:00.182Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nMevPcYffJqnjF77) ...
2022-04-01T07:21:00.194Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T07:21:00.195Z||pool-12-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-01T07:21:01.080Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 1a488247-f2f3-4325-95c4-2db4de1bd1d8 from URL: /sdc/v1/catalog/services/Vfw20220401071744/1.0/resourceInstances/vfwc54ee80cb3b80/artifacts/base_vfw.env
2022-04-01T07:21:01.081Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-04-01T07:21:01.081Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220401071744/1.0/resourceInstances/vfwc54ee80cb3b80/artifacts/base_vfw.env
2022-04-01T07:21:01.185Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-04-01T07:21:01.186Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220401071744/1.0/resourceInstances/vfwc54ee80cb3b80/artifacts/base_vfw.env 1a488247-f2f3-4325-95c4-2db4de1bd1d8 2098
2022-04-01T07:21:01.187Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220401071744/1.0/resourceInstances/vfwc54ee80cb3b80/artifacts/base_vfw.env ASDC sendASDCNotification
2022-04-01T07:21:01.187Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220401071744/1.0/resourceInstances/vfwc54ee80cb3b80/artifacts/base_vfw.env
2022-04-01T07:21:01.187Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-01T07:21:01.188Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-01T07:21:01.190Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-01T07:21:01.191Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648797661186,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220401071744/1.0/resourceInstances/vfwc54ee80cb3b80/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-04-01T07:21:01.291Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-01T07:21:01.292Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-01T07:21:01.292Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nMevPcYffJqnjF77) ...
2022-04-01T07:21:01.302Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T07:21:01.302Z||pool-13-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-01T07:21:02.191Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 81f25e75-2e64-422b-ba6d-b6647c93770d
2022-04-01T07:21:02.192Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW c54ee80c-b3b8 0 22b338cf-e459-4ad3-859e-e7bbfede21e7 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-01T07:21:02.232Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6be0efd5, org.onap.sdc.toscaparser.api.parameters.Input@ce08b10, org.onap.sdc.toscaparser.api.parameters.Input@658043ec, org.onap.sdc.toscaparser.api.parameters.Input@4e624a02, org.onap.sdc.toscaparser.api.parameters.Input@22908a5c]
2022-04-01T07:21:02.240Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-01T07:21:02.240Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-01 07-17-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-01T07:21:02.240Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic
2022-04-01T07:21:02.240Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 3fa8d01f-e6aa-4213-8eb6-491bd1a5f676
2022-04-01T07:21:02.241Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 3fa8d01f-e6aa-4213-8eb6-491bd1a5f676 matches Tosca VF Customization UUID: 3fa8d01f-e6aa-4213-8eb6-491bd1a5f676
2022-04-01T07:21:02.241Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 3fa8d01f-e6aa-4213-8eb6-491bd1a5f676 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-04-01T07:21:02.249Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-01T07:21:02.249Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-01 07-17-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-01T07:21:02.250Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 3fa8d01f-e6aa-4213-8eb6-491bd1a5f676: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-04-01T07:21:02.251Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@416b9ecb
2022-04-01T07:21:02.251Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-01T07:21:02.251Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-01 07-17-44 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-01T07:21:02.252Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 9dc2fbb0-9820-4d56-aebc-f93142f22f59
2022-04-01T07:21:02.253Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 9dc2fbb0-9820-4d56-aebc-f93142f22f59
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-04-01T07:21:02.258Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-01T07:21:02.258Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template vFW c54ee80c-b3b8 0 is matching search criteria
2022-04-01T07:21:02.258Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW c54ee80c-b3b8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-01T07:21:02.259Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-01T07:21:02.259Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template vFW c54ee80c-b3b8 0 is matching search criteria
2022-04-01T07:21:02.259Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW c54ee80c-b3b8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-01T07:21:02.260Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-01T07:21:02.260Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template vFW c54ee80c-b3b8 0 is not matching search criteria
2022-04-01T07:21:02.261Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-01T07:21:02.261Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-01T07:21:02.261Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-01T07:21:02.261Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-01T07:21:02.261Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-01T07:21:02.261Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-01T07:21:02.262Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-01T07:21:02.262Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-01T07:21:02.262Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-01T07:21:02.263Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-01T07:21:02.263Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-01T07:21:02.263Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=0ccaf9e6-2f3e-492b-9381-b1ae4a456082
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-04-01T07:21:02.274Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-01T07:21:02.275Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template vFW c54ee80c-b3b8 0 is matching search criteria
2022-04-01T07:21:02.275Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW c54ee80c-b3b8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-01T07:21:02.275Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-01T07:21:02.275Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template vFW c54ee80c-b3b8 0 is not matching search criteria
2022-04-01T07:21:02.275Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-01T07:21:02.276Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-01T07:21:02.276Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-01T07:21:02.276Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-01T07:21:02.276Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-01T07:21:02.276Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-01T07:21:02.276Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-01T07:21:02.277Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-04-01T07:21:02.277Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-01T07:21:02.277Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-01T07:21:02.277Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-01T07:21:02.277Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-01T07:21:02.277Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=fe13b529-ea96-4a2c-bbde-a278b15fad6f
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-04-01T07:21:02.279Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-01T07:21:02.280Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template vFW c54ee80c-b3b8 0 is matching search criteria
2022-04-01T07:21:02.280Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW c54ee80c-b3b8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-01T07:21:02.282Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-01T07:21:02.282Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template vFW c54ee80c-b3b8 0 is not matching search criteria
2022-04-01T07:21:02.282Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-01T07:21:02.283Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-01T07:21:02.283Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-01T07:21:02.283Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-01T07:21:02.283Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-01T07:21:02.283Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-01T07:21:02.284Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-01T07:21:02.284Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-01T07:21:02.284Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-01T07:21:02.284Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-01T07:21:02.284Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-01T07:21:02.285Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-04-01T07:21:02.285Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=c83981a9-cc7b-4ee3-a440-89e658c97c8f
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-04-01T07:21:02.287Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-01T07:21:02.287Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template vFW c54ee80c-b3b8 0 is matching search criteria
2022-04-01T07:21:02.287Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW c54ee80c-b3b8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-01T07:21:02.288Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-01T07:21:02.288Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template vFW c54ee80c-b3b8 0 is matching search criteria
2022-04-01T07:21:02.288Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW c54ee80c-b3b8 0] matching following query criteria: sdcType=VF, customizationUUID=3fa8d01f-e6aa-4213-8eb6-491bd1a5f676
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-01T07:21:02.290Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-01T07:21:02.290Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-01 07-17-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-01T07:21:02.290Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 81f25e75-2e64-422b-ba6d-b6647c93770d: vFW c54ee80c-b3b8
2022-04-01T07:21:02.290Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-01T07:21:02.290Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-01 07-17-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-01T07:21:02.291Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-01T07:21:02.291Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-01 07-17-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-01T07:21:02.291Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-01T07:21:02.291Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-01 07-17-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-01T07:21:02.291Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-01T07:21:02.291Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-01 07-17-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-01T07:21:02.292Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-01T07:21:02.292Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-01 07-17-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-01T07:21:02.292Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||INFO|500||Saving Service: vFW 2022-04-01 07-17-44
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-01T07:21:02.604Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW c54ee80c-b3b8 22b338cf-e459-4ad3-859e-e7bbfede21e7 1 ASDC deployResourceStructure
2022-04-01T07:21:02.604Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220401071744/1.0/resourceInstances/vfwc54ee80cb3b80/artifacts/vfwc54ee80cb3b80_modules.json ASDC sendASDCNotification
2022-04-01T07:21:02.605Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220401071744/1.0/resourceInstances/vfwc54ee80cb3b80/artifacts/vfwc54ee80cb3b80_modules.json
2022-04-01T07:21:02.605Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-01T07:21:02.605Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-01T07:21:02.607Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-01T07:21:02.607Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648797662604,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220401071744/1.0/resourceInstances/vfwc54ee80cb3b80/artifacts/vfwc54ee80cb3b80_modules.json",
"status": "DEPLOY_OK"
}
2022-04-01T07:21:02.713Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms
2022-04-01T07:21:02.714Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-01T07:21:02.714Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nMevPcYffJqnjF77) ...
2022-04-01T07:21:02.739Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T07:21:02.739Z||pool-14-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-04-01T07:21:03.608Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220401071744/1.0/resourceInstances/vfwc54ee80cb3b80/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-04-01T07:21:03.608Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220401071744/1.0/resourceInstances/vfwc54ee80cb3b80/artifacts/base_vfw.yaml
2022-04-01T07:21:03.608Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-01T07:21:03.609Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-01T07:21:03.610Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-01T07:21:03.610Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648797663608,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220401071744/1.0/resourceInstances/vfwc54ee80cb3b80/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-04-01T07:21:03.711Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-01T07:21:03.711Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-01T07:21:03.712Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nMevPcYffJqnjF77) ...
2022-04-01T07:21:03.723Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T07:21:03.723Z||pool-15-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-01T07:21:04.611Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220401071744/1.0/resourceInstances/vfwc54ee80cb3b80/artifacts/base_vfw.env ASDC sendASDCNotification
2022-04-01T07:21:04.612Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220401071744/1.0/resourceInstances/vfwc54ee80cb3b80/artifacts/base_vfw.env
2022-04-01T07:21:04.612Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-01T07:21:04.612Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-01T07:21:04.614Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-01T07:21:04.614Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648797664611,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220401071744/1.0/resourceInstances/vfwc54ee80cb3b80/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-04-01T07:21:04.715Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-01T07:21:04.715Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-01T07:21:04.716Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nMevPcYffJqnjF77) ...
2022-04-01T07:21:04.728Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T07:21:04.728Z||pool-16-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-01T07:21:05.616Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220401071744/1.0/artifacts/service-Vfw20220401071744-csar.csar ASDC sendASDCNotification
2022-04-01T07:21:05.616Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220401071744/1.0/artifacts/service-Vfw20220401071744-csar.csar
2022-04-01T07:21:05.616Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-01T07:21:05.616Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-01T07:21:05.618Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-01T07:21:05.618Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648797665616,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220401071744/1.0/artifacts/service-Vfw20220401071744-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-01T07:21:05.719Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-01T07:21:05.720Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-01T07:21:05.720Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nMevPcYffJqnjF77) ...
2022-04-01T07:21:05.735Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T07:21:05.736Z||pool-17-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-01T07:21:06.620Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 48ea7f7b-3c23-40aa-806a-066a9c57d270
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-01T07:21:06.637Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 48ea7f7b-3c23-40aa-806a-066a9c57d270
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-01T07:21:06.640Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-01T07:21:06.640Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-01T07:21:06.641Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-01T07:21:36.641Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 48ea7f7b-3c23-40aa-806a-066a9c57d270
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-01T07:21:36.653Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 48ea7f7b-3c23-40aa-806a-066a9c57d270
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-01T07:21:36.656Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-01T07:21:36.656Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-01T07:21:36.657Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-01T07:21:45.596Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T07:21:45.597Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T07:21:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T07:21:45.620Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T07:21:45.621Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:21:45.621Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
"consumerID": "policy-id",
"timestamp": 1648797644427,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-01T07:21:45.632Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 48ea7f7b-3c23-40aa-806a-066a9c57d270
2022-04-01T07:21:45.632Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 48ea7f7b-3c23-40aa-806a-066a9c57d270 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-04-01T07:22:06.657Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 48ea7f7b-3c23-40aa-806a-066a9c57d270
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-01T07:22:06.673Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 48ea7f7b-3c23-40aa-806a-066a9c57d270
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-01T07:22:06.676Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-01T07:22:06.677Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-01T07:22:06.677Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-01T07:22:36.677Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 48ea7f7b-3c23-40aa-806a-066a9c57d270
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-01T07:22:36.688Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 48ea7f7b-3c23-40aa-806a-066a9c57d270
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-01T07:22:36.690Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-01T07:22:36.690Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-01T07:22:36.690Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-01T07:22:45.596Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T07:22:45.597Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T07:22:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T07:22:45.632Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T07:22:45.633Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:22:45.633Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648797645905,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220401071744/1.0/resourceInstances/vfwc54ee80cb3b80/artifacts/vfwc54ee80cb3b80_modules.json",
"status": "DEPLOY_OK"
}
2022-04-01T07:22:45.634Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:23:06.691Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 48ea7f7b-3c23-40aa-806a-066a9c57d270
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-01T07:23:06.705Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 48ea7f7b-3c23-40aa-806a-066a9c57d270
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-01T07:23:06.708Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-01T07:23:06.708Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-01T07:23:06.708Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-01T07:23:36.710Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 48ea7f7b-3c23-40aa-806a-066a9c57d270
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-01T07:23:36.727Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 48ea7f7b-3c23-40aa-806a-066a9c57d270
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-01T07:23:36.730Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-01T07:23:36.730Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-01T07:23:36.731Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-01T07:23:45.598Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T07:23:45.599Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T07:23:45.600Z||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 nMevPcYffJqnjF77) ...
2022-04-01T07:23:45.639Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T07:23:45.644Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:23:45.644Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648797645594,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220401071744/1.0/resourceInstances/vfwc54ee80cb3b80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-01T07:23:45.645Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-01T07:23:45.645Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:23:45.645Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
"consumerID": "aai-ml",
"timestamp": 1648797646517,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220401071744/1.0/resourceInstances/vfwc54ee80cb3b80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-01T07:23:45.646Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-01T07:23:45.646Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:23:45.646Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648797645594,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220401071744/1.0/resourceInstances/vfwc54ee80cb3b80/artifacts/vfwc54ee80cb3b80_modules.json",
"status": "NOTIFIED"
}
2022-04-01T07:23:45.646Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-01T07:23:45.646Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:23:45.646Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
"consumerID": "clamp",
"timestamp": 1648797646464,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220401071744/1.0/artifacts/service-Vfw20220401071744-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-01T07:23:45.646Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:23:45.646Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:23:45.646Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17677529-61e9-4fbd-8fc4-8aed07d0e52c",
"consumerID": "cds",
"timestamp": 1648797644737,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/resourceInstances/basic_onboard_mfdwwr0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-01T07:23:45.647Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-01T07:23:45.647Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:23:45.647Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
"consumerID": "aai-ml",
"timestamp": 1648797646517,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220401071744/1.0/resourceInstances/vfwc54ee80cb3b80/artifacts/vfwc54ee80cb3b80_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-01T07:23:45.647Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-01T07:23:45.647Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:23:45.647Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648797645594,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220401071744/1.0/resourceInstances/vfwc54ee80cb3b80/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-04-01T07:23:45.647Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-01T07:23:45.647Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:23:45.648Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17677529-61e9-4fbd-8fc4-8aed07d0e52c",
"consumerID": "cds",
"timestamp": 1648797644737,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/resourceInstances/basic_onboard_mfdwwr0/artifacts/basic_onboard_mfdwwr0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-01T07:23:45.648Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-01T07:23:45.648Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:23:45.648Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
"consumerID": "aai-ml",
"timestamp": 1648797646517,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220401071744/1.0/resourceInstances/vfwc54ee80cb3b80/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-01T07:23:45.648Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-01T07:23:45.648Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:23:45.648Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648797645594,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220401071744/1.0/resourceInstances/vfwc54ee80cb3b80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-01T07:23:45.648Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-01T07:23:45.649Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:23:45.649Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
"consumerID": "clamp",
"timestamp": 1648797648478,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220401071744/1.0/artifacts/service-Vfw20220401071744-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-01T07:23:45.649Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:23:45.649Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:23:45.649Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17677529-61e9-4fbd-8fc4-8aed07d0e52c",
"consumerID": "cds",
"timestamp": 1648797644737,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/resourceInstances/basic_onboard_mfdwwr0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-01T07:23:45.649Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-01T07:23:45.649Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:23:45.649Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
"consumerID": "aai-ml",
"timestamp": 1648797646517,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220401071744/1.0/resourceInstances/vfwc54ee80cb3b80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-01T07:23:45.649Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-01T07:23:45.650Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:23:45.650Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648797645594,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220401071744/1.0/resourceInstances/vfwc54ee80cb3b80/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-04-01T07:23:45.650Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-01T07:23:45.650Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:23:45.650Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
"consumerID": "clamp",
"timestamp": 1648797649483,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-01T07:23:45.657Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 48ea7f7b-3c23-40aa-806a-066a9c57d270
2022-04-01T07:23:45.657Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 48ea7f7b-3c23-40aa-806a-066a9c57d270 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-01T07:23:45.667Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:23:45.667Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17677529-61e9-4fbd-8fc4-8aed07d0e52c",
"consumerID": "cds",
"timestamp": 1648797644737,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/resourceInstances/basic_onboard_mfdwwr0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-01T07:23:45.667Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-01T07:23:45.667Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:23:45.667Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
"consumerID": "aai-ml",
"timestamp": 1648797646517,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220401071744/1.0/resourceInstances/vfwc54ee80cb3b80/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-01T07:23:45.667Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-01T07:23:45.667Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:23:45.667Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17677529-61e9-4fbd-8fc4-8aed07d0e52c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648797650585,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/resourceInstances/basic_onboard_mfdwwr0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-01T07:23:45.668Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-01T07:23:45.668Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:23:45.668Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648797645594,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220401071744/1.0/artifacts/service-Vfw20220401071744-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-01T07:23:45.668Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-01T07:23:45.668Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:23:45.668Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17677529-61e9-4fbd-8fc4-8aed07d0e52c",
"consumerID": "cds",
"timestamp": 1648797644737,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/resourceInstances/basic_onboard_mfdwwr0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-04-01T07:23:45.668Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-01T07:23:45.668Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:23:45.668Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
"consumerID": "aai-ml",
"timestamp": 1648797646517,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220401071744/1.0/artifacts/service-Vfw20220401071744-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-01T07:23:45.669Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-01T07:23:45.669Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:23:45.669Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17677529-61e9-4fbd-8fc4-8aed07d0e52c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648797650585,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/resourceInstances/basic_onboard_mfdwwr0/artifacts/basic_onboard_mfdwwr0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-01T07:23:45.669Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-01T07:23:45.669Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:23:45.669Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17677529-61e9-4fbd-8fc4-8aed07d0e52c",
"consumerID": "ves-openapi-manager",
"timestamp": 1648797651556,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/resourceInstances/basic_onboard_mfdwwr0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-01T07:23:45.669Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-01T07:23:45.669Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:23:45.669Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648797645594,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220401071744/1.0/artifacts/service-Vfw20220401071744-csar.csar",
"status": "NOTIFIED"
}
2022-04-01T07:23:45.670Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-01T07:23:45.670Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:23:45.670Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17677529-61e9-4fbd-8fc4-8aed07d0e52c",
"consumerID": "cds",
"timestamp": 1648797644737,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/artifacts/service-BasicOnboardMfdwwr-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-01T07:23:45.670Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-01T07:23:45.670Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:23:45.670Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17677529-61e9-4fbd-8fc4-8aed07d0e52c",
"consumerID": "clamp",
"timestamp": 1648797651049,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/resourceInstances/basic_onboard_mfdwwr0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-01T07:23:45.670Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-01T07:23:45.670Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:23:45.670Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
"consumerID": "aai-ml",
"timestamp": 1648797646517,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220401071744/1.0/artifacts/service-Vfw20220401071744-csar.csar",
"status": "NOTIFIED"
}
2022-04-01T07:23:45.671Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-01T07:23:45.671Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:23:45.671Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17677529-61e9-4fbd-8fc4-8aed07d0e52c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648797650585,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/resourceInstances/basic_onboard_mfdwwr0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-01T07:23:45.671Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-01T07:23:45.671Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:23:45.671Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17677529-61e9-4fbd-8fc4-8aed07d0e52c",
"consumerID": "ves-openapi-manager",
"timestamp": 1648797651556,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/resourceInstances/basic_onboard_mfdwwr0/artifacts/basic_onboard_mfdwwr0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-01T07:23:45.671Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-01T07:23:45.671Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:23:45.671Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17677529-61e9-4fbd-8fc4-8aed07d0e52c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648797652759,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/resourceInstances/basic_onboard_mfdwwr0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-01T07:23:45.671Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-01T07:23:45.671Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:23:45.671Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17677529-61e9-4fbd-8fc4-8aed07d0e52c",
"consumerID": "cds",
"timestamp": 1648797644737,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/artifacts/service-BasicOnboardMfdwwr-csar.csar",
"status": "NOTIFIED"
}
2022-04-01T07:23:45.672Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-01T07:23:45.672Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:23:45.672Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17677529-61e9-4fbd-8fc4-8aed07d0e52c",
"consumerID": "clamp",
"timestamp": 1648797651049,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/resourceInstances/basic_onboard_mfdwwr0/artifacts/basic_onboard_mfdwwr0_modules.json",
"status": "NOTIFIED"
}
2022-04-01T07:23:45.672Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-01T07:23:45.672Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:23:45.672Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648797653911,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220401071744/1.0/artifacts/service-Vfw20220401071744-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-01T07:23:45.672Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:23:45.672Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:23:45.672Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17677529-61e9-4fbd-8fc4-8aed07d0e52c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648797650585,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/resourceInstances/basic_onboard_mfdwwr0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-01T07:23:45.672Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-01T07:23:45.672Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:23:45.673Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17677529-61e9-4fbd-8fc4-8aed07d0e52c",
"consumerID": "ves-openapi-manager",
"timestamp": 1648797651556,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/resourceInstances/basic_onboard_mfdwwr0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-01T07:23:45.673Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-01T07:23:45.673Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:23:45.673Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17677529-61e9-4fbd-8fc4-8aed07d0e52c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648797652759,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/resourceInstances/basic_onboard_mfdwwr0/artifacts/basic_onboard_mfdwwr0_modules.json",
"status": "NOTIFIED"
}
2022-04-01T07:23:45.673Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-01T07:23:45.673Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:23:45.673Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
"consumerID": "aai-ml",
"timestamp": 1648797654708,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220401071744/1.0/artifacts/service-Vfw20220401071744-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-01T07:23:45.673Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:23:45.673Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:23:45.673Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17677529-61e9-4fbd-8fc4-8aed07d0e52c",
"consumerID": "clamp",
"timestamp": 1648797651049,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/resourceInstances/basic_onboard_mfdwwr0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-01T07:23:45.673Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-01T07:23:45.673Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:23:45.674Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17677529-61e9-4fbd-8fc4-8aed07d0e52c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648797650585,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/resourceInstances/basic_onboard_mfdwwr0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-04-01T07:23:45.674Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-01T07:23:45.674Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:23:45.674Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17677529-61e9-4fbd-8fc4-8aed07d0e52c",
"consumerID": "cds",
"timestamp": 1648797654097,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/artifacts/service-BasicOnboardMfdwwr-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-01T07:23:45.674Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:23:45.674Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:23:45.674Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17677529-61e9-4fbd-8fc4-8aed07d0e52c",
"consumerID": "ves-openapi-manager",
"timestamp": 1648797651556,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/resourceInstances/basic_onboard_mfdwwr0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-01T07:23:45.674Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-01T07:23:45.674Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:23:45.674Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17677529-61e9-4fbd-8fc4-8aed07d0e52c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648797652759,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/resourceInstances/basic_onboard_mfdwwr0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-04-01T07:23:45.674Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-01T07:23:45.674Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:23:45.674Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17677529-61e9-4fbd-8fc4-8aed07d0e52c",
"consumerID": "clamp",
"timestamp": 1648797651049,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/resourceInstances/basic_onboard_mfdwwr0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-01T07:23:45.675Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-01T07:23:45.675Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:23:45.675Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17677529-61e9-4fbd-8fc4-8aed07d0e52c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648797650585,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/artifacts/service-BasicOnboardMfdwwr-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-01T07:23:45.675Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-01T07:23:45.675Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:23:45.675Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17677529-61e9-4fbd-8fc4-8aed07d0e52c",
"consumerID": "policy-id",
"timestamp": 1648797654436,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/resourceInstances/basic_onboard_mfdwwr0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-01T07:23:45.675Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-01T07:23:45.675Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:23:45.675Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17677529-61e9-4fbd-8fc4-8aed07d0e52c",
"consumerID": "ves-openapi-manager",
"timestamp": 1648797651556,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/resourceInstances/basic_onboard_mfdwwr0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-04-01T07:23:45.675Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-01T07:23:45.675Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:23:45.676Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17677529-61e9-4fbd-8fc4-8aed07d0e52c",
"consumerID": "cds",
"timestamp": 1648797655108,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/artifacts/service-BasicOnboardMfdwwr-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-01T07:23:45.692Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 17677529-61e9-4fbd-8fc4-8aed07d0e52c
2022-04-01T07:23:45.693Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 17677529-61e9-4fbd-8fc4-8aed07d0e52c and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-01T07:23:45.703Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:23:45.703Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17677529-61e9-4fbd-8fc4-8aed07d0e52c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648797652759,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/resourceInstances/basic_onboard_mfdwwr0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-01T07:23:45.703Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-01T07:23:45.704Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:23:45.704Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17677529-61e9-4fbd-8fc4-8aed07d0e52c",
"consumerID": "clamp",
"timestamp": 1648797651049,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/resourceInstances/basic_onboard_mfdwwr0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-04-01T07:23:45.704Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-01T07:23:45.704Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:23:45.704Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17677529-61e9-4fbd-8fc4-8aed07d0e52c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648797650585,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/artifacts/service-BasicOnboardMfdwwr-csar.csar",
"status": "NOTIFIED"
}
2022-04-01T07:23:45.704Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-01T07:23:45.704Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:23:45.705Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17677529-61e9-4fbd-8fc4-8aed07d0e52c",
"consumerID": "ves-openapi-manager",
"timestamp": 1648797651556,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/artifacts/service-BasicOnboardMfdwwr-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-01T07:23:45.705Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-01T07:23:45.705Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:23:45.705Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17677529-61e9-4fbd-8fc4-8aed07d0e52c",
"consumerID": "policy-id",
"timestamp": 1648797654436,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/resourceInstances/basic_onboard_mfdwwr0/artifacts/basic_onboard_mfdwwr0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-01T07:23:45.705Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-01T07:23:45.705Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:23:45.706Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17677529-61e9-4fbd-8fc4-8aed07d0e52c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648797652759,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/resourceInstances/basic_onboard_mfdwwr0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-04-01T07:23:45.706Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-01T07:23:45.706Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:23:45.706Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17677529-61e9-4fbd-8fc4-8aed07d0e52c",
"consumerID": "clamp",
"timestamp": 1648797651049,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/artifacts/service-BasicOnboardMfdwwr-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-01T07:23:45.707Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-01T07:23:45.707Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:23:45.707Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17677529-61e9-4fbd-8fc4-8aed07d0e52c",
"consumerID": "policy-id",
"timestamp": 1648797654436,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/resourceInstances/basic_onboard_mfdwwr0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-04-01T07:23:45.707Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-01T07:23:45.707Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:23:45.707Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17677529-61e9-4fbd-8fc4-8aed07d0e52c",
"consumerID": "ves-openapi-manager",
"timestamp": 1648797651556,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/artifacts/service-BasicOnboardMfdwwr-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-04-01T07:23:45.707Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-01T07:23:45.708Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:23:45.708Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17677529-61e9-4fbd-8fc4-8aed07d0e52c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648797658429,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/artifacts/service-BasicOnboardMfdwwr-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-01T07:23:45.708Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:23:45.708Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:23:45.708Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17677529-61e9-4fbd-8fc4-8aed07d0e52c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648797652759,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/artifacts/service-BasicOnboardMfdwwr-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-01T07:23:45.708Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-01T07:23:45.708Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:23:45.708Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648797658779,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220401071744/1.0/resourceInstances/vfwc54ee80cb3b80/artifacts/vfwc54ee80cb3b80_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-01T07:23:45.708Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:23:45.709Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:23:45.709Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17677529-61e9-4fbd-8fc4-8aed07d0e52c",
"consumerID": "clamp",
"timestamp": 1648797651049,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/artifacts/service-BasicOnboardMfdwwr-csar.csar",
"status": "NOTIFIED"
}
2022-04-01T07:23:45.709Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-01T07:23:45.709Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:23:45.709Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17677529-61e9-4fbd-8fc4-8aed07d0e52c",
"consumerID": "policy-id",
"timestamp": 1648797654436,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/resourceInstances/basic_onboard_mfdwwr0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-01T07:23:45.709Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-01T07:23:45.709Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:23:45.709Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17677529-61e9-4fbd-8fc4-8aed07d0e52c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648797652759,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/artifacts/service-BasicOnboardMfdwwr-csar.csar",
"status": "NOTIFIED"
}
2022-04-01T07:23:45.709Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-01T07:23:45.709Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:23:45.710Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648797660077,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220401071744/1.0/resourceInstances/vfwc54ee80cb3b80/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-01T07:23:45.710Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:23:45.710Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:23:45.710Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17677529-61e9-4fbd-8fc4-8aed07d0e52c",
"consumerID": "policy-id",
"timestamp": 1648797654436,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/resourceInstances/basic_onboard_mfdwwr0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-04-01T07:23:45.710Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-01T07:23:45.710Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:23:45.710Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17677529-61e9-4fbd-8fc4-8aed07d0e52c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648797660530,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/resourceInstances/basic_onboard_mfdwwr0/artifacts/basic_onboard_mfdwwr0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-01T07:23:45.710Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:23:45.711Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:23:45.711Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17677529-61e9-4fbd-8fc4-8aed07d0e52c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648797661259,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/artifacts/service-BasicOnboardMfdwwr-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-01T07:23:45.711Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:23:45.711Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:23:45.711Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648797661186,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220401071744/1.0/resourceInstances/vfwc54ee80cb3b80/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-04-01T07:23:45.711Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:23:45.711Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:23:45.711Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17677529-61e9-4fbd-8fc4-8aed07d0e52c",
"consumerID": "policy-id",
"timestamp": 1648797654436,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/artifacts/service-BasicOnboardMfdwwr-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-01T07:23:45.711Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-01T07:23:45.712Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:23:45.712Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17677529-61e9-4fbd-8fc4-8aed07d0e52c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648797661592,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/resourceInstances/basic_onboard_mfdwwr0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-01T07:23:45.712Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:23:45.713Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:23:45.713Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17677529-61e9-4fbd-8fc4-8aed07d0e52c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648797662264,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-01T07:23:45.720Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 17677529-61e9-4fbd-8fc4-8aed07d0e52c
2022-04-01T07:23:45.720Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 17677529-61e9-4fbd-8fc4-8aed07d0e52c and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-01T07:23:45.729Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:23:45.729Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17677529-61e9-4fbd-8fc4-8aed07d0e52c",
"consumerID": "policy-id",
"timestamp": 1648797654436,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/artifacts/service-BasicOnboardMfdwwr-csar.csar",
"status": "NOTIFIED"
}
2022-04-01T07:23:45.729Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-01T07:23:45.729Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:23:45.729Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648797662604,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220401071744/1.0/resourceInstances/vfwc54ee80cb3b80/artifacts/vfwc54ee80cb3b80_modules.json",
"status": "DEPLOY_OK"
}
2022-04-01T07:23:45.730Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:23:45.730Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:23:45.730Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17677529-61e9-4fbd-8fc4-8aed07d0e52c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648797662643,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/resourceInstances/basic_onboard_mfdwwr0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-04-01T07:23:45.730Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:23:45.730Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:23:45.730Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17677529-61e9-4fbd-8fc4-8aed07d0e52c",
"consumerID": "policy-id",
"timestamp": 1648797662201,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/artifacts/service-BasicOnboardMfdwwr-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-01T07:23:45.730Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:23:45.730Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:23:45.730Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648797663608,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220401071744/1.0/resourceInstances/vfwc54ee80cb3b80/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-04-01T07:23:45.731Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:23:45.731Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:23:45.731Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17677529-61e9-4fbd-8fc4-8aed07d0e52c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648797663661,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-01T07:23:45.749Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 17677529-61e9-4fbd-8fc4-8aed07d0e52c
2022-04-01T07:23:45.750Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 17677529-61e9-4fbd-8fc4-8aed07d0e52c and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-01T07:23:45.758Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:23:45.758Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17677529-61e9-4fbd-8fc4-8aed07d0e52c",
"consumerID": "policy-id",
"timestamp": 1648797663207,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/artifacts/service-BasicOnboardMfdwwr-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-01T07:23:45.759Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:23:45.759Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:23:45.759Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648797664611,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220401071744/1.0/resourceInstances/vfwc54ee80cb3b80/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-04-01T07:23:45.759Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:23:45.759Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:23:45.759Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17677529-61e9-4fbd-8fc4-8aed07d0e52c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648797664664,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/resourceInstances/basic_onboard_mfdwwr0/artifacts/basic_onboard_mfdwwr0_modules.json",
"status": "DEPLOY_OK"
}
2022-04-01T07:23:45.759Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:23:45.760Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:23:45.760Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17677529-61e9-4fbd-8fc4-8aed07d0e52c",
"consumerID": "policy-id",
"timestamp": 1648797664210,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-01T07:23:45.764Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 17677529-61e9-4fbd-8fc4-8aed07d0e52c
2022-04-01T07:23:45.764Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 17677529-61e9-4fbd-8fc4-8aed07d0e52c and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-04-01T07:23:45.770Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:23:45.770Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648797665616,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220401071744/1.0/artifacts/service-Vfw20220401071744-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-01T07:23:45.770Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:23:45.770Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:23:45.771Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17677529-61e9-4fbd-8fc4-8aed07d0e52c",
"consumerID": "clamp",
"timestamp": 1648797666460,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/artifacts/service-BasicOnboardMfdwwr-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-01T07:23:45.771Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:23:45.771Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:23:45.771Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17677529-61e9-4fbd-8fc4-8aed07d0e52c",
"consumerID": "clamp",
"timestamp": 1648797668467,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/artifacts/service-BasicOnboardMfdwwr-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-01T07:23:45.771Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:23:45.771Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:23:45.771Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17677529-61e9-4fbd-8fc4-8aed07d0e52c",
"consumerID": "clamp",
"timestamp": 1648797669471,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-01T07:23:45.775Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 17677529-61e9-4fbd-8fc4-8aed07d0e52c
2022-04-01T07:23:45.775Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 17677529-61e9-4fbd-8fc4-8aed07d0e52c and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-01T07:23:45.783Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:23:45.783Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
"consumerID": "aai-ml",
"timestamp": 1648797679419,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220401071744/1.0/artifacts/service-Vfw20220401071744-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-01T07:23:45.783Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:23:45.784Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:23:45.784Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
"consumerID": "aai-ml",
"timestamp": 1648797680426,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-01T07:23:45.788Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 48ea7f7b-3c23-40aa-806a-066a9c57d270
2022-04-01T07:23:45.789Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 48ea7f7b-3c23-40aa-806a-066a9c57d270 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-01T07:23:45.798Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:23:45.798Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17677529-61e9-4fbd-8fc4-8aed07d0e52c",
"consumerID": "aai-ml",
"timestamp": 1648797681431,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/resourceInstances/basic_onboard_mfdwwr0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-01T07:23:45.798Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-01T07:23:45.798Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:23:45.798Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17677529-61e9-4fbd-8fc4-8aed07d0e52c",
"consumerID": "aai-ml",
"timestamp": 1648797681431,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/resourceInstances/basic_onboard_mfdwwr0/artifacts/basic_onboard_mfdwwr0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-01T07:23:45.799Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-01T07:23:45.799Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:23:45.799Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17677529-61e9-4fbd-8fc4-8aed07d0e52c",
"consumerID": "aai-ml",
"timestamp": 1648797681431,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/resourceInstances/basic_onboard_mfdwwr0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-01T07:23:45.799Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-01T07:23:45.799Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:23:45.799Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17677529-61e9-4fbd-8fc4-8aed07d0e52c",
"consumerID": "aai-ml",
"timestamp": 1648797681431,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/resourceInstances/basic_onboard_mfdwwr0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-01T07:23:45.799Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-01T07:23:45.799Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:23:45.799Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17677529-61e9-4fbd-8fc4-8aed07d0e52c",
"consumerID": "aai-ml",
"timestamp": 1648797681431,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/resourceInstances/basic_onboard_mfdwwr0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-04-01T07:23:45.800Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-01T07:23:45.800Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:23:45.800Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17677529-61e9-4fbd-8fc4-8aed07d0e52c",
"consumerID": "aai-ml",
"timestamp": 1648797681431,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/artifacts/service-BasicOnboardMfdwwr-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-01T07:23:45.800Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-01T07:23:45.800Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:23:45.800Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17677529-61e9-4fbd-8fc4-8aed07d0e52c",
"consumerID": "aai-ml",
"timestamp": 1648797681431,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/artifacts/service-BasicOnboardMfdwwr-csar.csar",
"status": "NOTIFIED"
}
2022-04-01T07:23:45.800Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-01T07:23:45.800Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:23:45.801Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17677529-61e9-4fbd-8fc4-8aed07d0e52c",
"consumerID": "aai-ml",
"timestamp": 1648797689266,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/artifacts/service-BasicOnboardMfdwwr-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-01T07:23:45.801Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:23:45.801Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:23:45.801Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17677529-61e9-4fbd-8fc4-8aed07d0e52c",
"consumerID": "aai-ml",
"timestamp": 1648797699226,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/artifacts/service-BasicOnboardMfdwwr-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-01T07:23:45.801Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:23:45.801Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:23:45.801Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17677529-61e9-4fbd-8fc4-8aed07d0e52c",
"consumerID": "aai-ml",
"timestamp": 1648797700233,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-01T07:23:45.807Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 17677529-61e9-4fbd-8fc4-8aed07d0e52c
2022-04-01T07:23:45.807Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 17677529-61e9-4fbd-8fc4-8aed07d0e52c and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-01T07:24:06.731Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 48ea7f7b-3c23-40aa-806a-066a9c57d270
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-01T07:24:06.768Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 48ea7f7b-3c23-40aa-806a-066a9c57d270
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-01T07:24:06.774Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-01T07:24:06.775Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-01T07:24:06.775Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-01T07:24:06.776Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-01T07:24:06.778Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-01T07:24:06.778Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-01T07:24:06.778Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-01T07:24:06.778Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-01T07:24:06.778Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-01T07:24:06.778Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-01T07:24:06.778Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-01T07:24:06.789Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-01T07:24:36.790Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 48ea7f7b-3c23-40aa-806a-066a9c57d270 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-04-01T07:24:36.801Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 48ea7f7b-3c23-40aa-806a-066a9c57d270 and serviceModelVersionId: 81f25e75-2e64-422b-ba6d-b6647c93770d
2022-04-01T07:24:36.801Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 56e2d438-c0a7-4eb0-be64-57d9be8231ca
2022-04-01T07:24:45.596Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T07:24:45.597Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T07:24:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T07:24:45.625Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T07:24:45.627Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:24:45.627Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d101870-dde0-4842-abca-b6c2287718ad",
"consumerID": "clamp",
"timestamp": 1648797801049,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220401072129/1.0/resourceInstances/vfw1a7247b4431e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-01T07:24:45.628Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-01T07:24:45.628Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:24:45.628Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d101870-dde0-4842-abca-b6c2287718ad",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648797800584,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220401072129/1.0/resourceInstances/vfw1a7247b4431e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-01T07:24:45.628Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-01T07:24:45.629Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:24:45.629Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d101870-dde0-4842-abca-b6c2287718ad",
"consumerID": "clamp",
"timestamp": 1648797801049,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220401072129/1.0/resourceInstances/vfw1a7247b4431e0/artifacts/vfw1a7247b4431e0_modules.json",
"status": "NOTIFIED"
}
2022-04-01T07:24:45.629Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-01T07:24:45.629Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:24:45.629Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d101870-dde0-4842-abca-b6c2287718ad",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648797800584,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220401072129/1.0/resourceInstances/vfw1a7247b4431e0/artifacts/vfw1a7247b4431e0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-01T07:24:45.630Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-01T07:24:45.630Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:24:45.630Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d101870-dde0-4842-abca-b6c2287718ad",
"consumerID": "clamp",
"timestamp": 1648797801049,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220401072129/1.0/resourceInstances/vfw1a7247b4431e0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-01T07:24:45.630Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-01T07:24:45.630Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:24:45.630Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d101870-dde0-4842-abca-b6c2287718ad",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648797800584,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220401072129/1.0/resourceInstances/vfw1a7247b4431e0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-01T07:24:45.631Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-01T07:24:45.631Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:24:45.631Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d101870-dde0-4842-abca-b6c2287718ad",
"consumerID": "clamp",
"timestamp": 1648797801049,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220401072129/1.0/resourceInstances/vfw1a7247b4431e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-01T07:24:45.631Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-01T07:24:45.631Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:24:45.631Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d101870-dde0-4842-abca-b6c2287718ad",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648797800584,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220401072129/1.0/resourceInstances/vfw1a7247b4431e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-01T07:24:45.632Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-01T07:24:45.632Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:24:45.632Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d101870-dde0-4842-abca-b6c2287718ad",
"consumerID": "clamp",
"timestamp": 1648797801049,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220401072129/1.0/resourceInstances/vfw1a7247b4431e0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-01T07:24:45.632Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-01T07:24:45.632Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:24:45.633Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d101870-dde0-4842-abca-b6c2287718ad",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648797800584,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220401072129/1.0/resourceInstances/vfw1a7247b4431e0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-01T07:24:45.633Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-01T07:24:45.633Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:24:45.633Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d101870-dde0-4842-abca-b6c2287718ad",
"consumerID": "cds",
"timestamp": 1648797809737,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220401072129/1.0/resourceInstances/vfw1a7247b4431e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-01T07:24:45.633Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-01T07:24:45.633Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:24:45.634Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d101870-dde0-4842-abca-b6c2287718ad",
"consumerID": "clamp",
"timestamp": 1648797801049,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220401072129/1.0/artifacts/service-Vfw20220401072129-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-01T07:24:45.634Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-01T07:24:45.634Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:24:45.634Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d101870-dde0-4842-abca-b6c2287718ad",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648797800584,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220401072129/1.0/artifacts/service-Vfw20220401072129-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-01T07:24:45.634Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-01T07:24:45.634Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:24:45.635Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d101870-dde0-4842-abca-b6c2287718ad",
"consumerID": "ves-openapi-manager",
"timestamp": 1648797811556,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220401072129/1.0/resourceInstances/vfw1a7247b4431e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-01T07:24:45.635Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-01T07:24:45.635Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:24:45.635Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d101870-dde0-4842-abca-b6c2287718ad",
"consumerID": "cds",
"timestamp": 1648797809737,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220401072129/1.0/resourceInstances/vfw1a7247b4431e0/artifacts/vfw1a7247b4431e0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-01T07:24:45.635Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-01T07:24:45.635Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:24:45.636Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d101870-dde0-4842-abca-b6c2287718ad",
"consumerID": "clamp",
"timestamp": 1648797801049,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220401072129/1.0/artifacts/service-Vfw20220401072129-csar.csar",
"status": "NOTIFIED"
}
2022-04-01T07:24:45.636Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-01T07:24:45.636Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:24:45.636Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d101870-dde0-4842-abca-b6c2287718ad",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648797800584,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220401072129/1.0/artifacts/service-Vfw20220401072129-csar.csar",
"status": "NOTIFIED"
}
2022-04-01T07:24:45.636Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-01T07:24:45.636Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:24:45.636Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d101870-dde0-4842-abca-b6c2287718ad",
"consumerID": "ves-openapi-manager",
"timestamp": 1648797811556,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220401072129/1.0/resourceInstances/vfw1a7247b4431e0/artifacts/vfw1a7247b4431e0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-01T07:24:45.637Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-01T07:24:45.637Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:24:45.637Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d101870-dde0-4842-abca-b6c2287718ad",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648797812759,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220401072129/1.0/resourceInstances/vfw1a7247b4431e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-01T07:24:45.637Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-01T07:24:45.637Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:24:45.637Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d101870-dde0-4842-abca-b6c2287718ad",
"consumerID": "cds",
"timestamp": 1648797809737,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220401072129/1.0/resourceInstances/vfw1a7247b4431e0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-01T07:24:45.638Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-01T07:24:45.638Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:24:45.638Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d101870-dde0-4842-abca-b6c2287718ad",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648797813998,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220401072129/1.0/artifacts/service-Vfw20220401072129-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-01T07:24:45.638Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:24:45.638Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:24:45.638Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d101870-dde0-4842-abca-b6c2287718ad",
"consumerID": "ves-openapi-manager",
"timestamp": 1648797811556,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220401072129/1.0/resourceInstances/vfw1a7247b4431e0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-01T07:24:45.638Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-01T07:24:45.639Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:24:45.639Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d101870-dde0-4842-abca-b6c2287718ad",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648797812759,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220401072129/1.0/resourceInstances/vfw1a7247b4431e0/artifacts/vfw1a7247b4431e0_modules.json",
"status": "NOTIFIED"
}
2022-04-01T07:24:45.639Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-01T07:24:45.639Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:24:45.639Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d101870-dde0-4842-abca-b6c2287718ad",
"consumerID": "cds",
"timestamp": 1648797809737,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220401072129/1.0/resourceInstances/vfw1a7247b4431e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-01T07:24:45.639Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-01T07:24:45.639Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:24:45.639Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d101870-dde0-4842-abca-b6c2287718ad",
"consumerID": "ves-openapi-manager",
"timestamp": 1648797811556,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220401072129/1.0/resourceInstances/vfw1a7247b4431e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-01T07:24:45.640Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-01T07:24:45.640Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:24:45.640Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d101870-dde0-4842-abca-b6c2287718ad",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648797812759,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220401072129/1.0/resourceInstances/vfw1a7247b4431e0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-04-01T07:24:45.640Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-01T07:24:45.640Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:24:45.640Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d101870-dde0-4842-abca-b6c2287718ad",
"consumerID": "cds",
"timestamp": 1648797809737,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220401072129/1.0/resourceInstances/vfw1a7247b4431e0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-01T07:24:45.641Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-01T07:24:45.641Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:24:45.641Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d101870-dde0-4842-abca-b6c2287718ad",
"consumerID": "policy-id",
"timestamp": 1648797814436,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220401072129/1.0/resourceInstances/vfw1a7247b4431e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-01T07:24:45.641Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-01T07:24:45.641Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:24:45.641Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d101870-dde0-4842-abca-b6c2287718ad",
"consumerID": "ves-openapi-manager",
"timestamp": 1648797811556,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220401072129/1.0/resourceInstances/vfw1a7247b4431e0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-01T07:24:45.642Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-01T07:24:45.642Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:24:45.642Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d101870-dde0-4842-abca-b6c2287718ad",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648797812759,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220401072129/1.0/resourceInstances/vfw1a7247b4431e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-01T07:24:45.642Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-01T07:24:45.642Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:24:45.642Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d101870-dde0-4842-abca-b6c2287718ad",
"consumerID": "cds",
"timestamp": 1648797809737,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220401072129/1.0/artifacts/service-Vfw20220401072129-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-01T07:24:45.643Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-01T07:24:45.643Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:24:45.643Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d101870-dde0-4842-abca-b6c2287718ad",
"consumerID": "policy-id",
"timestamp": 1648797814436,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220401072129/1.0/resourceInstances/vfw1a7247b4431e0/artifacts/vfw1a7247b4431e0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-01T07:24:45.643Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-01T07:24:45.643Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:24:45.643Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d101870-dde0-4842-abca-b6c2287718ad",
"consumerID": "ves-openapi-manager",
"timestamp": 1648797811556,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220401072129/1.0/artifacts/service-Vfw20220401072129-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-01T07:24:45.644Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-01T07:24:45.644Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:24:45.644Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d101870-dde0-4842-abca-b6c2287718ad",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648797812759,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220401072129/1.0/resourceInstances/vfw1a7247b4431e0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-04-01T07:24:45.644Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-01T07:24:45.644Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:24:45.645Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d101870-dde0-4842-abca-b6c2287718ad",
"consumerID": "cds",
"timestamp": 1648797809737,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220401072129/1.0/artifacts/service-Vfw20220401072129-csar.csar",
"status": "NOTIFIED"
}
2022-04-01T07:24:45.645Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-01T07:24:45.645Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:24:45.645Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d101870-dde0-4842-abca-b6c2287718ad",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648797817723,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220401072129/1.0/artifacts/service-Vfw20220401072129-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-01T07:24:45.645Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:24:45.645Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:24:45.646Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d101870-dde0-4842-abca-b6c2287718ad",
"consumerID": "ves-openapi-manager",
"timestamp": 1648797811556,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220401072129/1.0/artifacts/service-Vfw20220401072129-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-04-01T07:24:45.646Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-01T07:24:45.646Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:24:45.646Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d101870-dde0-4842-abca-b6c2287718ad",
"consumerID": "policy-id",
"timestamp": 1648797814436,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220401072129/1.0/resourceInstances/vfw1a7247b4431e0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-04-01T07:24:45.646Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-01T07:24:45.647Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:24:45.647Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d101870-dde0-4842-abca-b6c2287718ad",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648797812759,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220401072129/1.0/artifacts/service-Vfw20220401072129-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-01T07:24:45.647Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-01T07:24:45.647Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:24:45.647Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d101870-dde0-4842-abca-b6c2287718ad",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648797818735,
"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=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-01T07:24:45.663Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0d101870-dde0-4842-abca-b6c2287718ad
2022-04-01T07:24:45.664Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0d101870-dde0-4842-abca-b6c2287718ad and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-01T07:24:45.673Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:24:45.673Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d101870-dde0-4842-abca-b6c2287718ad",
"consumerID": "cds",
"timestamp": 1648797817617,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220401072129/1.0/artifacts/service-Vfw20220401072129-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-01T07:24:45.674Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:24:45.674Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:24:45.674Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d101870-dde0-4842-abca-b6c2287718ad",
"consumerID": "policy-id",
"timestamp": 1648797814436,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220401072129/1.0/resourceInstances/vfw1a7247b4431e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-01T07:24:45.674Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-01T07:24:45.674Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:24:45.675Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d101870-dde0-4842-abca-b6c2287718ad",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648797812759,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220401072129/1.0/artifacts/service-Vfw20220401072129-csar.csar",
"status": "NOTIFIED"
}
2022-04-01T07:24:45.675Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-01T07:24:45.675Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:24:45.675Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d101870-dde0-4842-abca-b6c2287718ad",
"consumerID": "cds",
"timestamp": 1648797818625,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220401072129/1.0/artifacts/service-Vfw20220401072129-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-01T07:24:45.679Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0d101870-dde0-4842-abca-b6c2287718ad
2022-04-01T07:24:45.680Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0d101870-dde0-4842-abca-b6c2287718ad and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-01T07:24:45.689Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:24:45.689Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d101870-dde0-4842-abca-b6c2287718ad",
"consumerID": "policy-id",
"timestamp": 1648797814436,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220401072129/1.0/resourceInstances/vfw1a7247b4431e0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-01T07:24:45.689Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-01T07:24:45.689Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:24:45.689Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d101870-dde0-4842-abca-b6c2287718ad",
"consumerID": "clamp",
"timestamp": 1648797819488,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220401072129/1.0/artifacts/service-Vfw20220401072129-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-01T07:24:45.690Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:24:45.690Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:24:45.690Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d101870-dde0-4842-abca-b6c2287718ad",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648797820839,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220401072129/1.0/resourceInstances/vfw1a7247b4431e0/artifacts/vfw1a7247b4431e0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-01T07:24:45.690Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:24:45.690Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:24:45.691Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d101870-dde0-4842-abca-b6c2287718ad",
"consumerID": "policy-id",
"timestamp": 1648797814436,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220401072129/1.0/artifacts/service-Vfw20220401072129-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-01T07:24:45.691Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-01T07:24:45.691Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:24:45.691Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d101870-dde0-4842-abca-b6c2287718ad",
"consumerID": "policy-id",
"timestamp": 1648797814436,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220401072129/1.0/artifacts/service-Vfw20220401072129-csar.csar",
"status": "NOTIFIED"
}
2022-04-01T07:24:45.691Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-01T07:24:45.692Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:24:45.692Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d101870-dde0-4842-abca-b6c2287718ad",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648797822227,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220401072129/1.0/resourceInstances/vfw1a7247b4431e0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-01T07:24:45.692Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:24:45.692Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:24:45.692Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d101870-dde0-4842-abca-b6c2287718ad",
"consumerID": "clamp",
"timestamp": 1648797821496,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220401072129/1.0/artifacts/service-Vfw20220401072129-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-01T07:24:45.692Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:24:45.693Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:24:45.693Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d101870-dde0-4842-abca-b6c2287718ad",
"consumerID": "policy-id",
"timestamp": 1648797822410,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220401072129/1.0/artifacts/service-Vfw20220401072129-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-01T07:24:45.693Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:24:45.693Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:24:45.693Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d101870-dde0-4842-abca-b6c2287718ad",
"consumerID": "clamp",
"timestamp": 1648797822502,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-01T07:24:45.698Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 0d101870-dde0-4842-abca-b6c2287718ad
2022-04-01T07:24:45.698Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0d101870-dde0-4842-abca-b6c2287718ad and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-01T07:24:45.709Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:24:45.709Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d101870-dde0-4842-abca-b6c2287718ad",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648797823538,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220401072129/1.0/resourceInstances/vfw1a7247b4431e0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-04-01T07:24:45.709Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:24:45.710Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:24:45.710Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d101870-dde0-4842-abca-b6c2287718ad",
"consumerID": "policy-id",
"timestamp": 1648797823416,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220401072129/1.0/artifacts/service-Vfw20220401072129-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-01T07:24:45.710Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:24:45.710Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:24:45.711Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d101870-dde0-4842-abca-b6c2287718ad",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648797824565,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-01T07:24:45.716Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0d101870-dde0-4842-abca-b6c2287718ad
2022-04-01T07:24:45.716Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0d101870-dde0-4842-abca-b6c2287718ad and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-01T07:24:51.752Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/56e2d438-c0a7-4eb0-be64-57d9be8231ca/model-vers/model-ver/81f25e75-2e64-422b-ba6d-b6647c93770d?depth=0
2022-04-01T07:24:51.885Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-04-01T07:24:52.421Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/56e2d438-c0a7-4eb0-be64-57d9be8231ca/model-vers/model-ver/81f25e75-2e64-422b-ba6d-b6647c93770d?depth=0|INFO|500||Invoke
2022-04-01T07:24:52.430Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/56e2d438-c0a7-4eb0-be64-57d9be8231ca/model-vers/model-ver/81f25e75-2e64-422b-ba6d-b6647c93770d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/56e2d438-c0a7-4eb0-be64-57d9be8231ca/model-vers/model-ver/81f25e75-2e64-422b-ba6d-b6647c93770d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[48ea7f7b-3c23-40aa-806a-066a9c57d270], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[7d6668f8-96e5-4df2-a7e2-7f2bd6ab8a86], X-ECOMP-RequestID=[48ea7f7b-3c23-40aa-806a-066a9c57d270], X-TransactionId=[], X-ONAP-RequestID=[48ea7f7b-3c23-40aa-806a-066a9c57d270], Content-Type=[application/merge-patch+json]}
2022-04-01T07:24:52.546Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/56e2d438-c0a7-4eb0-be64-57d9be8231ca/model-vers/model-ver/81f25e75-2e64-422b-ba6d-b6647c93770d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-04-01T07:24:52.981Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/56e2d438-c0a7-4eb0-be64-57d9be8231ca/model-vers/model-ver/81f25e75-2e64-422b-ba6d-b6647c93770d?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/56e2d438-c0a7-4eb0-be64-57d9be8231ca/model-vers/model-ver/81f25e75-2e64-422b-ba6d-b6647c93770d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220401-07:24:52:229-2006], vertex-id=[192592], Content-Length=[0], Date=[Fri, 01 Apr 2022 07:24:52 GMT], Content-Type=[application/json]}
2022-04-01T07:24:52.983Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/56e2d438-c0a7-4eb0-be64-57d9be8231ca/model-vers/model-ver/81f25e75-2e64-422b-ba6d-b6647c93770d?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-04-01T07:24:52.983Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/56e2d438-c0a7-4eb0-be64-57d9be8231ca/model-vers/model-ver/81f25e75-2e64-422b-ba6d-b6647c93770d?depth=0|INFO|500||InvokeReturn
2022-04-01T07:24:52.987Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-01T07:24:52.987Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-01T07:24:52.992Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-04-01T07:24:52.993Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 48ea7f7b-3c23-40aa-806a-066a9c57d270 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-01T07:24:52.993Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-01T07:24:52.994Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-01T07:24:52.996Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-01T07:24:52.996Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648797892993,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-01T07:24:53.096Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-01T07:24:53.097Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-01T07:24:53.097Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nMevPcYffJqnjF77) ...
2022-04-01T07:24:53.111Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T07:24:53.112Z||pool-18-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-01T07:24:54.024Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T07:24:54.025Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T07:24:54.025Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|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 nMevPcYffJqnjF77) ...
2022-04-01T07:24:58.369Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T07:24:58.370Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-01T07:24:58.370Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"17677529-61e9-4fbd-8fc4-8aed07d0e52c","serviceName":"basic_onboard_MfdWWr","serviceVersion":"1.0","serviceUUID":"b05be6c9-ddd0-426e-8e51-c1b0ea73376f","serviceDescription":"service","serviceInvariantUUID":"c0142e84-e68c-499d-a708-1de351d76d9a","resources":[{"resourceInstanceName":"basic_onboard_MfdWWr 0","resourceName":"basic_onboard_MfdWWr","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"364346b9-d545-4505-9bb0-1dc1fd392e4f","resourceInvariantUUID":"323eb062-cd85-43a1-bce3-97ee77b1d387","resourceCustomizationUUID":"eb88b824-1420-445a-b549-657ee623c6b4","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/resourceInstances/basic_onboard_mfdwwr0/artifacts/vf-license-model.xml","artifactChecksum":"NzY1NTcxZWRhNzNiOThhMTgyOTkyZDMzOWMzNDkwNmU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"4ad50557-9741-4013-8e16-1c747e31883f","artifactVersion":"1"},{"artifactName":"basic_onboard_mfdwwr0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/resourceInstances/basic_onboard_mfdwwr0/artifacts/basic_onboard_mfdwwr0_modules.json","artifactChecksum":"MThlMTM3ZTBkNzc4MmE0NDkzYWFkNmM1ZGU5YzM5N2U\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e3e9e3d1-50ae-443c-8a48-855c033cc73a","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/resourceInstances/basic_onboard_mfdwwr0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"4100d40f-2caa-456f-84fe-b6ca4bebcb63","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/resourceInstances/basic_onboard_mfdwwr0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e57fa9c1-4289-4f54-a505-b2e61e59adb4","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/resourceInstances/basic_onboard_mfdwwr0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a2da9e96-758b-40f7-88b9-ab2d2076c9a2","artifactVersion":"2","generatedFromUUID":"4100d40f-2caa-456f-84fe-b6ca4bebcb63"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardMfdwwr-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/artifacts/service-BasicOnboardMfdwwr-template.yml","artifactChecksum":"YjRjZWI0NWNhOWJlZGE5OWMxNTBhYTdmZjUwNTk4Yzg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"85b0f1d5-53fa-476b-9cab-e25f81d08f19","artifactVersion":"1"},{"artifactName":"service-BasicOnboardMfdwwr-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/artifacts/service-BasicOnboardMfdwwr-csar.csar","artifactChecksum":"NTdhMDUxODA5MDFmZWYyMmM2ZjI3NTFhMzZlZjY4NmU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"54d7a0c6-0421-4bfd-ba92-d7868b4957ea","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-01T07:24:58.373Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-01T07:24:58.374Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-01T07:24:58.376Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-01T07:24:58.376Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "17677529-61e9-4fbd-8fc4-8aed07d0e52c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648797894024,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/resourceInstances/basic_onboard_mfdwwr0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-01T07:24:58.476Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-01T07:24:58.477Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-01T07:24:58.477Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nMevPcYffJqnjF77) ...
2022-04-01T07:24:58.491Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T07:24:58.491Z||pool-19-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-01T07:24:59.376Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-01T07:24:59.377Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-01T07:24:59.379Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-01T07:24:59.379Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "17677529-61e9-4fbd-8fc4-8aed07d0e52c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648797894024,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/resourceInstances/basic_onboard_mfdwwr0/artifacts/basic_onboard_mfdwwr0_modules.json",
"status": "NOTIFIED"
}
2022-04-01T07:24:59.479Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-01T07:24:59.480Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-01T07:24:59.481Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nMevPcYffJqnjF77) ...
2022-04-01T07:24:59.497Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T07:24:59.497Z||pool-20-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-04-01T07:25:00.380Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-01T07:25:00.381Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-01T07:25:00.383Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-01T07:25:00.383Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "17677529-61e9-4fbd-8fc4-8aed07d0e52c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648797894024,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/resourceInstances/basic_onboard_mfdwwr0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-04-01T07:25:00.483Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-01T07:25:00.484Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-01T07:25:00.484Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nMevPcYffJqnjF77) ...
2022-04-01T07:25:00.496Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T07:25:00.496Z||pool-21-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-04-01T07:25:01.383Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-01T07:25:01.384Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-01T07:25:01.386Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-01T07:25:01.386Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "17677529-61e9-4fbd-8fc4-8aed07d0e52c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648797894024,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/resourceInstances/basic_onboard_mfdwwr0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-01T07:25:01.487Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-01T07:25:01.488Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-01T07:25:01.488Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nMevPcYffJqnjF77) ...
2022-04-01T07:25:01.501Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T07:25:01.501Z||pool-22-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-04-01T07:25:02.387Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-01T07:25:02.388Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-01T07:25:02.390Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-01T07:25:02.390Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "17677529-61e9-4fbd-8fc4-8aed07d0e52c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648797894024,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/resourceInstances/basic_onboard_mfdwwr0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-04-01T07:25:02.490Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-01T07:25:02.491Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-01T07:25:02.491Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nMevPcYffJqnjF77) ...
2022-04-01T07:25:02.502Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T07:25:02.503Z||pool-23-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-01T07:25:03.392Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-01T07:25:03.393Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-01T07:25:03.395Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-01T07:25:03.395Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "17677529-61e9-4fbd-8fc4-8aed07d0e52c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648797894024,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/artifacts/service-BasicOnboardMfdwwr-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-01T07:25:03.495Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-01T07:25:03.496Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-01T07:25:03.497Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nMevPcYffJqnjF77) ...
2022-04-01T07:25:03.508Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T07:25:03.509Z||pool-24-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-01T07:25:04.396Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-01T07:25:04.397Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-01T07:25:04.399Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-01T07:25:04.399Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "17677529-61e9-4fbd-8fc4-8aed07d0e52c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648797894024,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/artifacts/service-BasicOnboardMfdwwr-csar.csar",
"status": "NOTIFIED"
}
2022-04-01T07:25:04.499Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-01T07:25:04.500Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-01T07:25:04.500Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nMevPcYffJqnjF77) ...
2022-04-01T07:25:04.513Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T07:25:04.513Z||pool-25-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-01T07:25:05.400Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "17677529-61e9-4fbd-8fc4-8aed07d0e52c",
"serviceName": "basic_onboard_MfdWWr",
"serviceVersion": "1.0",
"serviceUUID": "b05be6c9-ddd0-426e-8e51-c1b0ea73376f",
"serviceDescription": "service",
"serviceInvariantUUID": "c0142e84-e68c-499d-a708-1de351d76d9a",
"resources": [
{
"resourceInstanceName": "basic_onboard_MfdWWr 0",
"resourceCustomizationUUID": "eb88b824-1420-445a-b549-657ee623c6b4",
"resourceName": "basic_onboard_MfdWWr",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "364346b9-d545-4505-9bb0-1dc1fd392e4f",
"resourceInvariantUUID": "323eb062-cd85-43a1-bce3-97ee77b1d387",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_mfdwwr0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/resourceInstances/basic_onboard_mfdwwr0/artifacts/basic_onboard_mfdwwr0_modules.json",
"artifactChecksum": "MThlMTM3ZTBkNzc4MmE0NDkzYWFkNmM1ZGU5YzM5N2U\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "e3e9e3d1-50ae-443c-8a48-855c033cc73a",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/resourceInstances/basic_onboard_mfdwwr0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "4100d40f-2caa-456f-84fe-b6ca4bebcb63",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/resourceInstances/basic_onboard_mfdwwr0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "a2da9e96-758b-40f7-88b9-ab2d2076c9a2",
"generatedFromUUID": "4100d40f-2caa-456f-84fe-b6ca4bebcb63"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/resourceInstances/basic_onboard_mfdwwr0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "a2da9e96-758b-40f7-88b9-ab2d2076c9a2",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardMfdwwr-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/artifacts/service-BasicOnboardMfdwwr-csar.csar",
"artifactChecksum": "NTdhMDUxODA5MDFmZWYyMmM2ZjI3NTFhMzZlZjY4NmU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "54d7a0c6-0421-4bfd-ba92-d7868b4957ea"
}
],
"workloadContext": "Production"
}
2022-04-01T07:25:05.401Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-01T07:25:05.402Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b05be6c9-ddd0-426e-8e51-c1b0ea73376f ASDC
2022-04-01T07:25:05.402Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:17677529-61e9-4fbd-8fc4-8aed07d0e52c
ServiceName:basic_onboard_MfdWWr
ServiceVersion:1.0
ServiceUUID:b05be6c9-ddd0-426e-8e51-c1b0ea73376f
ServiceInvariantUUID:c0142e84-e68c-499d-a708-1de351d76d9a
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardMfdwwr-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/artifacts/service-BasicOnboardMfdwwr-csar.csar
ArtifactUUID:54d7a0c6-0421-4bfd-ba92-d7868b4957ea
ArtifactChecksum:NTdhMDUxODA5MDFmZWYyMmM2ZjI3NTFhMzZlZjY4NmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_MfdWWr 0
ResourceCustomizationUUID:eb88b824-1420-445a-b549-657ee623c6b4
ResourceInvariantUUID:323eb062-cd85-43a1-bce3-97ee77b1d387
ResourceName:basic_onboard_MfdWWr
ResourceType:VF
ResourceUUID:364346b9-d545-4505-9bb0-1dc1fd392e4f
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_mfdwwr0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/resourceInstances/basic_onboard_mfdwwr0/artifacts/basic_onboard_mfdwwr0_modules.json
ArtifactUUID:e3e9e3d1-50ae-443c-8a48-855c033cc73a
ArtifactChecksum:MThlMTM3ZTBkNzc4MmE0NDkzYWFkNmM1ZGU5YzM5N2U=
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/BasicOnboardMfdwwr/1.0/resourceInstances/basic_onboard_mfdwwr0/artifacts/base_ubuntu18.yaml
ArtifactUUID:4100d40f-2caa-456f-84fe-b6ca4bebcb63
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/BasicOnboardMfdwwr/1.0/resourceInstances/basic_onboard_mfdwwr0/artifacts/base_ubuntu18.env
ArtifactUUID:a2da9e96-758b-40f7-88b9-ab2d2076c9a2
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/BasicOnboardMfdwwr/1.0/resourceInstances/basic_onboard_mfdwwr0/artifacts/base_ubuntu18.env
ArtifactUUID:a2da9e96-758b-40f7-88b9-ab2d2076c9a2
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-04-01T07:25:05.403Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b05be6c9-ddd0-426e-8e51-c1b0ea73376f ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-01T07:25:05.435Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-01T07:25:05.436Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-04-01T07:25:05.437Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-04-01T07:25:05.437Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 54d7a0c6-0421-4bfd-ba92-d7868b4957ea from URL: /sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/artifacts/service-BasicOnboardMfdwwr-csar.csar
2022-04-01T07:25:05.437Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-04-01T07:25:05.437Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/artifacts/service-BasicOnboardMfdwwr-csar.csar
2022-04-01T07:25:05.584Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-04-01T07:25:05.587Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/artifacts/service-BasicOnboardMfdwwr-csar.csar 54d7a0c6-0421-4bfd-ba92-d7868b4957ea 71579
2022-04-01T07:25:05.588Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/artifacts/service-BasicOnboardMfdwwr-csar.csar ASDC sendASDCNotification
2022-04-01T07:25:05.588Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/artifacts/service-BasicOnboardMfdwwr-csar.csar
2022-04-01T07:25:05.588Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-01T07:25:05.588Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-01T07:25:05.590Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-01T07:25:05.590Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "17677529-61e9-4fbd-8fc4-8aed07d0e52c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648797905588,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/artifacts/service-BasicOnboardMfdwwr-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-01T07:25:05.691Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-01T07:25:05.692Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-01T07:25:05.692Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nMevPcYffJqnjF77) ...
2022-04-01T07:25:05.705Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T07:25:05.705Z||pool-26-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-01T07:25:06.591Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-01T07:25:06.592Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-04-01T07:25:06.592Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 54d7a0c6-0421-4bfd-ba92-d7868b4957ea, URL: /sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/artifacts/service-BasicOnboardMfdwwr-csar.csar to file: /app/ASDC/1/service-BasicOnboardMfdwwr-csar.csar
2022-04-01T07:25:06.593Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardMfdwwr-csar.csar
2022-04-01T07:25:06.593Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardMfdwwr-csar.csar
2022-04-01T07:25:06.593Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardMfdwwr-csar.csar
2022-04-01T07:25:06.803Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5603535616378774890/Definitions/service-BasicOnboardMfdwwr-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2022-04-01T07:25:07.904Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-01T07:25:07.905Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-04-01T07:25:07.905Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardMfdwwr-csar.csar
2022-04-01T07:25:07.905Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-04-01T07:25:07.906Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_MfdWWr 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-BasicOnboardMfdwwr-csar.csar
2022-04-01T07:25:07.906Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|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-BasicOnboardMfdwwr-csar.csar
2022-04-01T07:25:07.907Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|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-BasicOnboardMfdwwr-csar.csar
2022-04-01T07:25:07.907Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|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-BasicOnboardMfdwwr-csar.csar
2022-04-01T07:25:07.907Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|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-BasicOnboardMfdwwr-csar.csar
2022-04-01T07:25:07.908Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|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-BasicOnboardMfdwwr-csar.csar
2022-04-01T07:25:07.908Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|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-BasicOnboardMfdwwr-csar.csar
2022-04-01T07:25:07.908Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|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-BasicOnboardMfdwwr-csar.csar
2022-04-01T07:25:07.909Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|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-BasicOnboardMfdwwr-csar.csar
2022-04-01T07:25:07.909Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-04-01T07:25:07.909Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-01T07:25:07.910Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_MfdWWr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-01T07:25:07.910Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_MfdWWr 0 is matching search criteria
2022-04-01T07:25:07.911Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-04-01T07:25:07.912Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_MfdWWr 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-01T07:25:07.912Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-01T07:25:07.912Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_MfdWWr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-01T07:25:07.913Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_MfdWWr 0 is matching search criteria
2022-04-01T07:25:07.913Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-04-01T07:25:07.914Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_MfdWWr 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-01T07:25:07.914Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-01T07:25:07.914Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_MfdWWr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-01T07:25:07.915Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-01T07:25:07.915Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_MfdWWr 0 is not matching search criteria
2022-04-01T07:25:07.915Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-04-01T07:25:07.916Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-04-01T07:25:07.916Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-04-01T07:25:07.916Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-04-01T07:25:07.917Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-01T07:25:07.917Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-01T07:25:07.917Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_MfdWWr is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-01T07:25:07.918Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-01T07:25:07.918Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_MfdWWr 0 is matching search criteria
2022-04-01T07:25:07.919Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_MfdWWr 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-01T07:25:07.919Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-01T07:25:07.920Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_MfdWWr 0 is matching search criteria
2022-04-01T07:25:07.920Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_MfdWWr 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-01T07:25:07.921Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-01T07:25:07.921Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_MfdWWr 0 is matching search criteria
2022-04-01T07:25:07.921Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_MfdWWr 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-01T07:25:07.922Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-01T07:25:07.922Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_MfdWWr 0 is not matching search criteria
2022-04-01T07:25:07.923Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-04-01T07:25:07.923Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-04-01T07:25:07.924Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=56b2bb82-fbc1-4a96-80b8-555d7fad69c4
2022-04-01T07:25:07.924Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-01T07:25:07.924Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_MfdWWr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-01T07:25:07.924Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-01T07:25:07.925Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_MfdWWr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-01T07:25:07.925Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-01T07:25:07.925Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_MfdWWr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-01T07:25:07.925Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-01T07:25:07.926Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_MfdWWr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-01T07:25:07.926Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_MfdWWr
Description:service
Model UUID:b05be6c9-ddd0-426e-8e51-c1b0ea73376f
Model Version:NULL
Model InvariantUuid:c0142e84-e68c-499d-a708-1de351d76d9a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_MfdWWr
Model UUID:d7de38de-95bd-4f39-a47a-f4cea0618386
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:323eb062-cd85-43a1-bce3-97ee77b1d387
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:eb88b824-1420-445a-b549-657ee623c6b4
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:2e93b405-8bde-4b46-af16-d22088079385
ModelName:BasicOnboardMfdwwr..base_ubuntu18..module-0
ModelUuid:cced2b58-c082-444a-bcf7-8f9a1b4dd172
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:56b2bb82-fbc1-4a96-80b8-555d7fad69c4
ModelInvariantUuid:2decee45-db72-4d5b-aa36-b182812894b5
ModelName:basic_onboard_MfdWWr-nodes.ubuntu18Cvfc
ModelUuid:cb59da85-41d7-45eb-b830-c73f7b243bf6
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:df7bf2e4-3593-4ae3-8835-34ebce1e004f
ModelInvariantUuid:3014faa3-143b-47e0-b48e-5549c9044dcc
ModelName:BasicOnboardMfdwwr.compute.nodes.heat.ubuntu18
ModelUuid:2fab26ec-90d5-4b44-98ac-875b2d909629
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-04-01T07:25:07.934Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 364346b9-d545-4505-9bb0-1dc1fd392e4f
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-01T07:25:07.937Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||INFO|500||basic_onboard_MfdWWr 0
2022-04-01T07:25:07.937Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 364346b9-d545-4505-9bb0-1dc1fd392e4f
2022-04-01T07:25:07.938Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: e3e9e3d1-50ae-443c-8a48-855c033cc73a from URL: /sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/resourceInstances/basic_onboard_mfdwwr0/artifacts/basic_onboard_mfdwwr0_modules.json
2022-04-01T07:25:07.938Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-04-01T07:25:07.938Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/resourceInstances/basic_onboard_mfdwwr0/artifacts/basic_onboard_mfdwwr0_modules.json
2022-04-01T07:25:08.105Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-04-01T07:25:08.105Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/resourceInstances/basic_onboard_mfdwwr0/artifacts/basic_onboard_mfdwwr0_modules.json e3e9e3d1-50ae-443c-8a48-855c033cc73a 798
2022-04-01T07:25:08.106Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/resourceInstances/basic_onboard_mfdwwr0/artifacts/basic_onboard_mfdwwr0_modules.json ASDC sendASDCNotification
2022-04-01T07:25:08.106Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/resourceInstances/basic_onboard_mfdwwr0/artifacts/basic_onboard_mfdwwr0_modules.json
2022-04-01T07:25:08.106Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-01T07:25:08.107Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-01T07:25:08.109Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-01T07:25:08.109Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "17677529-61e9-4fbd-8fc4-8aed07d0e52c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648797908106,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/resourceInstances/basic_onboard_mfdwwr0/artifacts/basic_onboard_mfdwwr0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-01T07:25:08.209Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-01T07:25:08.210Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-01T07:25:08.210Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nMevPcYffJqnjF77) ...
2022-04-01T07:25:08.222Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T07:25:08.222Z||pool-27-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-01T07:25:09.110Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardMfdwwr..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "2e93b405-8bde-4b46-af16-d22088079385",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "cced2b58-c082-444a-bcf7-8f9a1b4dd172",
"vfModuleModelCustomizationUUID": "461b49de-b76e-4752-bf3c-016bb6a8ea5d",
"isBase": true,
"artifacts": [
"4100d40f-2caa-456f-84fe-b6ca4bebcb63",
"a2da9e96-758b-40f7-88b9-ab2d2076c9a2"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-04-01T07:25:09.115Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardMfdwwr..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:cced2b58-c082-444a-bcf7-8f9a1b4dd172
VfModuleModelInvariantUUID:2e93b405-8bde-4b46-af16-d22088079385
VfModuleModelDescription:NULL
Artifacts UUID List:{
4100d40f-2caa-456f-84fe-b6ca4bebcb63
,
a2da9e96-758b-40f7-88b9-ab2d2076c9a2
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-04-01T07:25:09.117Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardMfdwwr..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "2e93b405-8bde-4b46-af16-d22088079385",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "cced2b58-c082-444a-bcf7-8f9a1b4dd172",
"vfModuleModelCustomizationUUID": "461b49de-b76e-4752-bf3c-016bb6a8ea5d",
"isBase": true,
"artifacts": [
"4100d40f-2caa-456f-84fe-b6ca4bebcb63",
"a2da9e96-758b-40f7-88b9-ab2d2076c9a2"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-04-01T07:25:09.118Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardMfdwwr..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:cced2b58-c082-444a-bcf7-8f9a1b4dd172
VfModuleModelInvariantUUID:2e93b405-8bde-4b46-af16-d22088079385
VfModuleModelDescription:NULL
Artifacts UUID List:{
4100d40f-2caa-456f-84fe-b6ca4bebcb63
,
a2da9e96-758b-40f7-88b9-ab2d2076c9a2
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-04-01T07:25:09.118Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 4100d40f-2caa-456f-84fe-b6ca4bebcb63 from URL: /sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/resourceInstances/basic_onboard_mfdwwr0/artifacts/base_ubuntu18.yaml
2022-04-01T07:25:09.118Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-04-01T07:25:09.118Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/resourceInstances/basic_onboard_mfdwwr0/artifacts/base_ubuntu18.yaml
2022-04-01T07:25:09.204Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-04-01T07:25:09.205Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/resourceInstances/basic_onboard_mfdwwr0/artifacts/base_ubuntu18.yaml 4100d40f-2caa-456f-84fe-b6ca4bebcb63 5033
2022-04-01T07:25:09.205Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/resourceInstances/basic_onboard_mfdwwr0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-04-01T07:25:09.205Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/resourceInstances/basic_onboard_mfdwwr0/artifacts/base_ubuntu18.yaml
2022-04-01T07:25:09.206Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-01T07:25:09.206Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-01T07:25:09.208Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-01T07:25:09.208Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "17677529-61e9-4fbd-8fc4-8aed07d0e52c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648797909205,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/resourceInstances/basic_onboard_mfdwwr0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-01T07:25:09.308Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-01T07:25:09.309Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-01T07:25:09.309Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nMevPcYffJqnjF77) ...
2022-04-01T07:25:09.325Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T07:25:09.325Z||pool-28-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-04-01T07:25:10.209Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: a2da9e96-758b-40f7-88b9-ab2d2076c9a2 from URL: /sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/resourceInstances/basic_onboard_mfdwwr0/artifacts/base_ubuntu18.env
2022-04-01T07:25:10.209Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-04-01T07:25:10.210Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/resourceInstances/basic_onboard_mfdwwr0/artifacts/base_ubuntu18.env
2022-04-01T07:25:10.587Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-04-01T07:25:10.587Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/resourceInstances/basic_onboard_mfdwwr0/artifacts/base_ubuntu18.env a2da9e96-758b-40f7-88b9-ab2d2076c9a2 909
2022-04-01T07:25:10.587Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/resourceInstances/basic_onboard_mfdwwr0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-04-01T07:25:10.587Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/resourceInstances/basic_onboard_mfdwwr0/artifacts/base_ubuntu18.env
2022-04-01T07:25:10.588Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-01T07:25:10.588Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-01T07:25:10.590Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-01T07:25:10.590Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "17677529-61e9-4fbd-8fc4-8aed07d0e52c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648797910587,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/resourceInstances/basic_onboard_mfdwwr0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-04-01T07:25:10.690Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-01T07:25:10.690Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-01T07:25:10.691Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nMevPcYffJqnjF77) ...
2022-04-01T07:25:10.703Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T07:25:10.703Z||pool-29-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-01T07:25:11.590Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: b05be6c9-ddd0-426e-8e51-c1b0ea73376f
2022-04-01T07:25:11.591Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_MfdWWr 0 364346b9-d545-4505-9bb0-1dc1fd392e4f ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-01T07:25:11.603Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4f7c2b3c, org.onap.sdc.toscaparser.api.parameters.Input@2adf6629, org.onap.sdc.toscaparser.api.parameters.Input@4ac2a278, org.onap.sdc.toscaparser.api.parameters.Input@68ef090c, org.onap.sdc.toscaparser.api.parameters.Input@46e4eae6]
2022-04-01T07:25:11.604Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-01T07:25:11.605Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_MfdWWr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-01T07:25:11.605Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic
2022-04-01T07:25:11.605Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= eb88b824-1420-445a-b549-657ee623c6b4
2022-04-01T07:25:11.605Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: eb88b824-1420-445a-b549-657ee623c6b4 matches Tosca VF Customization UUID: eb88b824-1420-445a-b549-657ee623c6b4
2022-04-01T07:25:11.605Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: eb88b824-1420-445a-b549-657ee623c6b4 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-04-01T07:25:11.607Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-01T07:25:11.607Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_MfdWWr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-01T07:25:11.608Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id eb88b824-1420-445a-b549-657ee623c6b4: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2022-04-01T07:25:11.608Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@586244a3
2022-04-01T07:25:11.608Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-01T07:25:11.608Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_MfdWWr is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-01T07:25:11.609Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 461b49de-b76e-4752-bf3c-016bb6a8ea5d
2022-04-01T07:25:11.609Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 461b49de-b76e-4752-bf3c-016bb6a8ea5d
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-04-01T07:25:11.611Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-01T07:25:11.611Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_MfdWWr 0 is matching search criteria
2022-04-01T07:25:11.611Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_MfdWWr 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-01T07:25:11.611Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-01T07:25:11.611Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_MfdWWr 0 is matching search criteria
2022-04-01T07:25:11.612Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_MfdWWr 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-01T07:25:11.612Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-01T07:25:11.612Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_MfdWWr 0 is not matching search criteria
2022-04-01T07:25:11.612Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-04-01T07:25:11.612Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-04-01T07:25:11.612Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=56b2bb82-fbc1-4a96-80b8-555d7fad69c4
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-04-01T07:25:11.614Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-01T07:25:11.615Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_MfdWWr 0 is matching search criteria
2022-04-01T07:25:11.615Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_MfdWWr 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-01T07:25:11.615Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-01T07:25:11.615Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_MfdWWr 0 is matching search criteria
2022-04-01T07:25:11.615Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_MfdWWr 0] matching following query criteria: sdcType=VF, customizationUUID=eb88b824-1420-445a-b549-657ee623c6b4
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-01T07:25:11.617Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-01T07:25:11.617Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_MfdWWr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-01T07:25:11.617Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid b05be6c9-ddd0-426e-8e51-c1b0ea73376f: basic_onboard_MfdWWr
2022-04-01T07:25:11.617Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-01T07:25:11.617Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_MfdWWr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-01T07:25:11.618Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-01T07:25:11.618Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_MfdWWr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-01T07:25:11.618Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-01T07:25:11.618Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_MfdWWr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-01T07:25:11.618Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-01T07:25:11.618Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_MfdWWr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-01T07:25:11.618Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-01T07:25:11.619Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_MfdWWr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-01T07:25:11.619Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||INFO|500||Saving Service: basic_onboard_MfdWWr
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-01T07:25:11.693Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_MfdWWr 364346b9-d545-4505-9bb0-1dc1fd392e4f 1 ASDC deployResourceStructure
2022-04-01T07:25:11.694Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/resourceInstances/basic_onboard_mfdwwr0/artifacts/basic_onboard_mfdwwr0_modules.json ASDC sendASDCNotification
2022-04-01T07:25:11.694Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/resourceInstances/basic_onboard_mfdwwr0/artifacts/basic_onboard_mfdwwr0_modules.json
2022-04-01T07:25:11.694Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-01T07:25:11.694Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-01T07:25:11.696Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-01T07:25:11.696Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "17677529-61e9-4fbd-8fc4-8aed07d0e52c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648797911694,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/resourceInstances/basic_onboard_mfdwwr0/artifacts/basic_onboard_mfdwwr0_modules.json",
"status": "DEPLOY_OK"
}
2022-04-01T07:25:11.796Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-01T07:25:11.797Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-01T07:25:11.797Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nMevPcYffJqnjF77) ...
2022-04-01T07:25:11.808Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T07:25:11.809Z||pool-30-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-01T07:25:12.697Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/resourceInstances/basic_onboard_mfdwwr0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-04-01T07:25:12.697Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/resourceInstances/basic_onboard_mfdwwr0/artifacts/base_ubuntu18.yaml
2022-04-01T07:25:12.697Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-01T07:25:12.697Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-01T07:25:12.699Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-01T07:25:12.699Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "17677529-61e9-4fbd-8fc4-8aed07d0e52c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648797912696,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/resourceInstances/basic_onboard_mfdwwr0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-04-01T07:25:12.799Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-01T07:25:12.800Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-01T07:25:12.800Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nMevPcYffJqnjF77) ...
2022-04-01T07:25:12.828Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T07:25:12.829Z||pool-31-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-04-01T07:25:13.700Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/resourceInstances/basic_onboard_mfdwwr0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-04-01T07:25:13.701Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/resourceInstances/basic_onboard_mfdwwr0/artifacts/base_ubuntu18.env
2022-04-01T07:25:13.701Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-01T07:25:13.701Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-01T07:25:13.703Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-01T07:25:13.703Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "17677529-61e9-4fbd-8fc4-8aed07d0e52c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648797913700,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/resourceInstances/basic_onboard_mfdwwr0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-04-01T07:25:13.803Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-01T07:25:13.804Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-01T07:25:13.805Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nMevPcYffJqnjF77) ...
2022-04-01T07:25:13.817Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T07:25:13.818Z||pool-32-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-01T07:25:14.704Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/artifacts/service-BasicOnboardMfdwwr-csar.csar ASDC sendASDCNotification
2022-04-01T07:25:14.704Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/artifacts/service-BasicOnboardMfdwwr-csar.csar
2022-04-01T07:25:14.704Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-01T07:25:14.705Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-01T07:25:14.707Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-01T07:25:14.707Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "17677529-61e9-4fbd-8fc4-8aed07d0e52c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648797914704,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/artifacts/service-BasicOnboardMfdwwr-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-01T07:25:14.807Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-01T07:25:14.808Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-01T07:25:14.808Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nMevPcYffJqnjF77) ...
2022-04-01T07:25:14.820Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T07:25:14.821Z||pool-33-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-01T07:25:15.707Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 17677529-61e9-4fbd-8fc4-8aed07d0e52c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-01T07:25:15.723Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 17677529-61e9-4fbd-8fc4-8aed07d0e52c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-01T07:25:15.728Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-01T07:25:15.728Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-01T07:25:15.728Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-01T07:25:15.729Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-01T07:25:15.729Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-01T07:25:15.729Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-01T07:25:15.729Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-01T07:25:15.729Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-01T07:25:15.729Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-01T07:25:15.729Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-01T07:25:15.729Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-01T07:25:15.735Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-01T07:25:45.596Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T07:25:45.597Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T07:25:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T07:25:45.634Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T07:25:45.634Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-01T07:25:45.634Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d101870-dde0-4842-abca-b6c2287718ad",
"consumerID": "policy-id",
"timestamp": 1648797824419,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-01T07:25:45.644Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0d101870-dde0-4842-abca-b6c2287718ad
2022-04-01T07:25:45.644Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0d101870-dde0-4842-abca-b6c2287718ad and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-04-01T07:25:45.736Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 17677529-61e9-4fbd-8fc4-8aed07d0e52c and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-04-01T07:25:45.741Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 17677529-61e9-4fbd-8fc4-8aed07d0e52c and serviceModelVersionId: b05be6c9-ddd0-426e-8e51-c1b0ea73376f
2022-04-01T07:25:45.741Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c0142e84-e68c-499d-a708-1de351d76d9a
2022-04-01T07:25:45.742Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c0142e84-e68c-499d-a708-1de351d76d9a/model-vers/model-ver/b05be6c9-ddd0-426e-8e51-c1b0ea73376f?depth=0
2022-04-01T07:25:45.746Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-04-01T07:25:45.796Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c0142e84-e68c-499d-a708-1de351d76d9a/model-vers/model-ver/b05be6c9-ddd0-426e-8e51-c1b0ea73376f?depth=0|INFO|500||Invoke
2022-04-01T07:25:45.797Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c0142e84-e68c-499d-a708-1de351d76d9a/model-vers/model-ver/b05be6c9-ddd0-426e-8e51-c1b0ea73376f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c0142e84-e68c-499d-a708-1de351d76d9a/model-vers/model-ver/b05be6c9-ddd0-426e-8e51-c1b0ea73376f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[17677529-61e9-4fbd-8fc4-8aed07d0e52c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[164e5ead-772c-472d-885a-8c855a0bd41b], X-ECOMP-RequestID=[17677529-61e9-4fbd-8fc4-8aed07d0e52c], X-TransactionId=[], X-ONAP-RequestID=[17677529-61e9-4fbd-8fc4-8aed07d0e52c], Content-Type=[application/merge-patch+json]}
2022-04-01T07:25:45.821Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c0142e84-e68c-499d-a708-1de351d76d9a/model-vers/model-ver/b05be6c9-ddd0-426e-8e51-c1b0ea73376f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-04-01T07:25:46.288Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c0142e84-e68c-499d-a708-1de351d76d9a/model-vers/model-ver/b05be6c9-ddd0-426e-8e51-c1b0ea73376f?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c0142e84-e68c-499d-a708-1de351d76d9a/model-vers/model-ver/b05be6c9-ddd0-426e-8e51-c1b0ea73376f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220401-07:25:45:503-35433], vertex-id=[196760], Content-Length=[0], Date=[Fri, 01 Apr 2022 07:25:45 GMT], Content-Type=[application/json]}
2022-04-01T07:25:46.289Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c0142e84-e68c-499d-a708-1de351d76d9a/model-vers/model-ver/b05be6c9-ddd0-426e-8e51-c1b0ea73376f?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-04-01T07:25:46.290Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c0142e84-e68c-499d-a708-1de351d76d9a/model-vers/model-ver/b05be6c9-ddd0-426e-8e51-c1b0ea73376f?depth=0|INFO|500||InvokeReturn
2022-04-01T07:25:46.290Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-01T07:25:46.291Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-01T07:25:46.298Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-04-01T07:25:46.299Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 17677529-61e9-4fbd-8fc4-8aed07d0e52c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-01T07:25:46.299Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-01T07:25:46.299Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-01T07:25:46.301Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-01T07:25:46.301Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "17677529-61e9-4fbd-8fc4-8aed07d0e52c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648797946299,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-01T07:25:46.402Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-01T07:25:46.403Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-01T07:25:46.403Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nMevPcYffJqnjF77) ...
2022-04-01T07:25:46.413Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T07:25:46.414Z||pool-34-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-01T07:25:47.313Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-01T07:25:47.314Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"0d101870-dde0-4842-abca-b6c2287718ad","serviceName":"vFW 2022-04-01 07-21-29","serviceVersion":"1.0","serviceUUID":"fa0005ad-1dec-49e1-aae5-0738329915c8","serviceDescription":"catalog service description","serviceInvariantUUID":"312cf3af-f504-420f-b267-d1fec8baccdc","resources":[{"resourceInstanceName":"vFW 1a7247b4-431e 0","resourceName":"vFW 1a7247b4-431e","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"8e8cdf7d-451a-41ae-b7fb-55c97143eaaa","resourceInvariantUUID":"652d1d29-85de-4f35-b7cc-6b0cd1300f8b","resourceCustomizationUUID":"a0bd00b0-74f7-48e0-a168-ba50d92b2497","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220401072129/1.0/resourceInstances/vfw1a7247b4431e0/artifacts/vf-license-model.xml","artifactChecksum":"NTA1MjQ0ZWMwOWExMDQwMDdlNzBlNzc2OTBkYjVkMWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c8cdfaef-684c-4cc2-b975-52ce54e091eb","artifactVersion":"1"},{"artifactName":"vfw1a7247b4431e0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220401072129/1.0/resourceInstances/vfw1a7247b4431e0/artifacts/vfw1a7247b4431e0_modules.json","artifactChecksum":"Y2I1NjgxNDU5ZjcwMzkwNjMyMWVhNDU3NDA0ZmZjZmU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"abd1bedb-83ee-44c4-8fd0-b46a80232b82","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220401072129/1.0/resourceInstances/vfw1a7247b4431e0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"da8536ed-bca3-4aed-9cd5-b3bd897b0ef5","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220401072129/1.0/resourceInstances/vfw1a7247b4431e0/artifacts/vendor-license-model.xml","artifactChecksum":"NWRkYzQyZTdhZmFhZjlhZDEyMGY1OTlkOGFmMTk2MDI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e233a264-0df1-4b65-8d53-f138c21a8dba","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220401072129/1.0/resourceInstances/vfw1a7247b4431e0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"db6e30d5-42ac-4fef-b78c-cf3a9fb25e10","artifactVersion":"2","generatedFromUUID":"da8536ed-bca3-4aed-9cd5-b3bd897b0ef5"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220401072129-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220401072129/1.0/artifacts/service-Vfw20220401072129-template.yml","artifactChecksum":"NmJhYzIxYWQ4YzdkYmUyY2U3NDRjOGQ2YTU2NGIyNGY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"bd142474-2193-42fe-bec1-2ee745e58dbc","artifactVersion":"1"},{"artifactName":"service-Vfw20220401072129-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220401072129/1.0/artifacts/service-Vfw20220401072129-csar.csar","artifactChecksum":"OGE5NTk5MThjYjZkY2U0MWNmYmRmYTczZTFkM2M0ZTU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f199166d-1f01-4175-944a-3793be92a31a","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-01T07:25:47.315Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-01T07:25:47.316Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-01T07:25:47.318Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-01T07:25:47.318Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "0d101870-dde0-4842-abca-b6c2287718ad",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648797894024,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220401072129/1.0/resourceInstances/vfw1a7247b4431e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-01T07:25:47.418Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-01T07:25:47.419Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-01T07:25:47.419Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nMevPcYffJqnjF77) ...
2022-04-01T07:25:47.431Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T07:25:47.431Z||pool-35-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-04-01T07:25:48.319Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-01T07:25:48.319Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-01T07:25:48.321Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-01T07:25:48.321Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "0d101870-dde0-4842-abca-b6c2287718ad",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648797894024,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220401072129/1.0/resourceInstances/vfw1a7247b4431e0/artifacts/vfw1a7247b4431e0_modules.json",
"status": "NOTIFIED"
}
2022-04-01T07:25:48.427Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2022-04-01T07:25:48.428Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-01T07:25:48.429Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nMevPcYffJqnjF77) ...
2022-04-01T07:25:48.463Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T07:25:48.464Z||pool-36-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":1,"count":1}
2022-04-01T07:25:49.322Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-01T07:25:49.323Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-01T07:25:49.326Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-01T07:25:49.326Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "0d101870-dde0-4842-abca-b6c2287718ad",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648797894024,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220401072129/1.0/resourceInstances/vfw1a7247b4431e0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-04-01T07:25:49.427Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-01T07:25:49.427Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-01T07:25:49.428Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nMevPcYffJqnjF77) ...
2022-04-01T07:25:49.439Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T07:25:49.440Z||pool-37-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-01T07:25:50.327Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-01T07:25:50.328Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-01T07:25:50.330Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-01T07:25:50.330Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "0d101870-dde0-4842-abca-b6c2287718ad",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648797894024,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220401072129/1.0/resourceInstances/vfw1a7247b4431e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-01T07:25:50.430Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-01T07:25:50.431Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-01T07:25:50.431Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nMevPcYffJqnjF77) ...
2022-04-01T07:25:50.452Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T07:25:50.452Z||pool-38-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-04-01T07:25:51.331Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-01T07:25:51.332Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-01T07:25:51.333Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-01T07:25:51.334Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "0d101870-dde0-4842-abca-b6c2287718ad",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648797894024,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220401072129/1.0/resourceInstances/vfw1a7247b4431e0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-04-01T07:25:51.434Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-01T07:25:51.434Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-01T07:25:51.435Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nMevPcYffJqnjF77) ...
2022-04-01T07:25:51.446Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T07:25:51.446Z||pool-39-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-01T07:25:52.334Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-01T07:25:52.335Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-01T07:25:52.337Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-01T07:25:52.337Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "0d101870-dde0-4842-abca-b6c2287718ad",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648797894024,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220401072129/1.0/artifacts/service-Vfw20220401072129-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-01T07:25:52.437Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-01T07:25:52.438Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-01T07:25:52.438Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nMevPcYffJqnjF77) ...
2022-04-01T07:25:52.450Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T07:25:52.450Z||pool-40-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-01T07:25:53.337Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-01T07:25:53.338Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-01T07:25:53.340Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-01T07:25:53.340Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "0d101870-dde0-4842-abca-b6c2287718ad",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648797894024,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220401072129/1.0/artifacts/service-Vfw20220401072129-csar.csar",
"status": "NOTIFIED"
}
2022-04-01T07:25:53.441Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-01T07:25:53.442Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-01T07:25:53.443Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nMevPcYffJqnjF77) ...
2022-04-01T07:25:53.455Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T07:25:53.456Z||pool-41-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-01T07:25:54.342Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "0d101870-dde0-4842-abca-b6c2287718ad",
"serviceName": "vFW 2022-04-01 07-21-29",
"serviceVersion": "1.0",
"serviceUUID": "fa0005ad-1dec-49e1-aae5-0738329915c8",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "312cf3af-f504-420f-b267-d1fec8baccdc",
"resources": [
{
"resourceInstanceName": "vFW 1a7247b4-431e 0",
"resourceCustomizationUUID": "a0bd00b0-74f7-48e0-a168-ba50d92b2497",
"resourceName": "vFW 1a7247b4-431e",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "8e8cdf7d-451a-41ae-b7fb-55c97143eaaa",
"resourceInvariantUUID": "652d1d29-85de-4f35-b7cc-6b0cd1300f8b",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw1a7247b4431e0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220401072129/1.0/resourceInstances/vfw1a7247b4431e0/artifacts/vfw1a7247b4431e0_modules.json",
"artifactChecksum": "Y2I1NjgxNDU5ZjcwMzkwNjMyMWVhNDU3NDA0ZmZjZmU\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "abd1bedb-83ee-44c4-8fd0-b46a80232b82",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220401072129/1.0/resourceInstances/vfw1a7247b4431e0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "da8536ed-bca3-4aed-9cd5-b3bd897b0ef5",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220401072129/1.0/resourceInstances/vfw1a7247b4431e0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "db6e30d5-42ac-4fef-b78c-cf3a9fb25e10",
"generatedFromUUID": "da8536ed-bca3-4aed-9cd5-b3bd897b0ef5"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220401072129/1.0/resourceInstances/vfw1a7247b4431e0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "db6e30d5-42ac-4fef-b78c-cf3a9fb25e10",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220401072129-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220401072129/1.0/artifacts/service-Vfw20220401072129-csar.csar",
"artifactChecksum": "OGE5NTk5MThjYjZkY2U0MWNmYmRmYTczZTFkM2M0ZTU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "f199166d-1f01-4175-944a-3793be92a31a"
}
],
"workloadContext": "Production"
}
2022-04-01T07:25:54.342Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-01T07:25:54.342Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 fa0005ad-1dec-49e1-aae5-0738329915c8 ASDC
2022-04-01T07:25:54.343Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:0d101870-dde0-4842-abca-b6c2287718ad
ServiceName:vFW 2022-04-01 07-21-29
ServiceVersion:1.0
ServiceUUID:fa0005ad-1dec-49e1-aae5-0738329915c8
ServiceInvariantUUID:312cf3af-f504-420f-b267-d1fec8baccdc
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220401072129-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220401072129/1.0/artifacts/service-Vfw20220401072129-csar.csar
ArtifactUUID:f199166d-1f01-4175-944a-3793be92a31a
ArtifactChecksum:OGE5NTk5MThjYjZkY2U0MWNmYmRmYTczZTFkM2M0ZTU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 1a7247b4-431e 0
ResourceCustomizationUUID:a0bd00b0-74f7-48e0-a168-ba50d92b2497
ResourceInvariantUUID:652d1d29-85de-4f35-b7cc-6b0cd1300f8b
ResourceName:vFW 1a7247b4-431e
ResourceType:VF
ResourceUUID:8e8cdf7d-451a-41ae-b7fb-55c97143eaaa
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw1a7247b4431e0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220401072129/1.0/resourceInstances/vfw1a7247b4431e0/artifacts/vfw1a7247b4431e0_modules.json
ArtifactUUID:abd1bedb-83ee-44c4-8fd0-b46a80232b82
ArtifactChecksum:Y2I1NjgxNDU5ZjcwMzkwNjMyMWVhNDU3NDA0ZmZjZmU=
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/Vfw20220401072129/1.0/resourceInstances/vfw1a7247b4431e0/artifacts/base_vfw.yaml
ArtifactUUID:da8536ed-bca3-4aed-9cd5-b3bd897b0ef5
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/Vfw20220401072129/1.0/resourceInstances/vfw1a7247b4431e0/artifacts/base_vfw.env
ArtifactUUID:db6e30d5-42ac-4fef-b78c-cf3a9fb25e10
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/Vfw20220401072129/1.0/resourceInstances/vfw1a7247b4431e0/artifacts/base_vfw.env
ArtifactUUID:db6e30d5-42ac-4fef-b78c-cf3a9fb25e10
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-04-01T07:25:54.343Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fa0005ad-1dec-49e1-aae5-0738329915c8 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-01T07:25:54.392Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-01T07:25:54.393Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-04-01T07:25:54.393Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-04-01T07:25:54.393Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: f199166d-1f01-4175-944a-3793be92a31a from URL: /sdc/v1/catalog/services/Vfw20220401072129/1.0/artifacts/service-Vfw20220401072129-csar.csar
2022-04-01T07:25:54.393Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-04-01T07:25:54.393Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220401072129/1.0/artifacts/service-Vfw20220401072129-csar.csar
2022-04-01T07:25:54.681Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-04-01T07:25:54.686Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220401072129/1.0/artifacts/service-Vfw20220401072129-csar.csar f199166d-1f01-4175-944a-3793be92a31a 98949
2022-04-01T07:25:54.686Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220401072129/1.0/artifacts/service-Vfw20220401072129-csar.csar ASDC sendASDCNotification
2022-04-01T07:25:54.686Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220401072129/1.0/artifacts/service-Vfw20220401072129-csar.csar
2022-04-01T07:25:54.687Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-01T07:25:54.687Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-01T07:25:54.689Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-01T07:25:54.689Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "0d101870-dde0-4842-abca-b6c2287718ad",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648797954686,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220401072129/1.0/artifacts/service-Vfw20220401072129-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-01T07:25:54.790Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-01T07:25:54.791Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-01T07:25:54.791Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nMevPcYffJqnjF77) ...
2022-04-01T07:25:54.804Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T07:25:54.804Z||pool-42-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-01T07:25:55.690Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-01T07:25:55.691Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-04-01T07:25:55.691Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: f199166d-1f01-4175-944a-3793be92a31a, URL: /sdc/v1/catalog/services/Vfw20220401072129/1.0/artifacts/service-Vfw20220401072129-csar.csar to file: /app/ASDC/1/service-Vfw20220401072129-csar.csar
2022-04-01T07:25:55.692Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220401072129-csar.csar
2022-04-01T07:25:55.692Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220401072129-csar.csar
2022-04-01T07:25:55.692Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220401072129-csar.csar
2022-04-01T07:25:55.843Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17813150564589766319/Definitions/service-Vfw20220401072129-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2022-04-01T07:25:57.806Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-01T07:25:57.807Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-04-01T07:25:57.807Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220401072129-csar.csar
2022-04-01T07:25:57.807Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-04-01T07:25:57.807Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||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-Vfw20220401072129-csar.csar
2022-04-01T07:25:57.807Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||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-Vfw20220401072129-csar.csar
2022-04-01T07:25:57.808Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 1a7247b4-431e 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-Vfw20220401072129-csar.csar
2022-04-01T07:25:57.808Z|0d101870-dde0-4842-abca-b6c2287718ad|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-Vfw20220401072129-csar.csar
2022-04-01T07:25:57.808Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220401072129-csar.csar
2022-04-01T07:25:57.808Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220401072129-csar.csar
2022-04-01T07:25:57.808Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||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-Vfw20220401072129-csar.csar
2022-04-01T07:25:57.808Z|0d101870-dde0-4842-abca-b6c2287718ad|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-Vfw20220401072129-csar.csar
2022-04-01T07:25:57.808Z|0d101870-dde0-4842-abca-b6c2287718ad|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-Vfw20220401072129-csar.csar
2022-04-01T07:25:57.808Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220401072129-csar.csar
2022-04-01T07:25:57.809Z|0d101870-dde0-4842-abca-b6c2287718ad|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-Vfw20220401072129-csar.csar
2022-04-01T07:25:57.809Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220401072129-csar.csar
2022-04-01T07:25:57.809Z|0d101870-dde0-4842-abca-b6c2287718ad|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-Vfw20220401072129-csar.csar
2022-04-01T07:25:57.809Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-04-01T07:25:57.809Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-01T07:25:57.809Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-01 07-21-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-01T07:25:57.809Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Node template vFW 1a7247b4-431e 0 is matching search criteria
2022-04-01T07:25:57.810Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-04-01T07:25:57.810Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 1a7247b4-431e 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-01T07:25:57.810Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-01T07:25:57.810Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-01 07-21-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-01T07:25:57.811Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Node template vFW 1a7247b4-431e 0 is matching search criteria
2022-04-01T07:25:57.811Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-04-01T07:25:57.811Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 1a7247b4-431e 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-01T07:25:57.812Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-01T07:25:57.812Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-01 07-21-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-01T07:25:57.812Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-01T07:25:57.812Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Node template vFW 1a7247b4-431e 0 is not matching search criteria
2022-04-01T07:25:57.812Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-01T07:25:57.813Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-01T07:25:57.813Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-01T07:25:57.813Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-01T07:25:57.813Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-01T07:25:57.813Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-01T07:25:57.813Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-01T07:25:57.814Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-01T07:25:57.814Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-01T07:25:57.814Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-01T07:25:57.814Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-01T07:25:57.814Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-01T07:25:57.814Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-01T07:25:57.814Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-01T07:25:57.815Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-01T07:25:57.815Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-01T07:25:57.815Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-01T07:25:57.815Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-01 07-21-29 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-01T07:25:57.815Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-01T07:25:57.816Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Node template vFW 1a7247b4-431e 0 is matching search criteria
2022-04-01T07:25:57.816Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 1a7247b4-431e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-01T07:25:57.816Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-01T07:25:57.816Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Node template vFW 1a7247b4-431e 0 is matching search criteria
2022-04-01T07:25:57.816Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 1a7247b4-431e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-01T07:25:57.817Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-01T07:25:57.817Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Node template vFW 1a7247b4-431e 0 is matching search criteria
2022-04-01T07:25:57.817Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 1a7247b4-431e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-01T07:25:57.817Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-01T07:25:57.817Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Node template vFW 1a7247b4-431e 0 is not matching search criteria
2022-04-01T07:25:57.817Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-01T07:25:57.818Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-01T07:25:57.818Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-01T07:25:57.818Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-01T07:25:57.818Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-01T07:25:57.818Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-01T07:25:57.818Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-01T07:25:57.818Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-01T07:25:57.819Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-01T07:25:57.819Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-01T07:25:57.819Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-01T07:25:57.819Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=bcdd34fb-6913-4757-bf02-3599731894f4
2022-04-01T07:25:57.819Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-01T07:25:57.819Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Node template vFW 1a7247b4-431e 0 is not matching search criteria
2022-04-01T07:25:57.819Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-01T07:25:57.820Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-01T07:25:57.820Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-01T07:25:57.820Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-01T07:25:57.820Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-01T07:25:57.820Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-01T07:25:57.820Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-01T07:25:57.821Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-04-01T07:25:57.821Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-01T07:25:57.821Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-01T07:25:57.821Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-01T07:25:57.821Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-01T07:25:57.821Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=ae95edf2-80ed-475b-96c3-1900a40be55f
2022-04-01T07:25:57.821Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-01T07:25:57.822Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Node template vFW 1a7247b4-431e 0 is not matching search criteria
2022-04-01T07:25:57.822Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-01T07:25:57.822Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-01T07:25:57.822Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-01T07:25:57.822Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-01T07:25:57.822Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-01T07:25:57.822Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-01T07:25:57.823Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-01T07:25:57.823Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-01T07:25:57.823Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-01T07:25:57.823Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-01T07:25:57.823Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-01T07:25:57.823Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-04-01T07:25:57.823Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=ef56ab41-d847-4545-a60c-87048dfc93e4
2022-04-01T07:25:57.824Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-01T07:25:57.824Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-01 07-21-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-01T07:25:57.824Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-01T07:25:57.824Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-01 07-21-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-01T07:25:57.824Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-01T07:25:57.824Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-01 07-21-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-01T07:25:57.825Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-01T07:25:57.825Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-01 07-21-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-01T07:25:57.825Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-04-01 07-21-29
Description:catalog service description
Model UUID:fa0005ad-1dec-49e1-aae5-0738329915c8
Model Version:NULL
Model InvariantUuid:312cf3af-f504-420f-b267-d1fec8baccdc
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 1a7247b4-431e
Model UUID:e530ec60-9614-4c93-a5cb-5c20b40535cd
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:652d1d29-85de-4f35-b7cc-6b0cd1300f8b
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:a0bd00b0-74f7-48e0-a168-ba50d92b2497
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:0a7aa3f5-a671-46f1-af15-d32c8eb6d8ac
ModelName:Vfw1a7247b4431e..base_vfw..module-0
ModelUuid:a4131f23-7b9e-4b36-87a6-b90f9c18c415
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:bcdd34fb-6913-4757-bf02-3599731894f4
ModelInvariantUuid:09b9fb1a-2c78-46c7-bdbb-349e9eacff2a
ModelName:vFW 1a7247b4-431e-nodes.vfwCvfc
ModelUuid:42277250-9258-44a0-82d6-aa90eeeaaf6e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:8a1ea843-6894-4bec-ad20-dc558973f362
ModelInvariantUuid:791d85e7-8b72-4c5e-a2fa-74a9d627fc89
ModelName:Vfw1a7247b4431e.compute.nodes.heat.vfw
ModelUuid:438f4859-07bf-4c3d-ae72-449da14d32cf
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:ae95edf2-80ed-475b-96c3-1900a40be55f
ModelInvariantUuid:a4f22a73-10eb-4fed-aaa7-9e8cecf8aeaf
ModelName:vFW 1a7247b4-431e-nodes.vsnCvfc
ModelUuid:84437d84-3370-4f6d-9bd3-e39570a9b291
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:275f910a-b4e4-49ba-9b0b-6334a22bd69d
ModelInvariantUuid:dcbe32b1-fd70-4f63-ae91-dff47b25a6c2
ModelName:Vfw1a7247b4431e.compute.nodes.heat.vsn
ModelUuid:75fd5240-da21-42e0-b921-f7e6d9d10dd7
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:ef56ab41-d847-4545-a60c-87048dfc93e4
ModelInvariantUuid:e73f4799-ae9e-4201-bec5-950e8141c9b3
ModelName:vFW 1a7247b4-431e-nodes.vpgCvfc
ModelUuid:f164f8d0-f350-44d5-ab94-b68ac9e4b705
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:166f5e9d-67dd-4c57-b5c5-900b1dc63d03
ModelInvariantUuid:df1d6db5-6d6b-42ea-9b8d-62c45cd4da93
ModelName:Vfw1a7247b4431e.compute.nodes.heat.vpg
ModelUuid:d5b432ad-f812-48cf-8ced-824205f79a14
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-04-01T07:25:57.833Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 8e8cdf7d-451a-41ae-b7fb-55c97143eaaa
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-01T07:25:57.836Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||INFO|500||vFW 1a7247b4-431e 0
2022-04-01T07:25:57.836Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 8e8cdf7d-451a-41ae-b7fb-55c97143eaaa
2022-04-01T07:25:57.837Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: abd1bedb-83ee-44c4-8fd0-b46a80232b82 from URL: /sdc/v1/catalog/services/Vfw20220401072129/1.0/resourceInstances/vfw1a7247b4431e0/artifacts/vfw1a7247b4431e0_modules.json
2022-04-01T07:25:57.837Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-04-01T07:25:57.837Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220401072129/1.0/resourceInstances/vfw1a7247b4431e0/artifacts/vfw1a7247b4431e0_modules.json
2022-04-01T07:25:58.120Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-04-01T07:25:58.120Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220401072129/1.0/resourceInstances/vfw1a7247b4431e0/artifacts/vfw1a7247b4431e0_modules.json abd1bedb-83ee-44c4-8fd0-b46a80232b82 785
2022-04-01T07:25:58.121Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220401072129/1.0/resourceInstances/vfw1a7247b4431e0/artifacts/vfw1a7247b4431e0_modules.json ASDC sendASDCNotification
2022-04-01T07:25:58.121Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220401072129/1.0/resourceInstances/vfw1a7247b4431e0/artifacts/vfw1a7247b4431e0_modules.json
2022-04-01T07:25:58.121Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-01T07:25:58.121Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-01T07:25:58.123Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-01T07:25:58.123Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "0d101870-dde0-4842-abca-b6c2287718ad",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648797958120,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220401072129/1.0/resourceInstances/vfw1a7247b4431e0/artifacts/vfw1a7247b4431e0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-01T07:25:58.223Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-01T07:25:58.224Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-01T07:25:58.225Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nMevPcYffJqnjF77) ...
2022-04-01T07:25:58.238Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T07:25:58.239Z||pool-43-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-04-01T07:25:59.123Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw1a7247b4431e..base_vfw..module-0",
"vfModuleModelInvariantUUID": "0a7aa3f5-a671-46f1-af15-d32c8eb6d8ac",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "a4131f23-7b9e-4b36-87a6-b90f9c18c415",
"vfModuleModelCustomizationUUID": "341980f9-c5fc-4027-b51e-78647a037d10",
"isBase": true,
"artifacts": [
"da8536ed-bca3-4aed-9cd5-b3bd897b0ef5",
"db6e30d5-42ac-4fef-b78c-cf3a9fb25e10"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-04-01T07:25:59.128Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw1a7247b4431e..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a4131f23-7b9e-4b36-87a6-b90f9c18c415
VfModuleModelInvariantUUID:0a7aa3f5-a671-46f1-af15-d32c8eb6d8ac
VfModuleModelDescription:NULL
Artifacts UUID List:{
da8536ed-bca3-4aed-9cd5-b3bd897b0ef5
,
db6e30d5-42ac-4fef-b78c-cf3a9fb25e10
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-04-01T07:25:59.130Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw1a7247b4431e..base_vfw..module-0",
"vfModuleModelInvariantUUID": "0a7aa3f5-a671-46f1-af15-d32c8eb6d8ac",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "a4131f23-7b9e-4b36-87a6-b90f9c18c415",
"vfModuleModelCustomizationUUID": "341980f9-c5fc-4027-b51e-78647a037d10",
"isBase": true,
"artifacts": [
"da8536ed-bca3-4aed-9cd5-b3bd897b0ef5",
"db6e30d5-42ac-4fef-b78c-cf3a9fb25e10"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-04-01T07:25:59.130Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw1a7247b4431e..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a4131f23-7b9e-4b36-87a6-b90f9c18c415
VfModuleModelInvariantUUID:0a7aa3f5-a671-46f1-af15-d32c8eb6d8ac
VfModuleModelDescription:NULL
Artifacts UUID List:{
da8536ed-bca3-4aed-9cd5-b3bd897b0ef5
,
db6e30d5-42ac-4fef-b78c-cf3a9fb25e10
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-04-01T07:25:59.130Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: da8536ed-bca3-4aed-9cd5-b3bd897b0ef5 from URL: /sdc/v1/catalog/services/Vfw20220401072129/1.0/resourceInstances/vfw1a7247b4431e0/artifacts/base_vfw.yaml
2022-04-01T07:25:59.130Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-04-01T07:25:59.131Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220401072129/1.0/resourceInstances/vfw1a7247b4431e0/artifacts/base_vfw.yaml
2022-04-01T07:25:59.262Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-04-01T07:25:59.263Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220401072129/1.0/resourceInstances/vfw1a7247b4431e0/artifacts/base_vfw.yaml da8536ed-bca3-4aed-9cd5-b3bd897b0ef5 20368
2022-04-01T07:25:59.263Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220401072129/1.0/resourceInstances/vfw1a7247b4431e0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-04-01T07:25:59.264Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220401072129/1.0/resourceInstances/vfw1a7247b4431e0/artifacts/base_vfw.yaml
2022-04-01T07:25:59.264Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-01T07:25:59.264Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-01T07:25:59.266Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-01T07:25:59.266Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "0d101870-dde0-4842-abca-b6c2287718ad",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648797959263,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220401072129/1.0/resourceInstances/vfw1a7247b4431e0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-01T07:25:59.366Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-01T07:25:59.367Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-01T07:25:59.367Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nMevPcYffJqnjF77) ...
2022-04-01T07:25:59.379Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T07:25:59.379Z||pool-44-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-01T07:26:00.266Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: db6e30d5-42ac-4fef-b78c-cf3a9fb25e10 from URL: /sdc/v1/catalog/services/Vfw20220401072129/1.0/resourceInstances/vfw1a7247b4431e0/artifacts/base_vfw.env
2022-04-01T07:26:00.267Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-04-01T07:26:00.267Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220401072129/1.0/resourceInstances/vfw1a7247b4431e0/artifacts/base_vfw.env
2022-04-01T07:26:00.565Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-04-01T07:26:00.565Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220401072129/1.0/resourceInstances/vfw1a7247b4431e0/artifacts/base_vfw.env db6e30d5-42ac-4fef-b78c-cf3a9fb25e10 2098
2022-04-01T07:26:00.566Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220401072129/1.0/resourceInstances/vfw1a7247b4431e0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-04-01T07:26:00.566Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220401072129/1.0/resourceInstances/vfw1a7247b4431e0/artifacts/base_vfw.env
2022-04-01T07:26:00.566Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-01T07:26:00.566Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-01T07:26:00.568Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-01T07:26:00.568Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "0d101870-dde0-4842-abca-b6c2287718ad",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648797960565,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220401072129/1.0/resourceInstances/vfw1a7247b4431e0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-04-01T07:26:00.668Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-01T07:26:00.669Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-01T07:26:00.669Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nMevPcYffJqnjF77) ...
2022-04-01T07:26:00.688Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-01T07:26:00.688Z||pool-45-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-04-01T07:26:01.568Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: fa0005ad-1dec-49e1-aae5-0738329915c8
2022-04-01T07:26:01.569Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 1a7247b4-431e 0 8e8cdf7d-451a-41ae-b7fb-55c97143eaaa ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-01T07:26:01.587Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7b5fc82, org.onap.sdc.toscaparser.api.parameters.Input@3355a02e, org.onap.sdc.toscaparser.api.parameters.Input@75506e1f, org.onap.sdc.toscaparser.api.parameters.Input@738ada76, org.onap.sdc.toscaparser.api.parameters.Input@5bf36969]
2022-04-01T07:26:01.588Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-01T07:26:01.589Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-01 07-21-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-01T07:26:01.589Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic
2022-04-01T07:26:01.589Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= a0bd00b0-74f7-48e0-a168-ba50d92b2497
2022-04-01T07:26:01.589Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: a0bd00b0-74f7-48e0-a168-ba50d92b2497 matches Tosca VF Customization UUID: a0bd00b0-74f7-48e0-a168-ba50d92b2497
2022-04-01T07:26:01.589Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: a0bd00b0-74f7-48e0-a168-ba50d92b2497 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-04-01T07:26:01.592Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-01T07:26:01.592Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-01 07-21-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-01T07:26:01.593Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id a0bd00b0-74f7-48e0-a168-ba50d92b2497: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-04-01T07:26:01.593Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@16136db6
2022-04-01T07:26:01.593Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-01T07:26:01.593Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-01 07-21-29 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-01T07:26:01.593Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 341980f9-c5fc-4027-b51e-78647a037d10
2022-04-01T07:26:01.594Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 341980f9-c5fc-4027-b51e-78647a037d10
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-04-01T07:26:01.596Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-01T07:26:01.596Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Node template vFW 1a7247b4-431e 0 is matching search criteria
2022-04-01T07:26:01.596Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 1a7247b4-431e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-01T07:26:01.597Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-01T07:26:01.597Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Node template vFW 1a7247b4-431e 0 is matching search criteria
2022-04-01T07:26:01.597Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 1a7247b4-431e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-01T07:26:01.597Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-01T07:26:01.597Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Node template vFW 1a7247b4-431e 0 is not matching search criteria
2022-04-01T07:26:01.598Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-01T07:26:01.598Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-01T07:26:01.598Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-01T07:26:01.598Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-01T07:26:01.598Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-01T07:26:01.599Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-01T07:26:01.599Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-01T07:26:01.599Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-01T07:26:01.599Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-01T07:26:01.599Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-01T07:26:01.599Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-01T07:26:01.599Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=bcdd34fb-6913-4757-bf02-3599731894f4
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-04-01T07:26:01.601Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-01T07:26:01.602Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Node template vFW 1a7247b4-431e 0 is matching search criteria
2022-04-01T07:26:01.602Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 1a7247b4-431e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-01T07:26:01.602Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery