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-20T11:43:52.344Z||main|||||INFO|500||The following profiles are active: basic
2022-05-20T11:44:00.262Z||main|||||INFO|500||Starting service [Tomcat]
2022-05-20T11:44:00.263Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-05-20T11:44:00.337Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-05-20T11:44:02.474Z||main|||||INFO|500||catdb-pool - Starting...
2022-05-20T11:44:02.628Z||main|||||INFO|500||catdb-pool - Start completed.
2022-05-20T11:44:03.012Z||main|||||INFO|500||reqdb-pool - Starting...
2022-05-20T11:44:03.019Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-05-20T11:44:03.081Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-05-20T11:44:03.168Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-05-20T11:44:03.534Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-05-20T11:44:04.222Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-05-20T11:44:05.883Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-05-20T11:44:05.921Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-05-20T11:44:06.325Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-05-20T11:44:06.611Z||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-20T11:44:07.478Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-05-20T11:44:08.320Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-05-20T11:44:08.337Z||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$$49510b5f.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-20T11:44:08.338Z||main|||||WARN|500||The sdc end point is not alive
2022-05-20T11:44:10.474Z||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-20T11:44:12.781Z||main|||||WARN|500||---
2022-05-20T11:44:12.782Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-05-20T11:44:12.782Z||main|||||WARN|500||---
2022-05-20T11:44:13.129Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-05-20T11:44:17.276Z||main|||||INFO|500||Started Application in 28.887 seconds (JVM running for 29.901)
2022-05-20T11:44:17.318Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-05-20T11:44:17.320Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-05-20T11:44:17.331Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-05-20T11:44:17.349Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-05-20T11:44:17.429Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 8e40e215-202d-4475-a2d6-0c49da149d58 url= /sdc/v1/artifactTypes
2022-05-20T11:44:17.430Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-05-20T11:44:17.663Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-05-20T11:44:17.688Z||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-20T11:44:17.709Z||scheduling-1|||||DEBUG|500||create keys
2022-05-20T11:44:17.715Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-05-20T11:44:17.742Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T11:44:17.761Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 3d7c0ad0-f6f2-40fb-bb83-338fdd40f7e0 url= /sdc/v1/registerForDistribution
2022-05-20T11:44:17.892Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 3d7c0ad0-f6f2-40fb-bb83-338fdd40f7e0 url= /sdc/v1/registerForDistribution
2022-05-20T11:44:17.893Z||scheduling-1|||||INFO|500||start DistributionClient
2022-05-20T11:44:17.904Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T11:44:17.904Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T11:44:17.909Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-05-20T11:44:17.910Z||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-20T11:44:17.912Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T11:44:17.912Z||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-20T11:44:17.912Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T11:44:28.220Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T11:44:28.221Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T11:45:17.902Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T11:45:17.903Z||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-20T11:45:17.903Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T11:45:17.904Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T11:45:17.904Z||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-20T11:45:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T11:45:27.477Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T11:45:27.494Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T11:46:17.902Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T11:46:17.903Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T11:46:17.903Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JpY8xZi914pjvwqr) ...
2022-05-20T11:46:17.903Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T11:46:17.904Z||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-20T11:46:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T11:46:27.454Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T11:46:27.456Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T11:47:17.902Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T11:47:17.903Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T11:47:17.904Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JpY8xZi914pjvwqr) ...
2022-05-20T11:47:17.904Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T11:47:17.904Z||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-20T11:47:17.905Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T11:47:27.454Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T11:47:27.460Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T11:48:17.902Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T11:48:17.903Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T11:48:17.903Z||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-20T11:48:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T11:48:17.904Z||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-20T11:48:17.905Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T11:48:27.472Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T11:48:27.474Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T11:49:17.902Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T11:49:17.903Z||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-20T11:49:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T11:49:17.904Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T11:49:17.905Z||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-20T11:49:17.905Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T11:49:27.464Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T11:49:27.464Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T11:50:17.901Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T11:50:17.902Z||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-20T11:50:17.903Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T11:50:17.904Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T11:50:17.904Z||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-20T11:50:17.905Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T11:50:27.456Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T11:50:27.464Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T11:51:17.902Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T11:51:17.902Z||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-20T11:51:17.903Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T11:51:17.904Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T11:51:17.906Z||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-20T11:51:17.906Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T11:51:27.457Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T11:51:27.463Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T11:52:17.902Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T11:52:17.903Z||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-20T11:52:17.903Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T11:52:17.904Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T11:52:17.904Z||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-20T11:52:17.905Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T11:52:27.454Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T11:52:27.458Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T11:53:17.902Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T11:53:17.902Z||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-20T11:53:17.903Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T11:53:17.904Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T11:53:17.905Z||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-20T11:53:17.905Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T11:53:27.450Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T11:53:27.454Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T11:53:44.454Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-05-20T11:54:17.902Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T11:54:17.903Z||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-20T11:54:17.903Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T11:54:17.904Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T11:54:17.904Z||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-20T11:54:17.905Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T11:54:27.457Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T11:54:27.458Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T11:55:17.902Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T11:55:17.903Z||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-20T11:55:17.903Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T11:55:17.904Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T11:55:17.904Z||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-20T11:55:17.905Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T11:55:27.455Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T11:55:27.458Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T11:56:17.902Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T11:56:17.902Z||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-20T11:56:17.903Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T11:56:17.904Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T11:56:17.904Z||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-20T11:56:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T11:56:27.462Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T11:56:27.462Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T11:57:17.901Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T11:57:17.902Z||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-20T11:57:17.902Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T11:57:17.904Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T11:57:17.905Z||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-20T11:57:17.905Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T11:57:27.456Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T11:57:27.456Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T11:58:17.902Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T11:58:17.903Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T11:58:17.904Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T11:58:17.904Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JpY8xZi914pjvwqr) ...
2022-05-20T11:58:17.904Z||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-20T11:58:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T11:58:27.454Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T11:58:27.456Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T11:59:17.901Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T11:59:17.902Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T11:59:17.902Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JpY8xZi914pjvwqr) ...
2022-05-20T11:59:17.903Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T11:59:17.904Z||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-20T11:59:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T11:59:27.452Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T11:59:27.466Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T12:00:17.902Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:00:17.902Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T12:00:17.903Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JpY8xZi914pjvwqr) ...
2022-05-20T12:00:17.904Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:00:17.904Z||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-20T12:00:17.905Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:00:27.460Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T12:00:27.461Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T12:01:17.902Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:01:17.903Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T12:01:17.903Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JpY8xZi914pjvwqr) ...
2022-05-20T12:01:17.904Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:01:17.904Z||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-20T12:01:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:01:27.452Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T12:01:27.454Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T12:02:17.902Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:02:17.903Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:02:17.903Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T12:02:17.904Z||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-20T12:02:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:02:17.904Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JpY8xZi914pjvwqr) ...
2022-05-20T12:02:27.463Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T12:02:27.472Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T12:03:17.902Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:03:17.902Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T12:03:17.902Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JpY8xZi914pjvwqr) ...
2022-05-20T12:03:17.904Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:03:17.904Z||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-20T12:03:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:03:27.453Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T12:03:27.453Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T12:04:17.902Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:04:17.903Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T12:04:17.903Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JpY8xZi914pjvwqr) ...
2022-05-20T12:04:17.904Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:04:17.904Z||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-20T12:04:17.905Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:04:27.459Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T12:04:27.462Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T12:05:17.902Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:05:17.904Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:05:17.905Z||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-20T12:05:17.905Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T12:05:17.905Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:05:17.905Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JpY8xZi914pjvwqr) ...
2022-05-20T12:05:27.461Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T12:05:27.463Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T12:06:17.902Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:06:17.903Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T12:06:17.903Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JpY8xZi914pjvwqr) ...
2022-05-20T12:06:17.904Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:06:17.904Z||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-20T12:06:17.905Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:06:27.450Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T12:06:27.452Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T12:07:17.902Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:07:17.903Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T12:07:17.903Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JpY8xZi914pjvwqr) ...
2022-05-20T12:07:17.904Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:07:17.904Z||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-20T12:07:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:07:27.454Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T12:07:27.455Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T12:08:17.902Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:08:17.903Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T12:08:17.904Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JpY8xZi914pjvwqr) ...
2022-05-20T12:08:17.904Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:08:17.904Z||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-20T12:08:17.905Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:08:27.457Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T12:08:27.457Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T12:09:17.902Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:09:17.903Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T12:09:17.903Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JpY8xZi914pjvwqr) ...
2022-05-20T12:09:17.903Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:09:17.904Z||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-20T12:09:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:09:27.451Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T12:09:27.451Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T12:10:17.902Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:10:17.902Z||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-20T12:10:17.902Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:10:17.904Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:10:17.904Z||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-20T12:10:17.905Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:10:27.454Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T12:10:27.466Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T12:11:17.902Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:11:17.903Z||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-20T12:11:17.903Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:11:17.903Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:11:17.904Z||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-20T12:11:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:11:27.457Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T12:11:27.460Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T12:12:17.902Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:12:17.903Z||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-20T12:12:17.903Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:12:17.904Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:12:17.904Z||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-20T12:12:17.905Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:12:27.453Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T12:12:27.453Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T12:13:17.902Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:13:17.904Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:13:17.903Z||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-20T12:13:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:13:17.905Z||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-20T12:13:17.905Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:13:27.466Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T12:13:27.466Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T12:14:17.902Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:14:17.903Z||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-20T12:14:17.903Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:14:17.904Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:14:17.904Z||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-20T12:14:17.905Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:14:27.458Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T12:14:27.458Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T12:15:17.902Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:15:17.902Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T12:15:17.903Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JpY8xZi914pjvwqr) ...
2022-05-20T12:15:17.904Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:15:17.905Z||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-20T12:15:17.905Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:15:27.456Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T12:15:27.456Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T12:16:17.901Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:16:17.902Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T12:16:17.902Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JpY8xZi914pjvwqr) ...
2022-05-20T12:16:17.904Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:16:17.904Z||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-20T12:16:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:16:27.450Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T12:16:27.456Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T12:17:17.902Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:17:17.902Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T12:17:17.903Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JpY8xZi914pjvwqr) ...
2022-05-20T12:17:17.904Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:17:17.905Z||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-20T12:17:17.905Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:17:27.449Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T12:17:27.451Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T12:18:17.902Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:18:17.903Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T12:18:17.903Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JpY8xZi914pjvwqr) ...
2022-05-20T12:18:17.904Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:18:17.905Z||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-20T12:18:17.905Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:18:27.451Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T12:18:27.452Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T12:19:17.902Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:19:17.903Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T12:19:17.903Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JpY8xZi914pjvwqr) ...
2022-05-20T12:19:17.904Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:19:17.904Z||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-20T12:19:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:19:27.451Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T12:19:27.453Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T12:20:17.902Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:20:17.902Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T12:20:17.903Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JpY8xZi914pjvwqr) ...
2022-05-20T12:20:17.903Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:20:17.904Z||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-20T12:20:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:20:27.446Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T12:20:27.452Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T12:21:17.901Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:21:17.902Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T12:21:17.902Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JpY8xZi914pjvwqr) ...
2022-05-20T12:21:17.903Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:21:17.904Z||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-20T12:21:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:21:27.452Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T12:21:27.452Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T12:22:17.902Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:22:17.902Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T12:22:17.902Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JpY8xZi914pjvwqr) ...
2022-05-20T12:22:17.904Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:22:17.904Z||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-20T12:22:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:22:27.452Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T12:22:27.453Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T12:23:17.901Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:23:17.902Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T12:23:17.902Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JpY8xZi914pjvwqr) ...
2022-05-20T12:23:17.904Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:23:17.904Z||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-20T12:23:17.905Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:23:27.449Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T12:23:27.452Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T12:24:17.902Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:24:17.902Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T12:24:17.903Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JpY8xZi914pjvwqr) ...
2022-05-20T12:24:17.904Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:24:17.904Z||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-20T12:24:17.905Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:24:27.458Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T12:24:27.460Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T12:25:17.902Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:25:17.902Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T12:25:17.903Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JpY8xZi914pjvwqr) ...
2022-05-20T12:25:17.904Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:25:17.904Z||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-20T12:25:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:25:27.458Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T12:25:27.458Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T12:26:17.902Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:26:17.903Z||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-20T12:26:17.903Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:26:17.904Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:26:17.905Z||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-20T12:26:17.905Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:26:27.454Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T12:26:27.455Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T12:27:17.902Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:27:17.902Z||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-20T12:27:17.903Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:27:17.904Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:27:17.904Z||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-20T12:27:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:27:27.451Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T12:27:27.460Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T12:28:17.902Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:28:17.902Z||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-20T12:28:17.903Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:28:17.904Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:28:17.904Z||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-20T12:28:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:28:27.453Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T12:28:27.454Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T12:29:17.902Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:29:17.902Z||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-20T12:29:17.903Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:29:17.904Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:29:17.906Z||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-20T12:29:17.906Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:29:27.455Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T12:29:27.455Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T12:30:17.902Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:30:17.902Z||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-20T12:30:17.902Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:30:17.904Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:30:17.904Z||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-20T12:30:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:30:27.445Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T12:30:27.452Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T12:31:17.901Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:31:17.902Z||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-20T12:31:17.902Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:31:17.903Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:31:17.904Z||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-20T12:31:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:31:27.453Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T12:31:27.457Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T12:32:17.902Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:32:17.902Z||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-20T12:32:17.903Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:32:17.904Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:32:17.905Z||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-20T12:32:17.906Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:32:27.454Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T12:32:27.456Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T12:33:17.901Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:33:17.902Z||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-20T12:33:17.902Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:33:17.903Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:33:17.904Z||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-20T12:33:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:33:27.450Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T12:33:27.450Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T12:34:17.902Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:34:17.903Z||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-20T12:34:17.903Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:34:17.904Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:34:17.905Z||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-20T12:34:17.905Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:34:27.459Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T12:34:27.462Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T12:35:17.902Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:35:17.903Z||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-20T12:35:17.903Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:35:17.904Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:35:17.904Z||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-20T12:35:17.905Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:35:27.461Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T12:35:27.462Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T12:36:17.902Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:36:17.902Z||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-20T12:36:17.903Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:36:17.904Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:36:17.904Z||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-20T12:36:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:36:27.446Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T12:36:27.453Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T12:37:17.902Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:37:17.902Z||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-20T12:37:17.903Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:37:17.903Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:37:17.904Z||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-20T12:37:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:37:27.455Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T12:37:27.455Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T12:38:17.901Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:38:17.902Z||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-20T12:38:17.903Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:38:17.904Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:38:17.904Z||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-20T12:38:17.905Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:38:27.449Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T12:38:27.462Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T12:39:17.902Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:39:17.902Z||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-20T12:39:17.903Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:39:17.903Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:39:17.904Z||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-20T12:39:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:39:27.450Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T12:39:27.452Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T12:40:17.902Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:40:17.902Z||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-20T12:40:17.903Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:40:17.903Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:40:17.904Z||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-20T12:40:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:40:27.453Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T12:40:27.454Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T12:41:17.902Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:41:17.902Z||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-20T12:41:17.903Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:41:17.903Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:41:17.904Z||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-20T12:41:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:41:27.453Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T12:41:27.454Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T12:42:17.901Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:42:17.902Z||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-20T12:42:17.902Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:42:17.903Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:42:17.904Z||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-20T12:42:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:42:27.449Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T12:42:27.450Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T12:43:17.902Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:43:17.903Z||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-20T12:43:17.903Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:43:17.904Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:43:17.906Z||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-20T12:43:17.906Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:43:27.454Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T12:43:27.454Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T12:44:17.902Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:44:17.902Z||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-20T12:44:17.902Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:44:17.904Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:44:17.904Z||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-20T12:44:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:44:27.453Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T12:44:27.464Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T12:45:17.902Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:45:17.902Z||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-20T12:45:17.903Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:45:17.904Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:45:17.904Z||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-20T12:45:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:45:27.454Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T12:45:27.459Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T12:46:17.902Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:46:17.902Z||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-20T12:46:17.902Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:46:17.904Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:46:17.905Z||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-20T12:46:17.905Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:46:27.449Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T12:46:27.454Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T12:47:17.902Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:47:17.903Z||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-20T12:47:17.903Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:47:17.904Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:47:17.904Z||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-20T12:47:17.905Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:47:27.453Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T12:47:27.455Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T12:48:17.901Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:48:17.902Z||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-20T12:48:17.902Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:48:17.904Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:48:17.904Z||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-20T12:48:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:48:27.457Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T12:48:27.457Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T12:49:17.901Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:49:17.902Z||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-20T12:49:17.902Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:49:17.904Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:49:17.904Z||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-20T12:49:17.905Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:49:27.454Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T12:49:27.457Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T12:50:17.902Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:50:17.903Z||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-20T12:50:17.903Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:50:17.904Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:50:17.904Z||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-20T12:50:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:50:27.449Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T12:50:27.455Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T12:51:17.902Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:51:17.903Z||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-20T12:51:17.903Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:51:17.903Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:51:17.904Z||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-20T12:51:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:51:27.452Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T12:51:27.453Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T12:52:17.902Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:52:17.903Z||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-20T12:52:17.903Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:52:17.903Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:52:17.904Z||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-20T12:52:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:52:27.456Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T12:52:27.456Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T12:53:17.901Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:53:17.902Z||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-20T12:53:17.902Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:53:17.904Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:53:17.904Z||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-20T12:53:17.905Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:53:27.454Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T12:53:27.457Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T12:54:17.902Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:54:17.902Z||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-20T12:54:17.903Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:54:17.904Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:54:17.904Z||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-20T12:54:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:54:27.450Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T12:54:27.452Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T12:55:17.902Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:55:17.903Z||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-20T12:55:17.903Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:55:17.904Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:55:17.904Z||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-20T12:55:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:55:27.456Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T12:55:27.457Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T12:56:17.901Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:56:17.902Z||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-20T12:56:17.902Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:56:17.904Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:56:17.904Z||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-20T12:56:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:56:27.451Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T12:56:27.458Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T12:57:17.901Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:57:17.902Z||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-20T12:57:17.903Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:57:17.904Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:57:17.904Z||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-20T12:57:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:57:27.458Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T12:57:27.458Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T12:58:17.901Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:58:17.902Z||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-20T12:58:17.902Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:58:17.904Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:58:17.904Z||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-20T12:58:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:58:27.459Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T12:58:27.461Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T12:59:17.901Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:59:17.902Z||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-20T12:59:17.902Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:59:17.904Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T12:59:17.904Z||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-20T12:59:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T12:59:27.452Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T12:59:27.454Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T13:00:17.901Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:00:17.902Z||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-20T13:00:17.903Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:00:17.904Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:00:17.904Z||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-20T13:00:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:00:27.445Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T13:00:27.458Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T13:01:17.902Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:01:17.903Z||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-20T13:01:17.903Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:01:17.904Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:01:17.904Z||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-20T13:01:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:01:27.450Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T13:01:27.451Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T13:02:17.901Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:02:17.902Z||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-20T13:02:17.902Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:02:17.904Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:02:17.904Z||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-20T13:02:17.905Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:02:27.462Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T13:02:27.463Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T13:03:17.902Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:03:17.902Z||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-20T13:03:17.902Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:03:17.903Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:03:17.904Z||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-20T13:03:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:03:27.452Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T13:03:27.455Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T13:04:17.901Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:04:17.902Z||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-20T13:04:17.903Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:04:17.903Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:04:17.904Z||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-20T13:04:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:04:27.444Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T13:04:27.446Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T13:05:17.902Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:05:17.903Z||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-20T13:05:17.903Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:05:17.904Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:05:17.904Z||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-20T13:05:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:05:27.455Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T13:05:27.458Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T13:06:17.901Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:06:17.902Z||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-20T13:06:17.903Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:06:17.904Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:06:17.904Z||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-20T13:06:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:06:27.446Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T13:06:27.457Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T13:07:17.901Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:07:17.902Z||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-20T13:07:17.902Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:07:17.904Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:07:17.904Z||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-20T13:07:17.905Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:07:27.446Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T13:07:27.448Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T13:08:17.902Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:08:17.902Z||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-20T13:08:17.903Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:08:17.903Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:08:17.904Z||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-20T13:08:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:08:27.448Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T13:08:27.454Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T13:09:17.901Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:09:17.902Z||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-20T13:09:17.902Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:09:17.904Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:09:17.904Z||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-20T13:09:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:09:27.449Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T13:09:27.454Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T13:10:17.902Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:10:17.903Z||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-20T13:10:17.903Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:10:17.904Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:10:17.904Z||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-20T13:10:17.905Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:10:27.455Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T13:10:27.455Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T13:11:17.902Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:11:17.902Z||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-20T13:11:17.902Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:11:17.904Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:11:17.904Z||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-20T13:11:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:11:27.447Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T13:11:27.453Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T13:12:17.902Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:12:17.902Z||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-20T13:12:17.903Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:12:17.903Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:12:17.904Z||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-20T13:12:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:12:27.454Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T13:12:27.454Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T13:13:17.901Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:13:17.902Z||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-20T13:13:17.903Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:13:17.904Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:13:17.904Z||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-20T13:13:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:13:27.452Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T13:13:27.452Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T13:14:17.902Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:14:17.902Z||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-20T13:14:17.902Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:14:17.904Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:14:17.905Z||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-20T13:14:17.905Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:14:27.455Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T13:14:27.457Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T13:15:17.901Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:15:17.902Z||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-20T13:15:17.902Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:15:17.904Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:15:17.904Z||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-20T13:15:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:15:27.454Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T13:15:27.456Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T13:16:17.902Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:16:17.902Z||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-20T13:16:17.902Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:16:17.903Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:16:17.904Z||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-20T13:16:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:16:27.451Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T13:16:27.453Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T13:17:17.902Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:17:17.903Z||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-20T13:17:17.903Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:17:17.904Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:17:17.904Z||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-20T13:17:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:17:27.449Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T13:17:27.450Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T13:18:17.901Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:18:17.902Z||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-20T13:18:17.902Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:18:17.903Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:18:17.904Z||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-20T13:18:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:18:27.444Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T13:18:27.446Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T13:19:17.901Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:19:17.902Z||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-20T13:19:17.903Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:19:17.904Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:19:17.904Z||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-20T13:19:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:19:27.451Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T13:19:27.452Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T13:20:17.901Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:20:17.902Z||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-20T13:20:17.902Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:20:17.904Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:20:17.904Z||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-20T13:20:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:20:27.452Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T13:20:27.452Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T13:21:17.902Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:21:17.902Z||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-20T13:21:17.903Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:21:17.904Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:21:17.904Z||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-20T13:21:17.905Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:21:27.454Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T13:21:27.456Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T13:22:17.902Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:22:17.902Z||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-20T13:22:17.903Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:22:17.904Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:22:17.904Z||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-20T13:22:17.905Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:22:27.454Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T13:22:27.454Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T13:23:17.901Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:23:17.902Z||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-20T13:23:17.902Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:23:17.904Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:23:17.904Z||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-20T13:23:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:23:27.467Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T13:23:27.467Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T13:24:17.901Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:24:17.902Z||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-20T13:24:17.902Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:24:17.903Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:24:17.904Z||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-20T13:24:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:24:27.449Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T13:24:27.451Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T13:25:17.902Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:25:17.902Z||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-20T13:25:17.902Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:25:17.903Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:25:17.904Z||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-20T13:25:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:25:27.455Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T13:25:27.456Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T13:26:17.901Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:26:17.902Z||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-20T13:26:17.902Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:26:17.904Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:26:17.904Z||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-20T13:26:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:26:27.449Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T13:26:27.450Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T13:27:17.902Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:27:17.903Z||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-20T13:27:17.903Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:27:17.904Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:27:17.904Z||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-20T13:27:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:27:27.450Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T13:27:27.452Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T13:28:17.902Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:28:17.902Z||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-20T13:28:17.902Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:28:17.904Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:28:17.904Z||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-20T13:28:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:28:27.456Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T13:28:27.457Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T13:29:17.902Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:29:17.902Z||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-20T13:29:17.902Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:29:17.904Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:29:17.904Z||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-20T13:29:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:29:27.450Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T13:29:27.452Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T13:30:17.902Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:30:17.903Z||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-20T13:30:17.903Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:30:17.904Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:30:17.904Z||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-20T13:30:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:30:27.448Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T13:30:27.453Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T13:31:17.902Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:31:17.903Z||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-20T13:31:17.903Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:31:17.904Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:31:17.904Z||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-20T13:31:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:31:27.452Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T13:31:27.457Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T13:32:17.901Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:32:17.902Z||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-20T13:32:17.902Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:32:17.904Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:32:17.904Z||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-20T13:32:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:32:27.456Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T13:32:27.456Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T13:33:17.902Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:33:17.902Z||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-20T13:33:17.903Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:33:17.904Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:33:17.904Z||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-20T13:33:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:33:27.447Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T13:33:27.454Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T13:34:17.902Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:34:17.902Z||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-20T13:34:17.902Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:34:17.904Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:34:17.904Z||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-20T13:34:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:34:27.449Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T13:34:27.450Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T13:35:17.902Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:35:17.903Z||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-20T13:35:17.903Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:35:17.903Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:35:17.904Z||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-20T13:35:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:35:27.455Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T13:35:27.455Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T13:36:17.903Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:36:17.904Z||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-20T13:36:17.904Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:36:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:36:17.904Z||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-20T13:36:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:36:27.457Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T13:36:27.458Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T13:37:17.902Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:37:17.902Z||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-20T13:37:17.903Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:37:17.904Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:37:17.904Z||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-20T13:37:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:37:27.453Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T13:37:27.453Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T13:38:17.901Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:38:17.902Z||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-20T13:38:17.902Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:38:17.903Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:38:17.904Z||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-20T13:38:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:38:27.444Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T13:38:27.446Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T13:39:17.902Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:39:17.902Z||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-20T13:39:17.902Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:39:17.903Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:39:17.904Z||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-20T13:39:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:39:27.454Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T13:39:27.455Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T13:40:17.902Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:40:17.902Z||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-20T13:40:17.902Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:40:17.904Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:40:17.904Z||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-20T13:40:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:40:27.451Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T13:40:27.452Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T13:41:17.902Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:41:17.902Z||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-20T13:41:17.903Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:41:17.904Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:41:17.905Z||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-20T13:41:17.906Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:41:27.454Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T13:41:27.455Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T13:42:17.902Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:42:17.903Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T13:42:17.903Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JpY8xZi914pjvwqr) ...
2022-05-20T13:42:17.904Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:42:17.905Z||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-20T13:42:17.905Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:42:27.451Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T13:42:27.451Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T13:43:17.902Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:43:17.903Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T13:43:17.903Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JpY8xZi914pjvwqr) ...
2022-05-20T13:43:17.903Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:43:17.904Z||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-20T13:43:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:43:27.453Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T13:43:27.454Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T13:44:17.902Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:44:17.903Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T13:44:17.903Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JpY8xZi914pjvwqr) ...
2022-05-20T13:44:17.904Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:44:17.904Z||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-20T13:44:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:44:23.788Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T13:44:23.789Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-20T13:44:23.789Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"2e23421d-b2c4-417a-b1c4-48cf68b05f0f","serviceName":"vFW 2022-05-20 13-41-37","serviceVersion":"1.0","serviceUUID":"c1462b09-9627-4333-83ca-edaa5bc4489e","serviceDescription":"catalog service description","serviceInvariantUUID":"255c373f-2a2d-40c9-9dbb-7dbe0a79f4e8","resources":[{"resourceInstanceName":"vFW 3f463f8c-9099 0","resourceName":"vFW 3f463f8c-9099","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"499bff34-0de9-49a8-8ab4-0cb5bc4293c4","resourceInvariantUUID":"cccf6961-6832-4dc6-a331-be0aba65ee8a","resourceCustomizationUUID":"0b20bf89-fd40-44e6-b71e-dcd5da249fb2","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220520134137/1.0/resourceInstances/vfw3f463f8c90990/artifacts/vf-license-model.xml","artifactChecksum":"OTljOWI3OGY0YmNmYTdlYWM4YWY4ZDQwZDIyMzE1Zjc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"84b39ff6-4c99-49cf-8e0b-c9a284b7f458","artifactVersion":"1"},{"artifactName":"vfw3f463f8c90990_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220520134137/1.0/resourceInstances/vfw3f463f8c90990/artifacts/vfw3f463f8c90990_modules.json","artifactChecksum":"YmZjYTk5MjBjZGE3NjNiMWQzZTBmZDczYzE2NWY4ZWM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c0cb8d14-b371-45dc-9118-ffe05d567a39","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220520134137/1.0/resourceInstances/vfw3f463f8c90990/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"7a36b6ca-ef2e-436a-a6bb-60d16d220a93","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220520134137/1.0/resourceInstances/vfw3f463f8c90990/artifacts/vendor-license-model.xml","artifactChecksum":"YzA2MjlhMzUwN2E3N2NkNmE1OTk2MGExNDBiOWE1MzY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"85940fb2-c8ee-4672-91bb-5f92fbc4be2b","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220520134137/1.0/resourceInstances/vfw3f463f8c90990/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"ea452d8e-5a23-44ee-bec8-953ed4a4db81","artifactVersion":"2","generatedFromUUID":"7a36b6ca-ef2e-436a-a6bb-60d16d220a93"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220520134137-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220520134137/1.0/artifacts/service-Vfw20220520134137-template.yml","artifactChecksum":"NDZkYTFmMjBmZjg3YTRkODE4M2IyZGUwOTAzZDVjMmU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"22692be1-39e1-4954-9836-ee4736a8beef","artifactVersion":"1"},{"artifactName":"service-Vfw20220520134137-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220520134137/1.0/artifacts/service-Vfw20220520134137-csar.csar","artifactChecksum":"ZjRkMmRjZWI3NGY5ZGRhN2NjNTI3ZDIxZTY5NGUzY2U\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b16ba0cd-d3d1-4ffc-9005-de6f244cc0be","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-20T13:44:23.795Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-20T13:44:23.799Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-20T13:44:23.805Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-20T13:44:23.806Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653054257902,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220520134137/1.0/resourceInstances/vfw3f463f8c90990/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-20T13:44:23.906Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-20T13:44:23.909Z||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-20T13:44:23.909Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JpY8xZi914pjvwqr) ...
2022-05-20T13:44:23.923Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T13:44:23.924Z||pool-3-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":3,"count":1}
2022-05-20T13:44:24.046Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T13:44:24.047Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-20T13:44:24.047Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653054257902,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220520134137/1.0/resourceInstances/vfw3f463f8c90990/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-20T13:44:24.056Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-20T13:44:24.056Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-20T13:44:24.056Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
"consumerID": "cds",
"timestamp": 1653054261196,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220520134137/1.0/resourceInstances/vfw3f463f8c90990/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-20T13:44:24.056Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-20T13:44:24.810Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-20T13:44:24.811Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-20T13:44:24.813Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-20T13:44:24.813Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653054257902,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220520134137/1.0/resourceInstances/vfw3f463f8c90990/artifacts/vfw3f463f8c90990_modules.json",
"status": "NOTIFIED"
}
2022-05-20T13:44:24.913Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-20T13:44:24.914Z||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-20T13:44:24.915Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JpY8xZi914pjvwqr) ...
2022-05-20T13:44:24.928Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T13:44:24.929Z||pool-4-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-20T13:44:25.814Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-20T13:44:25.815Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-20T13:44:25.817Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-20T13:44:25.817Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653054257902,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220520134137/1.0/resourceInstances/vfw3f463f8c90990/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-05-20T13:44:25.917Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-20T13:44:25.919Z||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-20T13:44:25.919Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JpY8xZi914pjvwqr) ...
2022-05-20T13:44:25.931Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T13:44:25.932Z||pool-5-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-20T13:44:26.818Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-20T13:44:26.819Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-20T13:44:26.821Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-20T13:44:26.821Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653054257902,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220520134137/1.0/resourceInstances/vfw3f463f8c90990/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-20T13:44:26.921Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-20T13:44:26.922Z||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-20T13:44:26.922Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JpY8xZi914pjvwqr) ...
2022-05-20T13:44:26.934Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T13:44:26.935Z||pool-6-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-20T13:44:27.822Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-20T13:44:27.823Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-20T13:44:27.826Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-20T13:44:27.826Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653054257902,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220520134137/1.0/resourceInstances/vfw3f463f8c90990/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-05-20T13:44:27.926Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-20T13:44:27.927Z||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-20T13:44:27.927Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JpY8xZi914pjvwqr) ...
2022-05-20T13:44:27.942Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T13:44:27.943Z||pool-7-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-20T13:44:28.827Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-20T13:44:28.828Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-20T13:44:28.830Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-20T13:44:28.830Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653054257902,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220520134137/1.0/artifacts/service-Vfw20220520134137-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-20T13:44:28.930Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-20T13:44:28.931Z||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-20T13:44:28.931Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JpY8xZi914pjvwqr) ...
2022-05-20T13:44:28.947Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T13:44:28.948Z||pool-8-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-20T13:44:29.831Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-20T13:44:29.831Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-20T13:44:29.833Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-20T13:44:29.833Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653054257902,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220520134137/1.0/artifacts/service-Vfw20220520134137-csar.csar",
"status": "NOTIFIED"
}
2022-05-20T13:44:29.933Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-20T13:44:29.934Z||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-20T13:44:29.934Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JpY8xZi914pjvwqr) ...
2022-05-20T13:44:29.948Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T13:44:29.949Z||pool-9-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-20T13:44:30.834Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
"distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
"serviceName": "vFW 2022-05-20 13-41-37",
"serviceVersion": "1.0",
"serviceUUID": "c1462b09-9627-4333-83ca-edaa5bc4489e",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "255c373f-2a2d-40c9-9dbb-7dbe0a79f4e8",
"resources": [
{
"resourceInstanceName": "vFW 3f463f8c-9099 0",
"resourceCustomizationUUID": "0b20bf89-fd40-44e6-b71e-dcd5da249fb2",
"resourceName": "vFW 3f463f8c-9099",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "499bff34-0de9-49a8-8ab4-0cb5bc4293c4",
"resourceInvariantUUID": "cccf6961-6832-4dc6-a331-be0aba65ee8a",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw3f463f8c90990_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220520134137/1.0/resourceInstances/vfw3f463f8c90990/artifacts/vfw3f463f8c90990_modules.json",
"artifactChecksum": "YmZjYTk5MjBjZGE3NjNiMWQzZTBmZDczYzE2NWY4ZWM\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "c0cb8d14-b371-45dc-9118-ffe05d567a39",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220520134137/1.0/resourceInstances/vfw3f463f8c90990/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "7a36b6ca-ef2e-436a-a6bb-60d16d220a93",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220520134137/1.0/resourceInstances/vfw3f463f8c90990/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "ea452d8e-5a23-44ee-bec8-953ed4a4db81",
"generatedFromUUID": "7a36b6ca-ef2e-436a-a6bb-60d16d220a93"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220520134137/1.0/resourceInstances/vfw3f463f8c90990/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "ea452d8e-5a23-44ee-bec8-953ed4a4db81",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220520134137-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220520134137/1.0/artifacts/service-Vfw20220520134137-csar.csar",
"artifactChecksum": "ZjRkMmRjZWI3NGY5ZGRhN2NjNTI3ZDIxZTY5NGUzY2U\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "b16ba0cd-d3d1-4ffc-9005-de6f244cc0be"
}
],
"workloadContext": "Production"
}
2022-05-20T13:44:30.835Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-20T13:44:30.836Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 c1462b09-9627-4333-83ca-edaa5bc4489e ASDC
2022-05-20T13:44:30.898Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:2e23421d-b2c4-417a-b1c4-48cf68b05f0f
ServiceName:vFW 2022-05-20 13-41-37
ServiceVersion:1.0
ServiceUUID:c1462b09-9627-4333-83ca-edaa5bc4489e
ServiceInvariantUUID:255c373f-2a2d-40c9-9dbb-7dbe0a79f4e8
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220520134137-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220520134137/1.0/artifacts/service-Vfw20220520134137-csar.csar
ArtifactUUID:b16ba0cd-d3d1-4ffc-9005-de6f244cc0be
ArtifactChecksum:ZjRkMmRjZWI3NGY5ZGRhN2NjNTI3ZDIxZTY5NGUzY2U=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 3f463f8c-9099 0
ResourceCustomizationUUID:0b20bf89-fd40-44e6-b71e-dcd5da249fb2
ResourceInvariantUUID:cccf6961-6832-4dc6-a331-be0aba65ee8a
ResourceName:vFW 3f463f8c-9099
ResourceType:VF
ResourceUUID:499bff34-0de9-49a8-8ab4-0cb5bc4293c4
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw3f463f8c90990_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220520134137/1.0/resourceInstances/vfw3f463f8c90990/artifacts/vfw3f463f8c90990_modules.json
ArtifactUUID:c0cb8d14-b371-45dc-9118-ffe05d567a39
ArtifactChecksum:YmZjYTk5MjBjZGE3NjNiMWQzZTBmZDczYzE2NWY4ZWM=
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/Vfw20220520134137/1.0/resourceInstances/vfw3f463f8c90990/artifacts/base_vfw.yaml
ArtifactUUID:7a36b6ca-ef2e-436a-a6bb-60d16d220a93
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/Vfw20220520134137/1.0/resourceInstances/vfw3f463f8c90990/artifacts/base_vfw.env
ArtifactUUID:ea452d8e-5a23-44ee-bec8-953ed4a4db81
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/Vfw20220520134137/1.0/resourceInstances/vfw3f463f8c90990/artifacts/base_vfw.env
ArtifactUUID:ea452d8e-5a23-44ee-bec8-953ed4a4db81
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-05-20T13:44:30.899Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c1462b09-9627-4333-83ca-edaa5bc4489e 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-20T13:44:31.074Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-20T13:44:31.075Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-05-20T13:44:31.076Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-05-20T13:44:31.076Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: b16ba0cd-d3d1-4ffc-9005-de6f244cc0be from URL: /sdc/v1/catalog/services/Vfw20220520134137/1.0/artifacts/service-Vfw20220520134137-csar.csar
2022-05-20T13:44:31.076Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-05-20T13:44:31.077Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220520134137/1.0/artifacts/service-Vfw20220520134137-csar.csar
2022-05-20T13:44:31.644Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-05-20T13:44:31.659Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220520134137/1.0/artifacts/service-Vfw20220520134137-csar.csar b16ba0cd-d3d1-4ffc-9005-de6f244cc0be 99003
2022-05-20T13:44:31.660Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220520134137/1.0/artifacts/service-Vfw20220520134137-csar.csar ASDC sendASDCNotification
2022-05-20T13:44:31.660Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220520134137/1.0/artifacts/service-Vfw20220520134137-csar.csar
2022-05-20T13:44:31.660Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-20T13:44:31.661Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-20T13:44:31.662Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-20T13:44:31.663Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653054271659,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220520134137/1.0/artifacts/service-Vfw20220520134137-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-20T13:44:31.763Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-20T13:44:31.764Z||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-20T13:44:31.764Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JpY8xZi914pjvwqr) ...
2022-05-20T13:44:31.778Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T13:44:31.779Z||pool-10-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-20T13:44:32.664Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-20T13:44:32.664Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-05-20T13:44:32.665Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: b16ba0cd-d3d1-4ffc-9005-de6f244cc0be, URL: /sdc/v1/catalog/services/Vfw20220520134137/1.0/artifacts/service-Vfw20220520134137-csar.csar to file: /app/ASDC/1/service-Vfw20220520134137-csar.csar
2022-05-20T13:44:32.666Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220520134137-csar.csar
2022-05-20T13:44:32.725Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220520134137-csar.csar
2022-05-20T13:44:32.725Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220520134137-csar.csar
2022-05-20T13:44:33.262Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18012492203610587248/Definitions/service-Vfw20220520134137-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2022-05-20T13:44:35.564Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-20T13:44:35.568Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-05-20T13:44:35.568Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220520134137-csar.csar
2022-05-20T13:44:35.568Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-05-20T13:44:35.568Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||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-Vfw20220520134137-csar.csar
2022-05-20T13:44:35.568Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||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-Vfw20220520134137-csar.csar
2022-05-20T13:44:35.568Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 3f463f8c-9099 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-Vfw20220520134137-csar.csar
2022-05-20T13:44:35.568Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||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-Vfw20220520134137-csar.csar
2022-05-20T13:44:35.568Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220520134137-csar.csar
2022-05-20T13:44:35.568Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220520134137-csar.csar
2022-05-20T13:44:35.568Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||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-Vfw20220520134137-csar.csar
2022-05-20T13:44:35.568Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||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-Vfw20220520134137-csar.csar
2022-05-20T13:44:35.568Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||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-Vfw20220520134137-csar.csar
2022-05-20T13:44:35.568Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220520134137-csar.csar
2022-05-20T13:44:35.568Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||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-Vfw20220520134137-csar.csar
2022-05-20T13:44:35.568Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220520134137-csar.csar
2022-05-20T13:44:35.568Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||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-Vfw20220520134137-csar.csar
2022-05-20T13:44:35.569Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-05-20T13:44:35.573Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-20T13:44:35.574Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-05-20 13-41-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-20T13:44:35.576Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template vFW 3f463f8c-9099 0 is matching search criteria
2022-05-20T13:44:35.576Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-05-20T13:44:35.577Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 3f463f8c-9099 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-20T13:44:35.578Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-20T13:44:35.578Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-05-20 13-41-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-20T13:44:35.578Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template vFW 3f463f8c-9099 0 is matching search criteria
2022-05-20T13:44:35.578Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-05-20T13:44:35.578Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 3f463f8c-9099 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-20T13:44:35.579Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-20T13:44:35.579Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-05-20 13-41-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-20T13:44:35.581Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-20T13:44:35.581Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template vFW 3f463f8c-9099 0 is not matching search criteria
2022-05-20T13:44:35.581Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-20T13:44:35.581Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-20T13:44:35.581Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-20T13:44:35.581Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-20T13:44:35.581Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-20T13:44:35.581Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-20T13:44:35.582Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-20T13:44:35.582Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-20T13:44:35.582Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-20T13:44:35.582Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-20T13:44:35.582Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-20T13:44:35.582Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-20T13:44:35.582Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-20T13:44:35.582Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-20T13:44:35.582Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-20T13:44:35.582Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-20T13:44:35.582Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-20T13:44:35.582Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-05-20 13-41-37 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-20T13:44:35.583Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-20T13:44:35.583Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template vFW 3f463f8c-9099 0 is matching search criteria
2022-05-20T13:44:35.583Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 3f463f8c-9099 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-20T13:44:35.583Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-20T13:44:35.583Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template vFW 3f463f8c-9099 0 is matching search criteria
2022-05-20T13:44:35.583Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 3f463f8c-9099 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-20T13:44:35.583Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-20T13:44:35.584Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template vFW 3f463f8c-9099 0 is matching search criteria
2022-05-20T13:44:35.584Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 3f463f8c-9099 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-20T13:44:35.584Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-20T13:44:35.584Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template vFW 3f463f8c-9099 0 is not matching search criteria
2022-05-20T13:44:35.584Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-20T13:44:35.584Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-20T13:44:35.584Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-05-20T13:44:35.584Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-20T13:44:35.584Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-20T13:44:35.584Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-20T13:44:35.584Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-20T13:44:35.584Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-20T13:44:35.584Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-20T13:44:35.584Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-20T13:44:35.584Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-20T13:44:35.584Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=a57f3b0e-fdd8-4faa-b4e5-445c8eeaf1a1
2022-05-20T13:44:35.585Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-20T13:44:35.585Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template vFW 3f463f8c-9099 0 is not matching search criteria
2022-05-20T13:44:35.585Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-20T13:44:35.585Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-20T13:44:35.585Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-20T13:44:35.585Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-20T13:44:35.585Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-20T13:44:35.585Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-20T13:44:35.585Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-20T13:44:35.585Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-05-20T13:44:35.585Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-20T13:44:35.585Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-20T13:44:35.585Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-20T13:44:35.585Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-20T13:44:35.585Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=1eea7ac9-bb9e-4379-906b-019d30cbab9f
2022-05-20T13:44:35.586Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-20T13:44:35.586Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template vFW 3f463f8c-9099 0 is not matching search criteria
2022-05-20T13:44:35.586Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-20T13:44:35.586Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-20T13:44:35.586Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-20T13:44:35.586Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-20T13:44:35.586Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-20T13:44:35.586Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-20T13:44:35.586Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-20T13:44:35.586Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-20T13:44:35.586Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-20T13:44:35.586Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-20T13:44:35.586Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-20T13:44:35.586Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-05-20T13:44:35.586Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=423a9926-aa61-424b-8465-be7f1a9fd2c9
2022-05-20T13:44:35.586Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-20T13:44:35.586Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-05-20 13-41-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-20T13:44:35.587Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-20T13:44:35.587Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-05-20 13-41-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-20T13:44:35.587Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-20T13:44:35.587Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-05-20 13-41-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-20T13:44:35.587Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-20T13:44:35.587Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-05-20 13-41-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-20T13:44:35.587Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-05-20 13-41-37
Description:catalog service description
Model UUID:c1462b09-9627-4333-83ca-edaa5bc4489e
Model Version:NULL
Model InvariantUuid:255c373f-2a2d-40c9-9dbb-7dbe0a79f4e8
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 3f463f8c-9099
Model UUID:08667f1f-3c25-4959-99c3-e67166cea288
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:cccf6961-6832-4dc6-a331-be0aba65ee8a
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:0b20bf89-fd40-44e6-b71e-dcd5da249fb2
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:ae1ce1b8-feb6-41fa-ad19-d14429898335
ModelName:Vfw3f463f8c9099..base_vfw..module-0
ModelUuid:101bfb12-b017-4cc5-9007-cf96e666f435
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:a57f3b0e-fdd8-4faa-b4e5-445c8eeaf1a1
ModelInvariantUuid:2cc45515-140b-41aa-9acd-b25e451ed974
ModelName:vFW 3f463f8c-9099-nodes.vfwCvfc
ModelUuid:3a76dc87-37a2-4d2f-8e77-e62ace875f5b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:b517fd52-cf9e-46da-84aa-ad98f1dbd99a
ModelInvariantUuid:5c5a982d-bd4b-4a58-91ac-a447d48761ef
ModelName:Vfw3f463f8c9099.compute.nodes.heat.vfw
ModelUuid:d57268ae-e9b2-4d51-a2b7-1a8f1a417d57
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:1eea7ac9-bb9e-4379-906b-019d30cbab9f
ModelInvariantUuid:a223fe0b-21d7-480e-bf37-c181d7b77640
ModelName:vFW 3f463f8c-9099-nodes.vsnCvfc
ModelUuid:090c11b6-7db1-4b06-bdad-f4da67217971
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:df23411c-48f0-440e-8406-41bfa3d303f3
ModelInvariantUuid:a78225b2-f01e-413e-9692-c13eef506ea2
ModelName:Vfw3f463f8c9099.compute.nodes.heat.vsn
ModelUuid:43d35b3a-29cb-4914-93d0-3a573dd6a9f3
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:423a9926-aa61-424b-8465-be7f1a9fd2c9
ModelInvariantUuid:77587d84-8b7f-4fdd-b767-039eb53c9e32
ModelName:vFW 3f463f8c-9099-nodes.vpgCvfc
ModelUuid:36859aa3-b91f-4d6b-8019-b741b05be0bb
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:f1903247-aa22-4389-93fd-9d588a64943f
ModelInvariantUuid:1b688c8e-ace6-42fd-a20b-0d21f4e25eb8
ModelName:Vfw3f463f8c9099.compute.nodes.heat.vpg
ModelUuid:f78307b5-bb52-4c5b-96a9-b645d12c407c
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-20T13:44:35.607Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 499bff34-0de9-49a8-8ab4-0cb5bc4293c4
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-20T13:44:35.673Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||INFO|500||vFW 3f463f8c-9099 0
2022-05-20T13:44:35.679Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 499bff34-0de9-49a8-8ab4-0cb5bc4293c4
2022-05-20T13:44:35.679Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: c0cb8d14-b371-45dc-9118-ffe05d567a39 from URL: /sdc/v1/catalog/services/Vfw20220520134137/1.0/resourceInstances/vfw3f463f8c90990/artifacts/vfw3f463f8c90990_modules.json
2022-05-20T13:44:35.679Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-05-20T13:44:35.679Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220520134137/1.0/resourceInstances/vfw3f463f8c90990/artifacts/vfw3f463f8c90990_modules.json
2022-05-20T13:44:35.978Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-05-20T13:44:35.979Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220520134137/1.0/resourceInstances/vfw3f463f8c90990/artifacts/vfw3f463f8c90990_modules.json c0cb8d14-b371-45dc-9118-ffe05d567a39 785
2022-05-20T13:44:35.979Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220520134137/1.0/resourceInstances/vfw3f463f8c90990/artifacts/vfw3f463f8c90990_modules.json ASDC sendASDCNotification
2022-05-20T13:44:35.979Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220520134137/1.0/resourceInstances/vfw3f463f8c90990/artifacts/vfw3f463f8c90990_modules.json
2022-05-20T13:44:35.979Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-20T13:44:35.979Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-20T13:44:35.981Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-20T13:44:35.981Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653054275979,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220520134137/1.0/resourceInstances/vfw3f463f8c90990/artifacts/vfw3f463f8c90990_modules.json",
"status": "DOWNLOAD_OK"
}
2022-05-20T13:44:36.082Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-20T13:44:36.083Z||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-20T13:44:36.083Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JpY8xZi914pjvwqr) ...
2022-05-20T13:44:36.097Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T13:44:36.098Z||pool-11-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-20T13:44:36.983Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw3f463f8c9099..base_vfw..module-0",
"vfModuleModelInvariantUUID": "ae1ce1b8-feb6-41fa-ad19-d14429898335",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "101bfb12-b017-4cc5-9007-cf96e666f435",
"vfModuleModelCustomizationUUID": "2d0553f5-fc6c-4a9b-80ed-ce267fe567a1",
"isBase": true,
"artifacts": [
"7a36b6ca-ef2e-436a-a6bb-60d16d220a93",
"ea452d8e-5a23-44ee-bec8-953ed4a4db81"
],
"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-20T13:44:36.999Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw3f463f8c9099..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:101bfb12-b017-4cc5-9007-cf96e666f435
VfModuleModelInvariantUUID:ae1ce1b8-feb6-41fa-ad19-d14429898335
VfModuleModelDescription:NULL
Artifacts UUID List:{
7a36b6ca-ef2e-436a-a6bb-60d16d220a93
,
ea452d8e-5a23-44ee-bec8-953ed4a4db81
}
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-20T13:44:37.001Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw3f463f8c9099..base_vfw..module-0",
"vfModuleModelInvariantUUID": "ae1ce1b8-feb6-41fa-ad19-d14429898335",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "101bfb12-b017-4cc5-9007-cf96e666f435",
"vfModuleModelCustomizationUUID": "2d0553f5-fc6c-4a9b-80ed-ce267fe567a1",
"isBase": true,
"artifacts": [
"7a36b6ca-ef2e-436a-a6bb-60d16d220a93",
"ea452d8e-5a23-44ee-bec8-953ed4a4db81"
],
"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-20T13:44:37.001Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw3f463f8c9099..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:101bfb12-b017-4cc5-9007-cf96e666f435
VfModuleModelInvariantUUID:ae1ce1b8-feb6-41fa-ad19-d14429898335
VfModuleModelDescription:NULL
Artifacts UUID List:{
7a36b6ca-ef2e-436a-a6bb-60d16d220a93
,
ea452d8e-5a23-44ee-bec8-953ed4a4db81
}
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-20T13:44:37.001Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 7a36b6ca-ef2e-436a-a6bb-60d16d220a93 from URL: /sdc/v1/catalog/services/Vfw20220520134137/1.0/resourceInstances/vfw3f463f8c90990/artifacts/base_vfw.yaml
2022-05-20T13:44:37.001Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-05-20T13:44:37.001Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220520134137/1.0/resourceInstances/vfw3f463f8c90990/artifacts/base_vfw.yaml
2022-05-20T13:44:37.101Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-05-20T13:44:37.103Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220520134137/1.0/resourceInstances/vfw3f463f8c90990/artifacts/base_vfw.yaml 7a36b6ca-ef2e-436a-a6bb-60d16d220a93 20368
2022-05-20T13:44:37.103Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220520134137/1.0/resourceInstances/vfw3f463f8c90990/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-05-20T13:44:37.103Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220520134137/1.0/resourceInstances/vfw3f463f8c90990/artifacts/base_vfw.yaml
2022-05-20T13:44:37.103Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-20T13:44:37.103Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-20T13:44:37.105Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-20T13:44:37.106Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653054277103,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220520134137/1.0/resourceInstances/vfw3f463f8c90990/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-05-20T13:44:37.206Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-20T13:44:37.207Z||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-20T13:44:37.207Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JpY8xZi914pjvwqr) ...
2022-05-20T13:44:37.222Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T13:44:37.223Z||pool-12-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-20T13:44:38.106Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: ea452d8e-5a23-44ee-bec8-953ed4a4db81 from URL: /sdc/v1/catalog/services/Vfw20220520134137/1.0/resourceInstances/vfw3f463f8c90990/artifacts/base_vfw.env
2022-05-20T13:44:38.106Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-05-20T13:44:38.107Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220520134137/1.0/resourceInstances/vfw3f463f8c90990/artifacts/base_vfw.env
2022-05-20T13:44:38.288Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-05-20T13:44:38.288Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220520134137/1.0/resourceInstances/vfw3f463f8c90990/artifacts/base_vfw.env ea452d8e-5a23-44ee-bec8-953ed4a4db81 2098
2022-05-20T13:44:38.289Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220520134137/1.0/resourceInstances/vfw3f463f8c90990/artifacts/base_vfw.env ASDC sendASDCNotification
2022-05-20T13:44:38.289Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220520134137/1.0/resourceInstances/vfw3f463f8c90990/artifacts/base_vfw.env
2022-05-20T13:44:38.289Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-20T13:44:38.290Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-20T13:44:38.293Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-20T13:44:38.293Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653054278289,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220520134137/1.0/resourceInstances/vfw3f463f8c90990/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-05-20T13:44:38.393Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-20T13:44:38.394Z||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-20T13:44:38.394Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JpY8xZi914pjvwqr) ...
2022-05-20T13:44:38.409Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T13:44:38.410Z||pool-13-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-20T13:44:39.294Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: c1462b09-9627-4333-83ca-edaa5bc4489e
2022-05-20T13:44:39.295Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 3f463f8c-9099 0 499bff34-0de9-49a8-8ab4-0cb5bc4293c4 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-20T13:44:39.334Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@15a2ac04, org.onap.sdc.toscaparser.api.parameters.Input@43b4c10c, org.onap.sdc.toscaparser.api.parameters.Input@6f79fa72, org.onap.sdc.toscaparser.api.parameters.Input@4a5bf9b0, org.onap.sdc.toscaparser.api.parameters.Input@4a99ae73]
2022-05-20T13:44:39.337Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-20T13:44:39.337Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-05-20 13-41-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-20T13:44:39.337Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic
2022-05-20T13:44:39.337Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 0b20bf89-fd40-44e6-b71e-dcd5da249fb2
2022-05-20T13:44:39.337Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 0b20bf89-fd40-44e6-b71e-dcd5da249fb2 matches Tosca VF Customization UUID: 0b20bf89-fd40-44e6-b71e-dcd5da249fb2
2022-05-20T13:44:39.337Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 0b20bf89-fd40-44e6-b71e-dcd5da249fb2 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-20T13:44:39.343Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-20T13:44:39.343Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-05-20 13-41-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-20T13:44:39.345Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 0b20bf89-fd40-44e6-b71e-dcd5da249fb2: {\"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-20T13:44:39.345Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@21e74d8e
2022-05-20T13:44:39.345Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-20T13:44:39.346Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-05-20 13-41-37 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-20T13:44:39.346Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 2d0553f5-fc6c-4a9b-80ed-ce267fe567a1
2022-05-20T13:44:39.347Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 2d0553f5-fc6c-4a9b-80ed-ce267fe567a1
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-20T13:44:39.353Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-20T13:44:39.353Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template vFW 3f463f8c-9099 0 is matching search criteria
2022-05-20T13:44:39.353Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 3f463f8c-9099 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-20T13:44:39.354Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-20T13:44:39.354Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template vFW 3f463f8c-9099 0 is matching search criteria
2022-05-20T13:44:39.354Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 3f463f8c-9099 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-20T13:44:39.354Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-20T13:44:39.355Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template vFW 3f463f8c-9099 0 is not matching search criteria
2022-05-20T13:44:39.355Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-20T13:44:39.355Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-20T13:44:39.355Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-05-20T13:44:39.355Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-20T13:44:39.355Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-20T13:44:39.355Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-20T13:44:39.355Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-20T13:44:39.355Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-20T13:44:39.355Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-20T13:44:39.355Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-20T13:44:39.355Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-20T13:44:39.355Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=a57f3b0e-fdd8-4faa-b4e5-445c8eeaf1a1
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-20T13:44:39.361Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-20T13:44:39.361Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template vFW 3f463f8c-9099 0 is matching search criteria
2022-05-20T13:44:39.361Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 3f463f8c-9099 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-20T13:44:39.361Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-20T13:44:39.361Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template vFW 3f463f8c-9099 0 is not matching search criteria
2022-05-20T13:44:39.362Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-20T13:44:39.362Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-20T13:44:39.362Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-20T13:44:39.362Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-20T13:44:39.362Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-20T13:44:39.362Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-20T13:44:39.362Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-20T13:44:39.362Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-05-20T13:44:39.362Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-20T13:44:39.362Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-20T13:44:39.362Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-20T13:44:39.362Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-20T13:44:39.362Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=1eea7ac9-bb9e-4379-906b-019d30cbab9f
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-20T13:44:39.364Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-20T13:44:39.364Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template vFW 3f463f8c-9099 0 is matching search criteria
2022-05-20T13:44:39.364Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 3f463f8c-9099 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-20T13:44:39.366Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-20T13:44:39.366Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template vFW 3f463f8c-9099 0 is not matching search criteria
2022-05-20T13:44:39.366Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-20T13:44:39.366Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-20T13:44:39.366Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-20T13:44:39.366Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-20T13:44:39.366Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-20T13:44:39.366Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-20T13:44:39.367Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-20T13:44:39.367Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-20T13:44:39.367Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-20T13:44:39.367Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-20T13:44:39.367Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-20T13:44:39.367Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-05-20T13:44:39.367Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=423a9926-aa61-424b-8465-be7f1a9fd2c9
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-20T13:44:39.369Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-20T13:44:39.369Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template vFW 3f463f8c-9099 0 is matching search criteria
2022-05-20T13:44:39.369Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 3f463f8c-9099 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-20T13:44:39.369Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-20T13:44:39.369Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Node template vFW 3f463f8c-9099 0 is matching search criteria
2022-05-20T13:44:39.369Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 3f463f8c-9099 0] matching following query criteria: sdcType=VF, customizationUUID=0b20bf89-fd40-44e6-b71e-dcd5da249fb2
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-20T13:44:39.371Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-20T13:44:39.371Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-05-20 13-41-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-20T13:44:39.371Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid c1462b09-9627-4333-83ca-edaa5bc4489e: vFW 3f463f8c-9099
2022-05-20T13:44:39.371Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-20T13:44:39.372Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-05-20 13-41-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-20T13:44:39.372Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-20T13:44:39.372Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-05-20 13-41-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-20T13:44:39.372Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-20T13:44:39.372Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-05-20 13-41-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-20T13:44:39.372Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-20T13:44:39.372Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-05-20 13-41-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-20T13:44:39.372Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-20T13:44:39.372Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-05-20 13-41-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-20T13:44:39.372Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||INFO|500||Saving Service: vFW 2022-05-20 13-41-37
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-20T13:44:39.674Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 3f463f8c-9099 499bff34-0de9-49a8-8ab4-0cb5bc4293c4 1 ASDC deployResourceStructure
2022-05-20T13:44:39.674Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220520134137/1.0/resourceInstances/vfw3f463f8c90990/artifacts/vfw3f463f8c90990_modules.json ASDC sendASDCNotification
2022-05-20T13:44:39.674Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220520134137/1.0/resourceInstances/vfw3f463f8c90990/artifacts/vfw3f463f8c90990_modules.json
2022-05-20T13:44:39.674Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-20T13:44:39.675Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-20T13:44:39.676Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-20T13:44:39.676Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653054279674,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220520134137/1.0/resourceInstances/vfw3f463f8c90990/artifacts/vfw3f463f8c90990_modules.json",
"status": "DEPLOY_OK"
}
2022-05-20T13:44:39.777Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-20T13:44:39.778Z||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-20T13:44:39.778Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JpY8xZi914pjvwqr) ...
2022-05-20T13:44:39.793Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T13:44:39.794Z||pool-14-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-20T13:44:40.678Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220520134137/1.0/resourceInstances/vfw3f463f8c90990/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-05-20T13:44:40.678Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220520134137/1.0/resourceInstances/vfw3f463f8c90990/artifacts/base_vfw.yaml
2022-05-20T13:44:40.678Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-20T13:44:40.679Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-20T13:44:40.682Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-20T13:44:40.682Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653054280677,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220520134137/1.0/resourceInstances/vfw3f463f8c90990/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-05-20T13:44:40.781Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-20T13:44:40.783Z||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-20T13:44:40.783Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JpY8xZi914pjvwqr) ...
2022-05-20T13:44:40.801Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T13:44:40.801Z||pool-15-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-05-20T13:44:41.683Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220520134137/1.0/resourceInstances/vfw3f463f8c90990/artifacts/base_vfw.env ASDC sendASDCNotification
2022-05-20T13:44:41.684Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220520134137/1.0/resourceInstances/vfw3f463f8c90990/artifacts/base_vfw.env
2022-05-20T13:44:41.684Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-20T13:44:41.684Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-20T13:44:41.685Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-20T13:44:41.686Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653054281683,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220520134137/1.0/resourceInstances/vfw3f463f8c90990/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-05-20T13:44:41.786Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-20T13:44:41.788Z||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-20T13:44:41.788Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JpY8xZi914pjvwqr) ...
2022-05-20T13:44:41.802Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T13:44:41.802Z||pool-16-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-20T13:44:42.687Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220520134137/1.0/artifacts/service-Vfw20220520134137-csar.csar ASDC sendASDCNotification
2022-05-20T13:44:42.687Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220520134137/1.0/artifacts/service-Vfw20220520134137-csar.csar
2022-05-20T13:44:42.687Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-20T13:44:42.688Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-20T13:44:42.690Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-20T13:44:42.690Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653054282687,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220520134137/1.0/artifacts/service-Vfw20220520134137-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-20T13:44:42.790Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-20T13:44:42.791Z||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-20T13:44:42.791Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JpY8xZi914pjvwqr) ...
2022-05-20T13:44:42.806Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T13:44:42.806Z||pool-17-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-20T13:44:43.691Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2e23421d-b2c4-417a-b1c4-48cf68b05f0f
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-20T13:44:43.716Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2e23421d-b2c4-417a-b1c4-48cf68b05f0f
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-20T13:44:43.718Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-20T13:44:43.718Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-20T13:44:43.718Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-20T13:45:13.719Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2e23421d-b2c4-417a-b1c4-48cf68b05f0f
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-20T13:45:13.732Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2e23421d-b2c4-417a-b1c4-48cf68b05f0f
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-20T13:45:13.734Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-20T13:45:13.734Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-20T13:45:13.734Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-20T13:45:17.904Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:45:17.905Z||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-20T13:45:17.905Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:45:17.926Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T13:45:17.927Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-20T13:45:17.927Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
"consumerID": "aai-ml",
"timestamp": 1653054258970,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220520134137/1.0/resourceInstances/vfw3f463f8c90990/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-20T13:45:17.928Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-20T13:45:43.734Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2e23421d-b2c4-417a-b1c4-48cf68b05f0f
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-20T13:45:43.746Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2e23421d-b2c4-417a-b1c4-48cf68b05f0f
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-20T13:45:43.749Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-20T13:45:43.749Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-20T13:45:43.749Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-20T13:46:13.750Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2e23421d-b2c4-417a-b1c4-48cf68b05f0f
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-20T13:46:13.764Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2e23421d-b2c4-417a-b1c4-48cf68b05f0f
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-20T13:46:13.767Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-20T13:46:13.767Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-20T13:46:13.767Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-20T13:46:17.904Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:46:17.904Z||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-20T13:46:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:46:17.925Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T13:46:17.926Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-20T13:46:17.926Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
"consumerID": "policy-id",
"timestamp": 1653054259211,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220520134137/1.0/resourceInstances/vfw3f463f8c90990/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-20T13:46:17.927Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-20T13:46:43.768Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2e23421d-b2c4-417a-b1c4-48cf68b05f0f
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-20T13:46:43.780Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2e23421d-b2c4-417a-b1c4-48cf68b05f0f
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-20T13:46:43.783Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-20T13:46:43.784Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-20T13:46:43.784Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-20T13:47:13.784Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2e23421d-b2c4-417a-b1c4-48cf68b05f0f
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-20T13:47:13.798Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2e23421d-b2c4-417a-b1c4-48cf68b05f0f
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-20T13:47:13.800Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-20T13:47:13.800Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-20T13:47:13.800Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-20T13:47:17.904Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:47:17.904Z||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-20T13:47:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:47:17.936Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T13:47:17.941Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-20T13:47:17.941Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
"consumerID": "cds",
"timestamp": 1653054261196,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220520134137/1.0/resourceInstances/vfw3f463f8c90990/artifacts/vfw3f463f8c90990_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-20T13:47:17.942Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-20T13:47:17.942Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-20T13:47:17.942Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653054257902,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220520134137/1.0/resourceInstances/vfw3f463f8c90990/artifacts/vfw3f463f8c90990_modules.json",
"status": "NOTIFIED"
}
2022-05-20T13:47:17.942Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-20T13:47:17.942Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-20T13:47:17.942Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
"consumerID": "aai-ml",
"timestamp": 1653054258970,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220520134137/1.0/resourceInstances/vfw3f463f8c90990/artifacts/vfw3f463f8c90990_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-20T13:47:17.943Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-20T13:47:17.943Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-20T13:47:17.943Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
"consumerID": "policy-id",
"timestamp": 1653054259211,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220520134137/1.0/resourceInstances/vfw3f463f8c90990/artifacts/vfw3f463f8c90990_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-20T13:47:17.943Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-20T13:47:17.943Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-20T13:47:17.943Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
"consumerID": "cds",
"timestamp": 1653054261196,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220520134137/1.0/resourceInstances/vfw3f463f8c90990/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-20T13:47:17.943Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-20T13:47:17.943Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-20T13:47:17.943Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653054257902,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220520134137/1.0/resourceInstances/vfw3f463f8c90990/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-05-20T13:47:17.944Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-20T13:47:17.944Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-20T13:47:17.944Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
"consumerID": "policy-id",
"timestamp": 1653054259211,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220520134137/1.0/resourceInstances/vfw3f463f8c90990/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-05-20T13:47:17.944Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-20T13:47:17.944Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-20T13:47:17.944Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
"consumerID": "aai-ml",
"timestamp": 1653054258970,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220520134137/1.0/resourceInstances/vfw3f463f8c90990/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-20T13:47:17.944Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-20T13:47:17.944Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-20T13:47:17.944Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
"consumerID": "cds",
"timestamp": 1653054261196,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220520134137/1.0/resourceInstances/vfw3f463f8c90990/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-20T13:47:17.944Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-20T13:47:17.944Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-20T13:47:17.944Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653054257902,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220520134137/1.0/resourceInstances/vfw3f463f8c90990/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-20T13:47:17.945Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-20T13:47:17.945Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-20T13:47:17.945Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
"consumerID": "aai-ml",
"timestamp": 1653054258970,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220520134137/1.0/resourceInstances/vfw3f463f8c90990/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-20T13:47:17.945Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-20T13:47:17.945Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-20T13:47:17.945Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
"consumerID": "policy-id",
"timestamp": 1653054259211,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220520134137/1.0/resourceInstances/vfw3f463f8c90990/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-20T13:47:17.945Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-20T13:47:17.945Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-20T13:47:17.945Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653054267008,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220520134137/1.0/resourceInstances/vfw3f463f8c90990/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-20T13:47:17.945Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-20T13:47:17.945Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-20T13:47:17.945Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
"consumerID": "cds",
"timestamp": 1653054261196,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220520134137/1.0/resourceInstances/vfw3f463f8c90990/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-05-20T13:47:17.946Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-20T13:47:17.946Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-20T13:47:17.946Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653054257902,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220520134137/1.0/resourceInstances/vfw3f463f8c90990/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-05-20T13:47:17.946Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-20T13:47:17.946Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-20T13:47:17.946Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
"consumerID": "policy-id",
"timestamp": 1653054259211,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220520134137/1.0/resourceInstances/vfw3f463f8c90990/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-05-20T13:47:17.946Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-20T13:47:17.946Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-20T13:47:17.946Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
"consumerID": "aai-ml",
"timestamp": 1653054258970,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220520134137/1.0/resourceInstances/vfw3f463f8c90990/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-05-20T13:47:17.947Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-20T13:47:17.947Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-20T13:47:17.947Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653054267008,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220520134137/1.0/resourceInstances/vfw3f463f8c90990/artifacts/vfw3f463f8c90990_modules.json",
"status": "NOTIFIED"
}
2022-05-20T13:47:17.947Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-20T13:47:17.947Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-20T13:47:17.947Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
"consumerID": "cds",
"timestamp": 1653054261196,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220520134137/1.0/artifacts/service-Vfw20220520134137-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-20T13:47:17.947Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-20T13:47:17.947Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-20T13:47:17.947Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653054257902,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220520134137/1.0/artifacts/service-Vfw20220520134137-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-20T13:47:17.947Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-20T13:47:17.947Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-20T13:47:17.947Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
"consumerID": "aai-ml",
"timestamp": 1653054258970,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220520134137/1.0/artifacts/service-Vfw20220520134137-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-20T13:47:17.947Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-20T13:47:17.948Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-20T13:47:17.948Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
"consumerID": "policy-id",
"timestamp": 1653054259211,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220520134137/1.0/artifacts/service-Vfw20220520134137-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-20T13:47:17.948Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-20T13:47:17.948Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-20T13:47:17.948Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653054267008,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220520134137/1.0/resourceInstances/vfw3f463f8c90990/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-05-20T13:47:17.948Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-20T13:47:17.948Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-20T13:47:17.948Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
"consumerID": "cds",
"timestamp": 1653054261196,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220520134137/1.0/artifacts/service-Vfw20220520134137-csar.csar",
"status": "NOTIFIED"
}
2022-05-20T13:47:17.948Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-20T13:47:17.948Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-20T13:47:17.948Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653054257902,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220520134137/1.0/artifacts/service-Vfw20220520134137-csar.csar",
"status": "NOTIFIED"
}
2022-05-20T13:47:17.948Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-20T13:47:17.949Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-20T13:47:17.949Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
"consumerID": "policy-id",
"timestamp": 1653054259211,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220520134137/1.0/artifacts/service-Vfw20220520134137-csar.csar",
"status": "NOTIFIED"
}
2022-05-20T13:47:17.949Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-20T13:47:17.949Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-20T13:47:17.949Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
"consumerID": "aai-ml",
"timestamp": 1653054258970,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220520134137/1.0/artifacts/service-Vfw20220520134137-csar.csar",
"status": "NOTIFIED"
}
2022-05-20T13:47:17.949Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-20T13:47:17.949Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-20T13:47:17.949Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653054267008,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220520134137/1.0/resourceInstances/vfw3f463f8c90990/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-20T13:47:17.949Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-20T13:47:17.949Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-20T13:47:17.949Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
"consumerID": "cds",
"timestamp": 1653054271508,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220520134137/1.0/artifacts/service-Vfw20220520134137-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-20T13:47:17.949Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T13:47:17.950Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-20T13:47:17.950Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
"consumerID": "aai-ml",
"timestamp": 1653054271520,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220520134137/1.0/artifacts/service-Vfw20220520134137-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-20T13:47:17.950Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T13:47:17.950Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-20T13:47:17.950Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
"consumerID": "policy-id",
"timestamp": 1653054271504,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220520134137/1.0/artifacts/service-Vfw20220520134137-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-20T13:47:17.950Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T13:47:17.950Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-20T13:47:17.950Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653054271659,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220520134137/1.0/artifacts/service-Vfw20220520134137-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-20T13:47:17.950Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T13:47:17.950Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-20T13:47:17.950Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653054267008,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220520134137/1.0/resourceInstances/vfw3f463f8c90990/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-05-20T13:47:17.950Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-20T13:47:17.950Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-20T13:47:17.950Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
"consumerID": "cds",
"timestamp": 1653054272520,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220520134137/1.0/artifacts/service-Vfw20220520134137-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-20T13:47:17.961Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2e23421d-b2c4-417a-b1c4-48cf68b05f0f
2022-05-20T13:47:17.961Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2e23421d-b2c4-417a-b1c4-48cf68b05f0f 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-20T13:47:17.969Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-20T13:47:17.969Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
"consumerID": "policy-id",
"timestamp": 1653054272512,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220520134137/1.0/artifacts/service-Vfw20220520134137-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-20T13:47:17.970Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T13:47:17.970Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-20T13:47:17.970Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653054267008,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220520134137/1.0/artifacts/service-Vfw20220520134137-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-20T13:47:17.970Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-20T13:47:17.970Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-20T13:47:17.970Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
"consumerID": "policy-id",
"timestamp": 1653054273516,
"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-20T13:47:17.974Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2e23421d-b2c4-417a-b1c4-48cf68b05f0f
2022-05-20T13:47:17.974Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2e23421d-b2c4-417a-b1c4-48cf68b05f0f 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-20T13:47:17.983Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-20T13:47:17.983Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653054267008,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220520134137/1.0/artifacts/service-Vfw20220520134137-csar.csar",
"status": "NOTIFIED"
}
2022-05-20T13:47:17.983Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-20T13:47:17.983Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-20T13:47:17.983Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
"consumerID": "ves-openapi-manager",
"timestamp": 1653054273187,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220520134137/1.0/resourceInstances/vfw3f463f8c90990/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-20T13:47:17.983Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-20T13:47:17.983Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-20T13:47:17.983Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
"consumerID": "ves-openapi-manager",
"timestamp": 1653054273187,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220520134137/1.0/resourceInstances/vfw3f463f8c90990/artifacts/vfw3f463f8c90990_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-20T13:47:17.983Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-20T13:47:17.983Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-20T13:47:17.983Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653054274899,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220520134137/1.0/resourceInstances/vfw3f463f8c90990/artifacts/vfw3f463f8c90990_modules.json",
"status": "DOWNLOAD_OK"
}
2022-05-20T13:47:17.983Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T13:47:17.983Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-20T13:47:17.983Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
"consumerID": "ves-openapi-manager",
"timestamp": 1653054273187,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220520134137/1.0/resourceInstances/vfw3f463f8c90990/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-20T13:47:17.983Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-20T13:47:17.984Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-20T13:47:17.984Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653054275979,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220520134137/1.0/resourceInstances/vfw3f463f8c90990/artifacts/vfw3f463f8c90990_modules.json",
"status": "DOWNLOAD_OK"
}
2022-05-20T13:47:17.984Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T13:47:17.984Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-20T13:47:17.984Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653054275992,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220520134137/1.0/resourceInstances/vfw3f463f8c90990/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-05-20T13:47:17.984Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T13:47:17.984Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-20T13:47:17.984Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653054275693,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220520134137/1.0/resourceInstances/vfw3f463f8c90990/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-20T13:47:17.984Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-20T13:47:17.984Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-20T13:47:17.984Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
"consumerID": "ves-openapi-manager",
"timestamp": 1653054273187,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220520134137/1.0/resourceInstances/vfw3f463f8c90990/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-20T13:47:17.984Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-20T13:47:17.984Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-20T13:47:17.984Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653054277094,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220520134137/1.0/resourceInstances/vfw3f463f8c90990/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-05-20T13:47:17.984Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T13:47:17.984Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-20T13:47:17.984Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653054277103,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220520134137/1.0/resourceInstances/vfw3f463f8c90990/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-05-20T13:47:17.984Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T13:47:17.984Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-20T13:47:17.984Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653054275693,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220520134137/1.0/resourceInstances/vfw3f463f8c90990/artifacts/vfw3f463f8c90990_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-20T13:47:17.984Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-20T13:47:17.984Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-20T13:47:17.984Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
"consumerID": "ves-openapi-manager",
"timestamp": 1653054273187,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220520134137/1.0/resourceInstances/vfw3f463f8c90990/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-05-20T13:47:17.985Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-20T13:47:17.985Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-20T13:47:17.985Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653054278189,
"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-20T13:47:17.989Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2e23421d-b2c4-417a-b1c4-48cf68b05f0f
2022-05-20T13:47:17.989Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2e23421d-b2c4-417a-b1c4-48cf68b05f0f 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-20T13:47:17.997Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-20T13:47:17.997Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653054278289,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220520134137/1.0/resourceInstances/vfw3f463f8c90990/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-05-20T13:47:17.997Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T13:47:17.997Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-20T13:47:17.997Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653054275693,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220520134137/1.0/resourceInstances/vfw3f463f8c90990/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-20T13:47:17.997Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-20T13:47:17.997Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-20T13:47:17.997Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
"consumerID": "ves-openapi-manager",
"timestamp": 1653054273187,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220520134137/1.0/artifacts/service-Vfw20220520134137-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-20T13:47:17.997Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-20T13:47:17.997Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-20T13:47:17.997Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653054279193,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220520134137/1.0/resourceInstances/vfw3f463f8c90990/artifacts/vfw3f463f8c90990_modules.json",
"status": "DEPLOY_OK"
}
2022-05-20T13:47:17.997Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T13:47:17.997Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-20T13:47:17.997Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653054275693,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220520134137/1.0/resourceInstances/vfw3f463f8c90990/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-20T13:47:17.997Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-20T13:47:17.997Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-20T13:47:17.997Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653054279674,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220520134137/1.0/resourceInstances/vfw3f463f8c90990/artifacts/vfw3f463f8c90990_modules.json",
"status": "DEPLOY_OK"
}
2022-05-20T13:47:17.997Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T13:47:17.997Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-20T13:47:17.997Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
"consumerID": "ves-openapi-manager",
"timestamp": 1653054273187,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220520134137/1.0/artifacts/service-Vfw20220520134137-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-05-20T13:47:17.997Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-20T13:47:17.997Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-20T13:47:17.997Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653054275693,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220520134137/1.0/resourceInstances/vfw3f463f8c90990/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-05-20T13:47:17.998Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-20T13:47:17.998Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-20T13:47:17.998Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653054280677,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220520134137/1.0/resourceInstances/vfw3f463f8c90990/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-05-20T13:47:17.998Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T13:47:17.998Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-20T13:47:17.998Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653054275693,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220520134137/1.0/artifacts/service-Vfw20220520134137-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-20T13:47:17.998Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-20T13:47:17.998Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-20T13:47:17.998Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653054281683,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220520134137/1.0/resourceInstances/vfw3f463f8c90990/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-05-20T13:47:17.998Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T13:47:17.998Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-20T13:47:17.998Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
"consumerID": "aai-ml",
"timestamp": 1653054282006,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220520134137/1.0/artifacts/service-Vfw20220520134137-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-20T13:47:17.998Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T13:47:17.998Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-20T13:47:17.998Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653054275693,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220520134137/1.0/artifacts/service-Vfw20220520134137-csar.csar",
"status": "NOTIFIED"
}
2022-05-20T13:47:17.998Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-20T13:47:17.998Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-20T13:47:17.998Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653054282687,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220520134137/1.0/artifacts/service-Vfw20220520134137-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-20T13:47:17.998Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T13:47:17.998Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-20T13:47:17.998Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
"consumerID": "aai-ml",
"timestamp": 1653054283010,
"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-20T13:47:18.003Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2e23421d-b2c4-417a-b1c4-48cf68b05f0f
2022-05-20T13:47:18.003Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2e23421d-b2c4-417a-b1c4-48cf68b05f0f 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-20T13:47:18.013Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-20T13:47:18.013Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
"consumerID": "clamp",
"timestamp": 1653054282700,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220520134137/1.0/resourceInstances/vfw3f463f8c90990/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-20T13:47:18.013Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-20T13:47:18.014Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-20T13:47:18.014Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653054283451,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220520134137/1.0/artifacts/service-Vfw20220520134137-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-20T13:47:18.014Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T13:47:18.014Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-20T13:47:18.014Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
"consumerID": "clamp",
"timestamp": 1653054282700,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220520134137/1.0/resourceInstances/vfw3f463f8c90990/artifacts/vfw3f463f8c90990_modules.json",
"status": "NOTIFIED"
}
2022-05-20T13:47:18.015Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-20T13:47:18.015Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-20T13:47:18.015Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
"consumerID": "clamp",
"timestamp": 1653054282700,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220520134137/1.0/resourceInstances/vfw3f463f8c90990/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-20T13:47:18.015Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-20T13:47:18.015Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-20T13:47:18.016Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
"consumerID": "clamp",
"timestamp": 1653054282700,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220520134137/1.0/resourceInstances/vfw3f463f8c90990/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-20T13:47:18.016Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-20T13:47:18.016Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-20T13:47:18.016Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
"consumerID": "clamp",
"timestamp": 1653054282700,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220520134137/1.0/resourceInstances/vfw3f463f8c90990/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-05-20T13:47:18.016Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-20T13:47:18.016Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-20T13:47:18.016Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653054287937,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220520134137/1.0/artifacts/service-Vfw20220520134137-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-20T13:47:18.016Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T13:47:18.016Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-20T13:47:18.016Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
"consumerID": "clamp",
"timestamp": 1653054282700,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220520134137/1.0/artifacts/service-Vfw20220520134137-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-20T13:47:18.016Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-20T13:47:18.016Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-20T13:47:18.016Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653054288941,
"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-20T13:47:18.021Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2e23421d-b2c4-417a-b1c4-48cf68b05f0f
2022-05-20T13:47:18.021Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2e23421d-b2c4-417a-b1c4-48cf68b05f0f 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-20T13:47:18.029Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-20T13:47:18.029Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
"consumerID": "clamp",
"timestamp": 1653054282700,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220520134137/1.0/artifacts/service-Vfw20220520134137-csar.csar",
"status": "NOTIFIED"
}
2022-05-20T13:47:18.029Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-20T13:47:18.029Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-20T13:47:18.030Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
"consumerID": "clamp",
"timestamp": 1653054298133,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220520134137/1.0/artifacts/service-Vfw20220520134137-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-20T13:47:18.030Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T13:47:18.030Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-20T13:47:18.030Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
"consumerID": "clamp",
"timestamp": 1653054300139,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220520134137/1.0/artifacts/service-Vfw20220520134137-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-20T13:47:18.030Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T13:47:18.030Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-20T13:47:18.030Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
"consumerID": "clamp",
"timestamp": 1653054301142,
"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-20T13:47:18.034Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 2e23421d-b2c4-417a-b1c4-48cf68b05f0f
2022-05-20T13:47:18.034Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2e23421d-b2c4-417a-b1c4-48cf68b05f0f 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-20T13:47:43.800Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2e23421d-b2c4-417a-b1c4-48cf68b05f0f
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-20T13:47:43.813Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2e23421d-b2c4-417a-b1c4-48cf68b05f0f
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-20T13:47:43.820Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-20T13:47:43.821Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-20T13:47:43.821Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-20T13:47:43.821Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-20T13:47:43.821Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-20T13:47:43.821Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-20T13:47:43.821Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-20T13:47:43.822Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-20T13:47:43.822Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-20T13:47:43.822Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-20T13:47:43.822Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||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-20T13:47:43.829Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-20T13:48:13.830Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2e23421d-b2c4-417a-b1c4-48cf68b05f0f 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-20T13:48:13.843Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2e23421d-b2c4-417a-b1c4-48cf68b05f0f and serviceModelVersionId: c1462b09-9627-4333-83ca-edaa5bc4489e
2022-05-20T13:48:13.844Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 255c373f-2a2d-40c9-9dbb-7dbe0a79f4e8
2022-05-20T13:48:17.903Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:48:17.904Z||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-20T13:48:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:48:18.433Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T13:48:18.437Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:48:18.437Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
"consumerID": "cds",
"timestamp": 1653054396196,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/resourceInstances/basic_onboard_qjsppz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-20T13:48:18.438Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-20T13:48:18.438Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:48:18.438Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653054395693,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/resourceInstances/basic_onboard_qjsppz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-20T13:48:18.438Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-20T13:48:18.438Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:48:18.438Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
"consumerID": "ves-openapi-manager",
"timestamp": 1653054393187,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/resourceInstances/basic_onboard_qjsppz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-20T13:48:18.439Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-20T13:48:18.439Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:48:18.439Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
"consumerID": "policy-id",
"timestamp": 1653054399212,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/resourceInstances/basic_onboard_qjsppz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-20T13:48:18.439Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-20T13:48:18.439Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:48:18.439Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
"consumerID": "cds",
"timestamp": 1653054396196,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/resourceInstances/basic_onboard_qjsppz0/artifacts/basic_onboard_qjsppz0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-20T13:48:18.439Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-20T13:48:18.439Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:48:18.439Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653054395693,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/resourceInstances/basic_onboard_qjsppz0/artifacts/basic_onboard_qjsppz0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-20T13:48:18.439Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-20T13:48:18.439Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:48:18.439Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
"consumerID": "ves-openapi-manager",
"timestamp": 1653054393187,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/resourceInstances/basic_onboard_qjsppz0/artifacts/basic_onboard_qjsppz0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-20T13:48:18.439Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-20T13:48:18.439Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:48:18.439Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
"consumerID": "policy-id",
"timestamp": 1653054399212,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/resourceInstances/basic_onboard_qjsppz0/artifacts/basic_onboard_qjsppz0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-20T13:48:18.440Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-20T13:48:18.440Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:48:18.440Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
"consumerID": "cds",
"timestamp": 1653054396196,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/resourceInstances/basic_onboard_qjsppz0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-20T13:48:18.440Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-20T13:48:18.440Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:48:18.440Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653054395693,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/resourceInstances/basic_onboard_qjsppz0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-20T13:48:18.440Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-20T13:48:18.440Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:48:18.440Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
"consumerID": "ves-openapi-manager",
"timestamp": 1653054393187,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/resourceInstances/basic_onboard_qjsppz0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-20T13:48:18.440Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-20T13:48:18.440Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:48:18.440Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
"consumerID": "policy-id",
"timestamp": 1653054399212,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/resourceInstances/basic_onboard_qjsppz0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-05-20T13:48:18.440Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-20T13:48:18.440Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:48:18.440Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
"consumerID": "cds",
"timestamp": 1653054396196,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/resourceInstances/basic_onboard_qjsppz0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-20T13:48:18.440Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-20T13:48:18.440Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:48:18.441Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653054395693,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/resourceInstances/basic_onboard_qjsppz0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-20T13:48:18.441Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-20T13:48:18.441Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:48:18.441Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
"consumerID": "ves-openapi-manager",
"timestamp": 1653054393187,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/resourceInstances/basic_onboard_qjsppz0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-20T13:48:18.441Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-20T13:48:18.441Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:48:18.441Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
"consumerID": "policy-id",
"timestamp": 1653054399212,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/resourceInstances/basic_onboard_qjsppz0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-20T13:48:18.441Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-20T13:48:18.441Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:48:18.441Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
"consumerID": "clamp",
"timestamp": 1653054402700,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/resourceInstances/basic_onboard_qjsppz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-20T13:48:18.441Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-20T13:48:18.441Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:48:18.441Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
"consumerID": "cds",
"timestamp": 1653054396196,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/resourceInstances/basic_onboard_qjsppz0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-05-20T13:48:18.441Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-20T13:48:18.441Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:48:18.441Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653054395693,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/resourceInstances/basic_onboard_qjsppz0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-05-20T13:48:18.442Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-20T13:48:18.442Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:48:18.442Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
"consumerID": "ves-openapi-manager",
"timestamp": 1653054393187,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/resourceInstances/basic_onboard_qjsppz0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-05-20T13:48:18.442Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-20T13:48:18.442Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:48:18.442Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
"consumerID": "policy-id",
"timestamp": 1653054399212,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/resourceInstances/basic_onboard_qjsppz0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-05-20T13:48:18.442Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-20T13:48:18.442Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:48:18.442Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
"consumerID": "clamp",
"timestamp": 1653054402700,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/resourceInstances/basic_onboard_qjsppz0/artifacts/basic_onboard_qjsppz0_modules.json",
"status": "NOTIFIED"
}
2022-05-20T13:48:18.442Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-20T13:48:18.442Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:48:18.442Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653054395693,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/artifacts/service-BasicOnboardQjsppz-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-20T13:48:18.442Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-20T13:48:18.442Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:48:18.442Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
"consumerID": "cds",
"timestamp": 1653054396196,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/artifacts/service-BasicOnboardQjsppz-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-20T13:48:18.442Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-20T13:48:18.443Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:48:18.443Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
"consumerID": "ves-openapi-manager",
"timestamp": 1653054393187,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/artifacts/service-BasicOnboardQjsppz-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-20T13:48:18.443Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-20T13:48:18.443Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:48:18.443Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
"consumerID": "policy-id",
"timestamp": 1653054399212,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/artifacts/service-BasicOnboardQjsppz-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-20T13:48:18.443Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-20T13:48:18.443Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:48:18.443Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
"consumerID": "clamp",
"timestamp": 1653054402700,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/resourceInstances/basic_onboard_qjsppz0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-20T13:48:18.443Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-20T13:48:18.443Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:48:18.443Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
"consumerID": "cds",
"timestamp": 1653054396196,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/artifacts/service-BasicOnboardQjsppz-csar.csar",
"status": "NOTIFIED"
}
2022-05-20T13:48:18.443Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-20T13:48:18.443Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:48:18.443Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653054395693,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/artifacts/service-BasicOnboardQjsppz-csar.csar",
"status": "NOTIFIED"
}
2022-05-20T13:48:18.443Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-20T13:48:18.444Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:48:18.444Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
"consumerID": "ves-openapi-manager",
"timestamp": 1653054393187,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/artifacts/service-BasicOnboardQjsppz-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-05-20T13:48:18.444Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-20T13:48:18.444Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:48:18.444Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
"consumerID": "policy-id",
"timestamp": 1653054399212,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/artifacts/service-BasicOnboardQjsppz-csar.csar",
"status": "NOTIFIED"
}
2022-05-20T13:48:18.444Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-20T13:48:18.444Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:48:18.444Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
"consumerID": "clamp",
"timestamp": 1653054402700,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/resourceInstances/basic_onboard_qjsppz0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-20T13:48:18.444Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-20T13:48:18.444Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:48:18.444Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653054406891,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/artifacts/service-BasicOnboardQjsppz-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-20T13:48:18.444Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T13:48:18.444Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:48:18.444Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
"consumerID": "cds",
"timestamp": 1653054406891,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/artifacts/service-BasicOnboardQjsppz-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-20T13:48:18.444Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T13:48:18.444Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:48:18.444Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
"consumerID": "policy-id",
"timestamp": 1653054407001,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/artifacts/service-BasicOnboardQjsppz-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-20T13:48:18.445Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T13:48:18.445Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:48:18.445Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
"consumerID": "clamp",
"timestamp": 1653054402700,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/resourceInstances/basic_onboard_qjsppz0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-05-20T13:48:18.445Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-20T13:48:18.445Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:48:18.445Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653054407009,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/resourceInstances/basic_onboard_qjsppz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-20T13:48:18.445Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-20T13:48:18.445Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:48:18.445Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
"consumerID": "cds",
"timestamp": 1653054407895,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/artifacts/service-BasicOnboardQjsppz-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-20T13:48:18.463Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of bdf220be-e95c-4f74-a284-91487836b16d
2022-05-20T13:48:18.463Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId bdf220be-e95c-4f74-a284-91487836b16d 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-20T13:48:18.471Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:48:18.471Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
"consumerID": "policy-id",
"timestamp": 1653054408005,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/artifacts/service-BasicOnboardQjsppz-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-20T13:48:18.471Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T13:48:18.471Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:48:18.471Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
"consumerID": "clamp",
"timestamp": 1653054402700,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/artifacts/service-BasicOnboardQjsppz-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-20T13:48:18.471Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-20T13:48:18.471Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:48:18.471Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653054407009,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/resourceInstances/basic_onboard_qjsppz0/artifacts/basic_onboard_qjsppz0_modules.json",
"status": "NOTIFIED"
}
2022-05-20T13:48:18.471Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-20T13:48:18.471Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:48:18.471Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
"consumerID": "policy-id",
"timestamp": 1653054409007,
"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-20T13:48:18.476Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bdf220be-e95c-4f74-a284-91487836b16d
2022-05-20T13:48:18.476Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId bdf220be-e95c-4f74-a284-91487836b16d 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-20T13:48:18.483Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:48:18.484Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653054409099,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/artifacts/service-BasicOnboardQjsppz-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-20T13:48:18.484Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T13:48:18.484Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:48:18.484Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
"consumerID": "clamp",
"timestamp": 1653054402700,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/artifacts/service-BasicOnboardQjsppz-csar.csar",
"status": "NOTIFIED"
}
2022-05-20T13:48:18.484Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-20T13:48:18.484Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:48:18.484Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
"consumerID": "aai-ml",
"timestamp": 1653054408970,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/resourceInstances/basic_onboard_qjsppz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-20T13:48:18.484Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-20T13:48:18.484Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:48:18.484Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653054407009,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/resourceInstances/basic_onboard_qjsppz0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-05-20T13:48:18.484Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-20T13:48:18.484Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:48:18.484Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653054410104,
"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-20T13:48:18.488Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of bdf220be-e95c-4f74-a284-91487836b16d
2022-05-20T13:48:18.488Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId bdf220be-e95c-4f74-a284-91487836b16d 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-20T13:48:18.496Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:48:18.496Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
"consumerID": "aai-ml",
"timestamp": 1653054408970,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/resourceInstances/basic_onboard_qjsppz0/artifacts/basic_onboard_qjsppz0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-20T13:48:18.496Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-20T13:48:18.496Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:48:18.496Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653054407009,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/resourceInstances/basic_onboard_qjsppz0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-20T13:48:18.496Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-20T13:48:18.496Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:48:18.496Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
"consumerID": "aai-ml",
"timestamp": 1653054408970,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/resourceInstances/basic_onboard_qjsppz0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-20T13:48:18.496Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-20T13:48:18.497Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:48:18.497Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653054407009,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/resourceInstances/basic_onboard_qjsppz0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-05-20T13:48:18.497Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-20T13:48:18.497Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:48:18.497Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
"consumerID": "aai-ml",
"timestamp": 1653054408970,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/resourceInstances/basic_onboard_qjsppz0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-20T13:48:18.497Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-20T13:48:18.497Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:48:18.497Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653054407009,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/artifacts/service-BasicOnboardQjsppz-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-20T13:48:18.497Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-20T13:48:18.497Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:48:18.497Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
"consumerID": "aai-ml",
"timestamp": 1653054408970,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/resourceInstances/basic_onboard_qjsppz0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-05-20T13:48:18.497Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-20T13:48:18.497Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:48:18.497Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653054407009,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/artifacts/service-BasicOnboardQjsppz-csar.csar",
"status": "NOTIFIED"
}
2022-05-20T13:48:18.497Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-20T13:48:18.497Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:48:18.497Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
"consumerID": "aai-ml",
"timestamp": 1653054408970,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/artifacts/service-BasicOnboardQjsppz-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-20T13:48:18.497Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-20T13:48:18.497Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:48:18.497Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653054414851,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/resourceInstances/basic_onboard_qjsppz0/artifacts/basic_onboard_qjsppz0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-05-20T13:48:18.497Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T13:48:18.497Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:48:18.497Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
"consumerID": "aai-ml",
"timestamp": 1653054408970,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/artifacts/service-BasicOnboardQjsppz-csar.csar",
"status": "NOTIFIED"
}
2022-05-20T13:48:18.497Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-20T13:48:18.497Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:48:18.497Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653054416051,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/resourceInstances/basic_onboard_qjsppz0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-05-20T13:48:18.497Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T13:48:18.497Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:48:18.497Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
"consumerID": "aai-ml",
"timestamp": 1653054416943,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/artifacts/service-BasicOnboardQjsppz-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-20T13:48:18.497Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T13:48:18.497Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:48:18.497Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653054417153,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/resourceInstances/basic_onboard_qjsppz0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-05-20T13:48:18.498Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T13:48:18.498Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:48:18.498Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653054418175,
"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-20T13:48:18.502Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bdf220be-e95c-4f74-a284-91487836b16d
2022-05-20T13:48:18.502Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId bdf220be-e95c-4f74-a284-91487836b16d 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-20T13:48:18.508Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:48:18.508Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
"consumerID": "clamp",
"timestamp": 1653054418518,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/artifacts/service-BasicOnboardQjsppz-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-20T13:48:18.508Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T13:48:18.508Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:48:18.508Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653054419179,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/resourceInstances/basic_onboard_qjsppz0/artifacts/basic_onboard_qjsppz0_modules.json",
"status": "DEPLOY_OK"
}
2022-05-20T13:48:18.508Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T13:48:18.508Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:48:18.508Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
"consumerID": "clamp",
"timestamp": 1653054420144,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/artifacts/service-BasicOnboardQjsppz-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-20T13:48:18.509Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T13:48:18.509Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:48:18.509Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
"consumerID": "clamp",
"timestamp": 1653054421147,
"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-20T13:48:18.515Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of bdf220be-e95c-4f74-a284-91487836b16d
2022-05-20T13:48:18.515Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId bdf220be-e95c-4f74-a284-91487836b16d 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-20T13:48:18.523Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:48:18.523Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
"consumerID": "aai-ml",
"timestamp": 1653054424283,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/artifacts/service-BasicOnboardQjsppz-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-20T13:48:18.523Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T13:48:18.523Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:48:18.523Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
"consumerID": "aai-ml",
"timestamp": 1653054425287,
"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-20T13:48:18.527Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of bdf220be-e95c-4f74-a284-91487836b16d
2022-05-20T13:48:18.527Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId bdf220be-e95c-4f74-a284-91487836b16d 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-20T13:48:24.160Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/255c373f-2a2d-40c9-9dbb-7dbe0a79f4e8/model-vers/model-ver/c1462b09-9627-4333-83ca-edaa5bc4489e?depth=0
2022-05-20T13:48:24.242Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-05-20T13:48:24.572Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/255c373f-2a2d-40c9-9dbb-7dbe0a79f4e8/model-vers/model-ver/c1462b09-9627-4333-83ca-edaa5bc4489e?depth=0|INFO|500||Invoke
2022-05-20T13:48:24.579Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/255c373f-2a2d-40c9-9dbb-7dbe0a79f4e8/model-vers/model-ver/c1462b09-9627-4333-83ca-edaa5bc4489e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/255c373f-2a2d-40c9-9dbb-7dbe0a79f4e8/model-vers/model-ver/c1462b09-9627-4333-83ca-edaa5bc4489e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[2e23421d-b2c4-417a-b1c4-48cf68b05f0f], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[fade13fe-2fed-4f0e-b33c-5309295123bf], X-ECOMP-RequestID=[2e23421d-b2c4-417a-b1c4-48cf68b05f0f], X-TransactionId=[], X-ONAP-RequestID=[2e23421d-b2c4-417a-b1c4-48cf68b05f0f], Content-Type=[application/merge-patch+json]}
2022-05-20T13:48:24.712Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/255c373f-2a2d-40c9-9dbb-7dbe0a79f4e8/model-vers/model-ver/c1462b09-9627-4333-83ca-edaa5bc4489e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-05-20T13:48:25.146Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/255c373f-2a2d-40c9-9dbb-7dbe0a79f4e8/model-vers/model-ver/c1462b09-9627-4333-83ca-edaa5bc4489e?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/255c373f-2a2d-40c9-9dbb-7dbe0a79f4e8/model-vers/model-ver/c1462b09-9627-4333-83ca-edaa5bc4489e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220520-13:48:24:720-54777], vertex-id=[155688], Content-Length=[0], Date=[Fri, 20 May 2022 13:48:24 GMT], Content-Type=[application/json]}
2022-05-20T13:48:25.147Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/255c373f-2a2d-40c9-9dbb-7dbe0a79f4e8/model-vers/model-ver/c1462b09-9627-4333-83ca-edaa5bc4489e?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-05-20T13:48:25.148Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/255c373f-2a2d-40c9-9dbb-7dbe0a79f4e8/model-vers/model-ver/c1462b09-9627-4333-83ca-edaa5bc4489e?depth=0|INFO|500||InvokeReturn
2022-05-20T13:48:25.150Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-20T13:48:25.150Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||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-20T13:48:25.156Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||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-20T13:48:25.159Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2e23421d-b2c4-417a-b1c4-48cf68b05f0f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-20T13:48:25.160Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-20T13:48:25.161Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-20T13:48:25.163Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-20T13:48:25.163Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653054505160,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-20T13:48:25.263Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-20T13:48:25.264Z||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-20T13:48:25.265Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JpY8xZi914pjvwqr) ...
2022-05-20T13:48:25.279Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T13:48:25.279Z||pool-18-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-20T13:48:26.177Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:48:26.177Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T13:48:26.177Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JpY8xZi914pjvwqr) ...
2022-05-20T13:48:30.568Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T13:48:30.569Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-20T13:48:30.569Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"bdf220be-e95c-4f74-a284-91487836b16d","serviceName":"basic_onboard_QjSppz","serviceVersion":"1.0","serviceUUID":"1c2a9ad4-e59c-46e6-a309-ad90de9995ec","serviceDescription":"service","serviceInvariantUUID":"d07cadb3-dbd8-4f4e-ac07-462995dd6b2e","resources":[{"resourceInstanceName":"basic_onboard_QjSppz 0","resourceName":"basic_onboard_QjSppz","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"17f94342-c146-4e82-bc0d-c462ddd87153","resourceInvariantUUID":"ac35b9eb-4f28-45a8-968d-4d75e1899f28","resourceCustomizationUUID":"7183556e-448a-44ae-bf2e-8602125e2eb9","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/resourceInstances/basic_onboard_qjsppz0/artifacts/vf-license-model.xml","artifactChecksum":"MjM3ZDhiZThmNzc2ODgyMmU4YzJjMDJkODY0NjhmNzk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c7f3e2fd-2ef9-415d-b2c9-bed8f57b32ca","artifactVersion":"1"},{"artifactName":"basic_onboard_qjsppz0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/resourceInstances/basic_onboard_qjsppz0/artifacts/basic_onboard_qjsppz0_modules.json","artifactChecksum":"NmNiYmZhMjNlYTY3YTM1ODc3OGIzZjQxY2IxYzM2YTQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"637e9e70-218c-4bc0-98d7-5b1e7cf7d9c4","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/resourceInstances/basic_onboard_qjsppz0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"64bc38a4-2cd5-4fc1-8055-9c6e7d2db430","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/resourceInstances/basic_onboard_qjsppz0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"fef70c3c-e979-46fd-ab49-36f73a460c7d","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/resourceInstances/basic_onboard_qjsppz0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"fb5d733d-896d-46e6-8886-c9cf9cd79eb6","artifactVersion":"2","generatedFromUUID":"64bc38a4-2cd5-4fc1-8055-9c6e7d2db430"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardQjsppz-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/artifacts/service-BasicOnboardQjsppz-template.yml","artifactChecksum":"MDA2MTk5NWFhYTRmNjk3NDc2NDBhZGIwZjdlNzI5ZWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4c825fba-2523-4459-8680-bbfbbb669473","artifactVersion":"1"},{"artifactName":"service-BasicOnboardQjsppz-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/artifacts/service-BasicOnboardQjsppz-csar.csar","artifactChecksum":"OGQ0Mzg0NTc4MjkzODMxMTJiY2JlNGI0NTUxNjFjNGY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2587d8bf-5fec-4514-a6ae-576c5310bb4c","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-20T13:48:30.571Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-20T13:48:30.572Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-20T13:48:30.573Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-20T13:48:30.574Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653054506177,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/resourceInstances/basic_onboard_qjsppz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-20T13:48:30.674Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-20T13:48:30.675Z||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-20T13:48:30.676Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JpY8xZi914pjvwqr) ...
2022-05-20T13:48:30.691Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T13:48:30.691Z||pool-19-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-05-20T13:48:31.574Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-20T13:48:31.575Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-20T13:48:31.577Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-20T13:48:31.577Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653054506177,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/resourceInstances/basic_onboard_qjsppz0/artifacts/basic_onboard_qjsppz0_modules.json",
"status": "NOTIFIED"
}
2022-05-20T13:48:31.677Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-20T13:48:31.678Z||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-20T13:48:31.678Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JpY8xZi914pjvwqr) ...
2022-05-20T13:48:31.693Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T13:48:31.693Z||pool-20-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-20T13:48:32.577Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-20T13:48:32.578Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-20T13:48:32.579Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-20T13:48:32.579Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653054506177,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/resourceInstances/basic_onboard_qjsppz0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-05-20T13:48:32.680Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-20T13:48:32.681Z||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-20T13:48:32.681Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JpY8xZi914pjvwqr) ...
2022-05-20T13:48:32.695Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T13:48:32.696Z||pool-21-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-20T13:48:33.580Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-20T13:48:33.581Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-20T13:48:33.583Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-20T13:48:33.583Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653054506177,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/resourceInstances/basic_onboard_qjsppz0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-20T13:48:33.684Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-20T13:48:33.685Z||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-20T13:48:33.685Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JpY8xZi914pjvwqr) ...
2022-05-20T13:48:33.701Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T13:48:33.701Z||pool-22-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-20T13:48:34.584Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-20T13:48:34.585Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-20T13:48:34.586Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-20T13:48:34.587Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653054506177,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/resourceInstances/basic_onboard_qjsppz0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-05-20T13:48:34.687Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-20T13:48:34.688Z||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-20T13:48:34.688Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JpY8xZi914pjvwqr) ...
2022-05-20T13:48:34.704Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T13:48:34.704Z||pool-23-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-20T13:48:35.587Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-20T13:48:35.588Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-20T13:48:35.591Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-20T13:48:35.591Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653054506177,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/artifacts/service-BasicOnboardQjsppz-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-20T13:48:35.691Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-20T13:48:35.691Z||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-20T13:48:35.692Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JpY8xZi914pjvwqr) ...
2022-05-20T13:48:35.705Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T13:48:35.705Z||pool-24-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-20T13:48:36.592Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-20T13:48:36.593Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-20T13:48:36.595Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-20T13:48:36.595Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653054506177,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/artifacts/service-BasicOnboardQjsppz-csar.csar",
"status": "NOTIFIED"
}
2022-05-20T13:48:36.695Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-20T13:48:36.696Z||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-20T13:48:36.696Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JpY8xZi914pjvwqr) ...
2022-05-20T13:48:36.709Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T13:48:36.709Z||pool-25-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-20T13:48:37.597Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
"distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
"serviceName": "basic_onboard_QjSppz",
"serviceVersion": "1.0",
"serviceUUID": "1c2a9ad4-e59c-46e6-a309-ad90de9995ec",
"serviceDescription": "service",
"serviceInvariantUUID": "d07cadb3-dbd8-4f4e-ac07-462995dd6b2e",
"resources": [
{
"resourceInstanceName": "basic_onboard_QjSppz 0",
"resourceCustomizationUUID": "7183556e-448a-44ae-bf2e-8602125e2eb9",
"resourceName": "basic_onboard_QjSppz",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "17f94342-c146-4e82-bc0d-c462ddd87153",
"resourceInvariantUUID": "ac35b9eb-4f28-45a8-968d-4d75e1899f28",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_qjsppz0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/resourceInstances/basic_onboard_qjsppz0/artifacts/basic_onboard_qjsppz0_modules.json",
"artifactChecksum": "NmNiYmZhMjNlYTY3YTM1ODc3OGIzZjQxY2IxYzM2YTQ\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "637e9e70-218c-4bc0-98d7-5b1e7cf7d9c4",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/resourceInstances/basic_onboard_qjsppz0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "64bc38a4-2cd5-4fc1-8055-9c6e7d2db430",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/resourceInstances/basic_onboard_qjsppz0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "fb5d733d-896d-46e6-8886-c9cf9cd79eb6",
"generatedFromUUID": "64bc38a4-2cd5-4fc1-8055-9c6e7d2db430"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/resourceInstances/basic_onboard_qjsppz0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "fb5d733d-896d-46e6-8886-c9cf9cd79eb6",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardQjsppz-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/artifacts/service-BasicOnboardQjsppz-csar.csar",
"artifactChecksum": "OGQ0Mzg0NTc4MjkzODMxMTJiY2JlNGI0NTUxNjFjNGY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "2587d8bf-5fec-4514-a6ae-576c5310bb4c"
}
],
"workloadContext": "Production"
}
2022-05-20T13:48:37.598Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-20T13:48:37.598Z|2e23421d-b2c4-417a-b1c4-48cf68b05f0f|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 1c2a9ad4-e59c-46e6-a309-ad90de9995ec ASDC
2022-05-20T13:48:37.598Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:bdf220be-e95c-4f74-a284-91487836b16d
ServiceName:basic_onboard_QjSppz
ServiceVersion:1.0
ServiceUUID:1c2a9ad4-e59c-46e6-a309-ad90de9995ec
ServiceInvariantUUID:d07cadb3-dbd8-4f4e-ac07-462995dd6b2e
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardQjsppz-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/artifacts/service-BasicOnboardQjsppz-csar.csar
ArtifactUUID:2587d8bf-5fec-4514-a6ae-576c5310bb4c
ArtifactChecksum:OGQ0Mzg0NTc4MjkzODMxMTJiY2JlNGI0NTUxNjFjNGY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_QjSppz 0
ResourceCustomizationUUID:7183556e-448a-44ae-bf2e-8602125e2eb9
ResourceInvariantUUID:ac35b9eb-4f28-45a8-968d-4d75e1899f28
ResourceName:basic_onboard_QjSppz
ResourceType:VF
ResourceUUID:17f94342-c146-4e82-bc0d-c462ddd87153
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_qjsppz0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/resourceInstances/basic_onboard_qjsppz0/artifacts/basic_onboard_qjsppz0_modules.json
ArtifactUUID:637e9e70-218c-4bc0-98d7-5b1e7cf7d9c4
ArtifactChecksum:NmNiYmZhMjNlYTY3YTM1ODc3OGIzZjQxY2IxYzM2YTQ=
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/BasicOnboardQjsppz/1.0/resourceInstances/basic_onboard_qjsppz0/artifacts/base_ubuntu18.yaml
ArtifactUUID:64bc38a4-2cd5-4fc1-8055-9c6e7d2db430
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/BasicOnboardQjsppz/1.0/resourceInstances/basic_onboard_qjsppz0/artifacts/base_ubuntu18.env
ArtifactUUID:fb5d733d-896d-46e6-8886-c9cf9cd79eb6
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/BasicOnboardQjsppz/1.0/resourceInstances/basic_onboard_qjsppz0/artifacts/base_ubuntu18.env
ArtifactUUID:fb5d733d-896d-46e6-8886-c9cf9cd79eb6
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-05-20T13:48:37.599Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1c2a9ad4-e59c-46e6-a309-ad90de9995ec 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-20T13:48:37.631Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-20T13:48:37.631Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-05-20T13:48:37.631Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-05-20T13:48:37.631Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 2587d8bf-5fec-4514-a6ae-576c5310bb4c from URL: /sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/artifacts/service-BasicOnboardQjsppz-csar.csar
2022-05-20T13:48:37.632Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-05-20T13:48:37.632Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/artifacts/service-BasicOnboardQjsppz-csar.csar
2022-05-20T13:48:37.880Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-05-20T13:48:37.883Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/artifacts/service-BasicOnboardQjsppz-csar.csar 2587d8bf-5fec-4514-a6ae-576c5310bb4c 71578
2022-05-20T13:48:37.883Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/artifacts/service-BasicOnboardQjsppz-csar.csar ASDC sendASDCNotification
2022-05-20T13:48:37.883Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/artifacts/service-BasicOnboardQjsppz-csar.csar
2022-05-20T13:48:37.883Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-20T13:48:37.884Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-20T13:48:37.885Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-20T13:48:37.885Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653054517883,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/artifacts/service-BasicOnboardQjsppz-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-20T13:48:37.985Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-20T13:48:37.986Z||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-20T13:48:37.986Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JpY8xZi914pjvwqr) ...
2022-05-20T13:48:38.004Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T13:48:38.005Z||pool-26-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-05-20T13:48:38.885Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-20T13:48:38.886Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-05-20T13:48:38.886Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 2587d8bf-5fec-4514-a6ae-576c5310bb4c, URL: /sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/artifacts/service-BasicOnboardQjsppz-csar.csar to file: /app/ASDC/1/service-BasicOnboardQjsppz-csar.csar
2022-05-20T13:48:38.887Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardQjsppz-csar.csar
2022-05-20T13:48:38.887Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardQjsppz-csar.csar
2022-05-20T13:48:38.887Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardQjsppz-csar.csar
2022-05-20T13:48:39.400Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16665008308611065999/Definitions/service-BasicOnboardQjsppz-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-20T13:48:40.379Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-20T13:48:40.379Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-05-20T13:48:40.379Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardQjsppz-csar.csar
2022-05-20T13:48:40.379Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-05-20T13:48:40.380Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_QjSppz 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-BasicOnboardQjsppz-csar.csar
2022-05-20T13:48:40.380Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||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-BasicOnboardQjsppz-csar.csar
2022-05-20T13:48:40.380Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||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-BasicOnboardQjsppz-csar.csar
2022-05-20T13:48:40.380Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||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-BasicOnboardQjsppz-csar.csar
2022-05-20T13:48:40.380Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||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-BasicOnboardQjsppz-csar.csar
2022-05-20T13:48:40.380Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardQjsppz-csar.csar
2022-05-20T13:48:40.380Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardQjsppz-csar.csar
2022-05-20T13:48:40.380Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||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-BasicOnboardQjsppz-csar.csar
2022-05-20T13:48:40.380Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||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-BasicOnboardQjsppz-csar.csar
2022-05-20T13:48:40.380Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-05-20T13:48:40.380Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-20T13:48:40.380Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_QjSppz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-20T13:48:40.380Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_QjSppz 0 is matching search criteria
2022-05-20T13:48:40.380Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-05-20T13:48:40.380Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_QjSppz 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-20T13:48:40.380Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-20T13:48:40.381Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_QjSppz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-20T13:48:40.381Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_QjSppz 0 is matching search criteria
2022-05-20T13:48:40.381Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-05-20T13:48:40.381Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_QjSppz 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-20T13:48:40.381Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-20T13:48:40.381Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_QjSppz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-20T13:48:40.381Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-20T13:48:40.381Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_QjSppz 0 is not matching search criteria
2022-05-20T13:48:40.381Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-05-20T13:48:40.381Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-05-20T13:48:40.381Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-05-20T13:48:40.381Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-05-20T13:48:40.381Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-20T13:48:40.381Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-20T13:48:40.381Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_QjSppz is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-20T13:48:40.382Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-20T13:48:40.382Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_QjSppz 0 is matching search criteria
2022-05-20T13:48:40.382Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_QjSppz 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-20T13:48:40.382Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-20T13:48:40.382Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_QjSppz 0 is matching search criteria
2022-05-20T13:48:40.382Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_QjSppz 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-20T13:48:40.382Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-20T13:48:40.382Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_QjSppz 0 is matching search criteria
2022-05-20T13:48:40.382Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_QjSppz 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-20T13:48:40.382Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-20T13:48:40.382Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_QjSppz 0 is not matching search criteria
2022-05-20T13:48:40.383Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-05-20T13:48:40.383Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-05-20T13:48:40.383Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=992d1401-7b27-464d-9830-6490cfe97f0b
2022-05-20T13:48:40.383Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-20T13:48:40.383Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_QjSppz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-20T13:48:40.383Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-20T13:48:40.383Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_QjSppz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-20T13:48:40.383Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-20T13:48:40.383Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_QjSppz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-20T13:48:40.383Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-20T13:48:40.383Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_QjSppz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-20T13:48:40.383Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_QjSppz
Description:service
Model UUID:1c2a9ad4-e59c-46e6-a309-ad90de9995ec
Model Version:NULL
Model InvariantUuid:d07cadb3-dbd8-4f4e-ac07-462995dd6b2e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_QjSppz
Model UUID:35ca7273-0038-438d-8b78-fae8c4eb8891
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:ac35b9eb-4f28-45a8-968d-4d75e1899f28
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:7183556e-448a-44ae-bf2e-8602125e2eb9
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:8d6b00eb-d07a-45bd-bced-583e511c7ad6
ModelName:BasicOnboardQjsppz..base_ubuntu18..module-0
ModelUuid:58bad7dc-761d-4128-b9a7-c0efa5472275
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:992d1401-7b27-464d-9830-6490cfe97f0b
ModelInvariantUuid:547c1f86-745e-49b2-aa97-46438a9c8e97
ModelName:basic_onboard_QjSppz-nodes.ubuntu18Cvfc
ModelUuid:9a08ef72-442c-4803-9b71-82e361387182
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:0463e2f2-a721-4ff7-b2c3-ea70421b9fa8
ModelInvariantUuid:85889aa3-2c10-4302-b75b-43264a6d66d2
ModelName:BasicOnboardQjsppz.compute.nodes.heat.ubuntu18
ModelUuid:96b5aaeb-746c-41ee-9bc8-b9fda256d996
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-20T13:48:40.391Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 17f94342-c146-4e82-bc0d-c462ddd87153
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-20T13:48:40.393Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||basic_onboard_QjSppz 0
2022-05-20T13:48:40.393Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 17f94342-c146-4e82-bc0d-c462ddd87153
2022-05-20T13:48:40.393Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 637e9e70-218c-4bc0-98d7-5b1e7cf7d9c4 from URL: /sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/resourceInstances/basic_onboard_qjsppz0/artifacts/basic_onboard_qjsppz0_modules.json
2022-05-20T13:48:40.393Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-05-20T13:48:40.393Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/resourceInstances/basic_onboard_qjsppz0/artifacts/basic_onboard_qjsppz0_modules.json
2022-05-20T13:48:40.445Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-05-20T13:48:40.446Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/resourceInstances/basic_onboard_qjsppz0/artifacts/basic_onboard_qjsppz0_modules.json 637e9e70-218c-4bc0-98d7-5b1e7cf7d9c4 798
2022-05-20T13:48:40.446Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/resourceInstances/basic_onboard_qjsppz0/artifacts/basic_onboard_qjsppz0_modules.json ASDC sendASDCNotification
2022-05-20T13:48:40.446Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/resourceInstances/basic_onboard_qjsppz0/artifacts/basic_onboard_qjsppz0_modules.json
2022-05-20T13:48:40.447Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-20T13:48:40.447Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-20T13:48:40.449Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-20T13:48:40.450Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653054520446,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/resourceInstances/basic_onboard_qjsppz0/artifacts/basic_onboard_qjsppz0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-05-20T13:48:40.549Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-20T13:48:40.550Z||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-20T13:48:40.550Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JpY8xZi914pjvwqr) ...
2022-05-20T13:48:40.565Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T13:48:40.565Z||pool-27-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-20T13:48:41.450Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardQjsppz..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "8d6b00eb-d07a-45bd-bced-583e511c7ad6",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "58bad7dc-761d-4128-b9a7-c0efa5472275",
"vfModuleModelCustomizationUUID": "02f47ba9-71ca-4b35-a0ae-06ff43f3309c",
"isBase": true,
"artifacts": [
"64bc38a4-2cd5-4fc1-8055-9c6e7d2db430",
"fb5d733d-896d-46e6-8886-c9cf9cd79eb6"
],
"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-20T13:48:41.456Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardQjsppz..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:58bad7dc-761d-4128-b9a7-c0efa5472275
VfModuleModelInvariantUUID:8d6b00eb-d07a-45bd-bced-583e511c7ad6
VfModuleModelDescription:NULL
Artifacts UUID List:{
64bc38a4-2cd5-4fc1-8055-9c6e7d2db430
,
fb5d733d-896d-46e6-8886-c9cf9cd79eb6
}
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-20T13:48:41.458Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardQjsppz..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "8d6b00eb-d07a-45bd-bced-583e511c7ad6",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "58bad7dc-761d-4128-b9a7-c0efa5472275",
"vfModuleModelCustomizationUUID": "02f47ba9-71ca-4b35-a0ae-06ff43f3309c",
"isBase": true,
"artifacts": [
"64bc38a4-2cd5-4fc1-8055-9c6e7d2db430",
"fb5d733d-896d-46e6-8886-c9cf9cd79eb6"
],
"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-20T13:48:41.458Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardQjsppz..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:58bad7dc-761d-4128-b9a7-c0efa5472275
VfModuleModelInvariantUUID:8d6b00eb-d07a-45bd-bced-583e511c7ad6
VfModuleModelDescription:NULL
Artifacts UUID List:{
64bc38a4-2cd5-4fc1-8055-9c6e7d2db430
,
fb5d733d-896d-46e6-8886-c9cf9cd79eb6
}
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-20T13:48:41.458Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 64bc38a4-2cd5-4fc1-8055-9c6e7d2db430 from URL: /sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/resourceInstances/basic_onboard_qjsppz0/artifacts/base_ubuntu18.yaml
2022-05-20T13:48:41.459Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-05-20T13:48:41.459Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/resourceInstances/basic_onboard_qjsppz0/artifacts/base_ubuntu18.yaml
2022-05-20T13:48:41.512Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-05-20T13:48:41.512Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/resourceInstances/basic_onboard_qjsppz0/artifacts/base_ubuntu18.yaml 64bc38a4-2cd5-4fc1-8055-9c6e7d2db430 5033
2022-05-20T13:48:41.513Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/resourceInstances/basic_onboard_qjsppz0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-05-20T13:48:41.513Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/resourceInstances/basic_onboard_qjsppz0/artifacts/base_ubuntu18.yaml
2022-05-20T13:48:41.513Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-20T13:48:41.513Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-20T13:48:41.515Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-20T13:48:41.515Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653054521513,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/resourceInstances/basic_onboard_qjsppz0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-05-20T13:48:41.615Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-20T13:48:41.616Z||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-20T13:48:41.616Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JpY8xZi914pjvwqr) ...
2022-05-20T13:48:41.629Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T13:48:41.629Z||pool-28-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-20T13:48:42.516Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: fb5d733d-896d-46e6-8886-c9cf9cd79eb6 from URL: /sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/resourceInstances/basic_onboard_qjsppz0/artifacts/base_ubuntu18.env
2022-05-20T13:48:42.517Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-05-20T13:48:42.517Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/resourceInstances/basic_onboard_qjsppz0/artifacts/base_ubuntu18.env
2022-05-20T13:48:42.557Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-05-20T13:48:42.558Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/resourceInstances/basic_onboard_qjsppz0/artifacts/base_ubuntu18.env fb5d733d-896d-46e6-8886-c9cf9cd79eb6 909
2022-05-20T13:48:42.559Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/resourceInstances/basic_onboard_qjsppz0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-05-20T13:48:42.559Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/resourceInstances/basic_onboard_qjsppz0/artifacts/base_ubuntu18.env
2022-05-20T13:48:42.559Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-20T13:48:42.559Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-20T13:48:42.563Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-20T13:48:42.563Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653054522558,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/resourceInstances/basic_onboard_qjsppz0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-05-20T13:48:42.663Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-20T13:48:42.663Z||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-20T13:48:42.664Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JpY8xZi914pjvwqr) ...
2022-05-20T13:48:42.677Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T13:48:42.677Z||pool-29-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-05-20T13:48:43.564Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 1c2a9ad4-e59c-46e6-a309-ad90de9995ec
2022-05-20T13:48:43.565Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_QjSppz 0 17f94342-c146-4e82-bc0d-c462ddd87153 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-20T13:48:43.577Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@63dbbee8, org.onap.sdc.toscaparser.api.parameters.Input@365056fb, org.onap.sdc.toscaparser.api.parameters.Input@75d02f2d, org.onap.sdc.toscaparser.api.parameters.Input@7f58aea4, org.onap.sdc.toscaparser.api.parameters.Input@41ca6359]
2022-05-20T13:48:43.578Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-20T13:48:43.578Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_QjSppz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-20T13:48:43.578Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic
2022-05-20T13:48:43.578Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 7183556e-448a-44ae-bf2e-8602125e2eb9
2022-05-20T13:48:43.578Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 7183556e-448a-44ae-bf2e-8602125e2eb9 matches Tosca VF Customization UUID: 7183556e-448a-44ae-bf2e-8602125e2eb9
2022-05-20T13:48:43.579Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 7183556e-448a-44ae-bf2e-8602125e2eb9 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-20T13:48:43.580Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-20T13:48:43.581Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_QjSppz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-20T13:48:43.581Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 7183556e-448a-44ae-bf2e-8602125e2eb9: {\"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-20T13:48:43.581Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3bd351de
2022-05-20T13:48:43.581Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-20T13:48:43.582Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_QjSppz is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-20T13:48:43.582Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 02f47ba9-71ca-4b35-a0ae-06ff43f3309c
2022-05-20T13:48:43.582Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 02f47ba9-71ca-4b35-a0ae-06ff43f3309c
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-20T13:48:43.584Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-20T13:48:43.584Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_QjSppz 0 is matching search criteria
2022-05-20T13:48:43.584Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_QjSppz 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-20T13:48:43.584Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-20T13:48:43.584Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_QjSppz 0 is matching search criteria
2022-05-20T13:48:43.584Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_QjSppz 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-20T13:48:43.584Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-20T13:48:43.585Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_QjSppz 0 is not matching search criteria
2022-05-20T13:48:43.585Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-05-20T13:48:43.585Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-05-20T13:48:43.585Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=992d1401-7b27-464d-9830-6490cfe97f0b
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-20T13:48:43.587Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-20T13:48:43.587Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_QjSppz 0 is matching search criteria
2022-05-20T13:48:43.587Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_QjSppz 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-20T13:48:43.587Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-20T13:48:43.587Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_QjSppz 0 is matching search criteria
2022-05-20T13:48:43.587Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_QjSppz 0] matching following query criteria: sdcType=VF, customizationUUID=7183556e-448a-44ae-bf2e-8602125e2eb9
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-20T13:48:43.589Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-20T13:48:43.589Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_QjSppz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-20T13:48:43.589Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 1c2a9ad4-e59c-46e6-a309-ad90de9995ec: basic_onboard_QjSppz
2022-05-20T13:48:43.589Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-20T13:48:43.590Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_QjSppz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-20T13:48:43.590Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-20T13:48:43.590Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_QjSppz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-20T13:48:43.590Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-20T13:48:43.590Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_QjSppz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-20T13:48:43.590Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-20T13:48:43.590Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_QjSppz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-20T13:48:43.591Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-20T13:48:43.591Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_QjSppz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-20T13:48:43.591Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||Saving Service: basic_onboard_QjSppz
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-20T13:48:43.667Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_QjSppz 17f94342-c146-4e82-bc0d-c462ddd87153 1 ASDC deployResourceStructure
2022-05-20T13:48:43.667Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/resourceInstances/basic_onboard_qjsppz0/artifacts/basic_onboard_qjsppz0_modules.json ASDC sendASDCNotification
2022-05-20T13:48:43.667Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/resourceInstances/basic_onboard_qjsppz0/artifacts/basic_onboard_qjsppz0_modules.json
2022-05-20T13:48:43.668Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-20T13:48:43.668Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-20T13:48:43.669Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-20T13:48:43.670Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653054523667,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/resourceInstances/basic_onboard_qjsppz0/artifacts/basic_onboard_qjsppz0_modules.json",
"status": "DEPLOY_OK"
}
2022-05-20T13:48:43.770Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-20T13:48:43.771Z||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-20T13:48:43.771Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JpY8xZi914pjvwqr) ...
2022-05-20T13:48:43.785Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T13:48:43.786Z||pool-30-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-20T13:48:44.670Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/resourceInstances/basic_onboard_qjsppz0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-05-20T13:48:44.672Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/resourceInstances/basic_onboard_qjsppz0/artifacts/base_ubuntu18.yaml
2022-05-20T13:48:44.672Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-20T13:48:44.672Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-20T13:48:44.675Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-20T13:48:44.675Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653054524670,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/resourceInstances/basic_onboard_qjsppz0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-05-20T13:48:44.776Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-20T13:48:44.776Z||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-20T13:48:44.777Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JpY8xZi914pjvwqr) ...
2022-05-20T13:48:44.793Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T13:48:44.794Z||pool-31-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-05-20T13:48:45.677Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/resourceInstances/basic_onboard_qjsppz0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-05-20T13:48:45.677Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/resourceInstances/basic_onboard_qjsppz0/artifacts/base_ubuntu18.env
2022-05-20T13:48:45.677Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-20T13:48:45.678Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-20T13:48:45.681Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-20T13:48:45.681Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653054525677,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/resourceInstances/basic_onboard_qjsppz0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-05-20T13:48:45.781Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-20T13:48:45.781Z||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-20T13:48:45.781Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JpY8xZi914pjvwqr) ...
2022-05-20T13:48:45.796Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T13:48:45.796Z||pool-32-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-20T13:48:46.682Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/artifacts/service-BasicOnboardQjsppz-csar.csar ASDC sendASDCNotification
2022-05-20T13:48:46.683Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/artifacts/service-BasicOnboardQjsppz-csar.csar
2022-05-20T13:48:46.683Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-20T13:48:46.683Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-20T13:48:46.685Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-20T13:48:46.686Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653054526682,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/artifacts/service-BasicOnboardQjsppz-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-20T13:48:46.786Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-20T13:48:46.787Z||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-20T13:48:46.787Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JpY8xZi914pjvwqr) ...
2022-05-20T13:48:46.801Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T13:48:46.801Z||pool-33-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-20T13:48:47.687Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bdf220be-e95c-4f74-a284-91487836b16d
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-20T13:48:47.702Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bdf220be-e95c-4f74-a284-91487836b16d
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-20T13:48:47.707Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-20T13:48:47.707Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-20T13:48:47.708Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-20T13:48:47.708Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-20T13:48:47.708Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-20T13:48:47.708Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-20T13:48:47.708Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-20T13:48:47.708Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-20T13:48:47.708Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-20T13:48:47.708Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-20T13:48:47.708Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||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-20T13:48:47.714Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-20T13:49:17.714Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: bdf220be-e95c-4f74-a284-91487836b16d 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-20T13:49:17.723Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: bdf220be-e95c-4f74-a284-91487836b16d and serviceModelVersionId: 1c2a9ad4-e59c-46e6-a309-ad90de9995ec
2022-05-20T13:49:17.724Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d07cadb3-dbd8-4f4e-ac07-462995dd6b2e
2022-05-20T13:49:17.725Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d07cadb3-dbd8-4f4e-ac07-462995dd6b2e/model-vers/model-ver/1c2a9ad4-e59c-46e6-a309-ad90de9995ec?depth=0
2022-05-20T13:49:17.731Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-05-20T13:49:17.760Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d07cadb3-dbd8-4f4e-ac07-462995dd6b2e/model-vers/model-ver/1c2a9ad4-e59c-46e6-a309-ad90de9995ec?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-20T13:49:17.761Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d07cadb3-dbd8-4f4e-ac07-462995dd6b2e/model-vers/model-ver/1c2a9ad4-e59c-46e6-a309-ad90de9995ec?depth=0|INFO|500||Invoke
2022-05-20T13:49:17.790Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d07cadb3-dbd8-4f4e-ac07-462995dd6b2e/model-vers/model-ver/1c2a9ad4-e59c-46e6-a309-ad90de9995ec?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-05-20T13:49:17.904Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:49:17.904Z||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-20T13:49:17.905Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:49:18.191Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d07cadb3-dbd8-4f4e-ac07-462995dd6b2e/model-vers/model-ver/1c2a9ad4-e59c-46e6-a309-ad90de9995ec?depth=0|INFO|500||InvokeReturn
2022-05-20T13:49:18.191Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d07cadb3-dbd8-4f4e-ac07-462995dd6b2e/model-vers/model-ver/1c2a9ad4-e59c-46e6-a309-ad90de9995ec?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220520-13:49:17:796-98934], vertex-id=[180240], Content-Length=[0], Date=[Fri, 20 May 2022 13:49:17 GMT], Content-Type=[application/json]}
2022-05-20T13:49:18.192Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2022-05-20T13:49:18.192Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-20T13:49:18.192Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||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-20T13:49:18.197Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||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-20T13:49:18.198Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID bdf220be-e95c-4f74-a284-91487836b16d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-20T13:49:18.198Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-20T13:49:18.198Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-20T13:49:18.200Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-20T13:49:18.200Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653054558198,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-20T13:49:18.300Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-20T13:49:18.300Z||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-20T13:49:18.301Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JpY8xZi914pjvwqr) ...
2022-05-20T13:49:18.313Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T13:49:18.314Z||pool-34-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-20T13:49:18.321Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T13:49:18.323Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:49:18.323Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e23421d-b2c4-417a-b1c4-48cf68b05f0f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653054505160,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-20T13:49:18.324Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T13:49:18.324Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:49:18.324Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653054506177,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/resourceInstances/basic_onboard_qjsppz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-20T13:49:18.324Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-20T13:49:18.324Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:49:18.324Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653054506177,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/resourceInstances/basic_onboard_qjsppz0/artifacts/basic_onboard_qjsppz0_modules.json",
"status": "NOTIFIED"
}
2022-05-20T13:49:18.325Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-20T13:49:18.325Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:49:18.325Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653054506177,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/resourceInstances/basic_onboard_qjsppz0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-05-20T13:49:18.325Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-20T13:49:18.325Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:49:18.325Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653054506177,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/resourceInstances/basic_onboard_qjsppz0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-20T13:49:18.325Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-20T13:49:18.325Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:49:18.326Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653054506177,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/resourceInstances/basic_onboard_qjsppz0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-05-20T13:49:18.326Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-20T13:49:18.326Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:49:18.326Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653054506177,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/artifacts/service-BasicOnboardQjsppz-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-20T13:49:18.326Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-20T13:49:18.326Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:49:18.326Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653054506177,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/artifacts/service-BasicOnboardQjsppz-csar.csar",
"status": "NOTIFIED"
}
2022-05-20T13:49:18.326Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-20T13:49:18.327Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:49:18.327Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653054517883,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/artifacts/service-BasicOnboardQjsppz-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-20T13:49:18.327Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T13:49:18.327Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:49:18.327Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653054520446,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/resourceInstances/basic_onboard_qjsppz0/artifacts/basic_onboard_qjsppz0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-05-20T13:49:18.327Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T13:49:18.327Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:49:18.327Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653054521513,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/resourceInstances/basic_onboard_qjsppz0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-05-20T13:49:18.328Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T13:49:18.328Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:49:18.328Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653054522558,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/resourceInstances/basic_onboard_qjsppz0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-05-20T13:49:18.328Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T13:49:18.328Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:49:18.328Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653054523667,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/resourceInstances/basic_onboard_qjsppz0/artifacts/basic_onboard_qjsppz0_modules.json",
"status": "DEPLOY_OK"
}
2022-05-20T13:49:18.328Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T13:49:18.328Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:49:18.329Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653054524670,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/resourceInstances/basic_onboard_qjsppz0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-05-20T13:49:18.329Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T13:49:18.329Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:49:18.329Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653054525677,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/resourceInstances/basic_onboard_qjsppz0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-05-20T13:49:18.329Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T13:49:18.329Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:49:18.330Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653054526682,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQjsppz/1.0/artifacts/service-BasicOnboardQjsppz-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-20T13:49:18.330Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
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-20T13:49:19.213Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:49:19.214Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T13:49:19.214Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JpY8xZi914pjvwqr) ...
2022-05-20T13:49:28.759Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T13:49:28.760Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:49:28.760Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T13:49:28.760Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JpY8xZi914pjvwqr) ...
2022-05-20T13:49:38.298Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T13:49:38.299Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:49:38.299Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T13:49:38.300Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JpY8xZi914pjvwqr) ...
2022-05-20T13:49:47.841Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T13:49:47.843Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:49:47.843Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T13:49:47.844Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JpY8xZi914pjvwqr) ...
2022-05-20T13:49:57.380Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T13:50:17.902Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:50:17.903Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T13:50:17.903Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JpY8xZi914pjvwqr) ...
2022-05-20T13:50:17.904Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:50:17.904Z||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-20T13:50:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:50:18.430Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T13:50:18.431Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-20T13:50:18.431Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdf220be-e95c-4f74-a284-91487836b16d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653054558198,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-20T13:50:18.432Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T13:50:27.457Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T13:51:17.902Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:51:17.903Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T13:51:17.903Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JpY8xZi914pjvwqr) ...
2022-05-20T13:51:17.904Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:51:17.904Z||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-20T13:51:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:51:27.454Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T13:51:27.464Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T13:52:17.901Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:52:17.902Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-20T13:52:17.903Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JpY8xZi914pjvwqr) ...
2022-05-20T13:52:17.904Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:52:17.904Z||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-20T13:52:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:52:27.452Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T13:52:27.452Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T13:53:17.902Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:53:17.903Z||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-20T13:53:17.903Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:53:17.904Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:53:17.905Z||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-20T13:53:17.905Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:53:27.453Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T13:53:27.455Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T13:54:17.901Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:54:17.902Z||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-20T13:54:17.902Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:54:17.904Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:54:17.904Z||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-20T13:54:17.905Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:54:27.450Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T13:54:27.455Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T13:55:17.902Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:55:17.902Z||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-20T13:55:17.903Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:55:17.904Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:55:17.904Z||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-20T13:55:17.905Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:55:27.447Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T13:55:27.457Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T13:56:17.901Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:56:17.902Z||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-20T13:56:17.903Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:56:17.904Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:56:17.904Z|bdf220be-e95c-4f74-a284-91487836b16d|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-20T13:56:17.904Z|bdf220be-e95c-4f74-a284-91487836b16d|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 JpY8xZi914pjvwqr) ...
2022-05-20T13:56:27.449Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T13:56:27.455Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T13:57:17.902Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:57:17.903Z||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-20T13:57:17.903Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:57:17.904Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:57:17.904Z||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-20T13:57:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:57:27.453Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T13:57:27.454Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T13:58:17.902Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:58:17.903Z||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-20T13:58:17.903Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:58:17.904Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:58:17.904Z||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-20T13:58:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:58:27.457Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T13:58:27.458Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T13:59:17.902Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:59:17.903Z||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-20T13:59:17.903Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:59:17.904Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T13:59:17.904Z||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-20T13:59:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T13:59:18.534Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T13:59:18.535Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-20T13:59:18.535Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"a35dfaaf-637e-4f0c-9572-1ec4266ee953","serviceName":"Demo_pNF_FxnIgGHrIvV0hdgodZ8d","serviceVersion":"1.0","serviceUUID":"8b24ec2f-9a6f-4d20-add7-959675a57b40","serviceDescription":"catalog service description","serviceInvariantUUID":"b9a26adf-12dc-410c-a3e8-620313c871b1","resources":[{"resourceInstanceName":"pNF 90f5afa5-b8e6 0","resourceName":"pNF 90f5afa5-b8e6","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"8876f0dd-cf5a-4900-893f-59a42eda78ec","resourceInvariantUUID":"b4d8d67c-1c91-4b99-a2e5-b004deff48c2","resourceCustomizationUUID":"ad5ca9dd-80eb-408b-b92f-8724b6549621","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/resourceInstances/pnf90f5afa5b8e60/artifacts/vf-license-model.xml","artifactChecksum":"MmFlMDA1YTAxY2YzMWYzOTEzMjAzOTg3MzUxNzg3Yjc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b9efc396-2b8c-424d-8a1a-d0e63f8d692f","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/resourceInstances/pnf90f5afa5b8e60/artifacts/pNF.csar","artifactChecksum":"MDVmMzY2YjI4M2NmZjU0MGNkN2EwMzc1MWFlYjVhZmY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"bc9a5231-1f35-41c8-9518-3d9874f2395d","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/resourceInstances/pnf90f5afa5b8e60/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c71bbbe6-0d37-4e90-b22f-e802efb50b01","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/resourceInstances/pnf90f5afa5b8e60/artifacts/vendor-license-model.xml","artifactChecksum":"MDA2YmRlNTU1NDMxZjlhNmQ1YWI3NGEzMGQ0ZWJiYmM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b986f30a-c9fb-4622-b126-d67a2a8d4b6e","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/resourceInstances/pnf90f5afa5b8e60/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9a85a9cc-80cb-469a-bdb2-a8e88cadeeb8","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/resourceInstances/pnf90f5afa5b8e60/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d690db5e-25e3-4011-a081-eef695545489","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfFxnigghrivv0hdgodz8d-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/artifacts/service-DemoPnfFxnigghrivv0hdgodz8d-template.yml","artifactChecksum":"NzhkMjJjNWIwMGQ5ZjhmNjlhZmFjNmQ1ZmIxYzhlZWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3fe18671-a7e8-46fb-8167-eaa4400cf325","artifactVersion":"1"},{"artifactName":"service-DemoPnfFxnigghrivv0hdgodz8d-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/artifacts/service-DemoPnfFxnigghrivv0hdgodz8d-csar.csar","artifactChecksum":"MThlZjZhY2Y0NjE2MDk3MzMxZjZkZjFjMGM2NTdjOTY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f87dcf18-60b9-4194-89d9-86b0363e68b4","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-20T13:59:18.537Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T13:59:18.539Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:59:18.539Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a35dfaaf-637e-4f0c-9572-1ec4266ee953",
"consumerID": "clamp",
"timestamp": 1653055122700,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/resourceInstances/pnf90f5afa5b8e60/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-20T13:59:18.540Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-20T13:59:18.540Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:59:18.540Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-20T13:59:18.540Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a35dfaaf-637e-4f0c-9572-1ec4266ee953",
"consumerID": "policy-id",
"timestamp": 1653055119211,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/resourceInstances/pnf90f5afa5b8e60/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-20T13:59:18.540Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-20T13:59:18.540Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:59:18.540Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a35dfaaf-637e-4f0c-9572-1ec4266ee953",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653055127008,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/resourceInstances/pnf90f5afa5b8e60/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-20T13:59:18.540Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-20T13:59:18.540Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:59:18.540Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a35dfaaf-637e-4f0c-9572-1ec4266ee953",
"consumerID": "clamp",
"timestamp": 1653055122700,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/resourceInstances/pnf90f5afa5b8e60/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-05-20T13:59:18.540Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-20T13:59:18.540Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:59:18.540Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a35dfaaf-637e-4f0c-9572-1ec4266ee953",
"consumerID": "policy-id",
"timestamp": 1653055119211,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/resourceInstances/pnf90f5afa5b8e60/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-05-20T13:59:18.540Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-20T13:59:18.540Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:59:18.540Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a35dfaaf-637e-4f0c-9572-1ec4266ee953",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653055127008,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/resourceInstances/pnf90f5afa5b8e60/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-05-20T13:59:18.540Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-20T13:59:18.540Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:59:18.540Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a35dfaaf-637e-4f0c-9572-1ec4266ee953",
"consumerID": "clamp",
"timestamp": 1653055122700,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/resourceInstances/pnf90f5afa5b8e60/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-05-20T13:59:18.540Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-20T13:59:18.540Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:59:18.540Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a35dfaaf-637e-4f0c-9572-1ec4266ee953",
"consumerID": "policy-id",
"timestamp": 1653055119211,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/resourceInstances/pnf90f5afa5b8e60/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-05-20T13:59:18.540Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-20T13:59:18.540Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:59:18.540Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a35dfaaf-637e-4f0c-9572-1ec4266ee953",
"consumerID": "aai-ml",
"timestamp": 1653055128970,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/resourceInstances/pnf90f5afa5b8e60/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-20T13:59:18.541Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-20T13:59:18.541Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:59:18.541Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a35dfaaf-637e-4f0c-9572-1ec4266ee953",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653055127008,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/resourceInstances/pnf90f5afa5b8e60/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-05-20T13:59:18.541Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-20T13:59:18.541Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:59:18.541Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a35dfaaf-637e-4f0c-9572-1ec4266ee953",
"consumerID": "clamp",
"timestamp": 1653055122700,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/resourceInstances/pnf90f5afa5b8e60/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-20T13:59:18.541Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-20T13:59:18.541Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:59:18.541Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a35dfaaf-637e-4f0c-9572-1ec4266ee953",
"consumerID": "policy-id",
"timestamp": 1653055119211,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/resourceInstances/pnf90f5afa5b8e60/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-20T13:59:18.541Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-20T13:59:18.541Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:59:18.541Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a35dfaaf-637e-4f0c-9572-1ec4266ee953",
"consumerID": "aai-ml",
"timestamp": 1653055128970,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/resourceInstances/pnf90f5afa5b8e60/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-05-20T13:59:18.541Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-20T13:59:18.541Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:59:18.541Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a35dfaaf-637e-4f0c-9572-1ec4266ee953",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653055127008,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/resourceInstances/pnf90f5afa5b8e60/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-20T13:59:18.541Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-20T13:59:18.541Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:59:18.541Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a35dfaaf-637e-4f0c-9572-1ec4266ee953",
"consumerID": "clamp",
"timestamp": 1653055122700,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/resourceInstances/pnf90f5afa5b8e60/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-20T13:59:18.541Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-20T13:59:18.541Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:59:18.541Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a35dfaaf-637e-4f0c-9572-1ec4266ee953",
"consumerID": "policy-id",
"timestamp": 1653055119211,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/resourceInstances/pnf90f5afa5b8e60/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-20T13:59:18.542Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-20T13:59:18.542Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:59:18.542Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a35dfaaf-637e-4f0c-9572-1ec4266ee953",
"consumerID": "aai-ml",
"timestamp": 1653055128970,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/resourceInstances/pnf90f5afa5b8e60/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-05-20T13:59:18.542Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-20T13:59:18.542Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:59:18.542Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a35dfaaf-637e-4f0c-9572-1ec4266ee953",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653055127008,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/resourceInstances/pnf90f5afa5b8e60/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-20T13:59:18.542Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-20T13:59:18.542Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:59:18.542Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a35dfaaf-637e-4f0c-9572-1ec4266ee953",
"consumerID": "cds",
"timestamp": 1653055131196,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/resourceInstances/pnf90f5afa5b8e60/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-20T13:59:18.542Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-20T13:59:18.542Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:59:18.542Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a35dfaaf-637e-4f0c-9572-1ec4266ee953",
"consumerID": "clamp",
"timestamp": 1653055122700,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/resourceInstances/pnf90f5afa5b8e60/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-20T13:59:18.542Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-20T13:59:18.542Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-20T13:59:18.542Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:59:18.542Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a35dfaaf-637e-4f0c-9572-1ec4266ee953",
"consumerID": "policy-id",
"timestamp": 1653055119211,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/resourceInstances/pnf90f5afa5b8e60/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-20T13:59:18.542Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-20T13:59:18.542Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:59:18.542Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a35dfaaf-637e-4f0c-9572-1ec4266ee953",
"consumerID": "aai-ml",
"timestamp": 1653055128970,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/resourceInstances/pnf90f5afa5b8e60/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-20T13:59:18.542Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-20T13:59:18.542Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:59:18.543Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a35dfaaf-637e-4f0c-9572-1ec4266ee953",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653055127008,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/resourceInstances/pnf90f5afa5b8e60/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-20T13:59:18.543Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-20T13:59:18.543Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:59:18.543Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a35dfaaf-637e-4f0c-9572-1ec4266ee953",
"consumerID": "cds",
"timestamp": 1653055131196,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/resourceInstances/pnf90f5afa5b8e60/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-05-20T13:59:18.543Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-20T13:59:18.543Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:59:18.543Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a35dfaaf-637e-4f0c-9572-1ec4266ee953",
"consumerID": "clamp",
"timestamp": 1653055122700,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/artifacts/service-DemoPnfFxnigghrivv0hdgodz8d-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-20T13:59:18.543Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-20T13:59:18.543Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:59:18.543Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a35dfaaf-637e-4f0c-9572-1ec4266ee953",
"consumerID": "policy-id",
"timestamp": 1653055119211,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/artifacts/service-DemoPnfFxnigghrivv0hdgodz8d-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-20T13:59:18.543Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-20T13:59:18.543Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:59:18.543Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a35dfaaf-637e-4f0c-9572-1ec4266ee953",
"consumerID": "aai-ml",
"timestamp": 1653055128970,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/resourceInstances/pnf90f5afa5b8e60/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-20T13:59:18.543Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-20T13:59:18.543Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:59:18.543Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a35dfaaf-637e-4f0c-9572-1ec4266ee953",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653055127008,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/artifacts/service-DemoPnfFxnigghrivv0hdgodz8d-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-20T13:59:18.543Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-20T13:59:18.543Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:59:18.543Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a35dfaaf-637e-4f0c-9572-1ec4266ee953",
"consumerID": "ves-openapi-manager",
"timestamp": 1653055133187,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/resourceInstances/pnf90f5afa5b8e60/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-20T13:59:18.543Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-20T13:59:18.543Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:59:18.543Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a35dfaaf-637e-4f0c-9572-1ec4266ee953",
"consumerID": "cds",
"timestamp": 1653055131196,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/resourceInstances/pnf90f5afa5b8e60/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-05-20T13:59:18.543Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-20T13:59:18.543Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:59:18.543Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a35dfaaf-637e-4f0c-9572-1ec4266ee953",
"consumerID": "clamp",
"timestamp": 1653055122700,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/artifacts/service-DemoPnfFxnigghrivv0hdgodz8d-csar.csar",
"status": "NOTIFIED"
}
2022-05-20T13:59:18.544Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-20T13:59:18.544Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:59:18.544Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a35dfaaf-637e-4f0c-9572-1ec4266ee953",
"consumerID": "policy-id",
"timestamp": 1653055119211,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/artifacts/service-DemoPnfFxnigghrivv0hdgodz8d-csar.csar",
"status": "NOTIFIED"
}
2022-05-20T13:59:18.544Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-20T13:59:18.544Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:59:18.544Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a35dfaaf-637e-4f0c-9572-1ec4266ee953",
"consumerID": "aai-ml",
"timestamp": 1653055128970,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/resourceInstances/pnf90f5afa5b8e60/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-20T13:59:18.544Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-20T13:59:18.544Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:59:18.544Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a35dfaaf-637e-4f0c-9572-1ec4266ee953",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653055127008,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/artifacts/service-DemoPnfFxnigghrivv0hdgodz8d-csar.csar",
"status": "NOTIFIED"
}
2022-05-20T13:59:18.544Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-20T13:59:18.544Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:59:18.544Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a35dfaaf-637e-4f0c-9572-1ec4266ee953",
"consumerID": "ves-openapi-manager",
"timestamp": 1653055133187,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/resourceInstances/pnf90f5afa5b8e60/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-05-20T13:59:18.544Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-20T13:59:18.544Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:59:18.544Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a35dfaaf-637e-4f0c-9572-1ec4266ee953",
"consumerID": "cds",
"timestamp": 1653055131196,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/resourceInstances/pnf90f5afa5b8e60/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-20T13:59:18.544Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-20T13:59:18.544Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:59:18.544Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a35dfaaf-637e-4f0c-9572-1ec4266ee953",
"consumerID": "aai-ml",
"timestamp": 1653055128970,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/artifacts/service-DemoPnfFxnigghrivv0hdgodz8d-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-20T13:59:18.544Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-20T13:59:18.544Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:59:18.544Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a35dfaaf-637e-4f0c-9572-1ec4266ee953",
"consumerID": "policy-id",
"timestamp": 1653055135742,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/artifacts/service-DemoPnfFxnigghrivv0hdgodz8d-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-20T13:59:18.544Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T13:59:18.545Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:59:18.545Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a35dfaaf-637e-4f0c-9572-1ec4266ee953",
"consumerID": "ves-openapi-manager",
"timestamp": 1653055133187,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/resourceInstances/pnf90f5afa5b8e60/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-05-20T13:59:18.545Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-20T13:59:18.545Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:59:18.545Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a35dfaaf-637e-4f0c-9572-1ec4266ee953",
"consumerID": "cds",
"timestamp": 1653055131196,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/resourceInstances/pnf90f5afa5b8e60/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-20T13:59:18.545Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-20T13:59:18.545Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:59:18.545Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a35dfaaf-637e-4f0c-9572-1ec4266ee953",
"consumerID": "aai-ml",
"timestamp": 1653055128970,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/artifacts/service-DemoPnfFxnigghrivv0hdgodz8d-csar.csar",
"status": "NOTIFIED"
}
2022-05-20T13:59:18.545Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-20T13:59:18.545Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:59:18.545Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a35dfaaf-637e-4f0c-9572-1ec4266ee953",
"consumerID": "policy-id",
"timestamp": 1653055136744,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/artifacts/service-DemoPnfFxnigghrivv0hdgodz8d-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-20T13:59:18.545Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T13:59:18.545Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:59:18.545Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a35dfaaf-637e-4f0c-9572-1ec4266ee953",
"consumerID": "ves-openapi-manager",
"timestamp": 1653055133187,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/resourceInstances/pnf90f5afa5b8e60/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-20T13:59:18.545Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-20T13:59:18.545Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:59:18.545Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a35dfaaf-637e-4f0c-9572-1ec4266ee953",
"consumerID": "cds",
"timestamp": 1653055131196,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/resourceInstances/pnf90f5afa5b8e60/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-20T13:59:18.545Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-20T13:59:18.545Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:59:18.545Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a35dfaaf-637e-4f0c-9572-1ec4266ee953",
"consumerID": "policy-id",
"timestamp": 1653055137746,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
2022-05-20T13:59:18.545Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-20T13:59:18.546Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "a35dfaaf-637e-4f0c-9572-1ec4266ee953",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653055157901,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/resourceInstances/pnf90f5afa5b8e60/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-20T13:59:18.562Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a35dfaaf-637e-4f0c-9572-1ec4266ee953
2022-05-20T13:59:18.562Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId a35dfaaf-637e-4f0c-9572-1ec4266ee953 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-20T13:59:18.570Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:59:18.570Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a35dfaaf-637e-4f0c-9572-1ec4266ee953",
"consumerID": "ves-openapi-manager",
"timestamp": 1653055133187,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/resourceInstances/pnf90f5afa5b8e60/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-20T13:59:18.570Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-20T13:59:18.570Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:59:18.570Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a35dfaaf-637e-4f0c-9572-1ec4266ee953",
"consumerID": "cds",
"timestamp": 1653055131196,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/artifacts/service-DemoPnfFxnigghrivv0hdgodz8d-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-20T13:59:18.570Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-20T13:59:18.570Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:59:18.570Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a35dfaaf-637e-4f0c-9572-1ec4266ee953",
"consumerID": "aai-ml",
"timestamp": 1653055137855,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/artifacts/service-DemoPnfFxnigghrivv0hdgodz8d-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-20T13:59:18.570Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T13:59:18.570Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:59:18.570Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a35dfaaf-637e-4f0c-9572-1ec4266ee953",
"consumerID": "ves-openapi-manager",
"timestamp": 1653055133187,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/resourceInstances/pnf90f5afa5b8e60/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOTIFIED"
}
2022-05-20T13:59:18.570Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-20T13:59:18.570Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:59:18.571Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a35dfaaf-637e-4f0c-9572-1ec4266ee953",
"consumerID": "cds",
"timestamp": 1653055131196,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/artifacts/service-DemoPnfFxnigghrivv0hdgodz8d-csar.csar",
"status": "NOTIFIED"
}
2022-05-20T13:59:18.571Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-20T13:59:18.571Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:59:18.571Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a35dfaaf-637e-4f0c-9572-1ec4266ee953",
"consumerID": "ves-openapi-manager",
"timestamp": 1653055133187,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/artifacts/service-DemoPnfFxnigghrivv0hdgodz8d-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-20T13:59:18.571Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-20T13:59:18.571Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:59:18.571Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a35dfaaf-637e-4f0c-9572-1ec4266ee953",
"consumerID": "cds",
"timestamp": 1653055140254,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/artifacts/service-DemoPnfFxnigghrivv0hdgodz8d-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-20T13:59:18.571Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T13:59:18.571Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:59:18.571Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a35dfaaf-637e-4f0c-9572-1ec4266ee953",
"consumerID": "ves-openapi-manager",
"timestamp": 1653055133187,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/artifacts/service-DemoPnfFxnigghrivv0hdgodz8d-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-05-20T13:59:18.571Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-20T13:59:18.571Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:59:18.571Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a35dfaaf-637e-4f0c-9572-1ec4266ee953",
"consumerID": "cds",
"timestamp": 1653055141261,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/artifacts/service-DemoPnfFxnigghrivv0hdgodz8d-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-20T13:59:18.576Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a35dfaaf-637e-4f0c-9572-1ec4266ee953
2022-05-20T13:59:18.576Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId a35dfaaf-637e-4f0c-9572-1ec4266ee953 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-20T13:59:18.585Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:59:18.585Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a35dfaaf-637e-4f0c-9572-1ec4266ee953",
"consumerID": "ves-openapi-manager",
"timestamp": 1653055142198,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/resourceInstances/pnf90f5afa5b8e60/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DOWNLOAD_OK"
}
2022-05-20T13:59:18.585Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T13:59:18.585Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:59:18.585Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a35dfaaf-637e-4f0c-9572-1ec4266ee953",
"consumerID": "aai-ml",
"timestamp": 1653055142984,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/artifacts/service-DemoPnfFxnigghrivv0hdgodz8d-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-20T13:59:18.585Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T13:59:18.585Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:59:18.585Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a35dfaaf-637e-4f0c-9572-1ec4266ee953",
"consumerID": "clamp",
"timestamp": 1653055143230,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/artifacts/service-DemoPnfFxnigghrivv0hdgodz8d-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-20T13:59:18.585Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T13:59:18.585Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:59:18.585Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a35dfaaf-637e-4f0c-9572-1ec4266ee953",
"consumerID": "ves-openapi-manager",
"timestamp": 1653055143501,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/resourceInstances/pnf90f5afa5b8e60/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DEPLOY_OK"
}
2022-05-20T13:59:18.585Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T13:59:18.585Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:59:18.585Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a35dfaaf-637e-4f0c-9572-1ec4266ee953",
"consumerID": "aai-ml",
"timestamp": 1653055143988,
"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-20T13:59:18.590Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a35dfaaf-637e-4f0c-9572-1ec4266ee953
2022-05-20T13:59:18.590Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId a35dfaaf-637e-4f0c-9572-1ec4266ee953 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-20T13:59:18.599Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:59:18.599Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a35dfaaf-637e-4f0c-9572-1ec4266ee953",
"consumerID": "ves-openapi-manager",
"timestamp": 1653055144505,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-20T13:59:18.605Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of a35dfaaf-637e-4f0c-9572-1ec4266ee953
2022-05-20T13:59:18.605Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId a35dfaaf-637e-4f0c-9572-1ec4266ee953 and ComponentName
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-20T13:59:18.616Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:59:18.617Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a35dfaaf-637e-4f0c-9572-1ec4266ee953",
"consumerID": "clamp",
"timestamp": 1653055145235,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/artifacts/service-DemoPnfFxnigghrivv0hdgodz8d-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-20T13:59:18.617Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T13:59:18.617Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:59:18.617Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a35dfaaf-637e-4f0c-9572-1ec4266ee953",
"consumerID": "clamp",
"timestamp": 1653055146238,
"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-20T13:59:18.623Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a35dfaaf-637e-4f0c-9572-1ec4266ee953
2022-05-20T13:59:18.623Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId a35dfaaf-637e-4f0c-9572-1ec4266ee953 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-20T13:59:18.635Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:59:18.635Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a35dfaaf-637e-4f0c-9572-1ec4266ee953",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653055145693,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/resourceInstances/pnf90f5afa5b8e60/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-20T13:59:18.635Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-20T13:59:18.635Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:59:18.635Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a35dfaaf-637e-4f0c-9572-1ec4266ee953",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653055145693,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/resourceInstances/pnf90f5afa5b8e60/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-05-20T13:59:18.635Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-20T13:59:18.635Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:59:18.636Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a35dfaaf-637e-4f0c-9572-1ec4266ee953",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653055145693,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/resourceInstances/pnf90f5afa5b8e60/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-05-20T13:59:18.636Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-20T13:59:18.636Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:59:18.636Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a35dfaaf-637e-4f0c-9572-1ec4266ee953",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653055145693,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/resourceInstances/pnf90f5afa5b8e60/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-20T13:59:18.636Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-20T13:59:18.636Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:59:18.636Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a35dfaaf-637e-4f0c-9572-1ec4266ee953",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653055145693,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/resourceInstances/pnf90f5afa5b8e60/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-20T13:59:18.636Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-20T13:59:18.636Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:59:18.636Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a35dfaaf-637e-4f0c-9572-1ec4266ee953",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653055145693,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/resourceInstances/pnf90f5afa5b8e60/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-20T13:59:18.636Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-20T13:59:18.636Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:59:18.636Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a35dfaaf-637e-4f0c-9572-1ec4266ee953",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653055145693,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/artifacts/service-DemoPnfFxnigghrivv0hdgodz8d-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-20T13:59:18.636Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-20T13:59:18.636Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:59:18.636Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a35dfaaf-637e-4f0c-9572-1ec4266ee953",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653055145693,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/artifacts/service-DemoPnfFxnigghrivv0hdgodz8d-csar.csar",
"status": "NOTIFIED"
}
2022-05-20T13:59:18.637Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-20T13:59:18.637Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:59:18.637Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a35dfaaf-637e-4f0c-9572-1ec4266ee953",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653055154414,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/artifacts/service-DemoPnfFxnigghrivv0hdgodz8d-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-20T13:59:18.637Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T13:59:18.637Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:59:18.637Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a35dfaaf-637e-4f0c-9572-1ec4266ee953",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653055156123,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/artifacts/service-DemoPnfFxnigghrivv0hdgodz8d-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-20T13:59:18.637Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T13:59:18.637Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T13:59:18.637Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a35dfaaf-637e-4f0c-9572-1ec4266ee953",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653055157126,
"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-20T13:59:18.643Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a35dfaaf-637e-4f0c-9572-1ec4266ee953
2022-05-20T13:59:18.643Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId a35dfaaf-637e-4f0c-9572-1ec4266ee953 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=?
2022-05-20T13:59:18.646Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-20T13:59:18.646Z||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-20T13:59:18.646Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JpY8xZi914pjvwqr) ...
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-20T13:59:18.659Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T13:59:18.660Z||pool-35-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-20T13:59:19.546Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-20T13:59:19.547Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-20T13:59:19.548Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-20T13:59:19.549Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "a35dfaaf-637e-4f0c-9572-1ec4266ee953",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653055157901,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/resourceInstances/pnf90f5afa5b8e60/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-05-20T13:59:19.649Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-20T13:59:19.650Z||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-20T13:59:19.650Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JpY8xZi914pjvwqr) ...
2022-05-20T13:59:19.665Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T13:59:19.666Z||pool-36-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-20T13:59:20.549Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-20T13:59:20.550Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-20T13:59:20.553Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-20T13:59:20.553Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "a35dfaaf-637e-4f0c-9572-1ec4266ee953",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653055157901,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/resourceInstances/pnf90f5afa5b8e60/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-05-20T13:59:20.653Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-20T13:59:20.654Z||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-20T13:59:20.654Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JpY8xZi914pjvwqr) ...
2022-05-20T13:59:20.668Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T13:59:20.669Z||pool-37-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-20T13:59:21.553Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-20T13:59:21.554Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-20T13:59:21.557Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-20T13:59:21.557Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "a35dfaaf-637e-4f0c-9572-1ec4266ee953",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653055157901,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/resourceInstances/pnf90f5afa5b8e60/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-20T13:59:21.657Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-20T13:59:21.658Z||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-20T13:59:21.659Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JpY8xZi914pjvwqr) ...
2022-05-20T13:59:21.672Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T13:59:21.672Z||pool-38-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-20T13:59:22.558Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-20T13:59:22.559Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-20T13:59:22.563Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-20T13:59:22.563Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "a35dfaaf-637e-4f0c-9572-1ec4266ee953",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653055157901,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/resourceInstances/pnf90f5afa5b8e60/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-20T13:59:22.663Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-20T13:59:22.664Z||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-20T13:59:22.664Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JpY8xZi914pjvwqr) ...
2022-05-20T13:59:22.677Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T13:59:22.677Z||pool-39-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-05-20T13:59:23.563Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-20T13:59:23.565Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-20T13:59:23.567Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-20T13:59:23.568Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "a35dfaaf-637e-4f0c-9572-1ec4266ee953",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653055157901,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/resourceInstances/pnf90f5afa5b8e60/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-20T13:59:23.668Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-20T13:59:23.669Z||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-20T13:59:23.669Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JpY8xZi914pjvwqr) ...
2022-05-20T13:59:23.682Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T13:59:23.683Z||pool-40-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-20T13:59:24.568Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-20T13:59:24.569Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-20T13:59:24.571Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-20T13:59:24.572Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "a35dfaaf-637e-4f0c-9572-1ec4266ee953",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653055157901,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/artifacts/service-DemoPnfFxnigghrivv0hdgodz8d-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-20T13:59:24.672Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-20T13:59:24.672Z||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-20T13:59:24.673Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JpY8xZi914pjvwqr) ...
2022-05-20T13:59:24.687Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T13:59:24.687Z||pool-41-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-20T13:59:25.572Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-20T13:59:25.574Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-20T13:59:25.576Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-20T13:59:25.576Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "a35dfaaf-637e-4f0c-9572-1ec4266ee953",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653055157901,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/artifacts/service-DemoPnfFxnigghrivv0hdgodz8d-csar.csar",
"status": "NOTIFIED"
}
2022-05-20T13:59:25.676Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-20T13:59:25.677Z||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-20T13:59:25.677Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JpY8xZi914pjvwqr) ...
2022-05-20T13:59:25.691Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T13:59:25.691Z||pool-42-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-20T13:59:26.578Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "a35dfaaf-637e-4f0c-9572-1ec4266ee953",
"serviceName": "Demo_pNF_FxnIgGHrIvV0hdgodZ8d",
"serviceVersion": "1.0",
"serviceUUID": "8b24ec2f-9a6f-4d20-add7-959675a57b40",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "b9a26adf-12dc-410c-a3e8-620313c871b1",
"resources": [
{
"resourceInstanceName": "pNF 90f5afa5-b8e6 0",
"resourceCustomizationUUID": "ad5ca9dd-80eb-408b-b92f-8724b6549621",
"resourceName": "pNF 90f5afa5-b8e6",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "8876f0dd-cf5a-4900-893f-59a42eda78ec",
"resourceInvariantUUID": "b4d8d67c-1c91-4b99-a2e5-b004deff48c2",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfFxnigghrivv0hdgodz8d-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/artifacts/service-DemoPnfFxnigghrivv0hdgodz8d-csar.csar",
"artifactChecksum": "MThlZjZhY2Y0NjE2MDk3MzMxZjZkZjFjMGM2NTdjOTY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "f87dcf18-60b9-4194-89d9-86b0363e68b4"
}
],
"workloadContext": "Production"
}
2022-05-20T13:59:26.578Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-20T13:59:26.579Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 8b24ec2f-9a6f-4d20-add7-959675a57b40 ASDC
2022-05-20T13:59:26.579Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:a35dfaaf-637e-4f0c-9572-1ec4266ee953
ServiceName:Demo_pNF_FxnIgGHrIvV0hdgodZ8d
ServiceVersion:1.0
ServiceUUID:8b24ec2f-9a6f-4d20-add7-959675a57b40
ServiceInvariantUUID:b9a26adf-12dc-410c-a3e8-620313c871b1
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfFxnigghrivv0hdgodz8d-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/artifacts/service-DemoPnfFxnigghrivv0hdgodz8d-csar.csar
ArtifactUUID:f87dcf18-60b9-4194-89d9-86b0363e68b4
ArtifactChecksum:MThlZjZhY2Y0NjE2MDk3MzMxZjZkZjFjMGM2NTdjOTY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 90f5afa5-b8e6 0
ResourceCustomizationUUID:ad5ca9dd-80eb-408b-b92f-8724b6549621
ResourceInvariantUUID:b4d8d67c-1c91-4b99-a2e5-b004deff48c2
ResourceName:pNF 90f5afa5-b8e6
ResourceType:PNF
ResourceUUID:8876f0dd-cf5a-4900-893f-59a42eda78ec
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2022-05-20T13:59:26.579Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8b24ec2f-9a6f-4d20-add7-959675a57b40 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-20T13:59:26.608Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-20T13:59:26.608Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-05-20T13:59:26.608Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-05-20T13:59:26.608Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: f87dcf18-60b9-4194-89d9-86b0363e68b4 from URL: /sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/artifacts/service-DemoPnfFxnigghrivv0hdgodz8d-csar.csar
2022-05-20T13:59:26.608Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-05-20T13:59:26.608Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/artifacts/service-DemoPnfFxnigghrivv0hdgodz8d-csar.csar
2022-05-20T13:59:26.856Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-05-20T13:59:26.863Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/artifacts/service-DemoPnfFxnigghrivv0hdgodz8d-csar.csar f87dcf18-60b9-4194-89d9-86b0363e68b4 82643
2022-05-20T13:59:26.864Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/artifacts/service-DemoPnfFxnigghrivv0hdgodz8d-csar.csar ASDC sendASDCNotification
2022-05-20T13:59:26.864Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/artifacts/service-DemoPnfFxnigghrivv0hdgodz8d-csar.csar
2022-05-20T13:59:26.864Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-20T13:59:26.864Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-20T13:59:26.866Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-20T13:59:26.866Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "a35dfaaf-637e-4f0c-9572-1ec4266ee953",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653055166864,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/artifacts/service-DemoPnfFxnigghrivv0hdgodz8d-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-20T13:59:26.967Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-20T13:59:26.968Z||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-20T13:59:26.968Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JpY8xZi914pjvwqr) ...
2022-05-20T13:59:26.982Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T13:59:26.982Z||pool-43-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-20T13:59:27.867Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-20T13:59:27.868Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-05-20T13:59:27.868Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: f87dcf18-60b9-4194-89d9-86b0363e68b4, URL: /sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/artifacts/service-DemoPnfFxnigghrivv0hdgodz8d-csar.csar to file: /app/ASDC/1/service-DemoPnfFxnigghrivv0hdgodz8d-csar.csar
2022-05-20T13:59:27.869Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfFxnigghrivv0hdgodz8d-csar.csar
2022-05-20T13:59:27.869Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfFxnigghrivv0hdgodz8d-csar.csar
2022-05-20T13:59:27.869Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfFxnigghrivv0hdgodz8d-csar.csar
2022-05-20T13:59:27.981Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16108940997313196103/Definitions/service-DemoPnfFxnigghrivv0hdgodz8d-template.yml
2022-05-20T13:59:28.658Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-20T13:59:28.658Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-05-20T13:59:28.659Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfFxnigghrivv0hdgodz8d-csar.csar
2022-05-20T13:59:28.659Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-05-20T13:59:28.659Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||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-DemoPnfFxnigghrivv0hdgodz8d-csar.csar
2022-05-20T13:59:28.659Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfFxnigghrivv0hdgodz8d-csar.csar
2022-05-20T13:59:28.659Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||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-DemoPnfFxnigghrivv0hdgodz8d-csar.csar
2022-05-20T13:59:28.659Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfFxnigghrivv0hdgodz8d-csar.csar
2022-05-20T13:59:28.659Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfFxnigghrivv0hdgodz8d-csar.csar
2022-05-20T13:59:28.659Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 90f5afa5-b8e6 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-DemoPnfFxnigghrivv0hdgodz8d-csar.csar
2022-05-20T13:59:28.659Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfFxnigghrivv0hdgodz8d-csar.csar
2022-05-20T13:59:28.659Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-05-20T13:59:28.659Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-20T13:59:28.660Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_FxnIgGHrIvV0hdgodZ8d is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-20T13:59:28.660Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||DEBUG|500||Node template pNF 90f5afa5-b8e6 0 is matching search criteria
2022-05-20T13:59:28.660Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-05-20T13:59:28.660Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 90f5afa5-b8e6 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-20T13:59:28.660Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-20T13:59:28.660Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_FxnIgGHrIvV0hdgodZ8d is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-20T13:59:28.660Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||DEBUG|500||Node template pNF 90f5afa5-b8e6 0 is matching search criteria
2022-05-20T13:59:28.660Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-05-20T13:59:28.660Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 90f5afa5-b8e6 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-20T13:59:28.660Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-20T13:59:28.661Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_FxnIgGHrIvV0hdgodZ8d is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-20T13:59:28.661Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-20T13:59:28.661Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_FxnIgGHrIvV0hdgodZ8d is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-20T13:59:28.661Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-20T13:59:28.661Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_FxnIgGHrIvV0hdgodZ8d is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-20T13:59:28.661Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-20T13:59:28.661Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_FxnIgGHrIvV0hdgodZ8d is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-20T13:59:28.661Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-20T13:59:28.661Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_FxnIgGHrIvV0hdgodZ8d is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-20T13:59:28.661Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_FxnIgGHrIvV0hdgodZ8d
Description:catalog service description
Model UUID:8b24ec2f-9a6f-4d20-add7-959675a57b40
Model Version:NULL
Model InvariantUuid:b9a26adf-12dc-410c-a3e8-620313c871b1
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-20T13:59:28.669Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: 8876f0dd-cf5a-4900-893f-59a42eda78ec
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-20T13:59:28.674Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||INFO|500||pNF 90f5afa5-b8e6 0
2022-05-20T13:59:28.674Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 8876f0dd-cf5a-4900-893f-59a42eda78ec
2022-05-20T13:59:28.674Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||DEBUG|500||No resources found for Service: 8b24ec2f-9a6f-4d20-add7-959675a57b40
2022-05-20T13:59:28.674Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 8b24ec2f-9a6f-4d20-add7-959675a57b40
2022-05-20T13:59:28.674Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 90f5afa5-b8e6 0 8876f0dd-cf5a-4900-893f-59a42eda78ec 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-20T13:59:28.679Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7c38eff0, org.onap.sdc.toscaparser.api.parameters.Input@5218b4e0, org.onap.sdc.toscaparser.api.parameters.Input@2d539fe8, org.onap.sdc.toscaparser.api.parameters.Input@78696387, org.onap.sdc.toscaparser.api.parameters.Input@43154415]
2022-05-20T13:59:28.679Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-20T13:59:28.679Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_FxnIgGHrIvV0hdgodZ8d is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-20T13:59:28.679Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 8b24ec2f-9a6f-4d20-add7-959675a57b40: pNF 90f5afa5-b8e6
2022-05-20T13:59:28.679Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||INFO|500||Processing PNF resource: 8876f0dd-cf5a-4900-893f-59a42eda78ec
2022-05-20T13:59:28.680Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-20T13:59:28.680Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_FxnIgGHrIvV0hdgodZ8d is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-20T13:59:28.680Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||INFO|500||Resource customization UUID: ad5ca9dd-80eb-408b-b92f-8724b6549621 is the same as notified resource customizationUUID: ad5ca9dd-80eb-408b-b92f-8724b6549621
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-05-20T13:59:28.733Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 90f5afa5-b8e6 8876f0dd-cf5a-4900-893f-59a42eda78ec 0 ASDC deployResourceStructure
2022-05-20T13:59:28.734Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/artifacts/service-DemoPnfFxnigghrivv0hdgodz8d-csar.csar ASDC sendASDCNotification
2022-05-20T13:59:28.734Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/artifacts/service-DemoPnfFxnigghrivv0hdgodz8d-csar.csar
2022-05-20T13:59:28.734Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-20T13:59:28.734Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-20T13:59:28.736Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-20T13:59:28.736Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "a35dfaaf-637e-4f0c-9572-1ec4266ee953",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653055168734,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/artifacts/service-DemoPnfFxnigghrivv0hdgodz8d-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-20T13:59:28.836Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-20T13:59:28.837Z||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-20T13:59:28.837Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JpY8xZi914pjvwqr) ...
2022-05-20T13:59:28.853Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T13:59:28.853Z||pool-44-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-20T13:59:29.736Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a35dfaaf-637e-4f0c-9572-1ec4266ee953
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-20T13:59:29.750Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a35dfaaf-637e-4f0c-9572-1ec4266ee953
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-20T13:59:29.753Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-20T13:59:29.753Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-20T13:59:29.754Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-20T13:59:29.754Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-20T13:59:29.754Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-20T13:59:29.754Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-20T13:59:29.754Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-20T13:59:29.754Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-20T13:59:29.754Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-20T13:59:29.754Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-20T13:59:29.755Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-20T13:59:29.755Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-20T13:59:29.761Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-20T13:59:59.761Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a35dfaaf-637e-4f0c-9572-1ec4266ee953 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-20T13:59:59.768Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a35dfaaf-637e-4f0c-9572-1ec4266ee953 and serviceModelVersionId: 8b24ec2f-9a6f-4d20-add7-959675a57b40
2022-05-20T13:59:59.768Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b9a26adf-12dc-410c-a3e8-620313c871b1
2022-05-20T13:59:59.769Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b9a26adf-12dc-410c-a3e8-620313c871b1/model-vers/model-ver/8b24ec2f-9a6f-4d20-add7-959675a57b40?depth=0
2022-05-20T13:59:59.772Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-05-20T13:59:59.798Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b9a26adf-12dc-410c-a3e8-620313c871b1/model-vers/model-ver/8b24ec2f-9a6f-4d20-add7-959675a57b40?depth=0|INFO|500||Invoke
2022-05-20T13:59:59.798Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b9a26adf-12dc-410c-a3e8-620313c871b1/model-vers/model-ver/8b24ec2f-9a6f-4d20-add7-959675a57b40?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b9a26adf-12dc-410c-a3e8-620313c871b1/model-vers/model-ver/8b24ec2f-9a6f-4d20-add7-959675a57b40?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a35dfaaf-637e-4f0c-9572-1ec4266ee953], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[5e0b946e-5645-4658-966a-ce681c5f91d3], X-ECOMP-RequestID=[a35dfaaf-637e-4f0c-9572-1ec4266ee953], X-TransactionId=[], X-ONAP-RequestID=[a35dfaaf-637e-4f0c-9572-1ec4266ee953], Content-Type=[application/merge-patch+json]}
2022-05-20T13:59:59.854Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b9a26adf-12dc-410c-a3e8-620313c871b1/model-vers/model-ver/8b24ec2f-9a6f-4d20-add7-959675a57b40?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-05-20T14:00:00.383Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b9a26adf-12dc-410c-a3e8-620313c871b1/model-vers/model-ver/8b24ec2f-9a6f-4d20-add7-959675a57b40?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/b9a26adf-12dc-410c-a3e8-620313c871b1/model-vers/model-ver/8b24ec2f-9a6f-4d20-add7-959675a57b40?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220520-13:59:59:860-14501], vertex-id=[155832], Content-Length=[0], Date=[Fri, 20 May 2022 13:59:59 GMT], Content-Type=[application/json]}
2022-05-20T14:00:00.383Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b9a26adf-12dc-410c-a3e8-620313c871b1/model-vers/model-ver/8b24ec2f-9a6f-4d20-add7-959675a57b40?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-05-20T14:00:00.384Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b9a26adf-12dc-410c-a3e8-620313c871b1/model-vers/model-ver/8b24ec2f-9a6f-4d20-add7-959675a57b40?depth=0|INFO|500||InvokeReturn
2022-05-20T14:00:00.384Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-20T14:00:00.384Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||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-20T14:00:00.388Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-05-20T14:00:00.389Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a35dfaaf-637e-4f0c-9572-1ec4266ee953 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-20T14:00:00.389Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-20T14:00:00.389Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-20T14:00:00.392Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-20T14:00:00.392Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "a35dfaaf-637e-4f0c-9572-1ec4266ee953",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653055200389,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-20T14:00:00.492Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-20T14:00:00.493Z||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-20T14:00:00.493Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JpY8xZi914pjvwqr) ...
2022-05-20T14:00:00.510Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T14:00:00.510Z||pool-45-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-20T14:00:17.902Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T14:00:17.903Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|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-20T14:00:17.903Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|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 JpY8xZi914pjvwqr) ...
2022-05-20T14:00:17.904Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T14:00:17.904Z||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-20T14:00:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T14:00:18.023Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T14:00:18.023Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T14:00:18.024Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a35dfaaf-637e-4f0c-9572-1ec4266ee953",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653055157901,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/resourceInstances/pnf90f5afa5b8e60/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-20T14:00:18.024Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-20T14:00:27.456Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T14:01:17.902Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T14:01:17.903Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|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-20T14:01:17.903Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|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 JpY8xZi914pjvwqr) ...
2022-05-20T14:01:17.904Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T14:01:17.904Z||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-20T14:01:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T14:01:18.429Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T14:01:18.431Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T14:01:18.431Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a35dfaaf-637e-4f0c-9572-1ec4266ee953",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653055157901,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/resourceInstances/pnf90f5afa5b8e60/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-05-20T14:01:18.432Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-20T14:01:18.432Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T14:01:18.432Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a35dfaaf-637e-4f0c-9572-1ec4266ee953",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653055157901,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/resourceInstances/pnf90f5afa5b8e60/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-05-20T14:01:18.432Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-20T14:01:18.432Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T14:01:18.433Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a35dfaaf-637e-4f0c-9572-1ec4266ee953",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653055157901,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/resourceInstances/pnf90f5afa5b8e60/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-20T14:01:18.433Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-20T14:01:18.433Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T14:01:18.433Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a35dfaaf-637e-4f0c-9572-1ec4266ee953",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653055157901,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/resourceInstances/pnf90f5afa5b8e60/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-20T14:01:18.433Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-20T14:01:18.433Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T14:01:18.433Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a35dfaaf-637e-4f0c-9572-1ec4266ee953",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653055157901,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/resourceInstances/pnf90f5afa5b8e60/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-20T14:01:18.433Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-20T14:01:18.433Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T14:01:18.433Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a35dfaaf-637e-4f0c-9572-1ec4266ee953",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653055157901,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/artifacts/service-DemoPnfFxnigghrivv0hdgodz8d-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-20T14:01:18.434Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-20T14:01:18.434Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T14:01:18.434Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a35dfaaf-637e-4f0c-9572-1ec4266ee953",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653055157901,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/artifacts/service-DemoPnfFxnigghrivv0hdgodz8d-csar.csar",
"status": "NOTIFIED"
}
2022-05-20T14:01:18.434Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-20T14:01:18.434Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T14:01:18.434Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a35dfaaf-637e-4f0c-9572-1ec4266ee953",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653055166864,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/artifacts/service-DemoPnfFxnigghrivv0hdgodz8d-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-20T14:01:18.434Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T14:01:18.434Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T14:01:18.434Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a35dfaaf-637e-4f0c-9572-1ec4266ee953",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653055168734,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFxnigghrivv0hdgodz8d/1.0/artifacts/service-DemoPnfFxnigghrivv0hdgodz8d-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-20T14:01:18.435Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T14:01:18.435Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-20T14:01:18.435Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a35dfaaf-637e-4f0c-9572-1ec4266ee953",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653055200389,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-20T14:01:18.435Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T14:01:27.454Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T14:02:17.902Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T14:02:17.902Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|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-20T14:02:17.903Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|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 JpY8xZi914pjvwqr) ...
2022-05-20T14:02:17.904Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T14:02:17.904Z||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-20T14:02:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T14:02:27.451Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T14:02:27.452Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T14:03:17.902Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T14:03:17.903Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|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-20T14:03:17.903Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|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 JpY8xZi914pjvwqr) ...
2022-05-20T14:03:17.904Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T14:03:17.904Z||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-20T14:03:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T14:03:27.448Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T14:03:27.450Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T14:04:17.901Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T14:04:17.902Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|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-20T14:04:17.902Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|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 JpY8xZi914pjvwqr) ...
2022-05-20T14:04:17.904Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T14:04:17.904Z||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-20T14:04:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T14:04:27.455Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T14:04:27.456Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T14:05:17.902Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T14:05:17.903Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|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-20T14:05:17.903Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T14:05:17.904Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|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 JpY8xZi914pjvwqr) ...
2022-05-20T14:05:17.904Z||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-20T14:05:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T14:05:27.460Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T14:05:27.462Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T14:06:17.901Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T14:06:17.902Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|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-20T14:06:17.903Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|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 JpY8xZi914pjvwqr) ...
2022-05-20T14:06:17.904Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T14:06:17.904Z|bdf220be-e95c-4f74-a284-91487836b16d|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-20T14:06:17.904Z|bdf220be-e95c-4f74-a284-91487836b16d|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 JpY8xZi914pjvwqr) ...
2022-05-20T14:06:27.455Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T14:06:27.456Z|bdf220be-e95c-4f74-a284-91487836b16d|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T14:07:17.901Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T14:07:17.902Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|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-20T14:07:17.902Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|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 JpY8xZi914pjvwqr) ...
2022-05-20T14:07:17.904Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-20T14:07:17.904Z||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-20T14:07:17.904Z||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 JpY8xZi914pjvwqr) ...
2022-05-20T14:07:18.531Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T14:07:18.532Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-20T14:07:18.532Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"eeae293b-ae8c-4e61-b736-6ba6e3e31fc8","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"68aa29aa-b4ac-4141-8c4d-73e92264022e","serviceDescription":"service","serviceInvariantUUID":"6b1a1188-a834-4922-b4a9-3dad80e3ee12","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2ea76121-7d6f-493d-bff2-9bcbf805d33c","resourceInvariantUUID":"4545f812-6cc9-4857-8bc3-e3a6bfd66c8d","resourceCustomizationUUID":"cb35dd4f-84d7-4cd8-bf53-3b75cd374e83","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml","artifactChecksum":"YTkzOWU3NDk5MTUxMDVlM2MwMWQ4NTJlM2Y2MGUzNjQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ba1314ee-a64a-42da-b64f-117ae380ce64","artifactVersion":"1"},{"artifactName":"nginx_cloudtech_k8s_charts.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"949fde60-0852-4e52-bd56-bb4229ef1b3e","artifactVersion":"2","generatedFromUUID":"032771ee-cc7a-44cf-a3a8-65987a417e0b"},{"artifactName":"nginx_cloudtech_k8s_charts.tgz","artifactType":"CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz","artifactChecksum":"YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"032771ee-cc7a-44cf-a3a8-65987a417e0b","artifactVersion":"1"},{"artifactName":"basic_cnf0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json","artifactChecksum":"Y2MxM2E1Yzc1NDJiZGRkZjVjNjM5Mjc1ZjU5ZjI3MmE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"4967052f-d00c-4346-9627-b906f3388ef4","artifactVersion":"1"},{"artifactName":"base_dummy.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml","artifactChecksum":"MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"d88d3d01-1f87-4307-b5e1-96439b69b586","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml","artifactChecksum":"OWI0ZjVmMTVjZmQ2Nzk1ZTUyOWQyYzdjMjFhYTI4NzE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"2d75c898-20b3-44c2-a2bd-d9215f53c61a","artifactVersion":"1"},{"artifactName":"base_dummy.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env","artifactChecksum":"NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"23660ec2-c5fa-44ee-8534-d33a5eac46aa","artifactVersion":"2","generatedFromUUID":"d88d3d01-1f87-4307-b5e1-96439b69b586"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"ZTJjYWZmZDZmODg1MDEyN2Y2MDNiMjNlZGIyYjI0Yjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"de5a8549-c754-4db1-8856-0a7c28babf64","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"Y2IzODFmN2NhMmU3OTYzMTUzOGUxMDI5OTYxOTIxZmE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"13848b28-cebb-4cc5-9cc8-802b3dd50de7","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-20T14:07:18.533Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T14:07:18.535Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-20T14:07:18.535Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:07:18.535Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653055587008,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-20T14:07:18.535Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-20T14:07:18.536Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-20T14:07:18.536Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:07:18.536Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
"consumerID": "ves-openapi-manager",
"timestamp": 1653055593187,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-20T14:07:18.536Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-20T14:07:18.536Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:07:18.536Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653055587008,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOTIFIED"
}
2022-05-20T14:07:18.537Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-20T14:07:18.537Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:07:18.537Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
"consumerID": "ves-openapi-manager",
"timestamp": 1653055593187,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-05-20T14:07:18.537Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-20T14:07:18.537Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:07:18.537Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653055587008,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOTIFIED"
}
2022-05-20T14:07:18.537Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-20T14:07:18.537Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:07:18.537Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
"consumerID": "ves-openapi-manager",
"timestamp": 1653055593187,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-05-20T14:07:18.537Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-20T14:07:18.537Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:07:18.537Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653055587008,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOTIFIED"
}
2022-05-20T14:07:18.537Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-20T14:07:18.538Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:07:18.538Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653055595693,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-20T14:07:18.538Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-20T14:07:18.538Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:07:18.538Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
"consumerID": "cds",
"timestamp": 1653055596196,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-20T14:07:18.538Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-20T14:07:18.538Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:07:18.538Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
"consumerID": "ves-openapi-manager",
"timestamp": 1653055593187,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-20T14:07:18.538Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-20T14:07:18.538Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-20T14:07:18.538Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:07:18.538Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653055587008,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOTIFIED"
}
2022-05-20T14:07:18.538Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653055637901,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-20T14:07:18.538Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-20T14:07:18.538Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:07:18.538Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653055595693,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-05-20T14:07:18.538Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-20T14:07:18.538Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:07:18.538Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
"consumerID": "cds",
"timestamp": 1653055596196,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-05-20T14:07:18.538Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-20T14:07:18.538Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:07:18.539Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
"consumerID": "ves-openapi-manager",
"timestamp": 1653055593187,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-20T14:07:18.539Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-20T14:07:18.539Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:07:18.539Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653055587008,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-20T14:07:18.539Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-20T14:07:18.539Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:07:18.539Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653055595693,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-05-20T14:07:18.539Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-20T14:07:18.539Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:07:18.539Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
"consumerID": "cds",
"timestamp": 1653055596196,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-05-20T14:07:18.539Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-20T14:07:18.539Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:07:18.539Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
"consumerID": "ves-openapi-manager",
"timestamp": 1653055593187,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-20T14:07:18.539Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-20T14:07:18.539Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:07:18.539Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653055587008,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOTIFIED"
}
2022-05-20T14:07:18.539Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-20T14:07:18.539Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:07:18.539Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653055595693,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-20T14:07:18.539Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-20T14:07:18.539Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:07:18.539Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
"consumerID": "cds",
"timestamp": 1653055596196,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-20T14:07:18.539Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-20T14:07:18.540Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:07:18.540Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
"consumerID": "ves-openapi-manager",
"timestamp": 1653055593187,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-05-20T14:07:18.540Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-20T14:07:18.540Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:07:18.540Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653055587008,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-20T14:07:18.540Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-20T14:07:18.540Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:07:18.540Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
"consumerID": "policy-id",
"timestamp": 1653055599211,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-20T14:07:18.540Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-20T14:07:18.540Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:07:18.540Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653055595693,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-20T14:07:18.540Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-20T14:07:18.540Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:07:18.540Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
"consumerID": "cds",
"timestamp": 1653055596196,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-20T14:07:18.540Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-20T14:07:18.540Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:07:18.540Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
"consumerID": "ves-openapi-manager",
"timestamp": 1653055593187,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-20T14:07:18.540Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-20T14:07:18.540Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:07:18.540Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653055587008,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-05-20T14:07:18.540Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-20T14:07:18.540Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:07:18.541Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
"consumerID": "policy-id",
"timestamp": 1653055599211,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-05-20T14:07:18.541Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-20T14:07:18.541Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:07:18.541Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653055595693,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-20T14:07:18.541Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-20T14:07:18.541Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:07:18.541Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
"consumerID": "cds",
"timestamp": 1653055596196,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-20T14:07:18.541Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-20T14:07:18.541Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:07:18.541Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
"consumerID": "ves-openapi-manager",
"timestamp": 1653055593187,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-05-20T14:07:18.541Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-20T14:07:18.541Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:07:18.541Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
"consumerID": "policy-id",
"timestamp": 1653055599211,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-05-20T14:07:18.541Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-20T14:07:18.541Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:07:18.541Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653055601951,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-05-20T14:07:18.541Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T14:07:18.541Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:07:18.541Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653055595693,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-05-20T14:07:18.541Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-20T14:07:18.541Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:07:18.541Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
"consumerID": "cds",
"timestamp": 1653055596196,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-05-20T14:07:18.541Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-20T14:07:18.541Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:07:18.541Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
"consumerID": "policy-id",
"timestamp": 1653055599211,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-20T14:07:18.541Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-20T14:07:18.541Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:07:18.541Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653055603006,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "DOWNLOAD_OK"
}
2022-05-20T14:07:18.541Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T14:07:18.542Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:07:18.542Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
"consumerID": "clamp",
"timestamp": 1653055602700,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-20T14:07:18.542Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-20T14:07:18.542Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:07:18.542Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653055595693,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-20T14:07:18.542Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-20T14:07:18.542Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:07:18.542Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
"consumerID": "cds",
"timestamp": 1653055596196,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-20T14:07:18.542Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-20T14:07:18.542Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:07:18.542Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
"consumerID": "policy-id",
"timestamp": 1653055599211,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOTIFIED"
}
2022-05-20T14:07:18.542Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-20T14:07:18.542Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:07:18.542Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653055604054,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "DOWNLOAD_OK"
}
2022-05-20T14:07:18.542Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T14:07:18.542Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:07:18.542Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
"consumerID": "clamp",
"timestamp": 1653055602700,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-05-20T14:07:18.542Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-20T14:07:18.542Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:07:18.542Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653055595693,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-05-20T14:07:18.542Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-20T14:07:18.542Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:07:18.542Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
"consumerID": "cds",
"timestamp": 1653055596196,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-05-20T14:07:18.542Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-20T14:07:18.542Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:07:18.542Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
"consumerID": "policy-id",
"timestamp": 1653055599211,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-20T14:07:18.542Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-20T14:07:18.542Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:07:18.542Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653055605103,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "DOWNLOAD_OK"
}
2022-05-20T14:07:18.542Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T14:07:18.542Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:07:18.543Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
"consumerID": "clamp",
"timestamp": 1653055602700,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-05-20T14:07:18.543Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-20T14:07:18.543Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:07:18.543Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653055605421,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-20T14:07:18.543Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T14:07:18.543Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:07:18.543Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
"consumerID": "policy-id",
"timestamp": 1653055599211,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-05-20T14:07:18.543Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-20T14:07:18.543Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:07:18.543Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
"consumerID": "cds",
"timestamp": 1653055605998,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-20T14:07:18.543Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T14:07:18.543Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:07:18.543Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653055606149,
"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-20T14:07:18.563Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of eeae293b-ae8c-4e61-b736-6ba6e3e31fc8
2022-05-20T14:07:18.564Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId eeae293b-ae8c-4e61-b736-6ba6e3e31fc8 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-20T14:07:18.573Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:07:18.573Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
"consumerID": "clamp",
"timestamp": 1653055602700,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOTIFIED"
}
2022-05-20T14:07:18.573Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-20T14:07:18.573Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:07:18.573Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
"consumerID": "policy-id",
"timestamp": 1653055599211,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-20T14:07:18.573Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-20T14:07:18.573Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:07:18.574Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
"consumerID": "cds",
"timestamp": 1653055607004,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-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-20T14:07:18.581Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of eeae293b-ae8c-4e61-b736-6ba6e3e31fc8
2022-05-20T14:07:18.581Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId eeae293b-ae8c-4e61-b736-6ba6e3e31fc8 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-20T14:07:18.591Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:07:18.591Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653055607153,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "DEPLOY_OK"
}
2022-05-20T14:07:18.592Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T14:07:18.592Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:07:18.592Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
"consumerID": "clamp",
"timestamp": 1653055602700,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-20T14:07:18.592Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-20T14:07:18.592Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:07:18.592Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653055607388,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-20T14:07:18.592Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T14:07:18.592Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:07:18.592Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
"consumerID": "policy-id",
"timestamp": 1653055599211,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-05-20T14:07:18.592Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-20T14:07:18.592Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:07:18.592Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
"consumerID": "clamp",
"timestamp": 1653055602700,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-20T14:07:18.592Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-20T14:07:18.592Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:07:18.592Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653055608391,
"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-20T14:07:18.598Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of eeae293b-ae8c-4e61-b736-6ba6e3e31fc8
2022-05-20T14:07:18.598Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId eeae293b-ae8c-4e61-b736-6ba6e3e31fc8 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-20T14:07:18.607Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:07:18.607Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
"consumerID": "policy-id",
"timestamp": 1653055609024,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-20T14:07:18.607Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T14:07:18.607Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:07:18.607Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
"consumerID": "clamp",
"timestamp": 1653055602700,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-05-20T14:07:18.607Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-20T14:07:18.608Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:07:18.608Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
"consumerID": "aai-ml",
"timestamp": 1653055608970,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-20T14:07:18.608Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-20T14:07:18.608Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:07:18.608Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
"consumerID": "policy-id",
"timestamp": 1653055610029,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-20T14:07:18.608Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T14:07:18.608Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:07:18.608Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
"consumerID": "clamp",
"timestamp": 1653055602700,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-20T14:07:18.608Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-20T14:07:18.608Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:07:18.608Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
"consumerID": "aai-ml",
"timestamp": 1653055608970,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-05-20T14:07:18.608Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-20T14:07:18.608Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:07:18.608Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
"consumerID": "policy-id",
"timestamp": 1653055611032,
"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-20T14:07:18.613Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of eeae293b-ae8c-4e61-b736-6ba6e3e31fc8
2022-05-20T14:07:18.613Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId eeae293b-ae8c-4e61-b736-6ba6e3e31fc8 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-20T14:07:18.622Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:07:18.622Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
"consumerID": "clamp",
"timestamp": 1653055602700,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-05-20T14:07:18.622Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-20T14:07:18.622Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:07:18.622Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
"consumerID": "aai-ml",
"timestamp": 1653055608970,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-05-20T14:07:18.622Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-20T14:07:18.622Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:07:18.622Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
"consumerID": "aai-ml",
"timestamp": 1653055608970,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-20T14:07:18.622Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-20T14:07:18.622Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:07:18.623Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
"consumerID": "aai-ml",
"timestamp": 1653055608970,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-20T14:07:18.623Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-20T14:07:18.623Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:07:18.623Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
"consumerID": "aai-ml",
"timestamp": 1653055608970,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-20T14:07:18.623Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-20T14:07:18.623Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:07:18.623Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
"consumerID": "aai-ml",
"timestamp": 1653055608970,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-05-20T14:07:18.623Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-20T14:07:18.623Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:07:18.623Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
"consumerID": "aai-ml",
"timestamp": 1653055608970,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-20T14:07:18.623Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-20T14:07:18.623Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:07:18.623Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
"consumerID": "aai-ml",
"timestamp": 1653055608970,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-05-20T14:07:18.623Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-20T14:07:18.623Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:07:18.624Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
"consumerID": "aai-ml",
"timestamp": 1653055618856,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-20T14:07:18.624Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T14:07:18.624Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:07:18.624Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
"consumerID": "clamp",
"timestamp": 1653055622471,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-20T14:07:18.624Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T14:07:18.624Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:07:18.624Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
"consumerID": "clamp",
"timestamp": 1653055624295,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-20T14:07:18.624Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T14:07:18.624Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:07:18.624Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
"consumerID": "clamp",
"timestamp": 1653055625297,
"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-20T14:07:18.630Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of eeae293b-ae8c-4e61-b736-6ba6e3e31fc8
2022-05-20T14:07:18.630Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId eeae293b-ae8c-4e61-b736-6ba6e3e31fc8 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-20T14:07:18.638Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-20T14:07:18.639Z||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-20T14:07:18.639Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:07:18.639Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
"consumerID": "aai-ml",
"timestamp": 1653055625482,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-20T14:07:18.639Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JpY8xZi914pjvwqr) ...
2022-05-20T14:07:18.639Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-20T14:07:18.639Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-20T14:07:18.639Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
"consumerID": "aai-ml",
"timestamp": 1653055626485,
"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-20T14:07:18.644Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of eeae293b-ae8c-4e61-b736-6ba6e3e31fc8
2022-05-20T14:07:18.644Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId eeae293b-ae8c-4e61-b736-6ba6e3e31fc8 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-20T14:07:18.657Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T14:07:18.657Z||pool-46-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-05-20T14:07:19.539Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-20T14:07:19.540Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-20T14:07:19.543Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-20T14:07:19.543Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653055637901,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOTIFIED"
}
2022-05-20T14:07:19.643Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-20T14:07:19.644Z||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-20T14:07:19.644Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JpY8xZi914pjvwqr) ...
2022-05-20T14:07:19.658Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T14:07:19.658Z||pool-47-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-20T14:07:20.544Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-20T14:07:20.545Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-20T14:07:20.546Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-20T14:07:20.546Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653055637901,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOTIFIED"
}
2022-05-20T14:07:20.647Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-20T14:07:20.648Z||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-20T14:07:20.648Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JpY8xZi914pjvwqr) ...
2022-05-20T14:07:20.661Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T14:07:20.661Z||pool-48-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-20T14:07:21.546Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-20T14:07:21.547Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-20T14:07:21.548Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-20T14:07:21.548Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653055637901,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOTIFIED"
}
2022-05-20T14:07:21.649Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-20T14:07:21.650Z||pool-49-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-20T14:07:21.650Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JpY8xZi914pjvwqr) ...
2022-05-20T14:07:21.663Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T14:07:21.663Z||pool-49-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-20T14:07:22.549Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-20T14:07:22.549Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-20T14:07:22.551Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-20T14:07:22.551Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653055637901,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOTIFIED"
}
2022-05-20T14:07:22.651Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-20T14:07:22.652Z||pool-50-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-20T14:07:22.652Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JpY8xZi914pjvwqr) ...
2022-05-20T14:07:22.664Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T14:07:22.665Z||pool-50-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-20T14:07:23.551Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-20T14:07:23.552Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-20T14:07:23.554Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-20T14:07:23.554Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653055637901,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-20T14:07:23.654Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-20T14:07:23.655Z||pool-51-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-20T14:07:23.655Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JpY8xZi914pjvwqr) ...
2022-05-20T14:07:23.670Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T14:07:23.671Z||pool-51-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-20T14:07:24.554Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-20T14:07:24.556Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-20T14:07:24.558Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-20T14:07:24.559Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653055637901,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOTIFIED"
}
2022-05-20T14:07:24.659Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-20T14:07:24.659Z||pool-52-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-20T14:07:24.660Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JpY8xZi914pjvwqr) ...
2022-05-20T14:07:24.673Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T14:07:24.673Z||pool-52-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-05-20T14:07:25.559Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-20T14:07:25.560Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-20T14:07:25.562Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-20T14:07:25.563Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653055637901,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-20T14:07:25.664Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-20T14:07:25.665Z||pool-53-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-20T14:07:25.665Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JpY8xZi914pjvwqr) ...
2022-05-20T14:07:25.681Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T14:07:25.682Z||pool-53-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-05-20T14:07:26.564Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-20T14:07:26.564Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-20T14:07:26.567Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-20T14:07:26.567Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653055637901,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-05-20T14:07:26.667Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-20T14:07:26.668Z||pool-54-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-20T14:07:26.668Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JpY8xZi914pjvwqr) ...
2022-05-20T14:07:26.681Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T14:07:26.682Z||pool-54-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-20T14:07:27.569Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
"serviceName": "basic_cnf",
"serviceVersion": "1.0",
"serviceUUID": "68aa29aa-b4ac-4141-8c4d-73e92264022e",
"serviceDescription": "service",
"serviceInvariantUUID": "6b1a1188-a834-4922-b4a9-3dad80e3ee12",
"resources": [
{
"resourceInstanceName": "basic_cnf 0",
"resourceCustomizationUUID": "cb35dd4f-84d7-4cd8-bf53-3b75cd374e83",
"resourceName": "basic_cnf",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "2ea76121-7d6f-493d-bff2-9bcbf805d33c",
"resourceInvariantUUID": "4545f812-6cc9-4857-8bc3-e3a6bfd66c8d",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "nginx_cloudtech_k8s_charts.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"artifactChecksum": "MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "949fde60-0852-4e52-bd56-bb4229ef1b3e",
"relatedArtifactsInfo": []
},
{
"artifactName": "nginx_cloudtech_k8s_charts.tgz",
"artifactType": "CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"artifactChecksum": "YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "032771ee-cc7a-44cf-a3a8-65987a417e0b",
"relatedArtifactsInfo": []
},
{
"artifactName": "basic_cnf0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"artifactChecksum": "Y2MxM2E1Yzc1NDJiZGRkZjVjNjM5Mjc1ZjU5ZjI3MmE\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "4967052f-d00c-4346-9627-b906f3388ef4",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_dummy.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"artifactChecksum": "MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "d88d3d01-1f87-4307-b5e1-96439b69b586",
"generatedArtifact": {
"artifactName": "base_dummy.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "23660ec2-c5fa-44ee-8534-d33a5eac46aa",
"generatedFromUUID": "d88d3d01-1f87-4307-b5e1-96439b69b586"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_dummy.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "23660ec2-c5fa-44ee-8534-d33a5eac46aa",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicCnf-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"artifactChecksum": "Y2IzODFmN2NhMmU3OTYzMTUzOGUxMDI5OTYxOTIxZmE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "13848b28-cebb-4cc5-9cc8-802b3dd50de7"
}
],
"workloadContext": "Production"
}
2022-05-20T14:07:27.569Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-20T14:07:27.569Z|a35dfaaf-637e-4f0c-9572-1ec4266ee953|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 68aa29aa-b4ac-4141-8c4d-73e92264022e ASDC
2022-05-20T14:07:27.570Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:eeae293b-ae8c-4e61-b736-6ba6e3e31fc8
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:68aa29aa-b4ac-4141-8c4d-73e92264022e
ServiceInvariantUUID:6b1a1188-a834-4922-b4a9-3dad80e3ee12
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicCnf-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
ArtifactUUID:13848b28-cebb-4cc5-9cc8-802b3dd50de7
ArtifactChecksum:Y2IzODFmN2NhMmU3OTYzMTUzOGUxMDI5OTYxOTIxZmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:cb35dd4f-84d7-4cd8-bf53-3b75cd374e83
ResourceInvariantUUID:4545f812-6cc9-4857-8bc3-e3a6bfd66c8d
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:2ea76121-7d6f-493d-bff2-9bcbf805d33c
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:nginx_cloudtech_k8s_charts.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
ArtifactUUID:949fde60-0852-4e52-bd56-bb4229ef1b3e
ArtifactChecksum:MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:nginx_cloudtech_k8s_charts.tgz
ArtifactVersion:1
ArtifactType:CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
ArtifactUUID:032771ee-cc7a-44cf-a3a8-65987a417e0b
ArtifactChecksum:YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:basic_cnf0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
ArtifactUUID:4967052f-d00c-4346-9627-b906f3388ef4
ArtifactChecksum:Y2MxM2E1Yzc1NDJiZGRkZjVjNjM5Mjc1ZjU5ZjI3MmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_dummy.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
ArtifactUUID:d88d3d01-1f87-4307-b5e1-96439b69b586
ArtifactChecksum:MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_dummy.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
ArtifactUUID:23660ec2-c5fa-44ee-8534-d33a5eac46aa
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_dummy.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
ArtifactUUID:23660ec2-c5fa-44ee-8534-d33a5eac46aa
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-05-20T14:07:27.570Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 68aa29aa-b4ac-4141-8c4d-73e92264022e 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-20T14:07:27.607Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-20T14:07:27.608Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-05-20T14:07:27.608Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-05-20T14:07:27.608Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 13848b28-cebb-4cc5-9cc8-802b3dd50de7 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-05-20T14:07:27.608Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-05-20T14:07:27.608Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-05-20T14:07:27.842Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-05-20T14:07:27.849Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 13848b28-cebb-4cc5-9cc8-802b3dd50de7 68953
2022-05-20T14:07:27.849Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-05-20T14:07:27.849Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-05-20T14:07:27.850Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-20T14:07:27.850Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-20T14:07:27.852Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-20T14:07:27.852Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653055647849,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-20T14:07:27.953Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-20T14:07:27.953Z||pool-55-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-20T14:07:27.953Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JpY8xZi914pjvwqr) ...
2022-05-20T14:07:27.973Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T14:07:27.973Z||pool-55-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-05-20T14:07:28.853Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-20T14:07:28.854Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-05-20T14:07:28.854Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 13848b28-cebb-4cc5-9cc8-802b3dd50de7, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-05-20T14:07:28.855Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-05-20T14:07:28.855Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-05-20T14:07:28.855Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-05-20T14:07:28.951Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12775033153624004019/Definitions/service-BasicCnf-template.yml
2022-05-20T14:07:29.776Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-20T14:07:29.776Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-05-20T14:07:29.776Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-05-20T14:07:29.776Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-05-20T14:07:29.776Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-05-20T14:07:29.776Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-05-20T14:07:29.776Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-05-20T14:07:29.777Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 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-BasicCnf-csar.csar
2022-05-20T14:07:29.777Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-05-20T14:07:29.777Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-20T14:07:29.777Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-20T14:07:29.777Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-20T14:07:29.777Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-05-20T14:07:29.777Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-20T14:07:29.778Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-20T14:07:29.778Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-20T14:07:29.778Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-20T14:07:29.778Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-05-20T14:07:29.778Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-20T14:07:29.778Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-20T14:07:29.778Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-20T14:07:29.778Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-20T14:07:29.778Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-05-20T14:07:29.778Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-05-20T14:07:29.778Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||Node template dummy is not matching search criteria
2022-05-20T14:07:29.779Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-20T14:07:29.779Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-20T14:07:29.779Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-20T14:07:29.779Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-20T14:07:29.779Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-20T14:07:29.779Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-20T14:07:29.779Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-20T14:07:29.779Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-20T14:07:29.779Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-20T14:07:29.779Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-20T14:07:29.780Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-20T14:07:29.780Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-20T14:07:29.780Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-20T14:07:29.780Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-05-20T14:07:29.780Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-05-20T14:07:29.780Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=407aaa23-1b0f-44e6-9d6a-b8a12b2294d1
2022-05-20T14:07:29.780Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-20T14:07:29.780Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-20T14:07:29.780Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-20T14:07:29.780Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-20T14:07:29.780Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-20T14:07:29.780Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-20T14:07:29.781Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-20T14:07:29.781Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-20T14:07:29.781Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:68aa29aa-b4ac-4141-8c4d-73e92264022e
Model Version:NULL
Model InvariantUuid:6b1a1188-a834-4922-b4a9-3dad80e3ee12
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_cnf
Model UUID:a1b09127-431c-4495-8800-aa800c264630
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:4545f812-6cc9-4857-8bc3-e3a6bfd66c8d
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:cb35dd4f-84d7-4cd8-bf53-3b75cd374e83
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:57b09173-8f24-4f3a-845d-7e480b268d04
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:c99f3539-d56e-4bdc-a55e-0af4aca28ecc
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:407aaa23-1b0f-44e6-9d6a-b8a12b2294d1
ModelInvariantUuid:36f21321-5265-474b-bd39-7b1927de219b
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:48d86125-44ce-44bd-b390-c33d76bcab8d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy
VNFC Properties:
ModelCustomizationUuid:eb8899dc-c7e3-4f55-8579-dd1a7f090007
ModelInvariantUuid:472b7403-abc2-413a-94e5-c9af6742037d
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:9ad4b0ba-1e93-42e5-ac8b-c4f71a5df881
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-20T14:07:29.787Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 2ea76121-7d6f-493d-bff2-9bcbf805d33c
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-20T14:07:29.790Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||INFO|500||basic_cnf 0
2022-05-20T14:07:29.790Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 2ea76121-7d6f-493d-bff2-9bcbf805d33c
2022-05-20T14:07:29.791Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 949fde60-0852-4e52-bd56-bb4229ef1b3e from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-05-20T14:07:29.791Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-05-20T14:07:29.791Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-05-20T14:07:30.233Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-05-20T14:07:30.234Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 949fde60-0852-4e52-bd56-bb4229ef1b3e 12
2022-05-20T14:07:30.234Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-05-20T14:07:30.234Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-05-20T14:07:30.234Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-20T14:07:30.235Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-20T14:07:30.236Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-20T14:07:30.237Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653055650234,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "DOWNLOAD_OK"
}
2022-05-20T14:07:30.337Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-20T14:07:30.338Z||pool-56-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-20T14:07:30.338Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JpY8xZi914pjvwqr) ...
2022-05-20T14:07:30.349Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T14:07:30.349Z||pool-56-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-20T14:07:31.237Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 032771ee-cc7a-44cf-a3a8-65987a417e0b from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-05-20T14:07:31.238Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-05-20T14:07:31.238Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-05-20T14:07:31.489Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-05-20T14:07:31.489Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 032771ee-cc7a-44cf-a3a8-65987a417e0b 2688
2022-05-20T14:07:31.489Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-05-20T14:07:31.489Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-05-20T14:07:31.489Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-20T14:07:31.490Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-20T14:07:31.492Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-20T14:07:31.492Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653055651489,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "DOWNLOAD_OK"
}
2022-05-20T14:07:31.592Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-20T14:07:31.592Z||pool-57-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-20T14:07:31.593Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JpY8xZi914pjvwqr) ...
2022-05-20T14:07:31.607Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T14:07:31.608Z||pool-57-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-20T14:07:32.494Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 4967052f-d00c-4346-9627-b906f3388ef4 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-05-20T14:07:32.494Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-05-20T14:07:32.494Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-05-20T14:07:32.605Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-05-20T14:07:32.606Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 4967052f-d00c-4346-9627-b906f3388ef4 828
2022-05-20T14:07:32.606Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-05-20T14:07:32.606Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-05-20T14:07:32.606Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-20T14:07:32.606Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-20T14:07:32.609Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-20T14:07:32.609Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653055652606,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-05-20T14:07:32.709Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-20T14:07:32.710Z||pool-58-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-20T14:07:32.711Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JpY8xZi914pjvwqr) ...
2022-05-20T14:07:32.725Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T14:07:32.726Z||pool-58-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-20T14:07:33.610Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicCnf..base_dummy..module-0",
"vfModuleModelInvariantUUID": "57b09173-8f24-4f3a-845d-7e480b268d04",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "c99f3539-d56e-4bdc-a55e-0af4aca28ecc",
"vfModuleModelCustomizationUUID": "ac3de2cd-b078-49d7-b6c9-6f43c12b88d1",
"isBase": true,
"artifacts": [
"d88d3d01-1f87-4307-b5e1-96439b69b586",
"032771ee-cc7a-44cf-a3a8-65987a417e0b",
"23660ec2-c5fa-44ee-8534-d33a5eac46aa"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_dummy",
"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-20T14:07:33.614Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c99f3539-d56e-4bdc-a55e-0af4aca28ecc
VfModuleModelInvariantUUID:57b09173-8f24-4f3a-845d-7e480b268d04
VfModuleModelDescription:NULL
Artifacts UUID List:{
d88d3d01-1f87-4307-b5e1-96439b69b586
,
032771ee-cc7a-44cf-a3a8-65987a417e0b
,
23660ec2-c5fa-44ee-8534-d33a5eac46aa
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_dummy
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-20T14:07:33.616Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicCnf..base_dummy..module-0",
"vfModuleModelInvariantUUID": "57b09173-8f24-4f3a-845d-7e480b268d04",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "c99f3539-d56e-4bdc-a55e-0af4aca28ecc",
"vfModuleModelCustomizationUUID": "ac3de2cd-b078-49d7-b6c9-6f43c12b88d1",
"isBase": true,
"artifacts": [
"d88d3d01-1f87-4307-b5e1-96439b69b586",
"032771ee-cc7a-44cf-a3a8-65987a417e0b",
"23660ec2-c5fa-44ee-8534-d33a5eac46aa"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_dummy",
"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-20T14:07:33.616Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c99f3539-d56e-4bdc-a55e-0af4aca28ecc
VfModuleModelInvariantUUID:57b09173-8f24-4f3a-845d-7e480b268d04
VfModuleModelDescription:NULL
Artifacts UUID List:{
d88d3d01-1f87-4307-b5e1-96439b69b586
,
032771ee-cc7a-44cf-a3a8-65987a417e0b
,
23660ec2-c5fa-44ee-8534-d33a5eac46aa
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_dummy
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-20T14:07:33.616Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: d88d3d01-1f87-4307-b5e1-96439b69b586 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-05-20T14:07:33.616Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-05-20T14:07:33.616Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-05-20T14:07:33.788Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-05-20T14:07:33.789Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml d88d3d01-1f87-4307-b5e1-96439b69b586 1164
2022-05-20T14:07:33.789Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-05-20T14:07:33.789Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-05-20T14:07:33.789Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-20T14:07:33.789Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-20T14:07:33.792Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-20T14:07:33.792Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653055653789,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "DOWNLOAD_OK"
}
2022-05-20T14:07:33.892Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-20T14:07:33.893Z||pool-59-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-20T14:07:33.893Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JpY8xZi914pjvwqr) ...
2022-05-20T14:07:33.908Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T14:07:33.908Z||pool-59-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-20T14:07:34.792Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 23660ec2-c5fa-44ee-8534-d33a5eac46aa from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-05-20T14:07:34.793Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-05-20T14:07:34.793Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-05-20T14:07:34.984Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-05-20T14:07:34.984Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 23660ec2-c5fa-44ee-8534-d33a5eac46aa 200
2022-05-20T14:07:34.984Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-05-20T14:07:34.984Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-05-20T14:07:34.984Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-20T14:07:34.984Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-20T14:07:34.985Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-20T14:07:34.985Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "eeae293b-ae8c-4e61-b736-6ba6e3e31fc8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653055654984,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "DOWNLOAD_OK"
}
2022-05-20T14:07:35.086Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-20T14:07:35.086Z||pool-60-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-20T14:07:35.086Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JpY8xZi914pjvwqr) ...
2022-05-20T14:07:35.098Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-20T14:07:35.099Z||pool-60-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-20T14:07:35.986Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 68aa29aa-b4ac-4141-8c4d-73e92264022e
2022-05-20T14:07:35.987Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 2ea76121-7d6f-493d-bff2-9bcbf805d33c 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 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=?
2022-05-20T14:07:36.005Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
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-20T14:07:36.009Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@14ab40c0, org.onap.sdc.toscaparser.api.parameters.Input@796fb653, org.onap.sdc.toscaparser.api.parameters.Input@4e31ff2e, org.onap.sdc.toscaparser.api.parameters.Input@43a9aa73, org.onap.sdc.toscaparser.api.parameters.Input@dca4f86]
2022-05-20T14:07:36.011Z|eeae293b-ae8c-4e61-b736-6ba6e3e31fc8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery