By type
JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.3.7.RELEASE)
2022-05-27T10:14:47.513Z||main|||||INFO|500||The following profiles are active: basic
2022-05-27T10:15:04.249Z||main|||||INFO|500||Starting service [Tomcat]
2022-05-27T10:15:04.251Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-05-27T10:15:04.464Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-05-27T10:15:10.758Z||main|||||INFO|500||catdb-pool - Starting...
2022-05-27T10:15:11.410Z||main|||||INFO|500||catdb-pool - Start completed.
2022-05-27T10:15:12.240Z||main|||||INFO|500||reqdb-pool - Starting...
2022-05-27T10:15:12.250Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-05-27T10:15:12.423Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-05-27T10:15:12.977Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-05-27T10:15:14.278Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-05-27T10:15:17.205Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-05-27T10:15:20.350Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-05-27T10:15:20.440Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-05-27T10:15:21.171Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-05-27T10:15:21.711Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2022-05-27T10:15:23.356Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-05-27T10:15:24.925Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-05-27T10:15:24.958Z||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$$7b5c92.deployActivities()
at org.onap.so.asdc.Application.deployActivities(Application.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
at org.onap.so.asdc.Application.main(Application.java:60)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-05-27T10:15:24.959Z||main|||||WARN|500||The sdc end point is not alive
2022-05-27T10:15:30.689Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-05-27T10:15:35.828Z||main|||||WARN|500||---
2022-05-27T10:15:35.829Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-05-27T10:15:35.829Z||main|||||WARN|500||---
2022-05-27T10:15:36.575Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-05-27T10:15:44.119Z||main|||||INFO|500||Started Application in 60.733 seconds (JVM running for 63.552)
2022-05-27T10:15:44.175Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-05-27T10:15:44.180Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-05-27T10:15:44.227Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-05-27T10:15:44.285Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-05-27T10:15:44.359Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 8d019728-daf8-4e4c-bfa5-1636f47589ab url= /sdc/v1/artifactTypes
2022-05-27T10:15:44.360Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-05-27T10:15:44.770Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-05-27T10:15:44.806Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2022-05-27T10:15:44.848Z||scheduling-1|||||DEBUG|500||create keys
2022-05-27T10:15:44.871Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-05-27T10:15:44.967Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T10:15:45.005Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 561f9efb-7d09-4dd0-8fb0-1da49f37684e url= /sdc/v1/registerForDistribution
2022-05-27T10:15:45.380Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 561f9efb-7d09-4dd0-8fb0-1da49f37684e url= /sdc/v1/registerForDistribution
2022-05-27T10:15:45.381Z||scheduling-1|||||INFO|500||start DistributionClient
2022-05-27T10:15:45.435Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-05-27T10:15:45.439Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T10:15:45.442Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T10:15:45.455Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T10:15:45.459Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T10:15:45.473Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T10:15:45.473Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T10:15:56.137Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T10:15:56.221Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T10:16:45.413Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T10:16:45.415Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T10:16:45.416Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T10:16:45.420Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T10:16:45.421Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T10:16:45.421Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T10:16:55.054Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T10:16:55.073Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T10:17:45.413Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T10:17:45.415Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T10:17:45.416Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T10:17:45.420Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T10:17:45.421Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T10:17:45.421Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T10:17:55.047Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T10:17:55.071Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T10:18:45.412Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T10:18:45.414Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T10:18:45.414Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T10:18:45.419Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T10:18:45.420Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T10:18:45.420Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T10:18:55.065Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T10:18:55.110Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T10:19:45.413Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T10:19:45.414Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T10:19:45.414Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T10:19:45.420Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T10:19:45.421Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T10:19:45.421Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T10:19:55.046Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T10:19:55.068Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T10:20:45.413Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T10:20:45.416Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T10:20:45.416Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T10:20:45.419Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T10:20:45.421Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T10:20:45.421Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T10:20:55.003Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T10:20:55.023Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T10:21:45.413Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T10:21:45.415Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T10:21:45.415Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T10:21:45.419Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T10:21:45.420Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T10:21:45.421Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T10:21:55.028Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T10:21:55.034Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T10:22:45.412Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T10:22:45.414Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T10:22:45.414Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T10:22:45.419Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T10:22:45.422Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T10:22:45.422Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T10:22:55.022Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T10:22:55.031Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T10:23:45.412Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T10:23:45.414Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T10:23:45.414Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T10:23:45.419Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T10:23:45.421Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T10:23:45.421Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T10:23:55.036Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T10:23:55.058Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T10:24:45.412Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T10:24:45.413Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T10:24:45.414Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T10:24:45.419Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T10:24:45.421Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T10:24:45.421Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T10:24:55.051Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T10:24:55.053Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T10:25:14.633Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-05-27T10:25:45.414Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T10:25:45.416Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T10:25:45.417Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T10:25:45.420Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T10:25:45.421Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T10:25:45.421Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T10:25:55.050Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T10:25:55.050Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T10:26:45.412Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T10:26:45.414Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T10:26:45.414Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T10:26:45.419Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T10:26:45.421Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T10:26:45.421Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T10:26:55.027Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T10:26:55.028Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T10:27:45.412Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T10:27:45.414Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T10:27:45.414Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T10:27:45.419Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T10:27:45.420Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T10:27:45.420Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T10:27:54.996Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T10:27:55.045Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T10:28:45.412Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T10:28:45.413Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T10:28:45.414Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T10:28:45.419Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T10:28:45.421Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T10:28:45.421Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T10:28:54.993Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T10:28:55.000Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T10:29:45.412Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T10:29:45.414Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T10:29:45.414Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T10:29:45.419Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T10:29:45.421Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T10:29:45.421Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T10:29:55.003Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T10:29:55.012Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T10:30:45.413Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T10:30:45.414Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T10:30:45.415Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T10:30:45.419Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T10:30:45.420Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T10:30:45.420Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T10:30:55.003Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T10:30:55.005Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T10:31:45.415Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T10:31:45.419Z||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-05-27T10:31:45.419Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T10:31:45.420Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T10:31:45.420Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T10:31:45.420Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T10:31:55.044Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T10:31:55.044Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T10:32:45.412Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T10:32:45.414Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T10:32:45.414Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T10:32:45.419Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T10:32:45.420Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T10:32:45.420Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T10:32:55.088Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T10:32:55.091Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T10:33:45.413Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T10:33:45.414Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T10:33:45.414Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T10:33:45.419Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T10:33:45.420Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T10:33:45.420Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T10:33:54.995Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T10:33:55.004Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T10:34:45.412Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T10:34:45.413Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T10:34:45.413Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T10:34:45.419Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T10:34:45.421Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T10:34:45.422Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T10:34:55.018Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T10:34:55.026Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T10:35:45.413Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T10:35:45.414Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T10:35:45.414Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T10:35:45.419Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T10:35:45.420Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T10:35:45.420Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T10:35:55.011Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T10:35:55.037Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T10:36:45.413Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T10:36:45.416Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T10:36:45.416Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T10:36:45.419Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T10:36:45.421Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T10:36:45.421Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T10:36:55.004Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T10:36:55.014Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T10:37:45.412Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T10:37:45.414Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T10:37:45.414Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T10:37:45.419Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T10:37:45.420Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T10:37:45.421Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T10:37:55.003Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T10:37:55.003Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T10:38:45.412Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T10:38:45.413Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T10:38:45.414Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T10:38:45.419Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T10:38:45.421Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T10:38:45.422Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T10:38:55.017Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T10:38:55.030Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T10:39:45.412Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T10:39:45.413Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T10:39:45.414Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T10:39:45.419Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T10:39:45.420Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T10:39:45.420Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T10:39:55.014Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T10:39:55.015Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T10:40:45.412Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T10:40:45.413Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T10:40:45.413Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T10:40:45.419Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T10:40:45.421Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T10:40:45.421Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T10:40:55.020Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T10:40:55.028Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T10:41:45.413Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T10:41:45.417Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T10:41:45.417Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T10:41:45.419Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T10:41:45.421Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T10:41:45.421Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T10:41:55.025Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T10:41:55.030Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T10:42:45.413Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T10:42:45.415Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T10:42:45.415Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T10:42:45.420Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T10:42:45.421Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T10:42:45.421Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T10:42:55.014Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T10:42:55.028Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T10:43:45.412Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T10:43:45.413Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T10:43:45.413Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zqgwdRP6YmSVoI5P) ...
2022-05-27T10:43:45.419Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T10:43:45.420Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T10:43:45.420Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T10:43:55.002Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T10:43:55.014Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T10:44:45.412Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T10:44:45.413Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T10:44:45.414Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T10:44:45.419Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T10:44:45.421Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T10:44:45.421Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T10:44:55.037Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T10:44:55.079Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T10:45:45.412Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T10:45:45.413Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T10:45:45.413Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zqgwdRP6YmSVoI5P) ...
2022-05-27T10:45:45.419Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T10:45:45.420Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T10:45:45.420Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T10:45:55.001Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T10:45:55.008Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T10:46:45.412Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T10:46:45.414Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T10:46:45.414Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T10:46:45.419Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T10:46:45.420Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T10:46:45.420Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T10:46:55.016Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T10:46:55.074Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T10:47:45.414Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T10:47:45.418Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T10:47:45.418Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T10:47:45.419Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T10:47:45.420Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T10:47:45.420Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T10:47:55.023Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T10:47:55.023Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T10:48:45.412Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T10:48:45.413Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T10:48:45.414Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T10:48:45.420Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T10:48:45.422Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T10:48:45.422Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T10:48:55.011Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T10:48:55.028Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T10:49:45.412Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T10:49:45.413Z||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-05-27T10:49:45.414Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T10:49:45.419Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T10:49:45.420Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T10:49:45.420Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T10:49:55.010Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T10:49:55.024Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T10:50:45.412Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T10:50:45.413Z||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-05-27T10:50:45.413Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T10:50:45.436Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T10:50:45.437Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T10:50:45.437Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T10:50:54.998Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T10:50:55.016Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T10:51:45.412Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T10:51:45.413Z||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-05-27T10:51:45.414Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T10:51:45.419Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T10:51:45.420Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T10:51:45.421Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T10:51:54.992Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T10:51:55.004Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T10:52:45.412Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T10:52:45.414Z||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-05-27T10:52:45.414Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T10:52:45.421Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T10:52:45.422Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T10:52:45.422Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T10:52:54.989Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T10:52:54.997Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T10:53:45.413Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T10:53:45.416Z||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-05-27T10:53:45.416Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T10:53:45.420Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T10:53:45.420Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T10:53:45.421Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T10:53:55.020Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T10:53:55.022Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T10:54:45.412Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T10:54:45.414Z||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-05-27T10:54:45.415Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T10:54:45.420Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T10:54:45.421Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T10:54:45.422Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T10:54:54.997Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T10:54:55.018Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T10:55:45.412Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T10:55:45.413Z||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-05-27T10:55:45.413Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T10:55:45.419Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T10:55:45.420Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T10:55:45.420Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T10:55:54.999Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T10:55:55.032Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T10:56:45.412Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T10:56:45.414Z||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-05-27T10:56:45.414Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T10:56:45.419Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T10:56:45.420Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T10:56:45.420Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zqgwdRP6YmSVoI5P) ...
2022-05-27T10:56:55.004Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T10:56:55.012Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T10:57:45.412Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T10:57:45.413Z||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-05-27T10:57:45.414Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T10:57:45.419Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T10:57:45.420Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T10:57:45.420Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T10:57:55.013Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T10:57:55.031Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T10:58:45.412Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T10:58:45.413Z||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-05-27T10:58:45.413Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T10:58:45.419Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T10:58:45.420Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T10:58:45.421Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T10:58:54.984Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T10:58:55.034Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T10:59:45.413Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T10:59:45.415Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T10:59:45.415Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T10:59:45.420Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T10:59:45.421Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T10:59:45.421Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T10:59:55.039Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T10:59:55.039Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T11:00:45.412Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:00:45.414Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T11:00:45.414Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:00:45.419Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:00:45.420Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T11:00:45.420Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:00:54.980Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T11:00:54.992Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T11:01:45.412Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:01:45.413Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T11:01:45.414Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:01:45.419Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:01:45.420Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T11:01:45.421Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:01:55.009Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T11:01:55.009Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T11:02:45.412Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:02:45.413Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T11:02:45.413Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:02:45.419Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:02:45.420Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T11:02:45.420Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:02:54.992Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T11:02:54.992Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T11:03:45.413Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:03:45.418Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T11:03:45.418Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:03:45.419Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:03:45.420Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T11:03:45.420Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:03:55.025Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T11:03:55.040Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T11:04:45.412Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:04:45.413Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T11:04:45.413Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:04:45.419Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:04:45.420Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T11:04:45.421Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:04:54.977Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T11:04:54.981Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T11:05:45.412Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:05:45.414Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T11:05:45.414Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:05:45.419Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:05:45.420Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T11:05:45.420Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zqgwdRP6YmSVoI5P) ...
2022-05-27T11:05:55.011Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T11:05:55.014Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T11:06:45.412Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:06:45.414Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T11:06:45.414Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:06:45.419Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:06:45.420Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T11:06:45.421Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:06:54.996Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T11:06:55.001Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T11:07:45.412Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:07:45.413Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T11:07:45.413Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:07:45.419Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:07:45.420Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T11:07:45.420Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:07:55.013Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T11:07:55.066Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T11:08:45.412Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:08:45.413Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T11:08:45.413Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:08:45.419Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:08:45.420Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T11:08:45.420Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:08:54.993Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T11:08:55.039Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T11:09:45.412Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:09:45.414Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T11:09:45.414Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:09:45.419Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:09:45.420Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T11:09:45.420Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zqgwdRP6YmSVoI5P) ...
2022-05-27T11:09:54.991Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T11:09:54.995Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T11:10:45.412Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:10:45.413Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T11:10:45.413Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:10:45.419Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:10:45.420Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T11:10:45.420Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:10:55.005Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T11:10:55.067Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T11:11:45.412Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:11:45.413Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T11:11:45.414Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:11:45.419Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:11:45.420Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T11:11:45.421Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:11:54.980Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T11:11:55.010Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T11:12:45.413Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:12:45.414Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T11:12:45.414Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:12:45.419Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:12:45.420Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T11:12:45.420Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:12:54.993Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T11:12:54.993Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T11:13:45.413Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:13:45.415Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T11:13:45.415Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:13:45.419Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:13:45.420Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T11:13:45.420Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zqgwdRP6YmSVoI5P) ...
2022-05-27T11:13:55.002Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T11:13:55.022Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T11:14:45.412Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:14:45.414Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T11:14:45.414Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:14:45.419Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:14:45.421Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T11:14:45.421Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:14:55.002Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T11:14:55.002Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T11:15:45.412Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:15:45.413Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T11:15:45.413Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:15:45.419Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:15:45.420Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T11:15:45.421Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:15:54.999Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T11:15:55.007Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T11:16:45.412Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:16:45.413Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T11:16:45.413Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:16:45.419Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:16:45.420Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T11:16:45.420Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:16:55.000Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T11:16:55.000Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T11:17:45.412Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:17:45.413Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T11:17:45.413Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:17:45.419Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:17:45.420Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T11:17:45.420Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:17:54.995Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T11:17:54.995Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T11:18:45.412Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:18:45.413Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T11:18:45.414Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:18:45.419Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:18:45.420Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T11:18:45.420Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:18:55.013Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T11:18:55.013Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T11:19:45.412Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:19:45.414Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T11:19:45.414Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:19:45.419Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:19:45.421Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T11:19:45.421Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:19:54.986Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T11:19:54.994Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T11:20:45.412Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:20:45.413Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T11:20:45.414Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:20:45.419Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:20:45.420Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T11:20:45.421Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:20:55.001Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T11:20:55.007Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T11:21:45.412Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:21:45.413Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T11:21:45.413Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:21:45.419Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:21:45.420Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T11:21:45.420Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zqgwdRP6YmSVoI5P) ...
2022-05-27T11:21:54.981Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T11:21:55.005Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T11:22:45.412Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:22:45.413Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T11:22:45.413Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:22:45.419Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:22:45.421Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T11:22:45.421Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:22:54.969Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T11:22:54.977Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T11:23:45.412Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:23:45.413Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T11:23:45.413Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:23:45.419Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:23:45.421Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T11:23:45.421Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:23:54.996Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T11:23:54.999Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T11:24:45.412Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:24:45.414Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T11:24:45.414Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:24:45.420Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:24:45.421Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T11:24:45.421Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:24:55.013Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T11:24:55.015Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T11:25:45.412Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:25:45.414Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T11:25:45.414Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:25:45.419Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:25:45.420Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T11:25:45.420Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:25:54.991Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T11:25:55.004Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T11:26:45.412Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:26:45.414Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T11:26:45.414Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:26:45.419Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:26:45.420Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T11:26:45.420Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:26:54.987Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T11:26:54.999Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T11:27:45.413Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:27:45.414Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T11:27:45.415Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:27:45.419Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:27:45.421Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T11:27:45.421Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:27:54.991Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T11:27:55.010Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T11:28:45.412Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:28:45.414Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T11:28:45.414Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:28:45.419Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:28:45.421Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T11:28:45.421Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:28:54.990Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T11:28:54.994Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T11:29:45.412Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:29:45.413Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T11:29:45.413Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:29:45.419Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:29:45.420Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T11:29:45.421Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:29:55.004Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T11:29:55.014Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T11:30:45.412Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:30:45.414Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T11:30:45.414Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:30:45.419Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:30:45.420Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T11:30:45.420Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:30:55.026Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T11:30:55.026Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T11:31:45.412Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:31:45.414Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T11:31:45.414Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:31:45.419Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:31:45.420Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T11:31:45.420Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:31:54.979Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T11:31:54.993Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T11:32:45.412Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:32:45.413Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T11:32:45.413Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:32:45.419Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:32:45.420Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T11:32:45.421Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:32:55.002Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T11:32:55.002Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T11:33:45.412Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:33:45.413Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T11:33:45.413Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:33:45.419Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:33:45.420Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T11:33:45.421Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:33:54.985Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T11:33:54.999Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T11:34:45.412Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:34:45.413Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T11:34:45.413Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:34:45.419Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:34:45.420Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T11:34:45.420Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:34:54.976Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T11:34:54.981Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T11:35:45.412Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:35:45.413Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T11:35:45.414Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:35:45.419Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:35:45.420Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T11:35:45.420Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:35:54.993Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T11:35:55.003Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T11:36:45.412Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:36:45.413Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T11:36:45.413Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:36:45.419Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:36:45.420Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T11:36:45.420Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:36:54.986Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T11:36:54.989Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T11:37:45.412Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:37:45.413Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T11:37:45.413Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:37:45.419Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:37:45.420Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T11:37:45.420Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:37:55.018Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T11:37:55.029Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T11:38:45.412Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:38:45.413Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T11:38:45.413Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:38:45.419Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:38:45.420Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T11:38:45.421Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:38:54.975Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T11:38:54.988Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T11:39:45.412Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:39:45.414Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T11:39:45.414Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:39:45.422Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:39:45.423Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T11:39:45.423Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:39:54.985Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T11:39:54.985Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T11:40:45.412Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:40:45.414Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T11:40:45.414Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:40:45.419Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:40:45.420Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T11:40:45.420Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:40:55.002Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T11:40:55.023Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T11:41:45.413Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:41:45.415Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T11:41:45.415Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:41:45.419Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:41:45.420Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T11:41:45.421Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:41:54.977Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T11:41:54.980Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T11:42:45.412Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:42:45.413Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T11:42:45.414Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:42:45.419Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:42:45.420Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T11:42:45.420Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:42:55.027Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T11:42:55.062Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T11:43:45.412Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:43:45.414Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T11:43:45.414Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:43:45.419Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:43:45.420Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T11:43:45.420Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:43:55.025Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T11:43:55.025Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T11:44:45.412Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:44:45.413Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T11:44:45.413Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:44:45.419Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:44:45.420Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T11:44:45.420Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:44:55.033Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T11:44:55.034Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T11:45:45.412Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:45:45.414Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T11:45:45.414Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:45:45.419Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:45:45.420Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T11:45:45.420Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:45:54.989Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T11:45:54.989Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T11:46:45.412Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:46:45.413Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T11:46:45.413Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:46:45.419Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:46:45.420Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T11:46:45.420Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:46:54.988Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T11:46:54.994Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T11:47:45.412Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:47:45.413Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T11:47:45.413Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:47:45.419Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:47:45.420Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T11:47:45.420Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:47:55.016Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T11:47:55.020Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T11:48:45.412Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:48:45.413Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T11:48:45.413Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:48:45.419Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:48:45.420Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T11:48:45.420Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:48:55.020Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T11:48:55.023Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T11:49:45.412Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:49:45.413Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T11:49:45.413Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:49:45.419Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:49:45.421Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T11:49:45.422Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:49:54.990Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T11:49:54.996Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T11:50:45.412Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:50:45.413Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T11:50:45.413Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:50:45.419Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:50:45.420Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T11:50:45.420Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:50:54.993Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T11:50:55.013Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T11:51:45.412Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:51:45.413Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T11:51:45.413Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:51:45.419Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:51:45.420Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T11:51:45.420Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:51:54.986Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T11:51:54.992Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T11:52:45.412Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:52:45.413Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T11:52:45.413Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:52:45.419Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:52:45.420Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T11:52:45.420Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:52:55.024Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T11:52:55.026Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T11:53:45.412Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:53:45.414Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T11:53:45.414Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:53:45.419Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:53:45.421Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T11:53:45.421Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:53:54.991Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T11:53:55.010Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T11:54:45.413Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:54:45.415Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T11:54:45.415Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:54:45.420Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:54:45.421Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T11:54:45.421Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:54:54.996Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T11:54:55.010Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T11:55:45.412Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:55:45.413Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T11:55:45.414Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:55:45.419Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:55:45.421Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T11:55:45.421Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:55:55.010Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T11:55:55.025Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T11:56:45.413Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:56:45.413Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T11:56:45.414Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:56:45.419Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:56:45.420Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T11:56:45.420Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:56:54.981Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T11:56:54.986Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T11:57:45.412Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:57:45.413Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T11:57:45.413Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:57:45.419Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:57:45.420Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T11:57:45.420Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:57:54.988Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T11:57:55.001Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T11:58:45.412Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:58:45.413Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T11:58:45.414Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:58:45.419Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:58:45.421Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T11:58:45.421Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:58:54.996Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T11:58:55.003Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T11:59:45.412Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:59:45.413Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T11:59:45.413Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:59:45.419Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:59:45.420Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T11:59:45.420Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:59:55.007Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T11:59:55.016Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T12:00:45.412Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T12:00:45.413Z||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-05-27T12:00:45.413Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T12:00:45.419Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T12:00:45.420Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T12:00:45.420Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T12:00:54.990Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T12:00:54.999Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T12:01:45.412Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T12:01:45.413Z||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-05-27T12:01:45.414Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T12:01:45.419Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T12:01:45.420Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T12:01:45.420Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T12:01:55.013Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T12:01:55.045Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T12:02:45.412Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T12:02:45.413Z||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-05-27T12:02:45.413Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T12:02:45.419Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T12:02:45.420Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T12:02:45.420Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T12:02:55.023Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T12:02:55.049Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T12:03:45.412Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T12:03:45.414Z||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-05-27T12:03:45.414Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T12:03:45.419Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T12:03:45.420Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T12:03:45.420Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T12:03:55.017Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T12:03:55.030Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T12:04:45.412Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T12:04:45.413Z||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-05-27T12:04:45.413Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T12:04:45.419Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T12:04:45.420Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T12:04:45.420Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T12:04:55.032Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T12:04:55.032Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T12:05:45.413Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T12:05:45.414Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T12:05:45.415Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T12:05:45.419Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T12:05:45.420Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T12:05:45.421Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T12:05:51.041Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T12:05:51.044Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-27T12:05:51.045Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"a6cf7d96-7615-4e9c-a257-68bfbf6cb60b","serviceName":"basic_onboard_POJdTb","serviceVersion":"1.0","serviceUUID":"0d214cf7-c2e1-4188-a749-75ad0fd99887","serviceDescription":"service","serviceInvariantUUID":"c1e70e69-1586-4111-a610-30dd7593fada","resources":[{"resourceInstanceName":"basic_onboard_POJdTb 0","resourceName":"basic_onboard_POJdTb","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"cb9f1fc8-e402-40cb-a243-48814b351626","resourceInvariantUUID":"8884f41d-b00c-4546-8d75-3d68941d4809","resourceCustomizationUUID":"f179e581-f083-428d-84cb-5508c0a9bdb0","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/resourceInstances/basic_onboard_pojdtb0/artifacts/vf-license-model.xml","artifactChecksum":"Yjk3Y2E5MTBjODBmNzM1ZDE2NTFmZDMwNDYzMzBmNjE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b7558181-3edf-43e9-a7d4-bc6af0a0387d","artifactVersion":"1"},{"artifactName":"basic_onboard_pojdtb0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/resourceInstances/basic_onboard_pojdtb0/artifacts/basic_onboard_pojdtb0_modules.json","artifactChecksum":"NDYwM2Y2YTM5MjU1ZDRmYmYyMjc1MjcyMzU5YzZlMzc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"1cd74a3e-1647-4120-958e-02597254e89f","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/resourceInstances/basic_onboard_pojdtb0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"da16678e-650a-46e2-9ead-37c190ff5a51","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/resourceInstances/basic_onboard_pojdtb0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"202e7487-89f8-4cd5-801e-bc96a13b5275","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/resourceInstances/basic_onboard_pojdtb0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"0e744a9e-aa1c-49d5-8d6b-5551ba4d3980","artifactVersion":"2","generatedFromUUID":"da16678e-650a-46e2-9ead-37c190ff5a51"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardPojdtb-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/artifacts/service-BasicOnboardPojdtb-template.yml","artifactChecksum":"N2ViMWI3NTc0MjIwYzkzZTg1OTZjMzAyNTRiMDZiMDk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"26dec649-6e29-43cc-847c-9d3e98f4df69","artifactVersion":"1"},{"artifactName":"service-BasicOnboardPojdtb-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/artifacts/service-BasicOnboardPojdtb-csar.csar","artifactChecksum":"ZWEwZjI3YmU3MDZmYWYxMTQ2MjI3MTA1ZTQ2NmI0NWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bbf2123a-3bad-44a2-8e2b-9a11b58c7cfd","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-27T12:05:51.060Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-27T12:05:51.073Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:05:51.092Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:05:51.092Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653653145413,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/resourceInstances/basic_onboard_pojdtb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-27T12:05:51.192Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-05-27T12:05:51.198Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-27T12:05:51.198Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:05:51.227Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T12:05:51.228Z||pool-3-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-05-27T12:05:51.448Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T12:05:51.449Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:05:51.449Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653653145168,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/resourceInstances/basic_onboard_pojdtb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-27T12:05:51.474Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-27T12:05:52.102Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-27T12:05:52.103Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:05:52.107Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:05:52.107Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653653145413,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/resourceInstances/basic_onboard_pojdtb0/artifacts/basic_onboard_pojdtb0_modules.json",
"status": "NOTIFIED"
}
2022-05-27T12:05:52.207Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-27T12:05:52.208Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-27T12:05:52.209Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:05:52.243Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T12:05:52.244Z||pool-4-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":1,"count":1}
2022-05-27T12:05:53.108Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-27T12:05:53.110Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:05:53.113Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:05:53.113Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653653145413,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/resourceInstances/basic_onboard_pojdtb0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-05-27T12:05:53.213Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-27T12:05:53.214Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-27T12:05:53.214Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:05:53.236Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T12:05:53.237Z||pool-5-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-05-27T12:05:54.113Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-27T12:05:54.115Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:05:54.117Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:05:54.118Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653653145413,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/resourceInstances/basic_onboard_pojdtb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-27T12:05:54.218Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-27T12:05:54.219Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-27T12:05:54.219Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:05:54.269Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T12:05:54.270Z||pool-6-thread-1|||||INFO|500||cambria reply ok (52 ms):{"serverTimeMs":1,"count":1}
2022-05-27T12:05:55.119Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-27T12:05:55.120Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:05:55.123Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:05:55.124Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653653145413,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/resourceInstances/basic_onboard_pojdtb0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-05-27T12:05:55.223Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-27T12:05:55.224Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-27T12:05:55.225Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:05:55.253Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T12:05:55.253Z||pool-7-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1}
2022-05-27T12:05:56.124Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-27T12:05:56.125Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:05:56.127Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:05:56.128Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653653145413,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/artifacts/service-BasicOnboardPojdtb-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-27T12:05:56.228Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-27T12:05:56.229Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-27T12:05:56.230Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:05:56.268Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T12:05:56.269Z||pool-8-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1}
2022-05-27T12:05:57.128Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-27T12:05:57.129Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:05:57.132Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:05:57.132Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653653145413,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/artifacts/service-BasicOnboardPojdtb-csar.csar",
"status": "NOTIFIED"
}
2022-05-27T12:05:57.232Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-27T12:05:57.233Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-27T12:05:57.234Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:05:57.275Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T12:05:57.276Z||pool-9-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1}
2022-05-27T12:05:58.135Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
"serviceName": "basic_onboard_POJdTb",
"serviceVersion": "1.0",
"serviceUUID": "0d214cf7-c2e1-4188-a749-75ad0fd99887",
"serviceDescription": "service",
"serviceInvariantUUID": "c1e70e69-1586-4111-a610-30dd7593fada",
"resources": [
{
"resourceInstanceName": "basic_onboard_POJdTb 0",
"resourceCustomizationUUID": "f179e581-f083-428d-84cb-5508c0a9bdb0",
"resourceName": "basic_onboard_POJdTb",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "cb9f1fc8-e402-40cb-a243-48814b351626",
"resourceInvariantUUID": "8884f41d-b00c-4546-8d75-3d68941d4809",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_pojdtb0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/resourceInstances/basic_onboard_pojdtb0/artifacts/basic_onboard_pojdtb0_modules.json",
"artifactChecksum": "NDYwM2Y2YTM5MjU1ZDRmYmYyMjc1MjcyMzU5YzZlMzc\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "1cd74a3e-1647-4120-958e-02597254e89f",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/resourceInstances/basic_onboard_pojdtb0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "da16678e-650a-46e2-9ead-37c190ff5a51",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/resourceInstances/basic_onboard_pojdtb0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "0e744a9e-aa1c-49d5-8d6b-5551ba4d3980",
"generatedFromUUID": "da16678e-650a-46e2-9ead-37c190ff5a51"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/resourceInstances/basic_onboard_pojdtb0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "0e744a9e-aa1c-49d5-8d6b-5551ba4d3980",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardPojdtb-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/artifacts/service-BasicOnboardPojdtb-csar.csar",
"artifactChecksum": "ZWEwZjI3YmU3MDZmYWYxMTQ2MjI3MTA1ZTQ2NmI0NWY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "bbf2123a-3bad-44a2-8e2b-9a11b58c7cfd"
}
],
"workloadContext": "Production"
}
2022-05-27T12:05:58.136Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-27T12:05:58.136Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 0d214cf7-c2e1-4188-a749-75ad0fd99887 ASDC
2022-05-27T12:05:58.274Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:a6cf7d96-7615-4e9c-a257-68bfbf6cb60b
ServiceName:basic_onboard_POJdTb
ServiceVersion:1.0
ServiceUUID:0d214cf7-c2e1-4188-a749-75ad0fd99887
ServiceInvariantUUID:c1e70e69-1586-4111-a610-30dd7593fada
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardPojdtb-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/artifacts/service-BasicOnboardPojdtb-csar.csar
ArtifactUUID:bbf2123a-3bad-44a2-8e2b-9a11b58c7cfd
ArtifactChecksum:ZWEwZjI3YmU3MDZmYWYxMTQ2MjI3MTA1ZTQ2NmI0NWY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_POJdTb 0
ResourceCustomizationUUID:f179e581-f083-428d-84cb-5508c0a9bdb0
ResourceInvariantUUID:8884f41d-b00c-4546-8d75-3d68941d4809
ResourceName:basic_onboard_POJdTb
ResourceType:VF
ResourceUUID:cb9f1fc8-e402-40cb-a243-48814b351626
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_pojdtb0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/resourceInstances/basic_onboard_pojdtb0/artifacts/basic_onboard_pojdtb0_modules.json
ArtifactUUID:1cd74a3e-1647-4120-958e-02597254e89f
ArtifactChecksum:NDYwM2Y2YTM5MjU1ZDRmYmYyMjc1MjcyMzU5YzZlMzc=
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/BasicOnboardPojdtb/1.0/resourceInstances/basic_onboard_pojdtb0/artifacts/base_ubuntu18.yaml
ArtifactUUID:da16678e-650a-46e2-9ead-37c190ff5a51
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/BasicOnboardPojdtb/1.0/resourceInstances/basic_onboard_pojdtb0/artifacts/base_ubuntu18.env
ArtifactUUID:0e744a9e-aa1c-49d5-8d6b-5551ba4d3980
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/BasicOnboardPojdtb/1.0/resourceInstances/basic_onboard_pojdtb0/artifacts/base_ubuntu18.env
ArtifactUUID:0e744a9e-aa1c-49d5-8d6b-5551ba4d3980
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-05-27T12:05:58.275Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0d214cf7-c2e1-4188-a749-75ad0fd99887 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-27T12:05:58.565Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-27T12:05:58.567Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-05-27T12:05:58.570Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-05-27T12:05:58.570Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: bbf2123a-3bad-44a2-8e2b-9a11b58c7cfd from URL: /sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/artifacts/service-BasicOnboardPojdtb-csar.csar
2022-05-27T12:05:58.570Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-05-27T12:05:58.572Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/artifacts/service-BasicOnboardPojdtb-csar.csar
2022-05-27T12:05:59.512Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-05-27T12:05:59.526Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/artifacts/service-BasicOnboardPojdtb-csar.csar bbf2123a-3bad-44a2-8e2b-9a11b58c7cfd 71586
2022-05-27T12:05:59.527Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/artifacts/service-BasicOnboardPojdtb-csar.csar ASDC sendASDCNotification
2022-05-27T12:05:59.528Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/artifacts/service-BasicOnboardPojdtb-csar.csar
2022-05-27T12:05:59.529Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-27T12:05:59.529Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:05:59.531Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:05:59.531Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653653159526,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/artifacts/service-BasicOnboardPojdtb-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-27T12:05:59.631Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-27T12:05:59.633Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-27T12:05:59.633Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:05:59.679Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T12:05:59.680Z||pool-10-thread-1|||||INFO|500||cambria reply ok (48 ms):{"serverTimeMs":1,"count":1}
2022-05-27T12:06:00.532Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-27T12:06:00.533Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-05-27T12:06:00.533Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: bbf2123a-3bad-44a2-8e2b-9a11b58c7cfd, URL: /sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/artifacts/service-BasicOnboardPojdtb-csar.csar to file: /app/ASDC/1/service-BasicOnboardPojdtb-csar.csar
2022-05-27T12:06:00.536Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardPojdtb-csar.csar
2022-05-27T12:06:00.652Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardPojdtb-csar.csar
2022-05-27T12:06:00.652Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardPojdtb-csar.csar
2022-05-27T12:06:01.383Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7369141487102905677/Definitions/service-BasicOnboardPojdtb-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2022-05-27T12:06:03.602Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-27T12:06:03.611Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-05-27T12:06:03.611Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardPojdtb-csar.csar
2022-05-27T12:06:03.611Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-05-27T12:06:03.612Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||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-BasicOnboardPojdtb-csar.csar
2022-05-27T12:06:03.612Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_POJdTb 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-BasicOnboardPojdtb-csar.csar
2022-05-27T12:06:03.612Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardPojdtb-csar.csar
2022-05-27T12:06:03.612Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||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-BasicOnboardPojdtb-csar.csar
2022-05-27T12:06:03.612Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardPojdtb-csar.csar
2022-05-27T12:06:03.613Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardPojdtb-csar.csar
2022-05-27T12:06:03.613Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardPojdtb-csar.csar
2022-05-27T12:06:03.613Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardPojdtb-csar.csar
2022-05-27T12:06:03.613Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardPojdtb-csar.csar
2022-05-27T12:06:03.613Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-05-27T12:06:03.623Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-27T12:06:03.625Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_POJdTb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-27T12:06:03.633Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_POJdTb 0 is matching search criteria
2022-05-27T12:06:03.633Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-05-27T12:06:03.635Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_POJdTb 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-27T12:06:03.638Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-27T12:06:03.638Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_POJdTb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-27T12:06:03.638Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_POJdTb 0 is matching search criteria
2022-05-27T12:06:03.639Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-05-27T12:06:03.639Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_POJdTb 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-27T12:06:03.639Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-27T12:06:03.639Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_POJdTb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-27T12:06:03.645Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-27T12:06:03.645Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_POJdTb 0 is not matching search criteria
2022-05-27T12:06:03.646Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-05-27T12:06:03.646Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-05-27T12:06:03.646Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-05-27T12:06:03.646Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-05-27T12:06:03.647Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-27T12:06:03.647Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-27T12:06:03.647Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_POJdTb is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-27T12:06:03.649Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-27T12:06:03.649Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_POJdTb 0 is matching search criteria
2022-05-27T12:06:03.649Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_POJdTb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-27T12:06:03.650Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-27T12:06:03.651Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_POJdTb 0 is matching search criteria
2022-05-27T12:06:03.651Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_POJdTb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-27T12:06:03.651Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-27T12:06:03.651Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_POJdTb 0 is matching search criteria
2022-05-27T12:06:03.652Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_POJdTb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-27T12:06:03.652Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-27T12:06:03.652Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_POJdTb 0 is not matching search criteria
2022-05-27T12:06:03.652Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-05-27T12:06:03.653Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-05-27T12:06:03.653Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=c2a56c56-24a4-4749-9e70-9fac6639a9c5
2022-05-27T12:06:03.653Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-27T12:06:03.653Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_POJdTb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-27T12:06:03.654Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-27T12:06:03.654Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_POJdTb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-27T12:06:03.654Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-27T12:06:03.654Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_POJdTb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-27T12:06:03.655Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-27T12:06:03.655Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_POJdTb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-27T12:06:03.655Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_POJdTb
Description:service
Model UUID:0d214cf7-c2e1-4188-a749-75ad0fd99887
Model Version:NULL
Model InvariantUuid:c1e70e69-1586-4111-a610-30dd7593fada
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_POJdTb
Model UUID:16cd615f-ee11-4d1b-81d9-ab2d69bcad91
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:8884f41d-b00c-4546-8d75-3d68941d4809
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:f179e581-f083-428d-84cb-5508c0a9bdb0
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:b9748447-1fa9-49aa-b4f3-34b178adbe2f
ModelName:BasicOnboardPojdtb..base_ubuntu18..module-0
ModelUuid:0c9cc23c-0004-450d-b9ea-4cf6e4662bf9
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:c2a56c56-24a4-4749-9e70-9fac6639a9c5
ModelInvariantUuid:8648293c-0475-4ea9-984b-f3eb8e74a7d4
ModelName:basic_onboard_POJdTb-nodes.ubuntu18Cvfc
ModelUuid:962b8bfb-1421-4b84-aa20-da47db23b48c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:58a07e34-2625-4bb4-b9a2-3fee34935450
ModelInvariantUuid:efc76e65-0259-4de0-95dc-047ff98e733c
ModelName:BasicOnboardPojdtb.compute.nodes.heat.ubuntu18
ModelUuid:f6db5971-b22f-438e-b24f-430ce431e552
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-05-27T12:06:03.690Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: cb9f1fc8-e402-40cb-a243-48814b351626
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-27T12:06:03.805Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||INFO|500||basic_onboard_POJdTb 0
2022-05-27T12:06:03.815Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: cb9f1fc8-e402-40cb-a243-48814b351626
2022-05-27T12:06:03.815Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 1cd74a3e-1647-4120-958e-02597254e89f from URL: /sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/resourceInstances/basic_onboard_pojdtb0/artifacts/basic_onboard_pojdtb0_modules.json
2022-05-27T12:06:03.815Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-05-27T12:06:03.816Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/resourceInstances/basic_onboard_pojdtb0/artifacts/basic_onboard_pojdtb0_modules.json
2022-05-27T12:06:05.201Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-05-27T12:06:05.202Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/resourceInstances/basic_onboard_pojdtb0/artifacts/basic_onboard_pojdtb0_modules.json 1cd74a3e-1647-4120-958e-02597254e89f 798
2022-05-27T12:06:05.203Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/resourceInstances/basic_onboard_pojdtb0/artifacts/basic_onboard_pojdtb0_modules.json ASDC sendASDCNotification
2022-05-27T12:06:05.203Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/resourceInstances/basic_onboard_pojdtb0/artifacts/basic_onboard_pojdtb0_modules.json
2022-05-27T12:06:05.203Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-27T12:06:05.204Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:06:05.206Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:06:05.207Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653653165203,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/resourceInstances/basic_onboard_pojdtb0/artifacts/basic_onboard_pojdtb0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-05-27T12:06:05.307Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-27T12:06:05.308Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-27T12:06:05.308Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:06:05.343Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T12:06:05.344Z||pool-11-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2022-05-27T12:06:06.211Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardPojdtb..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "b9748447-1fa9-49aa-b4f3-34b178adbe2f",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "0c9cc23c-0004-450d-b9ea-4cf6e4662bf9",
"vfModuleModelCustomizationUUID": "4fc0041f-f087-42b9-8687-b8b39ec3b280",
"isBase": true,
"artifacts": [
"da16678e-650a-46e2-9ead-37c190ff5a51",
"0e744a9e-aa1c-49d5-8d6b-5551ba4d3980"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-05-27T12:06:06.229Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardPojdtb..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0c9cc23c-0004-450d-b9ea-4cf6e4662bf9
VfModuleModelInvariantUUID:b9748447-1fa9-49aa-b4f3-34b178adbe2f
VfModuleModelDescription:NULL
Artifacts UUID List:{
da16678e-650a-46e2-9ead-37c190ff5a51
,
0e744a9e-aa1c-49d5-8d6b-5551ba4d3980
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-05-27T12:06:06.233Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardPojdtb..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "b9748447-1fa9-49aa-b4f3-34b178adbe2f",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "0c9cc23c-0004-450d-b9ea-4cf6e4662bf9",
"vfModuleModelCustomizationUUID": "4fc0041f-f087-42b9-8687-b8b39ec3b280",
"isBase": true,
"artifacts": [
"da16678e-650a-46e2-9ead-37c190ff5a51",
"0e744a9e-aa1c-49d5-8d6b-5551ba4d3980"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-05-27T12:06:06.233Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardPojdtb..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0c9cc23c-0004-450d-b9ea-4cf6e4662bf9
VfModuleModelInvariantUUID:b9748447-1fa9-49aa-b4f3-34b178adbe2f
VfModuleModelDescription:NULL
Artifacts UUID List:{
da16678e-650a-46e2-9ead-37c190ff5a51
,
0e744a9e-aa1c-49d5-8d6b-5551ba4d3980
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-05-27T12:06:06.233Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: da16678e-650a-46e2-9ead-37c190ff5a51 from URL: /sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/resourceInstances/basic_onboard_pojdtb0/artifacts/base_ubuntu18.yaml
2022-05-27T12:06:06.233Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-05-27T12:06:06.234Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/resourceInstances/basic_onboard_pojdtb0/artifacts/base_ubuntu18.yaml
2022-05-27T12:06:07.450Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-05-27T12:06:07.451Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/resourceInstances/basic_onboard_pojdtb0/artifacts/base_ubuntu18.yaml da16678e-650a-46e2-9ead-37c190ff5a51 5033
2022-05-27T12:06:07.451Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/resourceInstances/basic_onboard_pojdtb0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-05-27T12:06:07.451Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/resourceInstances/basic_onboard_pojdtb0/artifacts/base_ubuntu18.yaml
2022-05-27T12:06:07.451Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-27T12:06:07.452Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:06:07.453Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:06:07.454Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653653167451,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/resourceInstances/basic_onboard_pojdtb0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-05-27T12:06:07.554Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-27T12:06:07.555Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-27T12:06:07.556Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:06:07.595Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T12:06:07.595Z||pool-12-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1}
2022-05-27T12:06:08.455Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 0e744a9e-aa1c-49d5-8d6b-5551ba4d3980 from URL: /sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/resourceInstances/basic_onboard_pojdtb0/artifacts/base_ubuntu18.env
2022-05-27T12:06:08.455Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-05-27T12:06:08.456Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/resourceInstances/basic_onboard_pojdtb0/artifacts/base_ubuntu18.env
2022-05-27T12:06:09.268Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-05-27T12:06:09.269Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/resourceInstances/basic_onboard_pojdtb0/artifacts/base_ubuntu18.env 0e744a9e-aa1c-49d5-8d6b-5551ba4d3980 909
2022-05-27T12:06:09.270Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/resourceInstances/basic_onboard_pojdtb0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-05-27T12:06:09.270Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/resourceInstances/basic_onboard_pojdtb0/artifacts/base_ubuntu18.env
2022-05-27T12:06:09.270Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-27T12:06:09.271Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:06:09.274Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:06:09.274Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653653169270,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/resourceInstances/basic_onboard_pojdtb0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-05-27T12:06:09.375Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-27T12:06:09.376Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-27T12:06:09.376Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:06:09.400Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T12:06:09.401Z||pool-13-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-05-27T12:06:10.275Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 0d214cf7-c2e1-4188-a749-75ad0fd99887
2022-05-27T12:06:10.276Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_POJdTb 0 cb9f1fc8-e402-40cb-a243-48814b351626 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-27T12:06:10.317Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3ee9a045, org.onap.sdc.toscaparser.api.parameters.Input@32b88dff, org.onap.sdc.toscaparser.api.parameters.Input@225ec84b, org.onap.sdc.toscaparser.api.parameters.Input@859175f, org.onap.sdc.toscaparser.api.parameters.Input@7b416599]
2022-05-27T12:06:10.321Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-27T12:06:10.321Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_POJdTb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-27T12:06:10.321Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic
2022-05-27T12:06:10.322Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= f179e581-f083-428d-84cb-5508c0a9bdb0
2022-05-27T12:06:10.322Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f179e581-f083-428d-84cb-5508c0a9bdb0 matches Tosca VF Customization UUID: f179e581-f083-428d-84cb-5508c0a9bdb0
2022-05-27T12:06:10.322Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: f179e581-f083-428d-84cb-5508c0a9bdb0 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-05-27T12:06:10.330Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-27T12:06:10.331Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_POJdTb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-27T12:06:10.332Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id f179e581-f083-428d-84cb-5508c0a9bdb0: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2022-05-27T12:06:10.333Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3e99ecb4
2022-05-27T12:06:10.333Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-27T12:06:10.333Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_POJdTb is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-27T12:06:10.334Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 4fc0041f-f087-42b9-8687-b8b39ec3b280
2022-05-27T12:06:10.335Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 4fc0041f-f087-42b9-8687-b8b39ec3b280
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-05-27T12:06:10.342Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-27T12:06:10.343Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_POJdTb 0 is matching search criteria
2022-05-27T12:06:10.343Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_POJdTb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-27T12:06:10.344Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-27T12:06:10.344Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_POJdTb 0 is matching search criteria
2022-05-27T12:06:10.344Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_POJdTb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-27T12:06:10.344Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-27T12:06:10.345Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_POJdTb 0 is not matching search criteria
2022-05-27T12:06:10.345Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-05-27T12:06:10.345Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-05-27T12:06:10.345Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=c2a56c56-24a4-4749-9e70-9fac6639a9c5
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-05-27T12:06:10.354Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-27T12:06:10.354Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_POJdTb 0 is matching search criteria
2022-05-27T12:06:10.355Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_POJdTb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-27T12:06:10.355Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-27T12:06:10.355Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_POJdTb 0 is matching search criteria
2022-05-27T12:06:10.355Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_POJdTb 0] matching following query criteria: sdcType=VF, customizationUUID=f179e581-f083-428d-84cb-5508c0a9bdb0
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-27T12:06:10.358Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-27T12:06:10.358Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_POJdTb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-27T12:06:10.359Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 0d214cf7-c2e1-4188-a749-75ad0fd99887: basic_onboard_POJdTb
2022-05-27T12:06:10.359Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-27T12:06:10.360Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_POJdTb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-27T12:06:10.360Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-27T12:06:10.360Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_POJdTb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-27T12:06:10.360Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-27T12:06:10.361Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_POJdTb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-27T12:06:10.361Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-27T12:06:10.361Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_POJdTb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-27T12:06:10.361Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-27T12:06:10.362Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_POJdTb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-27T12:06:10.362Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||INFO|500||Saving Service: basic_onboard_POJdTb
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-27T12:06:10.560Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_POJdTb cb9f1fc8-e402-40cb-a243-48814b351626 1 ASDC deployResourceStructure
2022-05-27T12:06:10.561Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/resourceInstances/basic_onboard_pojdtb0/artifacts/basic_onboard_pojdtb0_modules.json ASDC sendASDCNotification
2022-05-27T12:06:10.561Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/resourceInstances/basic_onboard_pojdtb0/artifacts/basic_onboard_pojdtb0_modules.json
2022-05-27T12:06:10.561Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-27T12:06:10.562Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:06:10.564Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:06:10.564Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653653170560,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/resourceInstances/basic_onboard_pojdtb0/artifacts/basic_onboard_pojdtb0_modules.json",
"status": "DEPLOY_OK"
}
2022-05-27T12:06:10.664Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-27T12:06:10.665Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-27T12:06:10.665Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:06:10.692Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T12:06:10.693Z||pool-14-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-05-27T12:06:11.565Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/resourceInstances/basic_onboard_pojdtb0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-05-27T12:06:11.565Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/resourceInstances/basic_onboard_pojdtb0/artifacts/base_ubuntu18.yaml
2022-05-27T12:06:11.566Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-27T12:06:11.568Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:06:11.570Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:06:11.571Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653653171565,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/resourceInstances/basic_onboard_pojdtb0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-05-27T12:06:11.671Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-27T12:06:11.672Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-27T12:06:11.672Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:06:11.693Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T12:06:11.694Z||pool-15-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-05-27T12:06:12.572Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/resourceInstances/basic_onboard_pojdtb0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-05-27T12:06:12.572Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/resourceInstances/basic_onboard_pojdtb0/artifacts/base_ubuntu18.env
2022-05-27T12:06:12.572Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-27T12:06:12.573Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:06:12.575Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:06:12.575Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653653172572,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/resourceInstances/basic_onboard_pojdtb0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-05-27T12:06:12.676Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-27T12:06:12.677Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-27T12:06:12.677Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:06:12.701Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T12:06:12.702Z||pool-16-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-05-27T12:06:13.576Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/artifacts/service-BasicOnboardPojdtb-csar.csar ASDC sendASDCNotification
2022-05-27T12:06:13.577Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/artifacts/service-BasicOnboardPojdtb-csar.csar
2022-05-27T12:06:13.577Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-27T12:06:13.578Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:06:13.580Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:06:13.580Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653653173576,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/artifacts/service-BasicOnboardPojdtb-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-27T12:06:13.680Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-27T12:06:13.681Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-27T12:06:13.681Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:06:13.709Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T12:06:13.710Z||pool-17-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":3,"count":1}
2022-05-27T12:06:14.581Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a6cf7d96-7615-4e9c-a257-68bfbf6cb60b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-27T12:06:14.614Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a6cf7d96-7615-4e9c-a257-68bfbf6cb60b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-27T12:06:14.618Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-27T12:06:14.619Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-27T12:06:14.619Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-27T12:06:44.619Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a6cf7d96-7615-4e9c-a257-68bfbf6cb60b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-27T12:06:44.631Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a6cf7d96-7615-4e9c-a257-68bfbf6cb60b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-27T12:06:44.634Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-27T12:06:44.635Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-27T12:06:44.635Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-27T12:06:45.419Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T12:06:45.420Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T12:06:45.420Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T12:06:45.460Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T12:06:45.461Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:06:45.461Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653653145413,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/resourceInstances/basic_onboard_pojdtb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-27T12:06:45.462Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-27T12:07:14.635Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a6cf7d96-7615-4e9c-a257-68bfbf6cb60b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-27T12:07:14.650Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a6cf7d96-7615-4e9c-a257-68bfbf6cb60b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-27T12:07:14.655Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-27T12:07:14.656Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-27T12:07:14.656Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-27T12:07:44.657Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a6cf7d96-7615-4e9c-a257-68bfbf6cb60b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-27T12:07:44.671Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a6cf7d96-7615-4e9c-a257-68bfbf6cb60b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-27T12:07:44.674Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-27T12:07:44.675Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-27T12:07:44.675Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-27T12:07:45.420Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T12:07:45.421Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T12:07:45.421Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T12:07:45.464Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T12:07:45.465Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:07:45.465Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653653147753,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/resourceInstances/basic_onboard_pojdtb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-27T12:07:45.466Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-27T12:08:14.675Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a6cf7d96-7615-4e9c-a257-68bfbf6cb60b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-27T12:08:14.688Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a6cf7d96-7615-4e9c-a257-68bfbf6cb60b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-27T12:08:14.691Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-27T12:08:14.691Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-27T12:08:14.691Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-27T12:08:44.692Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a6cf7d96-7615-4e9c-a257-68bfbf6cb60b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-27T12:08:44.711Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a6cf7d96-7615-4e9c-a257-68bfbf6cb60b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-27T12:08:44.715Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-27T12:08:44.715Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-27T12:08:44.715Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-27T12:08:45.419Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T12:08:45.421Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T12:08:45.421Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T12:08:45.456Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T12:08:45.481Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.482Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
"consumerID": "cds",
"timestamp": 1653653149779,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/resourceInstances/basic_onboard_pojdtb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-27T12:08:45.483Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-27T12:08:45.483Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.483Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653653145168,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/resourceInstances/basic_onboard_pojdtb0/artifacts/basic_onboard_pojdtb0_modules.json",
"status": "NOTIFIED"
}
2022-05-27T12:08:45.483Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-27T12:08:45.483Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.483Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653653145413,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/resourceInstances/basic_onboard_pojdtb0/artifacts/basic_onboard_pojdtb0_modules.json",
"status": "NOTIFIED"
}
2022-05-27T12:08:45.484Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-27T12:08:45.484Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.484Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653653147753,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/resourceInstances/basic_onboard_pojdtb0/artifacts/basic_onboard_pojdtb0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-27T12:08:45.484Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-27T12:08:45.484Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.484Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
"consumerID": "cds",
"timestamp": 1653653149779,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/resourceInstances/basic_onboard_pojdtb0/artifacts/basic_onboard_pojdtb0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-27T12:08:45.484Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-27T12:08:45.484Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.484Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653653145168,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/resourceInstances/basic_onboard_pojdtb0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-05-27T12:08:45.485Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-27T12:08:45.485Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.485Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653653145413,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/resourceInstances/basic_onboard_pojdtb0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-05-27T12:08:45.485Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-27T12:08:45.485Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.485Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653653147753,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/resourceInstances/basic_onboard_pojdtb0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-27T12:08:45.485Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-27T12:08:45.485Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.486Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
"consumerID": "cds",
"timestamp": 1653653149779,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/resourceInstances/basic_onboard_pojdtb0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-27T12:08:45.486Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-27T12:08:45.486Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.486Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653653145168,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/resourceInstances/basic_onboard_pojdtb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-27T12:08:45.486Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-27T12:08:45.486Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.486Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653653145413,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/resourceInstances/basic_onboard_pojdtb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-27T12:08:45.487Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-27T12:08:45.487Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.487Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653653147753,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/resourceInstances/basic_onboard_pojdtb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-27T12:08:45.487Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-27T12:08:45.487Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.487Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
"consumerID": "ves-openapi-manager",
"timestamp": 1653653151792,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/resourceInstances/basic_onboard_pojdtb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-27T12:08:45.489Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-27T12:08:45.490Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.490Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
"consumerID": "cds",
"timestamp": 1653653149779,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/resourceInstances/basic_onboard_pojdtb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-27T12:08:45.490Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-27T12:08:45.490Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.490Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653653145168,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/resourceInstances/basic_onboard_pojdtb0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-05-27T12:08:45.490Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-27T12:08:45.490Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.490Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653653145413,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/resourceInstances/basic_onboard_pojdtb0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-05-27T12:08:45.491Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-27T12:08:45.491Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.491Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653653147753,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/resourceInstances/basic_onboard_pojdtb0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-05-27T12:08:45.491Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-27T12:08:45.491Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.491Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
"consumerID": "ves-openapi-manager",
"timestamp": 1653653151792,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/resourceInstances/basic_onboard_pojdtb0/artifacts/basic_onboard_pojdtb0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-27T12:08:45.491Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-27T12:08:45.491Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.492Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
"consumerID": "cds",
"timestamp": 1653653149779,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/resourceInstances/basic_onboard_pojdtb0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-05-27T12:08:45.492Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-27T12:08:45.492Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.492Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653653145168,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/artifacts/service-BasicOnboardPojdtb-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-27T12:08:45.492Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-27T12:08:45.492Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.492Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653653145413,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/artifacts/service-BasicOnboardPojdtb-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-27T12:08:45.492Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-27T12:08:45.492Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.493Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653653147753,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/artifacts/service-BasicOnboardPojdtb-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-27T12:08:45.493Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-27T12:08:45.493Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.493Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
"consumerID": "ves-openapi-manager",
"timestamp": 1653653151792,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/resourceInstances/basic_onboard_pojdtb0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-27T12:08:45.493Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-27T12:08:45.493Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.493Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
"consumerID": "cds",
"timestamp": 1653653149779,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/artifacts/service-BasicOnboardPojdtb-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-27T12:08:45.493Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-27T12:08:45.493Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.494Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653653145168,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/artifacts/service-BasicOnboardPojdtb-csar.csar",
"status": "NOTIFIED"
}
2022-05-27T12:08:45.494Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-27T12:08:45.494Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.494Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653653145413,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/artifacts/service-BasicOnboardPojdtb-csar.csar",
"status": "NOTIFIED"
}
2022-05-27T12:08:45.494Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-27T12:08:45.494Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.494Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653653147753,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/artifacts/service-BasicOnboardPojdtb-csar.csar",
"status": "NOTIFIED"
}
2022-05-27T12:08:45.494Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-27T12:08:45.494Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.495Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
"consumerID": "policy-id",
"timestamp": 1653653156557,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/resourceInstances/basic_onboard_pojdtb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-27T12:08:45.495Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-27T12:08:45.495Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.495Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
"consumerID": "ves-openapi-manager",
"timestamp": 1653653151792,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/resourceInstances/basic_onboard_pojdtb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-27T12:08:45.495Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-27T12:08:45.495Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.495Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
"consumerID": "cds",
"timestamp": 1653653149779,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/artifacts/service-BasicOnboardPojdtb-csar.csar",
"status": "NOTIFIED"
}
2022-05-27T12:08:45.495Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-27T12:08:45.496Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.496Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
"consumerID": "policy-id",
"timestamp": 1653653156557,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/resourceInstances/basic_onboard_pojdtb0/artifacts/basic_onboard_pojdtb0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-27T12:08:45.496Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-27T12:08:45.496Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.496Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
"consumerID": "ves-openapi-manager",
"timestamp": 1653653151792,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/resourceInstances/basic_onboard_pojdtb0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-05-27T12:08:45.496Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-27T12:08:45.496Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.496Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
"consumerID": "policy-id",
"timestamp": 1653653156557,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/resourceInstances/basic_onboard_pojdtb0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-05-27T12:08:45.496Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-27T12:08:45.497Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.497Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
"consumerID": "cds",
"timestamp": 1653653158497,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/artifacts/service-BasicOnboardPojdtb-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-27T12:08:45.497Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:08:45.497Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.497Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653653158077,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/artifacts/service-BasicOnboardPojdtb-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-27T12:08:45.497Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:08:45.497Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.497Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
"consumerID": "ves-openapi-manager",
"timestamp": 1653653151792,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/artifacts/service-BasicOnboardPojdtb-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-27T12:08:45.498Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-27T12:08:45.498Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.498Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653653157518,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/resourceInstances/basic_onboard_pojdtb0/artifacts/basic_onboard_pojdtb0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-05-27T12:08:45.498Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:08:45.498Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.498Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653653159526,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/artifacts/service-BasicOnboardPojdtb-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-27T12:08:45.498Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:08:45.498Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.499Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
"consumerID": "policy-id",
"timestamp": 1653653156557,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/resourceInstances/basic_onboard_pojdtb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-27T12:08:45.499Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-27T12:08:45.499Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.499Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
"consumerID": "ves-openapi-manager",
"timestamp": 1653653151792,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/artifacts/service-BasicOnboardPojdtb-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-05-27T12:08:45.499Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-27T12:08:45.499Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.499Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
"consumerID": "cds",
"timestamp": 1653653159524,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/artifacts/service-BasicOnboardPojdtb-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-27T12:08:45.511Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a6cf7d96-7615-4e9c-a257-68bfbf6cb60b
2022-05-27T12:08:45.512Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId a6cf7d96-7615-4e9c-a257-68bfbf6cb60b and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-27T12:08:45.523Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.523Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653653159109,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/resourceInstances/basic_onboard_pojdtb0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-05-27T12:08:45.524Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:08:45.524Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.524Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
"consumerID": "policy-id",
"timestamp": 1653653156557,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/resourceInstances/basic_onboard_pojdtb0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-05-27T12:08:45.524Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-27T12:08:45.524Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.524Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
"consumerID": "policy-id",
"timestamp": 1653653156557,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/artifacts/service-BasicOnboardPojdtb-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-27T12:08:45.525Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-27T12:08:45.525Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.525Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653653160811,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/resourceInstances/basic_onboard_pojdtb0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-05-27T12:08:45.525Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:08:45.525Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.525Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
"consumerID": "policy-id",
"timestamp": 1653653156557,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/artifacts/service-BasicOnboardPojdtb-csar.csar",
"status": "NOTIFIED"
}
2022-05-27T12:08:45.525Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-27T12:08:45.525Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.525Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653653161896,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-27T12:08:45.532Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a6cf7d96-7615-4e9c-a257-68bfbf6cb60b
2022-05-27T12:08:45.532Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId a6cf7d96-7615-4e9c-a257-68bfbf6cb60b and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-27T12:08:45.545Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.545Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653653162900,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/resourceInstances/basic_onboard_pojdtb0/artifacts/basic_onboard_pojdtb0_modules.json",
"status": "DEPLOY_OK"
}
2022-05-27T12:08:45.546Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:08:45.546Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.546Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653653165203,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/resourceInstances/basic_onboard_pojdtb0/artifacts/basic_onboard_pojdtb0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-05-27T12:08:45.546Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:08:45.546Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.546Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
"consumerID": "aai-ml",
"timestamp": 1653653163299,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/resourceInstances/basic_onboard_pojdtb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-27T12:08:45.546Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-27T12:08:45.547Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.547Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
"consumerID": "policy-id",
"timestamp": 1653653165979,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/artifacts/service-BasicOnboardPojdtb-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-27T12:08:45.547Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:08:45.547Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.547Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
"consumerID": "aai-ml",
"timestamp": 1653653163299,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/resourceInstances/basic_onboard_pojdtb0/artifacts/basic_onboard_pojdtb0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-27T12:08:45.547Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-27T12:08:45.547Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.547Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
"consumerID": "clamp",
"timestamp": 1653653164447,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/resourceInstances/basic_onboard_pojdtb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-27T12:08:45.548Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-27T12:08:45.548Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.548Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653653165455,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/artifacts/service-BasicOnboardPojdtb-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-27T12:08:45.548Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:08:45.548Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.548Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
"consumerID": "policy-id",
"timestamp": 1653653166996,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/artifacts/service-BasicOnboardPojdtb-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-27T12:08:45.548Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:08:45.548Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.548Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653653167451,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/resourceInstances/basic_onboard_pojdtb0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-05-27T12:08:45.549Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:08:45.549Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.549Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
"consumerID": "aai-ml",
"timestamp": 1653653163299,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/resourceInstances/basic_onboard_pojdtb0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-27T12:08:45.549Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-27T12:08:45.549Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.549Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
"consumerID": "clamp",
"timestamp": 1653653164447,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/resourceInstances/basic_onboard_pojdtb0/artifacts/basic_onboard_pojdtb0_modules.json",
"status": "NOTIFIED"
}
2022-05-27T12:08:45.549Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-27T12:08:45.549Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.549Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653653166463,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-27T12:08:45.557Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a6cf7d96-7615-4e9c-a257-68bfbf6cb60b
2022-05-27T12:08:45.557Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId a6cf7d96-7615-4e9c-a257-68bfbf6cb60b and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-27T12:08:45.567Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.568Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
"consumerID": "policy-id",
"timestamp": 1653653168005,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-27T12:08:45.574Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a6cf7d96-7615-4e9c-a257-68bfbf6cb60b
2022-05-27T12:08:45.575Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId a6cf7d96-7615-4e9c-a257-68bfbf6cb60b and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-05-27T12:08:45.584Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.584Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
"consumerID": "aai-ml",
"timestamp": 1653653163299,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/resourceInstances/basic_onboard_pojdtb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-27T12:08:45.584Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-27T12:08:45.584Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.584Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
"consumerID": "clamp",
"timestamp": 1653653164447,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/resourceInstances/basic_onboard_pojdtb0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-27T12:08:45.585Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-27T12:08:45.585Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.585Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653653169270,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/resourceInstances/basic_onboard_pojdtb0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-05-27T12:08:45.585Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:08:45.585Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.585Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
"consumerID": "aai-ml",
"timestamp": 1653653163299,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/resourceInstances/basic_onboard_pojdtb0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-05-27T12:08:45.586Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-27T12:08:45.586Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.586Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
"consumerID": "clamp",
"timestamp": 1653653164447,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/resourceInstances/basic_onboard_pojdtb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-27T12:08:45.586Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-27T12:08:45.586Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.587Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
"consumerID": "aai-ml",
"timestamp": 1653653163299,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/artifacts/service-BasicOnboardPojdtb-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-27T12:08:45.587Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-27T12:08:45.587Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.587Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653653170560,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/resourceInstances/basic_onboard_pojdtb0/artifacts/basic_onboard_pojdtb0_modules.json",
"status": "DEPLOY_OK"
}
2022-05-27T12:08:45.587Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:08:45.587Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.587Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
"consumerID": "clamp",
"timestamp": 1653653164447,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/resourceInstances/basic_onboard_pojdtb0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-05-27T12:08:45.588Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-27T12:08:45.588Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.588Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
"consumerID": "aai-ml",
"timestamp": 1653653163299,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/artifacts/service-BasicOnboardPojdtb-csar.csar",
"status": "NOTIFIED"
}
2022-05-27T12:08:45.588Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-27T12:08:45.588Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.588Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653653171565,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/resourceInstances/basic_onboard_pojdtb0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-05-27T12:08:45.589Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:08:45.589Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.589Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
"consumerID": "clamp",
"timestamp": 1653653164447,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/artifacts/service-BasicOnboardPojdtb-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-27T12:08:45.589Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-27T12:08:45.589Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.589Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653653172572,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/resourceInstances/basic_onboard_pojdtb0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-05-27T12:08:45.590Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:08:45.590Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.590Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
"consumerID": "clamp",
"timestamp": 1653653164447,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/artifacts/service-BasicOnboardPojdtb-csar.csar",
"status": "NOTIFIED"
}
2022-05-27T12:08:45.590Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-27T12:08:45.590Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.590Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
"consumerID": "aai-ml",
"timestamp": 1653653171353,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/artifacts/service-BasicOnboardPojdtb-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-27T12:08:45.590Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:08:45.590Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.590Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653653173576,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/artifacts/service-BasicOnboardPojdtb-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-27T12:08:45.591Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:08:45.591Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.591Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
"consumerID": "ves-openapi-manager",
"timestamp": 1653653171792,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220527120306/1.0/resourceInstances/vfwae7c271a7cda0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-27T12:08:45.591Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-27T12:08:45.591Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.591Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
"consumerID": "policy-id",
"timestamp": 1653653176557,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220527120306/1.0/resourceInstances/vfwae7c271a7cda0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-27T12:08:45.591Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-27T12:08:45.591Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.591Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
"consumerID": "ves-openapi-manager",
"timestamp": 1653653171792,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220527120306/1.0/resourceInstances/vfwae7c271a7cda0/artifacts/vfwae7c271a7cda0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-27T12:08:45.592Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-27T12:08:45.592Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.592Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
"consumerID": "policy-id",
"timestamp": 1653653176557,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220527120306/1.0/resourceInstances/vfwae7c271a7cda0/artifacts/vfwae7c271a7cda0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-27T12:08:45.592Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-27T12:08:45.592Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.592Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
"consumerID": "ves-openapi-manager",
"timestamp": 1653653171792,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220527120306/1.0/resourceInstances/vfwae7c271a7cda0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-27T12:08:45.592Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-27T12:08:45.593Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.593Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
"consumerID": "policy-id",
"timestamp": 1653653176557,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220527120306/1.0/resourceInstances/vfwae7c271a7cda0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-05-27T12:08:45.593Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-27T12:08:45.593Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.593Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653653177752,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220527120306/1.0/resourceInstances/vfwae7c271a7cda0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-27T12:08:45.593Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-27T12:08:45.594Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.594Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
"consumerID": "ves-openapi-manager",
"timestamp": 1653653171792,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220527120306/1.0/resourceInstances/vfwae7c271a7cda0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-27T12:08:45.594Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-27T12:08:45.594Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.594Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
"consumerID": "policy-id",
"timestamp": 1653653176557,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220527120306/1.0/resourceInstances/vfwae7c271a7cda0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-27T12:08:45.594Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-27T12:08:45.594Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.594Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653653177752,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220527120306/1.0/resourceInstances/vfwae7c271a7cda0/artifacts/vfwae7c271a7cda0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-27T12:08:45.594Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-27T12:08:45.595Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.595Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
"consumerID": "cds",
"timestamp": 1653653179779,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220527120306/1.0/resourceInstances/vfwae7c271a7cda0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-27T12:08:45.595Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-27T12:08:45.595Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.595Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
"consumerID": "ves-openapi-manager",
"timestamp": 1653653171792,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220527120306/1.0/resourceInstances/vfwae7c271a7cda0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-05-27T12:08:45.595Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-27T12:08:45.595Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.595Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
"consumerID": "policy-id",
"timestamp": 1653653176557,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220527120306/1.0/resourceInstances/vfwae7c271a7cda0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-05-27T12:08:45.595Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-27T12:08:45.596Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.596Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653653177752,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220527120306/1.0/resourceInstances/vfwae7c271a7cda0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-27T12:08:45.596Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-27T12:08:45.596Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.596Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
"consumerID": "cds",
"timestamp": 1653653179779,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220527120306/1.0/resourceInstances/vfwae7c271a7cda0/artifacts/vfwae7c271a7cda0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-27T12:08:45.596Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-27T12:08:45.596Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.596Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
"consumerID": "ves-openapi-manager",
"timestamp": 1653653171792,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220527120306/1.0/artifacts/service-Vfw20220527120306-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-27T12:08:45.596Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-27T12:08:45.597Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.597Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
"consumerID": "policy-id",
"timestamp": 1653653176557,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220527120306/1.0/artifacts/service-Vfw20220527120306-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-27T12:08:45.597Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-27T12:08:45.597Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.597Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653653177752,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220527120306/1.0/resourceInstances/vfwae7c271a7cda0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-27T12:08:45.597Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-27T12:08:45.597Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.597Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
"consumerID": "cds",
"timestamp": 1653653179779,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220527120306/1.0/resourceInstances/vfwae7c271a7cda0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-27T12:08:45.597Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-27T12:08:45.598Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.598Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
"consumerID": "ves-openapi-manager",
"timestamp": 1653653171792,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220527120306/1.0/artifacts/service-Vfw20220527120306-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-05-27T12:08:45.598Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-27T12:08:45.598Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.598Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
"consumerID": "policy-id",
"timestamp": 1653653176557,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220527120306/1.0/artifacts/service-Vfw20220527120306-csar.csar",
"status": "NOTIFIED"
}
2022-05-27T12:08:45.598Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-27T12:08:45.599Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.599Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653653177752,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220527120306/1.0/resourceInstances/vfwae7c271a7cda0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-05-27T12:08:45.599Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-27T12:08:45.599Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.599Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
"consumerID": "cds",
"timestamp": 1653653179779,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220527120306/1.0/resourceInstances/vfwae7c271a7cda0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-27T12:08:45.599Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-27T12:08:45.599Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.599Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653653177752,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220527120306/1.0/artifacts/service-Vfw20220527120306-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-27T12:08:45.599Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-27T12:08:45.600Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.600Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
"consumerID": "policy-id",
"timestamp": 1653653185026,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220527120306/1.0/artifacts/service-Vfw20220527120306-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-27T12:08:45.600Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:08:45.600Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.600Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
"consumerID": "cds",
"timestamp": 1653653179779,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220527120306/1.0/resourceInstances/vfwae7c271a7cda0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-05-27T12:08:45.600Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-27T12:08:45.600Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.600Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653653177752,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220527120306/1.0/artifacts/service-Vfw20220527120306-csar.csar",
"status": "NOTIFIED"
}
2022-05-27T12:08:45.601Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-27T12:08:45.601Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.601Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
"consumerID": "policy-id",
"timestamp": 1653653186031,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220527120306/1.0/artifacts/service-Vfw20220527120306-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-27T12:08:45.601Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:08:45.601Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.601Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
"consumerID": "cds",
"timestamp": 1653653179779,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220527120306/1.0/artifacts/service-Vfw20220527120306-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-27T12:08:45.601Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-27T12:08:45.601Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.602Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
"consumerID": "policy-id",
"timestamp": 1653653187034,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-27T12:08:45.617Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7
2022-05-27T12:08:45.617Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-27T12:08:45.625Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.626Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653653185963,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220527120306/1.0/artifacts/service-Vfw20220527120306-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-27T12:08:45.626Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:08:45.626Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.626Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
"consumerID": "cds",
"timestamp": 1653653179779,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220527120306/1.0/artifacts/service-Vfw20220527120306-csar.csar",
"status": "NOTIFIED"
}
2022-05-27T12:08:45.626Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-27T12:08:45.627Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.627Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653653185168,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220527120306/1.0/resourceInstances/vfwae7c271a7cda0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-27T12:08:45.627Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-27T12:08:45.627Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.627Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
"consumerID": "clamp",
"timestamp": 1653653186882,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/artifacts/service-BasicOnboardPojdtb-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-27T12:08:45.627Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:08:45.627Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.627Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653653185168,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220527120306/1.0/resourceInstances/vfwae7c271a7cda0/artifacts/vfwae7c271a7cda0_modules.json",
"status": "NOTIFIED"
}
2022-05-27T12:08:45.627Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-27T12:08:45.628Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.628Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
"consumerID": "cds",
"timestamp": 1653653188254,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220527120306/1.0/artifacts/service-Vfw20220527120306-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-27T12:08:45.628Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:08:45.628Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.628Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653653185168,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220527120306/1.0/resourceInstances/vfwae7c271a7cda0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-05-27T12:08:45.628Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-27T12:08:45.629Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.629Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
"consumerID": "cds",
"timestamp": 1653653189261,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220527120306/1.0/artifacts/service-Vfw20220527120306-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-27T12:08:45.635Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7
2022-05-27T12:08:45.636Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-27T12:08:45.651Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.651Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
"consumerID": "clamp",
"timestamp": 1653653188895,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/artifacts/service-BasicOnboardPojdtb-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-27T12:08:45.652Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:08:45.652Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.652Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653653185168,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220527120306/1.0/resourceInstances/vfwae7c271a7cda0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-27T12:08:45.652Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-27T12:08:45.653Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.653Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
"consumerID": "clamp",
"timestamp": 1653653189902,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-27T12:08:45.663Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a6cf7d96-7615-4e9c-a257-68bfbf6cb60b
2022-05-27T12:08:45.664Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId a6cf7d96-7615-4e9c-a257-68bfbf6cb60b and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-27T12:08:45.679Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.679Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653653185168,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220527120306/1.0/resourceInstances/vfwae7c271a7cda0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-05-27T12:08:45.680Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-27T12:08:45.680Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.680Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653653191373,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220527120306/1.0/artifacts/service-Vfw20220527120306-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-27T12:08:45.680Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:08:45.680Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.681Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653653185168,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220527120306/1.0/artifacts/service-Vfw20220527120306-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-27T12:08:45.681Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-27T12:08:45.681Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.681Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653653192378,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-27T12:08:45.694Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7
2022-05-27T12:08:45.695Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-27T12:08:45.707Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.708Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653653185168,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220527120306/1.0/artifacts/service-Vfw20220527120306-csar.csar",
"status": "NOTIFIED"
}
2022-05-27T12:08:45.708Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-27T12:08:45.708Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.708Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653653194085,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220527120306/1.0/resourceInstances/vfwae7c271a7cda0/artifacts/vfwae7c271a7cda0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-05-27T12:08:45.708Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:08:45.709Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.709Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
"consumerID": "clamp",
"timestamp": 1653653194447,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220527120306/1.0/resourceInstances/vfwae7c271a7cda0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-27T12:08:45.709Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-27T12:08:45.709Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.709Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
"consumerID": "aai-ml",
"timestamp": 1653653195803,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/artifacts/service-BasicOnboardPojdtb-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-27T12:08:45.709Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:08:45.709Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.710Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
"consumerID": "clamp",
"timestamp": 1653653194447,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220527120306/1.0/resourceInstances/vfwae7c271a7cda0/artifacts/vfwae7c271a7cda0_modules.json",
"status": "NOTIFIED"
}
2022-05-27T12:08:45.710Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-27T12:08:45.710Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.710Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653653195679,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220527120306/1.0/resourceInstances/vfwae7c271a7cda0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-05-27T12:08:45.710Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:08:45.710Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.711Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
"consumerID": "aai-ml",
"timestamp": 1653653196811,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-27T12:08:45.720Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a6cf7d96-7615-4e9c-a257-68bfbf6cb60b
2022-05-27T12:08:45.721Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId a6cf7d96-7615-4e9c-a257-68bfbf6cb60b and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-27T12:08:45.735Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.735Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
"consumerID": "clamp",
"timestamp": 1653653194447,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220527120306/1.0/resourceInstances/vfwae7c271a7cda0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-27T12:08:45.736Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-27T12:08:45.736Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.736Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653653196979,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220527120306/1.0/resourceInstances/vfwae7c271a7cda0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-05-27T12:08:45.736Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:08:45.736Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.737Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
"consumerID": "clamp",
"timestamp": 1653653194447,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220527120306/1.0/resourceInstances/vfwae7c271a7cda0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-27T12:08:45.737Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-27T12:08:45.737Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.738Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
"consumerID": "aai-ml",
"timestamp": 1653653197821,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220527120306/1.0/resourceInstances/vfwae7c271a7cda0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-27T12:08:45.738Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-27T12:08:45.738Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.738Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653653197993,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-27T12:08:45.746Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7
2022-05-27T12:08:45.747Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-05-27T12:08:45.759Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.759Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
"consumerID": "clamp",
"timestamp": 1653653194447,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220527120306/1.0/resourceInstances/vfwae7c271a7cda0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-05-27T12:08:45.760Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-27T12:08:45.760Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.760Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
"consumerID": "aai-ml",
"timestamp": 1653653197821,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220527120306/1.0/resourceInstances/vfwae7c271a7cda0/artifacts/vfwae7c271a7cda0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-27T12:08:45.760Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-27T12:08:45.760Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.760Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653653199001,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220527120306/1.0/resourceInstances/vfwae7c271a7cda0/artifacts/vfwae7c271a7cda0_modules.json",
"status": "DEPLOY_OK"
}
2022-05-27T12:08:45.761Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:08:45.761Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.761Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
"consumerID": "clamp",
"timestamp": 1653653194447,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220527120306/1.0/artifacts/service-Vfw20220527120306-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-27T12:08:45.761Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-27T12:08:45.761Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.761Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
"consumerID": "aai-ml",
"timestamp": 1653653197821,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220527120306/1.0/resourceInstances/vfwae7c271a7cda0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-27T12:08:45.761Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-27T12:08:45.762Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.762Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
"consumerID": "clamp",
"timestamp": 1653653194447,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220527120306/1.0/artifacts/service-Vfw20220527120306-csar.csar",
"status": "NOTIFIED"
}
2022-05-27T12:08:45.763Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-27T12:08:45.763Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.763Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
"consumerID": "aai-ml",
"timestamp": 1653653197821,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220527120306/1.0/resourceInstances/vfwae7c271a7cda0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-27T12:08:45.763Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-27T12:08:45.763Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.763Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
"consumerID": "aai-ml",
"timestamp": 1653653197821,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220527120306/1.0/resourceInstances/vfwae7c271a7cda0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-05-27T12:08:45.764Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-27T12:08:45.764Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.764Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
"consumerID": "aai-ml",
"timestamp": 1653653197821,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220527120306/1.0/artifacts/service-Vfw20220527120306-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-27T12:08:45.764Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-27T12:09:14.715Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a6cf7d96-7615-4e9c-a257-68bfbf6cb60b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-27T12:09:14.732Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a6cf7d96-7615-4e9c-a257-68bfbf6cb60b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-27T12:09:14.736Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-27T12:09:14.736Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-27T12:09:14.736Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-27T12:09:14.736Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-27T12:09:14.737Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-27T12:09:14.737Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-27T12:09:14.737Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-27T12:09:14.737Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-27T12:09:14.737Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-27T12:09:14.737Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-27T12:09:14.737Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-27T12:09:14.745Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-27T12:09:44.746Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a6cf7d96-7615-4e9c-a257-68bfbf6cb60b and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-05-27T12:09:44.766Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a6cf7d96-7615-4e9c-a257-68bfbf6cb60b and serviceModelVersionId: 0d214cf7-c2e1-4188-a749-75ad0fd99887
2022-05-27T12:09:44.767Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c1e70e69-1586-4111-a610-30dd7593fada
2022-05-27T12:09:45.419Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T12:09:45.421Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T12:09:45.421Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T12:09:45.965Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T12:09:45.966Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:09:45.966Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
"consumerID": "aai-ml",
"timestamp": 1653653197821,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220527120306/1.0/artifacts/service-Vfw20220527120306-csar.csar",
"status": "NOTIFIED"
}
2022-05-27T12:09:45.967Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-27T12:09:45.967Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:09:45.968Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
"consumerID": "aai-ml",
"timestamp": 1653653205643,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220527120306/1.0/artifacts/service-Vfw20220527120306-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-27T12:09:45.968Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:09:45.968Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:09:45.968Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
"consumerID": "clamp",
"timestamp": 1653653207874,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220527120306/1.0/artifacts/service-Vfw20220527120306-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-27T12:09:45.969Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:09:45.969Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:09:45.969Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
"consumerID": "clamp",
"timestamp": 1653653209889,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220527120306/1.0/artifacts/service-Vfw20220527120306-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-27T12:09:45.970Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:09:45.970Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:09:45.970Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
"consumerID": "clamp",
"timestamp": 1653653210896,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-27T12:09:45.987Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7
2022-05-27T12:09:45.988Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-27T12:09:45.996Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:09:45.996Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
"consumerID": "aai-ml",
"timestamp": 1653653225981,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220527120306/1.0/artifacts/service-Vfw20220527120306-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-27T12:09:45.996Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:09:45.996Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:09:45.996Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
"consumerID": "aai-ml",
"timestamp": 1653653226989,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-27T12:09:46.001Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7
2022-05-27T12:09:46.001Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-27T12:10:02.390Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c1e70e69-1586-4111-a610-30dd7593fada/model-vers/model-ver/0d214cf7-c2e1-4188-a749-75ad0fd99887?depth=0
2022-05-27T12:10:02.547Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-05-27T12:10:03.327Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c1e70e69-1586-4111-a610-30dd7593fada/model-vers/model-ver/0d214cf7-c2e1-4188-a749-75ad0fd99887?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-05-27T12:10:03.336Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c1e70e69-1586-4111-a610-30dd7593fada/model-vers/model-ver/0d214cf7-c2e1-4188-a749-75ad0fd99887?depth=0|INFO|500||Invoke
2022-05-27T12:10:03.505Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c1e70e69-1586-4111-a610-30dd7593fada/model-vers/model-ver/0d214cf7-c2e1-4188-a749-75ad0fd99887?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-05-27T12:10:05.472Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c1e70e69-1586-4111-a610-30dd7593fada/model-vers/model-ver/0d214cf7-c2e1-4188-a749-75ad0fd99887?depth=0|INFO|500||InvokeReturn
2022-05-27T12:10:05.473Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c1e70e69-1586-4111-a610-30dd7593fada/model-vers/model-ver/0d214cf7-c2e1-4188-a749-75ad0fd99887?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220527-12:10:03:524-7332], vertex-id=[348296], Content-Length=[0], Date=[Fri, 27 May 2022 12:10:03 GMT], Content-Type=[application/json]}
2022-05-27T12:10:05.474Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2022-05-27T12:10:05.477Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-27T12:10:05.477Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-27T12:10:05.485Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-05-27T12:10:05.486Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a6cf7d96-7615-4e9c-a257-68bfbf6cb60b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-27T12:10:05.487Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-27T12:10:05.488Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:10:05.491Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:10:05.491Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653653405486,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-27T12:10:05.592Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-27T12:10:05.593Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-27T12:10:05.593Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:10:05.615Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T12:10:05.616Z||pool-18-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-27T12:10:06.507Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T12:10:06.508Z||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-05-27T12:10:06.508Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T12:10:11.156Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T12:10:11.159Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-27T12:10:11.159Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7","serviceName":"vFW 2022-05-27 12-03-06","serviceVersion":"1.0","serviceUUID":"d08b10fe-f6b0-4365-9279-73964c7de905","serviceDescription":"catalog service description","serviceInvariantUUID":"ac2488d8-85c0-4eef-bc29-2577e9c7d854","resources":[{"resourceInstanceName":"vFW ae7c271a-7cda 0","resourceName":"vFW ae7c271a-7cda","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"8620057d-ebde-4030-8231-7a76a807c840","resourceInvariantUUID":"801e1897-6ca6-4185-9a41-207e66c9a7c7","resourceCustomizationUUID":"51b82dcc-9592-41a5-abaf-dba3fb014194","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220527120306/1.0/resourceInstances/vfwae7c271a7cda0/artifacts/vf-license-model.xml","artifactChecksum":"NTE2MWIxOWMxMzlhZDg4OGRlYzM2ZjM4MGJlYWMyZTU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"dd0a7fa3-f789-4068-880b-291643699a03","artifactVersion":"1"},{"artifactName":"vfwae7c271a7cda0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220527120306/1.0/resourceInstances/vfwae7c271a7cda0/artifacts/vfwae7c271a7cda0_modules.json","artifactChecksum":"NDY1NWRjMTE2YzE3OTY4MTliZjRlNTUxMDgzM2ZhMTE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"89c869b6-b528-4ddc-80f1-948d22a9a71c","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220527120306/1.0/resourceInstances/vfwae7c271a7cda0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"8767dde2-25a7-4012-91ea-bdd53bb272c8","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220527120306/1.0/resourceInstances/vfwae7c271a7cda0/artifacts/vendor-license-model.xml","artifactChecksum":"NzQ5MmE0ODM2ZWE2NmEyZjg4YjRhYWU0ZWEyNGExMmM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3f723453-afe9-4465-a39a-8bc37871b38f","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220527120306/1.0/resourceInstances/vfwae7c271a7cda0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"8e15d5f3-aef6-4c39-93d0-775ceb0a5deb","artifactVersion":"2","generatedFromUUID":"8767dde2-25a7-4012-91ea-bdd53bb272c8"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220527120306-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220527120306/1.0/artifacts/service-Vfw20220527120306-template.yml","artifactChecksum":"MjZhNTA4ZjU5ZjBjMTMzYzQwODQ4MjRiMDg5YmRiOGQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"dc3037a4-f867-4657-bbad-b610e684dfe9","artifactVersion":"1"},{"artifactName":"service-Vfw20220527120306-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220527120306/1.0/artifacts/service-Vfw20220527120306-csar.csar","artifactChecksum":"ZDYwNmI1ODVlOWM1ZTQyNTJjYTNkOGQ3N2MzNjc3OTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"efe06e7e-d8a2-4047-ad31-7bfe69609774","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-27T12:10:11.162Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-27T12:10:11.163Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:10:11.165Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:10:11.165Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653653406507,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220527120306/1.0/resourceInstances/vfwae7c271a7cda0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-27T12:10:11.266Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-27T12:10:11.267Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-27T12:10:11.267Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:10:11.306Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T12:10:11.307Z||pool-19-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":1,"count":1}
2022-05-27T12:10:12.166Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-27T12:10:12.169Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:10:12.172Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:10:12.173Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653653406507,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220527120306/1.0/resourceInstances/vfwae7c271a7cda0/artifacts/vfwae7c271a7cda0_modules.json",
"status": "NOTIFIED"
}
2022-05-27T12:10:12.272Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-27T12:10:12.274Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-27T12:10:12.274Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:10:12.301Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T12:10:12.302Z||pool-20-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1}
2022-05-27T12:10:13.173Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-27T12:10:13.174Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:10:13.176Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:10:13.176Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653653406507,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220527120306/1.0/resourceInstances/vfwae7c271a7cda0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-05-27T12:10:13.277Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-27T12:10:13.278Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-27T12:10:13.278Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:10:13.293Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T12:10:13.294Z||pool-21-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-27T12:10:14.177Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-27T12:10:14.180Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:10:14.183Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:10:14.184Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653653406507,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220527120306/1.0/resourceInstances/vfwae7c271a7cda0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-27T12:10:14.285Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-27T12:10:14.286Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-27T12:10:14.286Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:10:14.318Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T12:10:14.320Z||pool-22-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-05-27T12:10:15.185Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-27T12:10:15.186Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:10:15.189Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:10:15.189Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653653406507,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220527120306/1.0/resourceInstances/vfwae7c271a7cda0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-05-27T12:10:15.289Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-27T12:10:15.290Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-27T12:10:15.290Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:10:15.314Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T12:10:15.315Z||pool-23-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-05-27T12:10:16.190Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-27T12:10:16.191Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:10:16.194Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:10:16.194Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653653406507,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220527120306/1.0/artifacts/service-Vfw20220527120306-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-27T12:10:16.300Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2022-05-27T12:10:16.301Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-27T12:10:16.302Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:10:16.352Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T12:10:16.352Z||pool-24-thread-1|||||INFO|500||cambria reply ok (51 ms):{"serverTimeMs":0,"count":1}
2022-05-27T12:10:17.196Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-27T12:10:17.197Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:10:17.199Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:10:17.200Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653653406507,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220527120306/1.0/artifacts/service-Vfw20220527120306-csar.csar",
"status": "NOTIFIED"
}
2022-05-27T12:10:17.300Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-27T12:10:17.301Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-27T12:10:17.301Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:10:17.328Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T12:10:17.329Z||pool-25-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1}
2022-05-27T12:10:18.202Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
"serviceName": "vFW 2022-05-27 12-03-06",
"serviceVersion": "1.0",
"serviceUUID": "d08b10fe-f6b0-4365-9279-73964c7de905",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "ac2488d8-85c0-4eef-bc29-2577e9c7d854",
"resources": [
{
"resourceInstanceName": "vFW ae7c271a-7cda 0",
"resourceCustomizationUUID": "51b82dcc-9592-41a5-abaf-dba3fb014194",
"resourceName": "vFW ae7c271a-7cda",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "8620057d-ebde-4030-8231-7a76a807c840",
"resourceInvariantUUID": "801e1897-6ca6-4185-9a41-207e66c9a7c7",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwae7c271a7cda0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220527120306/1.0/resourceInstances/vfwae7c271a7cda0/artifacts/vfwae7c271a7cda0_modules.json",
"artifactChecksum": "NDY1NWRjMTE2YzE3OTY4MTliZjRlNTUxMDgzM2ZhMTE\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "89c869b6-b528-4ddc-80f1-948d22a9a71c",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220527120306/1.0/resourceInstances/vfwae7c271a7cda0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "8767dde2-25a7-4012-91ea-bdd53bb272c8",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220527120306/1.0/resourceInstances/vfwae7c271a7cda0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "8e15d5f3-aef6-4c39-93d0-775ceb0a5deb",
"generatedFromUUID": "8767dde2-25a7-4012-91ea-bdd53bb272c8"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220527120306/1.0/resourceInstances/vfwae7c271a7cda0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "8e15d5f3-aef6-4c39-93d0-775ceb0a5deb",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220527120306-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220527120306/1.0/artifacts/service-Vfw20220527120306-csar.csar",
"artifactChecksum": "ZDYwNmI1ODVlOWM1ZTQyNTJjYTNkOGQ3N2MzNjc3OTA\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "efe06e7e-d8a2-4047-ad31-7bfe69609774"
}
],
"workloadContext": "Production"
}
2022-05-27T12:10:18.203Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-27T12:10:18.203Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 d08b10fe-f6b0-4365-9279-73964c7de905 ASDC
2022-05-27T12:10:18.204Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7
ServiceName:vFW 2022-05-27 12-03-06
ServiceVersion:1.0
ServiceUUID:d08b10fe-f6b0-4365-9279-73964c7de905
ServiceInvariantUUID:ac2488d8-85c0-4eef-bc29-2577e9c7d854
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220527120306-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220527120306/1.0/artifacts/service-Vfw20220527120306-csar.csar
ArtifactUUID:efe06e7e-d8a2-4047-ad31-7bfe69609774
ArtifactChecksum:ZDYwNmI1ODVlOWM1ZTQyNTJjYTNkOGQ3N2MzNjc3OTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW ae7c271a-7cda 0
ResourceCustomizationUUID:51b82dcc-9592-41a5-abaf-dba3fb014194
ResourceInvariantUUID:801e1897-6ca6-4185-9a41-207e66c9a7c7
ResourceName:vFW ae7c271a-7cda
ResourceType:VF
ResourceUUID:8620057d-ebde-4030-8231-7a76a807c840
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwae7c271a7cda0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220527120306/1.0/resourceInstances/vfwae7c271a7cda0/artifacts/vfwae7c271a7cda0_modules.json
ArtifactUUID:89c869b6-b528-4ddc-80f1-948d22a9a71c
ArtifactChecksum:NDY1NWRjMTE2YzE3OTY4MTliZjRlNTUxMDgzM2ZhMTE=
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/Vfw20220527120306/1.0/resourceInstances/vfwae7c271a7cda0/artifacts/base_vfw.yaml
ArtifactUUID:8767dde2-25a7-4012-91ea-bdd53bb272c8
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/Vfw20220527120306/1.0/resourceInstances/vfwae7c271a7cda0/artifacts/base_vfw.env
ArtifactUUID:8e15d5f3-aef6-4c39-93d0-775ceb0a5deb
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/Vfw20220527120306/1.0/resourceInstances/vfwae7c271a7cda0/artifacts/base_vfw.env
ArtifactUUID:8e15d5f3-aef6-4c39-93d0-775ceb0a5deb
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-05-27T12:10:18.205Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d08b10fe-f6b0-4365-9279-73964c7de905 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-27T12:10:18.247Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-27T12:10:18.248Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-05-27T12:10:18.248Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-05-27T12:10:18.248Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: efe06e7e-d8a2-4047-ad31-7bfe69609774 from URL: /sdc/v1/catalog/services/Vfw20220527120306/1.0/artifacts/service-Vfw20220527120306-csar.csar
2022-05-27T12:10:18.249Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-05-27T12:10:18.249Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220527120306/1.0/artifacts/service-Vfw20220527120306-csar.csar
2022-05-27T12:10:18.469Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-05-27T12:10:18.477Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220527120306/1.0/artifacts/service-Vfw20220527120306-csar.csar efe06e7e-d8a2-4047-ad31-7bfe69609774 99041
2022-05-27T12:10:18.478Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220527120306/1.0/artifacts/service-Vfw20220527120306-csar.csar ASDC sendASDCNotification
2022-05-27T12:10:18.478Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220527120306/1.0/artifacts/service-Vfw20220527120306-csar.csar
2022-05-27T12:10:18.479Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-27T12:10:18.479Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:10:18.482Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:10:18.483Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653653418478,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220527120306/1.0/artifacts/service-Vfw20220527120306-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-27T12:10:18.583Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-27T12:10:18.584Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-27T12:10:18.585Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:10:18.608Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T12:10:18.609Z||pool-26-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-05-27T12:10:19.484Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-27T12:10:19.486Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-05-27T12:10:19.486Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: efe06e7e-d8a2-4047-ad31-7bfe69609774, URL: /sdc/v1/catalog/services/Vfw20220527120306/1.0/artifacts/service-Vfw20220527120306-csar.csar to file: /app/ASDC/1/service-Vfw20220527120306-csar.csar
2022-05-27T12:10:19.487Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220527120306-csar.csar
2022-05-27T12:10:19.487Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220527120306-csar.csar
2022-05-27T12:10:19.488Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220527120306-csar.csar
2022-05-27T12:10:19.769Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2263455809582613946/Definitions/service-Vfw20220527120306-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2022-05-27T12:10:22.064Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-27T12:10:22.065Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-05-27T12:10:22.065Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220527120306-csar.csar
2022-05-27T12:10:22.066Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-05-27T12:10:22.066Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220527120306-csar.csar
2022-05-27T12:10:22.066Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220527120306-csar.csar
2022-05-27T12:10:22.066Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220527120306-csar.csar
2022-05-27T12:10:22.066Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220527120306-csar.csar
2022-05-27T12:10:22.067Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220527120306-csar.csar
2022-05-27T12:10:22.067Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220527120306-csar.csar
2022-05-27T12:10:22.067Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220527120306-csar.csar
2022-05-27T12:10:22.067Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220527120306-csar.csar
2022-05-27T12:10:22.067Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220527120306-csar.csar
2022-05-27T12:10:22.068Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220527120306-csar.csar
2022-05-27T12:10:22.068Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW ae7c271a-7cda 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-Vfw20220527120306-csar.csar
2022-05-27T12:10:22.068Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220527120306-csar.csar
2022-05-27T12:10:22.068Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220527120306-csar.csar
2022-05-27T12:10:22.068Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-05-27T12:10:22.069Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-27T12:10:22.069Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-05-27 12-03-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-27T12:10:22.070Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template vFW ae7c271a-7cda 0 is matching search criteria
2022-05-27T12:10:22.070Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-05-27T12:10:22.070Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW ae7c271a-7cda 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-27T12:10:22.071Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-27T12:10:22.071Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-05-27 12-03-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-27T12:10:22.071Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template vFW ae7c271a-7cda 0 is matching search criteria
2022-05-27T12:10:22.071Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-05-27T12:10:22.072Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW ae7c271a-7cda 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-27T12:10:22.072Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-27T12:10:22.072Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-05-27 12-03-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-27T12:10:22.073Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-27T12:10:22.073Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template vFW ae7c271a-7cda 0 is not matching search criteria
2022-05-27T12:10:22.073Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-27T12:10:22.073Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-27T12:10:22.073Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-27T12:10:22.074Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-27T12:10:22.074Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-27T12:10:22.074Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-27T12:10:22.075Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-27T12:10:22.075Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-27T12:10:22.075Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-27T12:10:22.075Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-27T12:10:22.076Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-27T12:10:22.076Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-27T12:10:22.076Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-27T12:10:22.077Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-27T12:10:22.077Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-27T12:10:22.077Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-27T12:10:22.078Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-27T12:10:22.078Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-05-27 12-03-06 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-27T12:10:22.078Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-27T12:10:22.079Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template vFW ae7c271a-7cda 0 is matching search criteria
2022-05-27T12:10:22.079Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW ae7c271a-7cda 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-27T12:10:22.080Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-27T12:10:22.080Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template vFW ae7c271a-7cda 0 is matching search criteria
2022-05-27T12:10:22.080Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW ae7c271a-7cda 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-27T12:10:22.081Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-27T12:10:22.081Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template vFW ae7c271a-7cda 0 is matching search criteria
2022-05-27T12:10:22.082Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW ae7c271a-7cda 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-27T12:10:22.082Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-27T12:10:22.082Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template vFW ae7c271a-7cda 0 is not matching search criteria
2022-05-27T12:10:22.083Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-27T12:10:22.083Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-05-27T12:10:22.083Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-27T12:10:22.084Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-27T12:10:22.084Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-27T12:10:22.084Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-27T12:10:22.084Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-27T12:10:22.085Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-27T12:10:22.085Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-27T12:10:22.085Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-27T12:10:22.085Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-27T12:10:22.086Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=c72394b4-78f9-42c6-9f25-224462c662e7
2022-05-27T12:10:22.086Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-27T12:10:22.086Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template vFW ae7c271a-7cda 0 is not matching search criteria
2022-05-27T12:10:22.087Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-27T12:10:22.087Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-27T12:10:22.087Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-27T12:10:22.087Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-27T12:10:22.087Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-27T12:10:22.088Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-27T12:10:22.088Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-27T12:10:22.088Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-05-27T12:10:22.089Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-27T12:10:22.089Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-27T12:10:22.089Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-27T12:10:22.090Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-27T12:10:22.090Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=4b79ada8-3f1c-49a9-9fb0-840068c9ea2b
2022-05-27T12:10:22.091Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-27T12:10:22.091Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template vFW ae7c271a-7cda 0 is not matching search criteria
2022-05-27T12:10:22.092Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-27T12:10:22.092Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-27T12:10:22.092Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-27T12:10:22.093Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-27T12:10:22.093Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-27T12:10:22.094Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-27T12:10:22.094Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-27T12:10:22.094Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-27T12:10:22.094Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-27T12:10:22.094Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-27T12:10:22.095Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-27T12:10:22.095Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-05-27T12:10:22.095Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=31659afc-d439-4932-a66d-ee361a4f4fd9
2022-05-27T12:10:22.095Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-27T12:10:22.096Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-05-27 12-03-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-27T12:10:22.096Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-27T12:10:22.096Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-05-27 12-03-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-27T12:10:22.096Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-27T12:10:22.097Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-05-27 12-03-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-27T12:10:22.097Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-27T12:10:22.097Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-05-27 12-03-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-27T12:10:22.098Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-05-27 12-03-06
Description:catalog service description
Model UUID:d08b10fe-f6b0-4365-9279-73964c7de905
Model Version:NULL
Model InvariantUuid:ac2488d8-85c0-4eef-bc29-2577e9c7d854
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW ae7c271a-7cda
Model UUID:1d10165c-0879-4802-b789-16ffd297ca45
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:801e1897-6ca6-4185-9a41-207e66c9a7c7
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:51b82dcc-9592-41a5-abaf-dba3fb014194
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:b88c0dc3-31e6-4e4b-9778-bbf5b81ef6d0
ModelName:VfwAe7c271a7cda..base_vfw..module-0
ModelUuid:f4f62f9f-11b8-4a99-8dae-ca627b5ec52d
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:c72394b4-78f9-42c6-9f25-224462c662e7
ModelInvariantUuid:a46d2a2b-3c6c-4e04-b838-32aedae9a470
ModelName:vFW ae7c271a-7cda-nodes.vfwCvfc
ModelUuid:da9f7298-a3fc-449e-818b-97259abc3953
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:56f6085d-4743-40cf-9ac1-61df4c7f9310
ModelInvariantUuid:1f327515-3b86-42bb-9f72-ea0be11af2e2
ModelName:VfwAe7c271a7cda.compute.nodes.heat.vfw
ModelUuid:16dfa95d-4ae4-4993-94b5-0776e5286371
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:4b79ada8-3f1c-49a9-9fb0-840068c9ea2b
ModelInvariantUuid:8520a150-5bb2-4fc8-86ea-8ee78863d6ba
ModelName:vFW ae7c271a-7cda-nodes.vsnCvfc
ModelUuid:de909be5-44e0-4463-975a-36e7a29491a3
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:b763a3d5-d213-4851-ab41-07d36e04dc93
ModelInvariantUuid:e197fb3b-5a9f-45c7-b1b7-c62575d65d95
ModelName:VfwAe7c271a7cda.compute.nodes.heat.vsn
ModelUuid:a46b3056-8100-44de-98fc-10944f3fb6f5
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:31659afc-d439-4932-a66d-ee361a4f4fd9
ModelInvariantUuid:d80ddb7c-0d74-4313-a1ce-1d1287470e8f
ModelName:vFW ae7c271a-7cda-nodes.vpgCvfc
ModelUuid:a8f7ea1c-28ae-4b5d-a566-f1a1f05dc341
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:055a3d41-3b74-479f-953c-0016253745ef
ModelInvariantUuid:59b5a7b0-f13b-43b7-9d74-9b0f23ddb141
ModelName:VfwAe7c271a7cda.compute.nodes.heat.vpg
ModelUuid:00e19e4f-858c-4d04-bec0-5d369f5ea33c
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-05-27T12:10:22.106Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 8620057d-ebde-4030-8231-7a76a807c840
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-27T12:10:22.111Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||INFO|500||vFW ae7c271a-7cda 0
2022-05-27T12:10:22.111Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 8620057d-ebde-4030-8231-7a76a807c840
2022-05-27T12:10:22.112Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 89c869b6-b528-4ddc-80f1-948d22a9a71c from URL: /sdc/v1/catalog/services/Vfw20220527120306/1.0/resourceInstances/vfwae7c271a7cda0/artifacts/vfwae7c271a7cda0_modules.json
2022-05-27T12:10:22.112Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-05-27T12:10:22.112Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220527120306/1.0/resourceInstances/vfwae7c271a7cda0/artifacts/vfwae7c271a7cda0_modules.json
2022-05-27T12:10:22.690Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-05-27T12:10:22.691Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220527120306/1.0/resourceInstances/vfwae7c271a7cda0/artifacts/vfwae7c271a7cda0_modules.json 89c869b6-b528-4ddc-80f1-948d22a9a71c 785
2022-05-27T12:10:22.692Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220527120306/1.0/resourceInstances/vfwae7c271a7cda0/artifacts/vfwae7c271a7cda0_modules.json ASDC sendASDCNotification
2022-05-27T12:10:22.692Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220527120306/1.0/resourceInstances/vfwae7c271a7cda0/artifacts/vfwae7c271a7cda0_modules.json
2022-05-27T12:10:22.692Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-27T12:10:22.693Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:10:22.696Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:10:22.696Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653653422692,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220527120306/1.0/resourceInstances/vfwae7c271a7cda0/artifacts/vfwae7c271a7cda0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-05-27T12:10:22.796Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-27T12:10:22.797Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-27T12:10:22.798Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:10:22.816Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T12:10:22.817Z||pool-27-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-05-27T12:10:23.698Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwAe7c271a7cda..base_vfw..module-0",
"vfModuleModelInvariantUUID": "b88c0dc3-31e6-4e4b-9778-bbf5b81ef6d0",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "f4f62f9f-11b8-4a99-8dae-ca627b5ec52d",
"vfModuleModelCustomizationUUID": "2f96aab7-5221-4686-92a9-c3667a873e16",
"isBase": true,
"artifacts": [
"8767dde2-25a7-4012-91ea-bdd53bb272c8",
"8e15d5f3-aef6-4c39-93d0-775ceb0a5deb"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-05-27T12:10:23.704Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwAe7c271a7cda..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f4f62f9f-11b8-4a99-8dae-ca627b5ec52d
VfModuleModelInvariantUUID:b88c0dc3-31e6-4e4b-9778-bbf5b81ef6d0
VfModuleModelDescription:NULL
Artifacts UUID List:{
8767dde2-25a7-4012-91ea-bdd53bb272c8
,
8e15d5f3-aef6-4c39-93d0-775ceb0a5deb
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-05-27T12:10:23.706Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwAe7c271a7cda..base_vfw..module-0",
"vfModuleModelInvariantUUID": "b88c0dc3-31e6-4e4b-9778-bbf5b81ef6d0",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "f4f62f9f-11b8-4a99-8dae-ca627b5ec52d",
"vfModuleModelCustomizationUUID": "2f96aab7-5221-4686-92a9-c3667a873e16",
"isBase": true,
"artifacts": [
"8767dde2-25a7-4012-91ea-bdd53bb272c8",
"8e15d5f3-aef6-4c39-93d0-775ceb0a5deb"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-05-27T12:10:23.707Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwAe7c271a7cda..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f4f62f9f-11b8-4a99-8dae-ca627b5ec52d
VfModuleModelInvariantUUID:b88c0dc3-31e6-4e4b-9778-bbf5b81ef6d0
VfModuleModelDescription:NULL
Artifacts UUID List:{
8767dde2-25a7-4012-91ea-bdd53bb272c8
,
8e15d5f3-aef6-4c39-93d0-775ceb0a5deb
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-05-27T12:10:23.707Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 8767dde2-25a7-4012-91ea-bdd53bb272c8 from URL: /sdc/v1/catalog/services/Vfw20220527120306/1.0/resourceInstances/vfwae7c271a7cda0/artifacts/base_vfw.yaml
2022-05-27T12:10:23.707Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-05-27T12:10:23.707Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220527120306/1.0/resourceInstances/vfwae7c271a7cda0/artifacts/base_vfw.yaml
2022-05-27T12:10:24.395Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-05-27T12:10:24.396Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220527120306/1.0/resourceInstances/vfwae7c271a7cda0/artifacts/base_vfw.yaml 8767dde2-25a7-4012-91ea-bdd53bb272c8 20368
2022-05-27T12:10:24.396Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220527120306/1.0/resourceInstances/vfwae7c271a7cda0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-05-27T12:10:24.397Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220527120306/1.0/resourceInstances/vfwae7c271a7cda0/artifacts/base_vfw.yaml
2022-05-27T12:10:24.397Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-27T12:10:24.397Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:10:24.399Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:10:24.399Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653653424396,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220527120306/1.0/resourceInstances/vfwae7c271a7cda0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-05-27T12:10:24.499Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-27T12:10:24.501Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-27T12:10:24.501Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:10:24.540Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T12:10:24.541Z||pool-28-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1}
2022-05-27T12:10:25.401Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 8e15d5f3-aef6-4c39-93d0-775ceb0a5deb from URL: /sdc/v1/catalog/services/Vfw20220527120306/1.0/resourceInstances/vfwae7c271a7cda0/artifacts/base_vfw.env
2022-05-27T12:10:25.401Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-05-27T12:10:25.401Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220527120306/1.0/resourceInstances/vfwae7c271a7cda0/artifacts/base_vfw.env
2022-05-27T12:10:25.998Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-05-27T12:10:25.999Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220527120306/1.0/resourceInstances/vfwae7c271a7cda0/artifacts/base_vfw.env 8e15d5f3-aef6-4c39-93d0-775ceb0a5deb 2098
2022-05-27T12:10:26.000Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220527120306/1.0/resourceInstances/vfwae7c271a7cda0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-05-27T12:10:26.000Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220527120306/1.0/resourceInstances/vfwae7c271a7cda0/artifacts/base_vfw.env
2022-05-27T12:10:26.000Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-27T12:10:26.000Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:10:26.002Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:10:26.003Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653653426000,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220527120306/1.0/resourceInstances/vfwae7c271a7cda0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-05-27T12:10:26.103Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-27T12:10:26.104Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-27T12:10:26.104Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:10:26.133Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T12:10:26.134Z||pool-29-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-05-27T12:10:27.003Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: d08b10fe-f6b0-4365-9279-73964c7de905
2022-05-27T12:10:27.004Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW ae7c271a-7cda 0 8620057d-ebde-4030-8231-7a76a807c840 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-27T12:10:27.023Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1680c508, org.onap.sdc.toscaparser.api.parameters.Input@3c531fdf, org.onap.sdc.toscaparser.api.parameters.Input@2ad6078a, org.onap.sdc.toscaparser.api.parameters.Input@4b5aff1a, org.onap.sdc.toscaparser.api.parameters.Input@5b62dbfc]
2022-05-27T12:10:27.025Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-27T12:10:27.025Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-05-27 12-03-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-27T12:10:27.025Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic
2022-05-27T12:10:27.025Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 51b82dcc-9592-41a5-abaf-dba3fb014194
2022-05-27T12:10:27.026Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 51b82dcc-9592-41a5-abaf-dba3fb014194 matches Tosca VF Customization UUID: 51b82dcc-9592-41a5-abaf-dba3fb014194
2022-05-27T12:10:27.026Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 51b82dcc-9592-41a5-abaf-dba3fb014194 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-05-27T12:10:27.029Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-27T12:10:27.029Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-05-27 12-03-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-27T12:10:27.030Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 51b82dcc-9592-41a5-abaf-dba3fb014194: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-05-27T12:10:27.030Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7925b91e
2022-05-27T12:10:27.030Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-27T12:10:27.030Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-05-27 12-03-06 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-27T12:10:27.030Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 2f96aab7-5221-4686-92a9-c3667a873e16
2022-05-27T12:10:27.031Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 2f96aab7-5221-4686-92a9-c3667a873e16
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-05-27T12:10:27.033Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-27T12:10:27.034Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template vFW ae7c271a-7cda 0 is matching search criteria
2022-05-27T12:10:27.034Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW ae7c271a-7cda 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-27T12:10:27.034Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-27T12:10:27.034Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template vFW ae7c271a-7cda 0 is matching search criteria
2022-05-27T12:10:27.035Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW ae7c271a-7cda 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-27T12:10:27.035Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-27T12:10:27.035Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template vFW ae7c271a-7cda 0 is not matching search criteria
2022-05-27T12:10:27.035Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-27T12:10:27.035Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-05-27T12:10:27.035Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-27T12:10:27.036Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-27T12:10:27.036Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-27T12:10:27.036Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-27T12:10:27.036Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-27T12:10:27.036Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-27T12:10:27.037Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-27T12:10:27.037Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-27T12:10:27.037Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-27T12:10:27.037Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=c72394b4-78f9-42c6-9f25-224462c662e7
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-05-27T12:10:27.044Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-27T12:10:27.044Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template vFW ae7c271a-7cda 0 is matching search criteria
2022-05-27T12:10:27.045Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW ae7c271a-7cda 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-27T12:10:27.045Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-27T12:10:27.045Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template vFW ae7c271a-7cda 0 is not matching search criteria
2022-05-27T12:10:27.045Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-27T12:10:27.046Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-27T12:10:27.046Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-27T12:10:27.046Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-27T12:10:27.046Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-27T12:10:27.046Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-27T12:10:27.046Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-27T12:10:27.047Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-05-27T12:10:27.047Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-27T12:10:27.047Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-27T12:10:27.047Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-27T12:10:27.047Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-27T12:10:27.047Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=4b79ada8-3f1c-49a9-9fb0-840068c9ea2b
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-05-27T12:10:27.049Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-27T12:10:27.049Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template vFW ae7c271a-7cda 0 is matching search criteria
2022-05-27T12:10:27.050Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW ae7c271a-7cda 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-27T12:10:27.053Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-27T12:10:27.053Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template vFW ae7c271a-7cda 0 is not matching search criteria
2022-05-27T12:10:27.053Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-27T12:10:27.053Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-27T12:10:27.054Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-27T12:10:27.054Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-27T12:10:27.054Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-27T12:10:27.054Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-27T12:10:27.054Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-27T12:10:27.054Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-27T12:10:27.055Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-27T12:10:27.055Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-27T12:10:27.055Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-27T12:10:27.055Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-05-27T12:10:27.055Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=31659afc-d439-4932-a66d-ee361a4f4fd9
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-05-27T12:10:27.057Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-27T12:10:27.057Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template vFW ae7c271a-7cda 0 is matching search criteria
2022-05-27T12:10:27.057Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW ae7c271a-7cda 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-27T12:10:27.058Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-27T12:10:27.058Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template vFW ae7c271a-7cda 0 is matching search criteria
2022-05-27T12:10:27.058Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW ae7c271a-7cda 0] matching following query criteria: sdcType=VF, customizationUUID=51b82dcc-9592-41a5-abaf-dba3fb014194
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-27T12:10:27.059Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-27T12:10:27.060Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-05-27 12-03-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-27T12:10:27.060Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid d08b10fe-f6b0-4365-9279-73964c7de905: vFW ae7c271a-7cda
2022-05-27T12:10:27.060Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-27T12:10:27.060Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-05-27 12-03-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-27T12:10:27.060Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-27T12:10:27.061Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-05-27 12-03-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-27T12:10:27.061Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-27T12:10:27.061Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-05-27 12-03-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-27T12:10:27.061Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-27T12:10:27.061Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-05-27 12-03-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-27T12:10:27.061Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-27T12:10:27.062Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-05-27 12-03-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-27T12:10:27.062Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||INFO|500||Saving Service: vFW 2022-05-27 12-03-06
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-27T12:10:27.249Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW ae7c271a-7cda 8620057d-ebde-4030-8231-7a76a807c840 1 ASDC deployResourceStructure
2022-05-27T12:10:27.250Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220527120306/1.0/resourceInstances/vfwae7c271a7cda0/artifacts/vfwae7c271a7cda0_modules.json ASDC sendASDCNotification
2022-05-27T12:10:27.251Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220527120306/1.0/resourceInstances/vfwae7c271a7cda0/artifacts/vfwae7c271a7cda0_modules.json
2022-05-27T12:10:27.251Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-27T12:10:27.252Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:10:27.255Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:10:27.255Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653653427250,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220527120306/1.0/resourceInstances/vfwae7c271a7cda0/artifacts/vfwae7c271a7cda0_modules.json",
"status": "DEPLOY_OK"
}
2022-05-27T12:10:27.355Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-27T12:10:27.356Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-27T12:10:27.356Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:10:27.373Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T12:10:27.374Z||pool-30-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-05-27T12:10:28.258Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220527120306/1.0/resourceInstances/vfwae7c271a7cda0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-05-27T12:10:28.259Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220527120306/1.0/resourceInstances/vfwae7c271a7cda0/artifacts/base_vfw.yaml
2022-05-27T12:10:28.259Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-27T12:10:28.259Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:10:28.261Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:10:28.261Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653653428255,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220527120306/1.0/resourceInstances/vfwae7c271a7cda0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-05-27T12:10:28.362Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-27T12:10:28.363Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-27T12:10:28.364Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:10:28.384Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T12:10:28.385Z||pool-31-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-05-27T12:10:29.263Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220527120306/1.0/resourceInstances/vfwae7c271a7cda0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-05-27T12:10:29.263Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220527120306/1.0/resourceInstances/vfwae7c271a7cda0/artifacts/base_vfw.env
2022-05-27T12:10:29.263Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-27T12:10:29.264Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:10:29.267Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:10:29.267Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653653429263,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220527120306/1.0/resourceInstances/vfwae7c271a7cda0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-05-27T12:10:29.367Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-27T12:10:29.368Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-27T12:10:29.368Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:10:29.389Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T12:10:29.390Z||pool-32-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-05-27T12:10:30.268Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220527120306/1.0/artifacts/service-Vfw20220527120306-csar.csar ASDC sendASDCNotification
2022-05-27T12:10:30.269Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220527120306/1.0/artifacts/service-Vfw20220527120306-csar.csar
2022-05-27T12:10:30.269Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-27T12:10:30.270Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:10:30.273Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:10:30.274Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653653430268,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220527120306/1.0/artifacts/service-Vfw20220527120306-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-27T12:10:30.373Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-27T12:10:30.374Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-27T12:10:30.374Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:10:30.395Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T12:10:30.396Z||pool-33-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-05-27T12:10:31.274Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-27T12:10:31.296Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-27T12:10:31.305Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-27T12:10:31.305Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-27T12:10:31.305Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-27T12:10:31.305Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-27T12:10:31.306Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-27T12:10:31.306Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-27T12:10:31.306Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-27T12:10:31.306Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-27T12:10:31.307Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-27T12:10:31.307Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-27T12:10:31.307Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-27T12:10:31.314Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-27T12:10:45.419Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T12:10:45.420Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T12:10:45.420Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T12:10:46.074Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T12:10:46.075Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:10:46.076Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653653405486,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-27T12:10:46.076Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:10:46.076Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:10:46.077Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653653406507,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220527120306/1.0/resourceInstances/vfwae7c271a7cda0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-27T12:10:46.077Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-27T12:10:46.077Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:10:46.077Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653653406507,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220527120306/1.0/resourceInstances/vfwae7c271a7cda0/artifacts/vfwae7c271a7cda0_modules.json",
"status": "NOTIFIED"
}
2022-05-27T12:10:46.077Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-27T12:10:46.077Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:10:46.077Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653653406507,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220527120306/1.0/resourceInstances/vfwae7c271a7cda0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-05-27T12:10:46.078Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-27T12:10:46.078Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:10:46.078Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653653406507,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220527120306/1.0/resourceInstances/vfwae7c271a7cda0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-27T12:10:46.078Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-27T12:10:46.078Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:10:46.078Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653653406507,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220527120306/1.0/resourceInstances/vfwae7c271a7cda0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-05-27T12:10:46.078Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-27T12:10:46.079Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:10:46.079Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653653406507,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220527120306/1.0/artifacts/service-Vfw20220527120306-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-27T12:10:46.079Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-27T12:10:46.079Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:10:46.079Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653653406507,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220527120306/1.0/artifacts/service-Vfw20220527120306-csar.csar",
"status": "NOTIFIED"
}
2022-05-27T12:10:46.079Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-27T12:10:46.079Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:10:46.080Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653653418478,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220527120306/1.0/artifacts/service-Vfw20220527120306-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-27T12:10:46.080Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:10:46.080Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:10:46.080Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653653422692,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220527120306/1.0/resourceInstances/vfwae7c271a7cda0/artifacts/vfwae7c271a7cda0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-05-27T12:10:46.080Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:10:46.080Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:10:46.080Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653653424396,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220527120306/1.0/resourceInstances/vfwae7c271a7cda0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-05-27T12:10:46.080Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:10:46.080Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:10:46.081Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653653426000,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220527120306/1.0/resourceInstances/vfwae7c271a7cda0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-05-27T12:10:46.082Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:10:46.082Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:10:46.083Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653653427250,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220527120306/1.0/resourceInstances/vfwae7c271a7cda0/artifacts/vfwae7c271a7cda0_modules.json",
"status": "DEPLOY_OK"
}
2022-05-27T12:10:46.083Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:10:46.084Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:10:46.084Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653653428255,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220527120306/1.0/resourceInstances/vfwae7c271a7cda0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-05-27T12:10:46.084Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:10:46.085Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:10:46.085Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653653429263,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220527120306/1.0/resourceInstances/vfwae7c271a7cda0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-05-27T12:10:46.086Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:10:46.086Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:10:46.087Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653653430268,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220527120306/1.0/artifacts/service-Vfw20220527120306-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-27T12:10:46.087Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:11:01.317Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-05-27T12:11:01.331Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7 and serviceModelVersionId: d08b10fe-f6b0-4365-9279-73964c7de905
2022-05-27T12:11:01.331Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ac2488d8-85c0-4eef-bc29-2577e9c7d854
2022-05-27T12:11:01.333Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ac2488d8-85c0-4eef-bc29-2577e9c7d854/model-vers/model-ver/d08b10fe-f6b0-4365-9279-73964c7de905?depth=0
2022-05-27T12:11:01.339Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-05-27T12:11:01.438Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ac2488d8-85c0-4eef-bc29-2577e9c7d854/model-vers/model-ver/d08b10fe-f6b0-4365-9279-73964c7de905?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-05-27T12:11:01.440Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ac2488d8-85c0-4eef-bc29-2577e9c7d854/model-vers/model-ver/d08b10fe-f6b0-4365-9279-73964c7de905?depth=0|INFO|500||Invoke
2022-05-27T12:11:01.477Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ac2488d8-85c0-4eef-bc29-2577e9c7d854/model-vers/model-ver/d08b10fe-f6b0-4365-9279-73964c7de905?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-05-27T12:11:02.100Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ac2488d8-85c0-4eef-bc29-2577e9c7d854/model-vers/model-ver/d08b10fe-f6b0-4365-9279-73964c7de905?depth=0|INFO|500||InvokeReturn
2022-05-27T12:11:02.102Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ac2488d8-85c0-4eef-bc29-2577e9c7d854/model-vers/model-ver/d08b10fe-f6b0-4365-9279-73964c7de905?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220527-12:11:01:489-69460], vertex-id=[356488], Content-Length=[0], Date=[Fri, 27 May 2022 12:11:01 GMT], Content-Type=[application/json]}
2022-05-27T12:11:02.103Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2022-05-27T12:11:02.104Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-27T12:11:02.104Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-27T12:11:02.109Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-05-27T12:11:02.110Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-27T12:11:02.110Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-27T12:11:02.110Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:11:02.113Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:11:02.113Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653653462110,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-27T12:11:02.213Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-27T12:11:02.214Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-27T12:11:02.214Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:11:02.255Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T12:11:02.256Z||pool-34-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-27T12:11:03.132Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T12:11:03.133Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|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-05-27T12:11:03.133Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|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 zqgwdRP6YmSVoI5P) ...
2022-05-27T12:11:12.727Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T12:11:12.728Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T12:11:12.728Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|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-05-27T12:11:12.729Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|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 zqgwdRP6YmSVoI5P) ...
2022-05-27T12:11:22.291Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T12:11:22.293Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T12:11:22.296Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|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-05-27T12:11:22.297Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|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 zqgwdRP6YmSVoI5P) ...
2022-05-27T12:11:31.929Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T12:11:31.930Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T12:11:31.931Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|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-05-27T12:11:31.931Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|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 zqgwdRP6YmSVoI5P) ...
2022-05-27T12:11:41.505Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T12:11:45.412Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T12:11:45.413Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|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-05-27T12:11:45.413Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|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 zqgwdRP6YmSVoI5P) ...
2022-05-27T12:11:45.419Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T12:11:45.420Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T12:11:45.421Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T12:11:46.081Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T12:11:46.081Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-27T12:11:46.082Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653653462110,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-27T12:11:46.083Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:11:54.983Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T12:12:45.412Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T12:12:45.413Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|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-05-27T12:12:45.413Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|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 zqgwdRP6YmSVoI5P) ...
2022-05-27T12:12:45.419Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T12:12:45.420Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T12:12:45.420Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T12:12:55.011Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T12:12:55.015Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T12:13:45.412Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T12:13:45.413Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|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-05-27T12:13:45.413Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|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 zqgwdRP6YmSVoI5P) ...
2022-05-27T12:13:45.419Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T12:13:45.420Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T12:13:45.421Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T12:13:55.039Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T12:13:55.046Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T12:14:45.412Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T12:14:45.413Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|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-05-27T12:14:45.413Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|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 zqgwdRP6YmSVoI5P) ...
2022-05-27T12:14:45.419Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T12:14:45.420Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T12:14:45.420Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T12:14:55.005Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T12:14:55.013Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T12:15:45.412Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T12:15:45.413Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|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-05-27T12:15:45.413Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|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 zqgwdRP6YmSVoI5P) ...
2022-05-27T12:15:45.419Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T12:15:45.420Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T12:15:45.420Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:15:54.985Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T12:15:54.993Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T12:16:45.412Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T12:16:45.413Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|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-05-27T12:16:45.413Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|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 zqgwdRP6YmSVoI5P) ...
2022-05-27T12:16:45.419Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T12:16:45.420Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T12:16:45.420Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T12:16:55.000Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T12:16:55.006Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T12:17:45.412Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T12:17:45.413Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|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-05-27T12:17:45.413Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|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 zqgwdRP6YmSVoI5P) ...
2022-05-27T12:17:45.419Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T12:17:45.420Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T12:17:45.420Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T12:17:55.012Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T12:17:55.012Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T12:18:45.412Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T12:18:45.413Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|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-05-27T12:18:45.413Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|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 zqgwdRP6YmSVoI5P) ...
2022-05-27T12:18:45.419Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T12:18:45.420Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T12:18:45.420Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|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 zqgwdRP6YmSVoI5P) ...
2022-05-27T12:18:55.055Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T12:18:55.055Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T12:19:45.412Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T12:19:45.413Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|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-05-27T12:19:45.413Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|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 zqgwdRP6YmSVoI5P) ...
2022-05-27T12:19:45.419Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T12:19:45.420Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T12:19:45.421Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T12:19:46.093Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T12:19:46.094Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-27T12:19:46.094Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"16501053-f4e0-4907-aa78-56e0ae6c79c0","serviceDescription":"service","serviceInvariantUUID":"75c9c007-5266-4604-b2fc-82acd31d8030","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"5665a58b-08ec-4bc5-b14a-bc5cae664b01","resourceInvariantUUID":"4c59fd92-c8ca-4ad1-9ac3-75d6ea6cabce","resourceCustomizationUUID":"429f5e52-a8cd-4e50-b3ba-5688c0d9ad36","category":"Generic","subcategory":"Network Elements","artifacts":[]}],"serviceArtifacts":[{"artifactName":"service-BasicNetwork-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml","artifactChecksum":"ODNlMjJhMzFlODA0M2RkOGYwZWJiMWFmY2UyZWE3N2Q\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"989b7bc6-3b00-4196-9098-483bfc39d497","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"OWZhZGIyMjk4ODI3MmJmYTllOTc3NDgwY2ViMjAzNzI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"75a02a46-e8ec-4633-b11b-719565de0e06","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-27T12:19:46.099Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-27T12:19:46.100Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:19:46.122Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:19:46.122Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653653985412,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-27T12:19:46.138Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T12:19:46.140Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:19:46.140Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a",
"consumerID": "ves-openapi-manager",
"timestamp": 1653653951792,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-27T12:19:46.141Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-27T12:19:46.141Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:19:46.142Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a",
"consumerID": "policy-id",
"timestamp": 1653653956558,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-27T12:19:46.142Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-27T12:19:46.142Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:19:46.143Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a",
"consumerID": "ves-openapi-manager",
"timestamp": 1653653951792,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-05-27T12:19:46.143Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-27T12:19:46.143Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:19:46.143Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653653957752,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-27T12:19:46.144Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-27T12:19:46.144Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:19:46.144Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a",
"consumerID": "policy-id",
"timestamp": 1653653956558,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-05-27T12:19:46.145Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-27T12:19:46.145Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:19:46.146Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653653957752,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-05-27T12:19:46.146Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-27T12:19:46.146Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:19:46.147Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a",
"consumerID": "cds",
"timestamp": 1653653959779,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-27T12:19:46.148Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-27T12:19:46.148Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:19:46.148Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a",
"consumerID": "policy-id",
"timestamp": 1653653962122,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-27T12:19:46.149Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:19:46.149Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:19:46.150Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653653960835,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-27T12:19:46.150Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:19:46.151Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:19:46.151Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a",
"consumerID": "cds",
"timestamp": 1653653959779,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-05-27T12:19:46.152Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-27T12:19:46.152Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:19:46.153Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a",
"consumerID": "policy-id",
"timestamp": 1653653963129,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-27T12:19:46.153Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:19:46.153Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:19:46.154Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a",
"consumerID": "cds",
"timestamp": 1653653963146,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-27T12:19:46.154Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:19:46.155Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:19:46.155Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a",
"consumerID": "policy-id",
"timestamp": 1653653964135,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-27T12:19:46.197Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a
2022-05-27T12:19:46.198Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a 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=?
2022-05-27T12:19:46.204Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 81 ms
2022-05-27T12:19:46.205Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-27T12:19:46.205Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-27T12:19:46.213Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:19:46.214Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653653963069,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-27T12:19:46.215Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:19:46.215Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:19:46.215Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a",
"consumerID": "cds",
"timestamp": 1653653964159,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-27T12:19:46.223Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a
2022-05-27T12:19:46.223Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-27T12:19:46.238Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:19:46.238Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653653964076,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-27T12:19:46.248Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a
2022-05-27T12:19:46.250Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a and ComponentName SDNC
2022-05-27T12:19:46.251Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T12:19:46.251Z||pool-35-thread-1|||||INFO|500||cambria reply ok (47 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-27T12:19:46.261Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:19:46.262Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653653965168,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-27T12:19:46.262Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-27T12:19:46.262Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:19:46.263Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653653965168,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-05-27T12:19:46.263Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-27T12:19:46.263Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:19:46.263Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a",
"consumerID": "aai-ml",
"timestamp": 1653653973299,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-27T12:19:46.264Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-27T12:19:46.264Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:19:46.264Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a",
"consumerID": "aai-ml",
"timestamp": 1653653973299,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-05-27T12:19:46.265Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-27T12:19:46.265Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:19:46.265Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a",
"consumerID": "clamp",
"timestamp": 1653653974447,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-27T12:19:46.265Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-27T12:19:46.265Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:19:46.266Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a",
"consumerID": "clamp",
"timestamp": 1653653974447,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-05-27T12:19:46.266Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-27T12:19:46.266Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:19:46.266Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a",
"consumerID": "aai-ml",
"timestamp": 1653653977157,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-27T12:19:46.267Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:19:47.123Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-27T12:19:47.125Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:19:47.127Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:19:47.127Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653653985412,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-05-27T12:19:47.227Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-27T12:19:47.228Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-27T12:19:47.228Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:19:47.258Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T12:19:47.259Z||pool-36-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":1,"count":1}
2022-05-27T12:19:48.128Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "16501053-f4e0-4907-aa78-56e0ae6c79c0",
"serviceDescription": "service",
"serviceInvariantUUID": "75c9c007-5266-4604-b2fc-82acd31d8030",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "429f5e52-a8cd-4e50-b3ba-5688c0d9ad36",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "5665a58b-08ec-4bc5-b14a-bc5cae664b01",
"resourceInvariantUUID": "4c59fd92-c8ca-4ad1-9ac3-75d6ea6cabce",
"category": "Generic",
"subcategory": "Network Elements",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicNetwork-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"artifactChecksum": "OWZhZGIyMjk4ODI3MmJmYTllOTc3NDgwY2ViMjAzNzI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "75a02a46-e8ec-4633-b11b-719565de0e06"
}
],
"workloadContext": "Production"
}
2022-05-27T12:19:48.128Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-27T12:19:48.128Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 16501053-f4e0-4907-aa78-56e0ae6c79c0 ASDC
2022-05-27T12:19:48.129Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:16501053-f4e0-4907-aa78-56e0ae6c79c0
ServiceInvariantUUID:75c9c007-5266-4604-b2fc-82acd31d8030
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicNetwork-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
ArtifactUUID:75a02a46-e8ec-4633-b11b-719565de0e06
ArtifactChecksum:OWZhZGIyMjk4ODI3MmJmYTllOTc3NDgwY2ViMjAzNzI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:429f5e52-a8cd-4e50-b3ba-5688c0d9ad36
ResourceInvariantUUID:4c59fd92-c8ca-4ad1-9ac3-75d6ea6cabce
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:5665a58b-08ec-4bc5-b14a-bc5cae664b01
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-05-27T12:19:48.129Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 16501053-f4e0-4907-aa78-56e0ae6c79c0 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-27T12:19:48.156Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-27T12:19:48.157Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-05-27T12:19:48.157Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-05-27T12:19:48.157Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 75a02a46-e8ec-4633-b11b-719565de0e06 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-05-27T12:19:48.157Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-05-27T12:19:48.158Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-05-27T12:19:48.453Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-05-27T12:19:48.457Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 75a02a46-e8ec-4633-b11b-719565de0e06 52510
2022-05-27T12:19:48.458Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-05-27T12:19:48.458Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-05-27T12:19:48.459Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-27T12:19:48.460Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:19:48.462Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:19:48.463Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653653988458,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-27T12:19:48.566Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-05-27T12:19:48.567Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-27T12:19:48.568Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:19:48.592Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T12:19:48.593Z||pool-37-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-05-27T12:19:49.463Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-27T12:19:49.464Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-05-27T12:19:49.466Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 75a02a46-e8ec-4633-b11b-719565de0e06, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-27T12:19:49.466Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-05-27T12:19:49.467Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-27T12:19:49.467Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-27T12:19:49.608Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9726769925711025162/Definitions/service-BasicNetwork-template.yml
2022-05-27T12:19:50.083Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-27T12:19:50.083Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-05-27T12:19:50.083Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-27T12:19:50.083Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-05-27T12:19:50.083Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-27T12:19:50.084Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-27T12:19:50.084Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-27T12:19:50.084Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-27T12:19:50.084Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-27T12:19:50.084Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-27T12:19:50.084Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-27T12:19:50.084Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-27T12:19:50.084Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-05-27T12:19:50.084Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-27T12:19:50.084Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-27T12:19:50.085Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-05-27T12:19:50.085Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-05-27T12:19:50.085Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-27T12:19:50.085Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-27T12:19:50.085Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-27T12:19:50.086Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-05-27T12:19:50.086Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-05-27T12:19:50.086Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-27T12:19:50.086Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-27T12:19:50.086Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-27T12:19:50.087Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-27T12:19:50.087Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-27T12:19:50.087Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-27T12:19:50.087Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-27T12:19:50.088Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-27T12:19:50.088Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-27T12:19:50.088Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-27T12:19:50.088Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-27T12:19:50.088Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:16501053-f4e0-4907-aa78-56e0ae6c79c0
Model Version:NULL
Model InvariantUuid:75c9c007-5266-4604-b2fc-82acd31d8030
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:4c59fd92-c8ca-4ad1-9ac3-75d6ea6cabce
Model UUID:f4d2d061-9676-4d78-b468-2da0df3130b8
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:429f5e52-a8cd-4e50-b3ba-5688c0d9ad36
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-05-27T12:19:50.094Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||INFO|500||Processing Resource Type: VL, Model UUID: 5665a58b-08ec-4bc5-b14a-bc5cae664b01
2022-05-27T12:19:50.094Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||INFO|500||No resources found for Service: 16501053-f4e0-4907-aa78-56e0ae6c79c0
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-27T12:19:50.099Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||INFO|500||
2022-05-27T12:19:50.099Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-05-27T12:19:50.100Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||No resources found for Service: 16501053-f4e0-4907-aa78-56e0ae6c79c0
2022-05-27T12:19:50.100Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 16501053-f4e0-4907-aa78-56e0ae6c79c0
2022-05-27T12:19:50.101Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-05-27T12:19:50.101Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-27T12:19:50.107Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7ab11e5f, org.onap.sdc.toscaparser.api.parameters.Input@4f482b2e, org.onap.sdc.toscaparser.api.parameters.Input@38c6fbfb, org.onap.sdc.toscaparser.api.parameters.Input@334f472e, org.onap.sdc.toscaparser.api.parameters.Input@41fee4fe]
2022-05-27T12:19:50.109Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-27T12:19:50.109Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-27T12:19:50.109Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-27T12:19:50.110Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-27T12:19:50.110Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 16501053-f4e0-4907-aa78-56e0ae6c79c0: Generic NeutronNet
2022-05-27T12:19:50.110Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-27T12:19:50.110Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-27T12:19:50.111Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-27T12:19:50.111Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-05-27T12:19:50.155Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-27T12:19:50.156Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-27T12:19:50.156Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-27T12:19:50.156Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-27T12:19:50.156Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-27T12:19:50.157Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-27T12:19:50.157Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||INFO|500||Saving Service: basic_network
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-05-27T12:19:50.223Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2022-05-27T12:19:50.224Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-05-27T12:19:50.224Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-05-27T12:19:50.225Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-27T12:19:50.225Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:19:50.228Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:19:50.228Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653653990224,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-27T12:19:50.328Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-27T12:19:50.329Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-27T12:19:50.329Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:19:50.349Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T12:19:50.350Z||pool-38-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-05-27T12:19:51.228Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-27T12:19:51.241Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-27T12:19:51.244Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-27T12:19:51.245Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-27T12:19:51.245Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-27T12:20:21.245Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-27T12:20:21.256Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-27T12:20:21.260Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-27T12:20:21.260Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-27T12:20:21.260Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-27T12:20:45.419Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T12:20:45.420Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T12:20:45.420Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T12:20:45.599Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T12:20:45.599Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:20:45.599Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653653985412,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-27T12:20:45.601Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-27T12:20:51.261Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-27T12:20:51.279Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-27T12:20:51.287Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-27T12:20:51.287Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-27T12:20:51.288Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-27T12:21:21.290Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-27T12:21:21.306Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-27T12:21:21.311Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-27T12:21:21.312Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-27T12:21:21.312Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-27T12:21:45.420Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T12:21:45.422Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-27T12:21:45.423Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T12:21:45.496Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T12:21:45.498Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:21:45.498Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a",
"consumerID": "aai-ml",
"timestamp": 1653653984872,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-27T12:21:45.500Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:21:45.500Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:21:45.500Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653653985412,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-05-27T12:21:45.501Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-27T12:21:45.501Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:21:45.501Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a",
"consumerID": "aai-ml",
"timestamp": 1653653985877,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-27T12:21:45.518Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a
2022-05-27T12:21:45.520Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-27T12:21:45.533Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:21:45.534Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a",
"consumerID": "clamp",
"timestamp": 1653653987020,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-27T12:21:45.535Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:21:45.535Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:21:45.535Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653653988458,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-27T12:21:45.536Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:21:45.536Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:21:45.536Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653653990224,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-27T12:21:45.537Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:21:45.537Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:21:45.537Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a",
"consumerID": "clamp",
"timestamp": 1653653990029,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-27T12:21:45.538Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:21:45.538Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:21:45.538Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a",
"consumerID": "clamp",
"timestamp": 1653653991036,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-27T12:21:45.559Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a
2022-05-27T12:21:45.559Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-27T12:21:51.312Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-27T12:21:51.329Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-27T12:21:51.333Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-27T12:21:51.333Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-27T12:21:51.333Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-27T12:21:51.333Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-27T12:21:51.333Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-27T12:21:51.333Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-27T12:21:51.333Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-27T12:21:51.333Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-27T12:21:51.333Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-27T12:21:51.333Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-27T12:21:51.333Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-27T12:21:51.339Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-27T12:22:21.340Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-05-27T12:22:21.349Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a and serviceModelVersionId: 16501053-f4e0-4907-aa78-56e0ae6c79c0
2022-05-27T12:22:21.350Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 75c9c007-5266-4604-b2fc-82acd31d8030
2022-05-27T12:22:21.352Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/75c9c007-5266-4604-b2fc-82acd31d8030/model-vers/model-ver/16501053-f4e0-4907-aa78-56e0ae6c79c0?depth=0
2022-05-27T12:22:21.382Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-05-27T12:22:21.461Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75c9c007-5266-4604-b2fc-82acd31d8030/model-vers/model-ver/16501053-f4e0-4907-aa78-56e0ae6c79c0?depth=0|INFO|500||Invoke
2022-05-27T12:22:21.462Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75c9c007-5266-4604-b2fc-82acd31d8030/model-vers/model-ver/16501053-f4e0-4907-aa78-56e0ae6c79c0?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75c9c007-5266-4604-b2fc-82acd31d8030/model-vers/model-ver/16501053-f4e0-4907-aa78-56e0ae6c79c0?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[5123eed5-ab5c-477b-94aa-8a92a623c2b0], X-ECOMP-RequestID=[f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a], X-TransactionId=[], X-ONAP-RequestID=[f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a], Content-Type=[application/merge-patch+json]}
2022-05-27T12:22:21.489Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75c9c007-5266-4604-b2fc-82acd31d8030/model-vers/model-ver/16501053-f4e0-4907-aa78-56e0ae6c79c0?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-05-27T12:22:22.071Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75c9c007-5266-4604-b2fc-82acd31d8030/model-vers/model-ver/16501053-f4e0-4907-aa78-56e0ae6c79c0?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/75c9c007-5266-4604-b2fc-82acd31d8030/model-vers/model-ver/16501053-f4e0-4907-aa78-56e0ae6c79c0?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220527-12:22:21:498-87054], vertex-id=[372872], Content-Length=[0], Date=[Fri, 27 May 2022 12:22:21 GMT], Content-Type=[application/json]}
2022-05-27T12:22:22.072Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75c9c007-5266-4604-b2fc-82acd31d8030/model-vers/model-ver/16501053-f4e0-4907-aa78-56e0ae6c79c0?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-05-27T12:22:22.074Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75c9c007-5266-4604-b2fc-82acd31d8030/model-vers/model-ver/16501053-f4e0-4907-aa78-56e0ae6c79c0?depth=0|INFO|500||InvokeReturn
2022-05-27T12:22:22.074Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-27T12:22:22.076Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-27T12:22:22.090Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-05-27T12:22:22.091Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-27T12:22:22.091Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-27T12:22:22.092Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:22:22.097Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:22:22.097Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653654142091,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-27T12:22:22.198Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-27T12:22:22.199Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-27T12:22:22.200Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:22:22.243Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T12:22:22.243Z||pool-39-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-27T12:22:23.111Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T12:22:23.112Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|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-05-27T12:22:23.112Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|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 zqgwdRP6YmSVoI5P) ...
2022-05-27T12:22:27.707Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T12:22:27.709Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-27T12:22:27.709Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"6bc284dc-3392-4628-a2b2-2fda45cf3bb6","serviceName":"Demo_pNF_kuaSuftVzEiGBdyQCps2","serviceVersion":"1.0","serviceUUID":"56fdfd3d-c70c-41a4-a02b-a820010193f3","serviceDescription":"catalog service description","serviceInvariantUUID":"24e3e73a-3507-41a3-86a7-b40fe9eb0355","resources":[{"resourceInstanceName":"pNF 386b61f4-66d1 0","resourceName":"pNF 386b61f4-66d1","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"b3e27beb-9cb7-4469-8488-87f39cb61af2","resourceInvariantUUID":"358673c4-bf53-4852-8623-82bf7e757e18","resourceCustomizationUUID":"712527f7-0b04-4260-a3f8-cd8ba803a4e8","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKuasuftvzeigbdyqcps2/1.0/resourceInstances/pnf386b61f466d10/artifacts/vf-license-model.xml","artifactChecksum":"ZjZhYTNmOWVlN2NlMTgxNTgzNjIyMTM4ZWY3MTUzYTY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"45760340-9803-4fe3-83dc-9f02b45ee046","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKuasuftvzeigbdyqcps2/1.0/resourceInstances/pnf386b61f466d10/artifacts/pNF.csar","artifactChecksum":"MDIyMjk1OGEzMGI0M2Q0OTk3ZGRiMzQzZjhmNWFmZTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"443952ae-cf22-43fc-929c-da5456bbae9f","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKuasuftvzeigbdyqcps2/1.0/resourceInstances/pnf386b61f466d10/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"dcb7d9dc-a8e7-4c3d-9385-bf95dcf896fe","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKuasuftvzeigbdyqcps2/1.0/resourceInstances/pnf386b61f466d10/artifacts/vendor-license-model.xml","artifactChecksum":"OTgyMzEzNmQ2NTY3MjY2OTU1Mjk1NzU5NTliMmQ5YTU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"437f6b1f-4e58-4e00-921a-f3a142f87960","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfKuasuftvzeigbdyqcps2/1.0/resourceInstances/pnf386b61f466d10/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d6972ab4-2f08-4f9b-9c7e-7c74dbfbe4eb","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfKuasuftvzeigbdyqcps2/1.0/resourceInstances/pnf386b61f466d10/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"809c55b7-278a-4d58-aa65-6329221baf85","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfKuasuftvzeigbdyqcps2-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKuasuftvzeigbdyqcps2/1.0/artifacts/service-DemoPnfKuasuftvzeigbdyqcps2-template.yml","artifactChecksum":"NzdlZjVkYzIxOWU4NWZiNDEyMjhkZjUxMDgwZTQ0OTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c0f70aac-74bd-48f9-8366-2591a92e04e0","artifactVersion":"1"},{"artifactName":"service-DemoPnfKuasuftvzeigbdyqcps2-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfKuasuftvzeigbdyqcps2/1.0/artifacts/service-DemoPnfKuasuftvzeigbdyqcps2-csar.csar","artifactChecksum":"YTI0ZmE1YjAxMmUyY2FjMjM0MzUzMWZiYjc0NzUzNDg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"548d5017-0233-44b0-8db6-bb2390df8d3b","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-27T12:22:27.715Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-27T12:22:27.715Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:22:27.720Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:22:27.720Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "6bc284dc-3392-4628-a2b2-2fda45cf3bb6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653654143111,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfKuasuftvzeigbdyqcps2/1.0/resourceInstances/pnf386b61f466d10/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-27T12:22:27.821Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-27T12:22:27.822Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-27T12:22:27.822Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:22:27.847Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T12:22:27.847Z||pool-40-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-05-27T12:22:28.721Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-27T12:22:28.725Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:22:28.729Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:22:28.729Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "6bc284dc-3392-4628-a2b2-2fda45cf3bb6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653654143111,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfKuasuftvzeigbdyqcps2/1.0/resourceInstances/pnf386b61f466d10/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-05-27T12:22:28.829Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-27T12:22:28.830Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-27T12:22:28.830Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:22:28.851Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T12:22:28.852Z||pool-41-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-05-27T12:22:29.730Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-27T12:22:29.731Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:22:29.734Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:22:29.734Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "6bc284dc-3392-4628-a2b2-2fda45cf3bb6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653654143111,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfKuasuftvzeigbdyqcps2/1.0/resourceInstances/pnf386b61f466d10/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-05-27T12:22:29.834Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-27T12:22:29.835Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-27T12:22:29.835Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:22:29.868Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T12:22:29.869Z||pool-42-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-05-27T12:22:30.735Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-27T12:22:30.737Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:22:30.739Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:22:30.739Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "6bc284dc-3392-4628-a2b2-2fda45cf3bb6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653654143111,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfKuasuftvzeigbdyqcps2/1.0/resourceInstances/pnf386b61f466d10/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-27T12:22:30.839Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-27T12:22:30.840Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-27T12:22:30.841Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:22:30.874Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T12:22:30.875Z||pool-43-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-05-27T12:22:31.740Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-27T12:22:31.742Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:22:31.744Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:22:31.745Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "6bc284dc-3392-4628-a2b2-2fda45cf3bb6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653654143111,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfKuasuftvzeigbdyqcps2/1.0/resourceInstances/pnf386b61f466d10/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-27T12:22:31.845Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-27T12:22:31.846Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-27T12:22:31.847Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:22:31.876Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T12:22:31.876Z||pool-44-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":1,"count":1}
2022-05-27T12:22:32.746Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-27T12:22:32.747Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:22:32.749Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:22:32.749Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "6bc284dc-3392-4628-a2b2-2fda45cf3bb6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653654143111,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfKuasuftvzeigbdyqcps2/1.0/resourceInstances/pnf386b61f466d10/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-27T12:22:32.850Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-27T12:22:32.851Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-27T12:22:32.851Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:22:32.882Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T12:22:32.883Z||pool-45-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":3,"count":1}
2022-05-27T12:22:33.752Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-27T12:22:33.753Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:22:33.755Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:22:33.755Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "6bc284dc-3392-4628-a2b2-2fda45cf3bb6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653654143111,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfKuasuftvzeigbdyqcps2/1.0/artifacts/service-DemoPnfKuasuftvzeigbdyqcps2-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-27T12:22:33.856Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-27T12:22:33.857Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-27T12:22:33.857Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:22:33.885Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T12:22:33.886Z||pool-46-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-05-27T12:22:34.756Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-27T12:22:34.757Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:22:34.761Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:22:34.762Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "6bc284dc-3392-4628-a2b2-2fda45cf3bb6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653654143111,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfKuasuftvzeigbdyqcps2/1.0/artifacts/service-DemoPnfKuasuftvzeigbdyqcps2-csar.csar",
"status": "NOTIFIED"
}
2022-05-27T12:22:34.862Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-27T12:22:34.863Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-27T12:22:34.863Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:22:34.882Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T12:22:34.883Z||pool-47-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-05-27T12:22:35.765Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "6bc284dc-3392-4628-a2b2-2fda45cf3bb6",
"serviceName": "Demo_pNF_kuaSuftVzEiGBdyQCps2",
"serviceVersion": "1.0",
"serviceUUID": "56fdfd3d-c70c-41a4-a02b-a820010193f3",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "24e3e73a-3507-41a3-86a7-b40fe9eb0355",
"resources": [
{
"resourceInstanceName": "pNF 386b61f4-66d1 0",
"resourceCustomizationUUID": "712527f7-0b04-4260-a3f8-cd8ba803a4e8",
"resourceName": "pNF 386b61f4-66d1",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "b3e27beb-9cb7-4469-8488-87f39cb61af2",
"resourceInvariantUUID": "358673c4-bf53-4852-8623-82bf7e757e18",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfKuasuftvzeigbdyqcps2-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfKuasuftvzeigbdyqcps2/1.0/artifacts/service-DemoPnfKuasuftvzeigbdyqcps2-csar.csar",
"artifactChecksum": "YTI0ZmE1YjAxMmUyY2FjMjM0MzUzMWZiYjc0NzUzNDg\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "548d5017-0233-44b0-8db6-bb2390df8d3b"
}
],
"workloadContext": "Production"
}
2022-05-27T12:22:35.765Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-27T12:22:35.765Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 56fdfd3d-c70c-41a4-a02b-a820010193f3 ASDC
2022-05-27T12:22:35.768Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:6bc284dc-3392-4628-a2b2-2fda45cf3bb6
ServiceName:Demo_pNF_kuaSuftVzEiGBdyQCps2
ServiceVersion:1.0
ServiceUUID:56fdfd3d-c70c-41a4-a02b-a820010193f3
ServiceInvariantUUID:24e3e73a-3507-41a3-86a7-b40fe9eb0355
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfKuasuftvzeigbdyqcps2-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfKuasuftvzeigbdyqcps2/1.0/artifacts/service-DemoPnfKuasuftvzeigbdyqcps2-csar.csar
ArtifactUUID:548d5017-0233-44b0-8db6-bb2390df8d3b
ArtifactChecksum:YTI0ZmE1YjAxMmUyY2FjMjM0MzUzMWZiYjc0NzUzNDg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 386b61f4-66d1 0
ResourceCustomizationUUID:712527f7-0b04-4260-a3f8-cd8ba803a4e8
ResourceInvariantUUID:358673c4-bf53-4852-8623-82bf7e757e18
ResourceName:pNF 386b61f4-66d1
ResourceType:PNF
ResourceUUID:b3e27beb-9cb7-4469-8488-87f39cb61af2
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2022-05-27T12:22:35.768Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 56fdfd3d-c70c-41a4-a02b-a820010193f3 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-27T12:22:35.800Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-27T12:22:35.801Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-05-27T12:22:35.801Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-05-27T12:22:35.801Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 548d5017-0233-44b0-8db6-bb2390df8d3b from URL: /sdc/v1/catalog/services/DemoPnfKuasuftvzeigbdyqcps2/1.0/artifacts/service-DemoPnfKuasuftvzeigbdyqcps2-csar.csar
2022-05-27T12:22:35.801Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-05-27T12:22:35.802Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfKuasuftvzeigbdyqcps2/1.0/artifacts/service-DemoPnfKuasuftvzeigbdyqcps2-csar.csar
2022-05-27T12:22:36.158Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-05-27T12:22:36.163Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfKuasuftvzeigbdyqcps2/1.0/artifacts/service-DemoPnfKuasuftvzeigbdyqcps2-csar.csar 548d5017-0233-44b0-8db6-bb2390df8d3b 82646
2022-05-27T12:22:36.164Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfKuasuftvzeigbdyqcps2/1.0/artifacts/service-DemoPnfKuasuftvzeigbdyqcps2-csar.csar ASDC sendASDCNotification
2022-05-27T12:22:36.164Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfKuasuftvzeigbdyqcps2/1.0/artifacts/service-DemoPnfKuasuftvzeigbdyqcps2-csar.csar
2022-05-27T12:22:36.164Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-27T12:22:36.165Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:22:36.166Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:22:36.167Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "6bc284dc-3392-4628-a2b2-2fda45cf3bb6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653654156164,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfKuasuftvzeigbdyqcps2/1.0/artifacts/service-DemoPnfKuasuftvzeigbdyqcps2-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-27T12:22:36.267Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-27T12:22:36.268Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-27T12:22:36.268Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:22:36.288Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-27T12:22:36.288Z||pool-48-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-05-27T12:22:37.167Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-27T12:22:37.168Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-05-27T12:22:37.168Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 548d5017-0233-44b0-8db6-bb2390df8d3b, URL: /sdc/v1/catalog/services/DemoPnfKuasuftvzeigbdyqcps2/1.0/artifacts/service-DemoPnfKuasuftvzeigbdyqcps2-csar.csar to file: /app/ASDC/1/service-DemoPnfKuasuftvzeigbdyqcps2-csar.csar
2022-05-27T12:22:37.169Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfKuasuftvzeigbdyqcps2-csar.csar
2022-05-27T12:22:37.170Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfKuasuftvzeigbdyqcps2-csar.csar
2022-05-27T12:22:37.170Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfKuasuftvzeigbdyqcps2-csar.csar
2022-05-27T12:22:37.368Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12278663007945986755/Definitions/service-DemoPnfKuasuftvzeigbdyqcps2-template.yml
2022-05-27T12:22:38.742Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-27T12:22:38.743Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-05-27T12:22:38.743Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfKuasuftvzeigbdyqcps2-csar.csar
2022-05-27T12:22:38.743Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-05-27T12:22:38.743Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfKuasuftvzeigbdyqcps2-csar.csar
2022-05-27T12:22:38.743Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 386b61f4-66d1 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-DemoPnfKuasuftvzeigbdyqcps2-csar.csar
2022-05-27T12:22:38.743Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfKuasuftvzeigbdyqcps2-csar.csar
2022-05-27T12:22:38.743Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfKuasuftvzeigbdyqcps2-csar.csar
2022-05-27T12:22:38.744Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfKuasuftvzeigbdyqcps2-csar.csar
2022-05-27T12:22:38.744Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfKuasuftvzeigbdyqcps2-csar.csar
2022-05-27T12:22:38.744Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfKuasuftvzeigbdyqcps2-csar.csar
2022-05-27T12:22:38.744Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-05-27T12:22:38.744Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-27T12:22:38.745Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_kuaSuftVzEiGBdyQCps2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-27T12:22:38.745Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||DEBUG|500||Node template pNF 386b61f4-66d1 0 is matching search criteria
2022-05-27T12:22:38.745Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-05-27T12:22:38.745Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 386b61f4-66d1 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-27T12:22:38.746Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-27T12:22:38.746Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_kuaSuftVzEiGBdyQCps2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-27T12:22:38.746Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||DEBUG|500||Node template pNF 386b61f4-66d1 0 is matching search criteria
2022-05-27T12:22:38.746Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-05-27T12:22:38.746Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 386b61f4-66d1 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-27T12:22:38.747Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-27T12:22:38.747Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_kuaSuftVzEiGBdyQCps2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-27T12:22:38.747Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-27T12:22:38.747Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_kuaSuftVzEiGBdyQCps2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-27T12:22:38.747Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-27T12:22:38.748Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_kuaSuftVzEiGBdyQCps2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-27T12:22:38.748Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-27T12:22:38.748Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_kuaSuftVzEiGBdyQCps2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-27T12:22:38.748Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-27T12:22:38.748Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_kuaSuftVzEiGBdyQCps2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-27T12:22:38.749Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_kuaSuftVzEiGBdyQCps2
Description:catalog service description
Model UUID:56fdfd3d-c70c-41a4-a02b-a820010193f3
Model Version:NULL
Model InvariantUuid:24e3e73a-3507-41a3-86a7-b40fe9eb0355
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-05-27T12:22:38.760Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: b3e27beb-9cb7-4469-8488-87f39cb61af2
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-27T12:22:38.764Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||INFO|500||pNF 386b61f4-66d1 0
2022-05-27T12:22:38.765Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: b3e27beb-9cb7-4469-8488-87f39cb61af2
2022-05-27T12:22:38.765Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||DEBUG|500||No resources found for Service: 56fdfd3d-c70c-41a4-a02b-a820010193f3
2022-05-27T12:22:38.765Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 56fdfd3d-c70c-41a4-a02b-a820010193f3
2022-05-27T12:22:38.765Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 386b61f4-66d1 0 b3e27beb-9cb7-4469-8488-87f39cb61af2 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-27T12:22:38.772Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@223b823c, org.onap.sdc.toscaparser.api.parameters.Input@5b294930, org.onap.sdc.toscaparser.api.parameters.Input@4ac69107, org.onap.sdc.toscaparser.api.parameters.Input@135dd5e1, org.onap.sdc.toscaparser.api.parameters.Input@6d098fd4]
2022-05-27T12:22:38.772Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-27T12:22:38.773Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_kuaSuftVzEiGBdyQCps2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-27T12:22:38.773Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 56fdfd3d-c70c-41a4-a02b-a820010193f3: pNF 386b61f4-66d1
2022-05-27T12:22:38.773Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||INFO|500||Processing PNF resource: b3e27beb-9cb7-4469-8488-87f39cb61af2
2022-05-27T12:22:38.773Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery