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-12-19T03:17:27.970Z||main|||||INFO|500||The following profiles are active: basic
2022-12-19T03:17:44.008Z||main|||||INFO|500||Starting service [Tomcat]
2022-12-19T03:17:44.011Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-12-19T03:17:44.182Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-12-19T03:17:50.379Z||main|||||INFO|500||catdb-pool - Starting...
2022-12-19T03:17:50.833Z||main|||||INFO|500||catdb-pool - Start completed.
2022-12-19T03:17:51.553Z||main|||||INFO|500||reqdb-pool - Starting...
2022-12-19T03:17:51.565Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-12-19T03:17:51.765Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-12-19T03:17:52.003Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-12-19T03:17:52.835Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-12-19T03:17:54.825Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-12-19T03:17:58.127Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-12-19T03:17:58.213Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-12-19T03:17:59.114Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-12-19T03:17:59.441Z||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-12-19T03:18:01.044Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-12-19T03:18:02.381Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-12-19T03:18:02.404Z||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$$6480366b.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-12-19T03:18:02.405Z||main|||||WARN|500||The sdc end point is not alive
2022-12-19T03:18:06.289Z||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-12-19T03:18:10.203Z||main|||||WARN|500||---
2022-12-19T03:18:10.204Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-12-19T03:18:10.204Z||main|||||WARN|500||---
2022-12-19T03:18:11.033Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-12-19T03:18:19.001Z||main|||||INFO|500||Started Application in 55.459 seconds (JVM running for 58.138)
2022-12-19T03:18:19.023Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-12-19T03:18:19.040Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-12-19T03:18:19.064Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-12-19T03:18:19.130Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-12-19T03:18:19.218Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 972b3562-019a-4d96-b35d-2833716d6e0b url= /sdc/v1/artifactTypes
2022-12-19T03:18:19.219Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-12-19T03:18:19.737Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-12-19T03:18:19.780Z||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-12-19T03:18:19.836Z||scheduling-1|||||DEBUG|500||create keys
2022-12-19T03:18:19.897Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-12-19T03:18:20.003Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T03:18:20.025Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= c8d6ff5d-5506-432f-9de0-ede9ff00470f url= /sdc/v1/registerForDistribution
2022-12-19T03:18:20.236Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= c8d6ff5d-5506-432f-9de0-ede9ff00470f url= /sdc/v1/registerForDistribution
2022-12-19T03:18:20.236Z||scheduling-1|||||INFO|500||start DistributionClient
2022-12-19T03:18:20.252Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-19T03:18:20.282Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-12-19T03:18:20.288Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-19T03:18:20.288Z||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-12-19T03:18:20.289Z||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 8SztrWVmdciNSKB4) ...
2022-12-19T03:18:20.290Z||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-12-19T03:18:20.290Z||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 8SztrWVmdciNSKB4) ...
2022-12-19T03:18:30.740Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T03:18:30.742Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T03:19:20.249Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-19T03:19:20.251Z||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-12-19T03:19:20.251Z||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 8SztrWVmdciNSKB4) ...
2022-12-19T03:19:20.253Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-19T03:19:20.262Z||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-12-19T03:19:20.263Z||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 8SztrWVmdciNSKB4) ...
2022-12-19T03:19:29.817Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T03:19:29.833Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T03:20:20.248Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-19T03:20:20.248Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-19T03:20:20.250Z||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-12-19T03:20:20.250Z||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-12-19T03:20:20.251Z||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 8SztrWVmdciNSKB4) ...
2022-12-19T03:20:20.251Z||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 8SztrWVmdciNSKB4) ...
2022-12-19T03:20:29.819Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T03:20:29.829Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T03:21:20.247Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-19T03:21:20.248Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-19T03:21:20.249Z||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-12-19T03:21:20.249Z||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 8SztrWVmdciNSKB4) ...
2022-12-19T03:21:20.252Z||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-12-19T03:21:20.252Z||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 8SztrWVmdciNSKB4) ...
2022-12-19T03:21:29.888Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T03:21:29.888Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T03:22:20.247Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-19T03:22:20.250Z||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-12-19T03:22:20.251Z||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 8SztrWVmdciNSKB4) ...
2022-12-19T03:22:20.249Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-19T03:22:20.258Z||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-12-19T03:22:20.265Z||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 8SztrWVmdciNSKB4) ...
2022-12-19T03:22:29.830Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T03:22:29.830Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T03:23:20.248Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-19T03:23:20.249Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-19T03:23:20.250Z||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-12-19T03:23:20.250Z||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-12-19T03:23:20.251Z||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 8SztrWVmdciNSKB4) ...
2022-12-19T03:23:20.250Z||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 8SztrWVmdciNSKB4) ...
2022-12-19T03:23:29.805Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T03:23:29.809Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T03:24:20.246Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-19T03:24:20.248Z||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-12-19T03:24:20.248Z||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 8SztrWVmdciNSKB4) ...
2022-12-19T03:24:20.248Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-19T03:24:20.249Z||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-12-19T03:24:20.250Z||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 8SztrWVmdciNSKB4) ...
2022-12-19T03:24:29.793Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T03:24:29.795Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T03:25:20.247Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-19T03:25:20.248Z||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-12-19T03:25:20.248Z||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 8SztrWVmdciNSKB4) ...
2022-12-19T03:25:20.248Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-19T03:25:20.251Z||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-12-19T03:25:20.251Z||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 8SztrWVmdciNSKB4) ...
2022-12-19T03:25:29.817Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T03:25:29.835Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T03:26:20.247Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-19T03:26:20.248Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-19T03:26:20.250Z||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-12-19T03:26:20.250Z||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 8SztrWVmdciNSKB4) ...
2022-12-19T03:26:20.252Z||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-12-19T03:26:20.253Z||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 8SztrWVmdciNSKB4) ...
2022-12-19T03:26:29.826Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T03:26:29.825Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T03:27:20.247Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-19T03:27:20.248Z||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-12-19T03:27:20.248Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-19T03:27:20.248Z||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 8SztrWVmdciNSKB4) ...
2022-12-19T03:27:20.249Z||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-12-19T03:27:20.249Z||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 8SztrWVmdciNSKB4) ...
2022-12-19T03:27:29.812Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T03:27:29.817Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T03:27:31.031Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-12-19T03:28:20.247Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-19T03:28:20.248Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-19T03:28:20.250Z||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-12-19T03:28:20.250Z||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-12-19T03:28:20.250Z||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 8SztrWVmdciNSKB4) ...
2022-12-19T03:28:20.250Z||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 8SztrWVmdciNSKB4) ...
2022-12-19T03:28:29.829Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T03:28:29.830Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T03:29:20.247Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-19T03:29:20.249Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-19T03:29:20.250Z||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-12-19T03:29:20.250Z||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 8SztrWVmdciNSKB4) ...
2022-12-19T03:29:20.251Z||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-12-19T03:29:20.251Z||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 8SztrWVmdciNSKB4) ...
2022-12-19T03:29:29.803Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T03:29:29.803Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T03:30:20.247Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-19T03:30:20.249Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-19T03:30:20.249Z||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-12-19T03:30:20.249Z||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 8SztrWVmdciNSKB4) ...
2022-12-19T03:30:20.249Z||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-12-19T03:30:20.253Z||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 8SztrWVmdciNSKB4) ...
2022-12-19T03:30:29.818Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T03:30:29.818Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T03:31:20.247Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-19T03:31:20.248Z||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-12-19T03:31:20.248Z||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 8SztrWVmdciNSKB4) ...
2022-12-19T03:31:20.250Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-19T03:31:20.251Z||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-12-19T03:31:20.251Z||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 8SztrWVmdciNSKB4) ...
2022-12-19T03:31:29.813Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T03:31:29.824Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T03:32:20.247Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-19T03:32:20.248Z||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-12-19T03:32:20.248Z||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 8SztrWVmdciNSKB4) ...
2022-12-19T03:32:20.248Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-19T03:32:20.249Z||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-12-19T03:32:20.249Z||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 8SztrWVmdciNSKB4) ...
2022-12-19T03:32:29.792Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T03:32:29.793Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T03:33:20.247Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-19T03:33:20.248Z||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-12-19T03:33:20.248Z||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 8SztrWVmdciNSKB4) ...
2022-12-19T03:33:20.248Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-19T03:33:20.249Z||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-12-19T03:33:20.249Z||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 8SztrWVmdciNSKB4) ...
2022-12-19T03:33:29.810Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T03:33:29.815Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T03:34:20.246Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-19T03:34:20.248Z||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-12-19T03:34:20.248Z||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 8SztrWVmdciNSKB4) ...
2022-12-19T03:34:20.248Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-19T03:34:20.249Z||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-12-19T03:34:20.249Z||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 8SztrWVmdciNSKB4) ...
2022-12-19T03:34:29.794Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T03:34:29.794Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T03:35:20.247Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-19T03:35:20.248Z||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-12-19T03:35:20.248Z||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 8SztrWVmdciNSKB4) ...
2022-12-19T03:35:20.248Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-19T03:35:20.249Z||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-12-19T03:35:20.249Z||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 8SztrWVmdciNSKB4) ...
2022-12-19T03:35:29.794Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T03:35:29.795Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T03:36:20.247Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-19T03:36:20.249Z||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-12-19T03:36:20.249Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-19T03:36:20.249Z||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 8SztrWVmdciNSKB4) ...
2022-12-19T03:36:20.250Z||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-12-19T03:36:20.250Z||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 8SztrWVmdciNSKB4) ...
2022-12-19T03:36:29.814Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T03:36:29.815Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T03:37:20.247Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-19T03:37:20.248Z||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-12-19T03:37:20.249Z||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 8SztrWVmdciNSKB4) ...
2022-12-19T03:37:20.248Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-19T03:37:20.250Z||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-12-19T03:37:20.250Z||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 8SztrWVmdciNSKB4) ...
2022-12-19T03:37:29.810Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T03:37:29.816Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T03:38:20.247Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-19T03:38:20.248Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-19T03:38:20.250Z||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-12-19T03:38:20.250Z||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 8SztrWVmdciNSKB4) ...
2022-12-19T03:38:20.250Z||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-12-19T03:38:20.250Z||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 8SztrWVmdciNSKB4) ...
2022-12-19T03:38:29.821Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T03:38:29.854Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T03:39:20.247Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-19T03:39:20.248Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-19T03:39:20.248Z||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-12-19T03:39:20.249Z||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 8SztrWVmdciNSKB4) ...
2022-12-19T03:39:20.249Z||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-12-19T03:39:20.249Z||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 8SztrWVmdciNSKB4) ...
2022-12-19T03:39:29.804Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T03:39:29.816Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T03:40:20.247Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-19T03:40:20.248Z||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-12-19T03:40:20.248Z||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 8SztrWVmdciNSKB4) ...
2022-12-19T03:40:20.249Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-19T03:40:20.250Z||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-12-19T03:40:20.250Z||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 8SztrWVmdciNSKB4) ...
2022-12-19T03:40:29.824Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T03:40:29.824Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T03:41:20.247Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-19T03:41:20.247Z||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-12-19T03:41:20.248Z||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 8SztrWVmdciNSKB4) ...
2022-12-19T03:41:20.249Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-19T03:41:20.249Z||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-12-19T03:41:20.249Z||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 8SztrWVmdciNSKB4) ...
2022-12-19T03:41:29.845Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T03:41:29.856Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T03:42:20.246Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-19T03:42:20.248Z||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-12-19T03:42:20.248Z||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 8SztrWVmdciNSKB4) ...
2022-12-19T03:42:20.248Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-19T03:42:20.249Z||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-12-19T03:42:20.249Z||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 8SztrWVmdciNSKB4) ...
2022-12-19T03:42:29.838Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T03:42:29.838Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T03:43:20.246Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-19T03:43:20.249Z||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-12-19T03:43:20.249Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-19T03:43:20.249Z||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 8SztrWVmdciNSKB4) ...
2022-12-19T03:43:20.250Z||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-12-19T03:43:20.250Z||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 8SztrWVmdciNSKB4) ...
2022-12-19T03:43:29.796Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T03:43:29.796Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T03:44:20.247Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-19T03:44:20.248Z||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-12-19T03:44:20.248Z||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 8SztrWVmdciNSKB4) ...
2022-12-19T03:44:20.248Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-19T03:44:20.249Z||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-12-19T03:44:20.251Z||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 8SztrWVmdciNSKB4) ...
2022-12-19T03:44:29.831Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T03:44:29.849Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T03:45:20.247Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-19T03:45:20.248Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-19T03:45:20.248Z||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-12-19T03:45:20.249Z||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 8SztrWVmdciNSKB4) ...
2022-12-19T03:45:20.249Z||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-12-19T03:45:20.249Z||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 8SztrWVmdciNSKB4) ...
2022-12-19T03:45:29.810Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T03:45:29.812Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T03:46:20.247Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-19T03:46:20.248Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-19T03:46:20.250Z||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-12-19T03:46:20.251Z||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-12-19T03:46:20.251Z||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 8SztrWVmdciNSKB4) ...
2022-12-19T03:46:20.251Z||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 8SztrWVmdciNSKB4) ...
2022-12-19T03:46:29.817Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T03:46:29.819Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T03:47:20.246Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-19T03:47:20.248Z||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-12-19T03:47:20.248Z||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 8SztrWVmdciNSKB4) ...
2022-12-19T03:47:20.248Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-19T03:47:20.249Z||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-12-19T03:47:20.249Z||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 8SztrWVmdciNSKB4) ...
2022-12-19T03:47:29.795Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T03:47:29.795Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T03:48:20.246Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-19T03:48:20.248Z||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-12-19T03:48:20.248Z||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 8SztrWVmdciNSKB4) ...
2022-12-19T03:48:20.248Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-19T03:48:20.255Z||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-12-19T03:48:20.255Z||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 8SztrWVmdciNSKB4) ...
2022-12-19T03:48:29.798Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T03:48:29.798Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T03:49:20.246Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-19T03:49:20.247Z||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-12-19T03:49:20.248Z||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 8SztrWVmdciNSKB4) ...
2022-12-19T03:49:20.248Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-19T03:49:20.249Z||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-12-19T03:49:20.249Z||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 8SztrWVmdciNSKB4) ...
2022-12-19T03:49:29.799Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T03:49:29.799Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T03:50:20.247Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-19T03:50:20.248Z||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-12-19T03:50:20.249Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-19T03:50:20.250Z||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-12-19T03:50:20.250Z||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 8SztrWVmdciNSKB4) ...
2022-12-19T03:50:20.248Z||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 8SztrWVmdciNSKB4) ...
2022-12-19T03:50:29.803Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T03:50:29.803Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T03:51:20.246Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-19T03:51:20.248Z||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-12-19T03:51:20.248Z||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 8SztrWVmdciNSKB4) ...
2022-12-19T03:51:20.248Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-19T03:51:20.249Z||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-12-19T03:51:20.249Z||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 8SztrWVmdciNSKB4) ...
2022-12-19T03:51:29.795Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T03:51:29.796Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T03:52:20.247Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-19T03:52:20.248Z||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-12-19T03:52:20.248Z||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 8SztrWVmdciNSKB4) ...
2022-12-19T03:52:20.251Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-19T03:52:20.252Z||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-12-19T03:52:20.253Z||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 8SztrWVmdciNSKB4) ...
2022-12-19T03:52:29.831Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T03:52:29.833Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T03:53:20.247Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-19T03:53:20.248Z||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-12-19T03:53:20.248Z||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 8SztrWVmdciNSKB4) ...
2022-12-19T03:53:20.248Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-19T03:53:20.249Z||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-12-19T03:53:20.250Z||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 8SztrWVmdciNSKB4) ...
2022-12-19T03:53:29.801Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T03:53:29.810Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T03:54:20.247Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-19T03:54:20.248Z||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-12-19T03:54:20.248Z||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 8SztrWVmdciNSKB4) ...
2022-12-19T03:54:20.248Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-19T03:54:20.249Z||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-12-19T03:54:20.249Z||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 8SztrWVmdciNSKB4) ...
2022-12-19T03:54:29.792Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T03:54:29.792Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T03:55:20.248Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-19T03:55:20.248Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-19T03:55:20.250Z||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-12-19T03:55:20.250Z||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-12-19T03:55:20.252Z||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 8SztrWVmdciNSKB4) ...
2022-12-19T03:55:20.252Z||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 8SztrWVmdciNSKB4) ...
2022-12-19T03:55:29.796Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T03:55:29.818Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T03:56:20.247Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-19T03:56:20.248Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-19T03:56:20.250Z||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-12-19T03:56:20.250Z||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 8SztrWVmdciNSKB4) ...
2022-12-19T03:56:20.250Z||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-12-19T03:56:20.253Z||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 8SztrWVmdciNSKB4) ...
2022-12-19T03:56:29.804Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T03:56:29.817Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T03:57:20.247Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-19T03:57:20.248Z||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-12-19T03:57:20.248Z||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 8SztrWVmdciNSKB4) ...
2022-12-19T03:57:20.248Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-19T03:57:20.249Z||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-12-19T03:57:20.249Z||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 8SztrWVmdciNSKB4) ...
2022-12-19T03:57:29.796Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T03:57:29.797Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T03:58:20.247Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-19T03:58:20.249Z||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-12-19T03:58:20.249Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-19T03:58:20.249Z||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 8SztrWVmdciNSKB4) ...
2022-12-19T03:58:20.253Z||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-12-19T03:58:20.254Z||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 8SztrWVmdciNSKB4) ...
2022-12-19T03:58:29.825Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T03:58:29.826Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T03:59:20.246Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-19T03:59:20.248Z||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-12-19T03:59:20.248Z||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 8SztrWVmdciNSKB4) ...
2022-12-19T03:59:20.248Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-19T03:59:20.249Z||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-12-19T03:59:20.249Z||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 8SztrWVmdciNSKB4) ...
2022-12-19T03:59:29.813Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T03:59:29.814Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T04:00:20.247Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-19T04:00:20.249Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-19T04:00:20.249Z||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-12-19T04:00:20.250Z||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-12-19T04:00:20.251Z||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 8SztrWVmdciNSKB4) ...
2022-12-19T04:00:20.250Z||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 8SztrWVmdciNSKB4) ...
2022-12-19T04:00:29.804Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T04:00:29.809Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T04:01:20.247Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-19T04:01:20.248Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-19T04:01:20.249Z||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-12-19T04:01:20.249Z||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 8SztrWVmdciNSKB4) ...
2022-12-19T04:01:20.249Z||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-12-19T04:01:20.250Z||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 8SztrWVmdciNSKB4) ...
2022-12-19T04:01:29.805Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T04:01:29.806Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T04:02:20.249Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-19T04:02:20.249Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-19T04:02:20.250Z||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-12-19T04:02:20.250Z||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-12-19T04:02:20.250Z||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 8SztrWVmdciNSKB4) ...
2022-12-19T04:02:20.250Z||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 8SztrWVmdciNSKB4) ...
2022-12-19T04:02:29.829Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T04:02:29.845Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T04:03:20.246Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-19T04:03:20.248Z||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-12-19T04:03:20.248Z||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 8SztrWVmdciNSKB4) ...
2022-12-19T04:03:20.248Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-19T04:03:20.249Z||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-12-19T04:03:20.249Z||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 8SztrWVmdciNSKB4) ...
2022-12-19T04:03:29.803Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T04:03:29.807Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T04:04:20.247Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-19T04:04:20.248Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-19T04:04:20.249Z||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-12-19T04:04:20.249Z||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 8SztrWVmdciNSKB4) ...
2022-12-19T04:04:20.251Z||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-12-19T04:04:20.252Z||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 8SztrWVmdciNSKB4) ...
2022-12-19T04:04:29.820Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T04:04:29.822Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T04:05:20.247Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-19T04:05:20.248Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-19T04:05:20.248Z||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-12-19T04:05:20.249Z||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 8SztrWVmdciNSKB4) ...
2022-12-19T04:05:20.249Z||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-12-19T04:05:20.249Z||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 8SztrWVmdciNSKB4) ...
2022-12-19T04:05:29.797Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T04:05:29.798Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T04:06:20.247Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-19T04:06:20.249Z||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-12-19T04:06:20.248Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-19T04:06:20.249Z||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 8SztrWVmdciNSKB4) ...
2022-12-19T04:06:20.249Z||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-12-19T04:06:20.250Z||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 8SztrWVmdciNSKB4) ...
2022-12-19T04:06:29.812Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T04:06:29.824Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T04:07:20.247Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-19T04:07:20.248Z||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-12-19T04:07:20.248Z||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 8SztrWVmdciNSKB4) ...
2022-12-19T04:07:20.248Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-19T04:07:20.249Z||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-12-19T04:07:20.249Z||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 8SztrWVmdciNSKB4) ...
2022-12-19T04:07:29.795Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T04:07:29.796Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T04:08:20.247Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-19T04:08:20.248Z||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-12-19T04:08:20.248Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-19T04:08:20.249Z||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-12-19T04:08:20.249Z||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 8SztrWVmdciNSKB4) ...
2022-12-19T04:08:20.248Z||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 8SztrWVmdciNSKB4) ...
2022-12-19T04:08:29.814Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T04:08:29.814Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T04:09:20.246Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-19T04:09:20.247Z||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-12-19T04:09:20.248Z||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 8SztrWVmdciNSKB4) ...
2022-12-19T04:09:20.251Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-19T04:09:20.252Z||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-12-19T04:09:20.252Z||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 8SztrWVmdciNSKB4) ...
2022-12-19T04:09:29.804Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T04:09:29.805Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T04:10:20.247Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-19T04:10:20.248Z||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-12-19T04:10:20.248Z||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 8SztrWVmdciNSKB4) ...
2022-12-19T04:10:20.248Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-19T04:10:20.250Z||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-12-19T04:10:20.250Z||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 8SztrWVmdciNSKB4) ...
2022-12-19T04:10:29.812Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T04:10:29.859Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T04:11:20.246Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-19T04:11:20.248Z||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-12-19T04:11:20.248Z||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 8SztrWVmdciNSKB4) ...
2022-12-19T04:11:20.248Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-19T04:11:20.249Z||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-12-19T04:11:20.249Z||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 8SztrWVmdciNSKB4) ...
2022-12-19T04:11:29.790Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T04:11:29.791Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T04:12:20.249Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-19T04:12:20.257Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-19T04:12:20.258Z||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-12-19T04:12:20.259Z||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 8SztrWVmdciNSKB4) ...
2022-12-19T04:12:20.251Z||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-12-19T04:12:20.266Z||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 8SztrWVmdciNSKB4) ...
2022-12-19T04:12:29.813Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T04:12:29.816Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T04:13:20.247Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-19T04:13:20.248Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-19T04:13:20.249Z||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-12-19T04:13:20.249Z||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 8SztrWVmdciNSKB4) ...
2022-12-19T04:13:20.249Z||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-12-19T04:13:20.250Z||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 8SztrWVmdciNSKB4) ...
2022-12-19T04:13:29.806Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T04:13:29.808Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T04:14:20.249Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-19T04:14:20.250Z||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-12-19T04:14:20.251Z||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 8SztrWVmdciNSKB4) ...
2022-12-19T04:14:20.249Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-19T04:14:20.252Z||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-12-19T04:14:20.252Z||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 8SztrWVmdciNSKB4) ...
2022-12-19T04:14:29.813Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T04:14:29.815Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T04:15:20.247Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-19T04:15:20.248Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-19T04:15:20.249Z||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-12-19T04:15:20.249Z||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-12-19T04:15:20.249Z||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 8SztrWVmdciNSKB4) ...
2022-12-19T04:15:20.249Z||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 8SztrWVmdciNSKB4) ...
2022-12-19T04:15:29.795Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T04:15:29.795Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T04:16:20.247Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-19T04:16:20.248Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-19T04:16:20.249Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-19T04:16:20.249Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8SztrWVmdciNSKB4) ...
2022-12-19T04:16:20.276Z||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-12-19T04:16:20.276Z||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 8SztrWVmdciNSKB4) ...
2022-12-19T04:16:29.832Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T04:16:29.832Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T04:17:20.246Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-19T04:17:20.248Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-19T04:17:20.248Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8SztrWVmdciNSKB4) ...
2022-12-19T04:17:20.248Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-19T04:17:20.249Z||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-12-19T04:17:20.249Z||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 8SztrWVmdciNSKB4) ...
2022-12-19T04:17:29.790Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T04:17:29.790Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T04:18:20.246Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-19T04:18:20.249Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-19T04:18:20.250Z||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-12-19T04:18:20.250Z||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 8SztrWVmdciNSKB4) ...
2022-12-19T04:18:20.250Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-19T04:18:20.250Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8SztrWVmdciNSKB4) ...
2022-12-19T04:18:29.856Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T04:18:29.856Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T04:19:20.247Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-19T04:19:20.248Z||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-12-19T04:19:20.248Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-19T04:19:20.249Z||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 8SztrWVmdciNSKB4) ...
2022-12-19T04:19:20.249Z||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-12-19T04:19:20.250Z||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 8SztrWVmdciNSKB4) ...
2022-12-19T04:19:29.809Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T04:19:29.813Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T04:20:20.246Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-19T04:20:20.248Z||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-12-19T04:20:20.248Z||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 8SztrWVmdciNSKB4) ...
2022-12-19T04:20:20.248Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-19T04:20:20.249Z||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-12-19T04:20:20.249Z||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 8SztrWVmdciNSKB4) ...
2022-12-19T04:20:29.800Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T04:20:29.800Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T04:21:20.246Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-19T04:21:20.248Z||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-12-19T04:21:20.248Z||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 8SztrWVmdciNSKB4) ...
2022-12-19T04:21:20.248Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-19T04:21:20.249Z||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-12-19T04:21:20.249Z||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 8SztrWVmdciNSKB4) ...
2022-12-19T04:21:29.794Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T04:21:29.794Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T04:22:20.247Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-19T04:22:20.248Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-19T04:22:20.248Z||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-12-19T04:22:20.249Z||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 8SztrWVmdciNSKB4) ...
2022-12-19T04:22:20.249Z||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-12-19T04:22:20.249Z||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 8SztrWVmdciNSKB4) ...
2022-12-19T04:22:29.796Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T04:22:29.796Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T04:23:20.246Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-19T04:23:20.248Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-19T04:23:20.248Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8SztrWVmdciNSKB4) ...
2022-12-19T04:23:20.248Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-19T04:23:20.249Z||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-12-19T04:23:20.249Z||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 8SztrWVmdciNSKB4) ...
2022-12-19T04:23:29.802Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T04:23:29.823Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T04:24:20.249Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-19T04:24:20.249Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-19T04:24:20.251Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-19T04:24:20.252Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8SztrWVmdciNSKB4) ...
2022-12-19T04:24:20.252Z||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-12-19T04:24:20.253Z||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 8SztrWVmdciNSKB4) ...
2022-12-19T04:24:29.804Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T04:24:29.805Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T04:25:20.246Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-19T04:25:20.248Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-19T04:25:20.248Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8SztrWVmdciNSKB4) ...
2022-12-19T04:25:20.248Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-19T04:25:20.249Z||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-12-19T04:25:20.249Z||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 8SztrWVmdciNSKB4) ...
2022-12-19T04:25:29.820Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T04:25:29.820Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T04:26:20.246Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-19T04:26:20.248Z||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-12-19T04:26:20.248Z||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 8SztrWVmdciNSKB4) ...
2022-12-19T04:26:20.248Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-19T04:26:20.249Z||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-12-19T04:26:20.249Z||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 8SztrWVmdciNSKB4) ...
2022-12-19T04:26:29.809Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T04:26:29.812Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T04:27:20.246Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-19T04:27:20.247Z||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-12-19T04:27:20.247Z||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 8SztrWVmdciNSKB4) ...
2022-12-19T04:27:20.248Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-19T04:27:20.249Z||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-12-19T04:27:20.249Z||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 8SztrWVmdciNSKB4) ...
2022-12-19T04:27:29.813Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T04:27:29.814Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T04:28:20.246Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-19T04:28:20.247Z||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-12-19T04:28:20.247Z||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 8SztrWVmdciNSKB4) ...
2022-12-19T04:28:20.248Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-19T04:28:20.249Z||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-12-19T04:28:20.249Z||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 8SztrWVmdciNSKB4) ...
2022-12-19T04:28:29.802Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T04:28:29.803Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T04:29:20.249Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-19T04:29:20.249Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-19T04:29:20.250Z||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-12-19T04:29:20.250Z||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-12-19T04:29:20.250Z||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 8SztrWVmdciNSKB4) ...
2022-12-19T04:29:20.250Z||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 8SztrWVmdciNSKB4) ...
2022-12-19T04:29:29.800Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T04:29:29.800Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T04:30:20.247Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-19T04:30:20.248Z||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-12-19T04:30:20.249Z||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 8SztrWVmdciNSKB4) ...
2022-12-19T04:30:20.253Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-19T04:30:20.254Z||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-12-19T04:30:20.254Z||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 8SztrWVmdciNSKB4) ...
2022-12-19T04:30:29.815Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T04:30:29.825Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T04:31:20.247Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-19T04:31:20.248Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-19T04:31:20.248Z||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-12-19T04:31:20.248Z||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 8SztrWVmdciNSKB4) ...
2022-12-19T04:31:20.249Z||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-12-19T04:31:20.249Z||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 8SztrWVmdciNSKB4) ...
2022-12-19T04:31:29.797Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T04:31:29.797Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T04:32:20.246Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-19T04:32:20.248Z||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-12-19T04:32:20.248Z||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 8SztrWVmdciNSKB4) ...
2022-12-19T04:32:20.249Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-19T04:32:20.249Z||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-12-19T04:32:20.249Z||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 8SztrWVmdciNSKB4) ...
2022-12-19T04:32:20.434Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T04:32:20.439Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-19T04:32:20.439Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "988ff5f0-2556-4493-8894-14639a1f3555",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671424318742,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/resourceInstances/basic_onboard_bbdgtb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-19T04:32:20.490Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-12-19T04:32:20.491Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-19T04:32:20.491Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "988ff5f0-2556-4493-8894-14639a1f3555",
"consumerID": "ves-openapi-manager",
"timestamp": 1671424316841,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/resourceInstances/basic_onboard_bbdgtb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-19T04:32:20.492Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-12-19T04:32:20.492Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-19T04:32:20.493Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "988ff5f0-2556-4493-8894-14639a1f3555",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671424318742,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/resourceInstances/basic_onboard_bbdgtb0/artifacts/basic_onboard_bbdgtb0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-19T04:32:20.513Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-12-19T04:32:20.514Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-19T04:32:20.514Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "988ff5f0-2556-4493-8894-14639a1f3555",
"consumerID": "ves-openapi-manager",
"timestamp": 1671424316841,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/resourceInstances/basic_onboard_bbdgtb0/artifacts/basic_onboard_bbdgtb0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-19T04:32:20.515Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-12-19T04:32:20.515Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-19T04:32:20.515Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "988ff5f0-2556-4493-8894-14639a1f3555",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671424318742,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/resourceInstances/basic_onboard_bbdgtb0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-19T04:32:20.516Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-12-19T04:32:20.516Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-19T04:32:20.516Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "988ff5f0-2556-4493-8894-14639a1f3555",
"consumerID": "ves-openapi-manager",
"timestamp": 1671424316841,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/resourceInstances/basic_onboard_bbdgtb0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-19T04:32:20.517Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-12-19T04:32:20.517Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-19T04:32:20.517Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "988ff5f0-2556-4493-8894-14639a1f3555",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671424318742,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/resourceInstances/basic_onboard_bbdgtb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-19T04:32:20.518Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-12-19T04:32:20.518Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-19T04:32:20.518Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "988ff5f0-2556-4493-8894-14639a1f3555",
"consumerID": "ves-openapi-manager",
"timestamp": 1671424316841,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/resourceInstances/basic_onboard_bbdgtb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-19T04:32:20.519Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-12-19T04:32:20.519Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-19T04:32:20.519Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "988ff5f0-2556-4493-8894-14639a1f3555",
"consumerID": "aai-ml",
"timestamp": 1671424325950,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/resourceInstances/basic_onboard_bbdgtb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-19T04:32:20.520Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-12-19T04:32:20.520Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-19T04:32:20.520Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "988ff5f0-2556-4493-8894-14639a1f3555",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671424318742,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/resourceInstances/basic_onboard_bbdgtb0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-12-19T04:32:20.521Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-12-19T04:32:20.521Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-19T04:32:20.521Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "988ff5f0-2556-4493-8894-14639a1f3555",
"consumerID": "ves-openapi-manager",
"timestamp": 1671424316841,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/resourceInstances/basic_onboard_bbdgtb0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-12-19T04:32:20.522Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-12-19T04:32:20.522Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-19T04:32:20.523Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "988ff5f0-2556-4493-8894-14639a1f3555",
"consumerID": "cds",
"timestamp": 1671424325506,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/resourceInstances/basic_onboard_bbdgtb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-19T04:32:20.523Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-12-19T04:32:20.523Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-19T04:32:20.524Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "988ff5f0-2556-4493-8894-14639a1f3555",
"consumerID": "aai-ml",
"timestamp": 1671424325950,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/resourceInstances/basic_onboard_bbdgtb0/artifacts/basic_onboard_bbdgtb0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-19T04:32:20.524Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-12-19T04:32:20.525Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-19T04:32:20.525Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "988ff5f0-2556-4493-8894-14639a1f3555",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671424318742,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/artifacts/service-BasicOnboardBbdgtb-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-19T04:32:20.525Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-12-19T04:32:20.526Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-19T04:32:20.526Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "988ff5f0-2556-4493-8894-14639a1f3555",
"consumerID": "ves-openapi-manager",
"timestamp": 1671424316841,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/artifacts/service-BasicOnboardBbdgtb-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-19T04:32:20.526Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-12-19T04:32:20.527Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-19T04:32:20.527Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "988ff5f0-2556-4493-8894-14639a1f3555",
"consumerID": "cds",
"timestamp": 1671424325506,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/resourceInstances/basic_onboard_bbdgtb0/artifacts/basic_onboard_bbdgtb0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-19T04:32:20.529Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-12-19T04:32:20.529Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-19T04:32:20.529Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "988ff5f0-2556-4493-8894-14639a1f3555",
"consumerID": "aai-ml",
"timestamp": 1671424325950,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/resourceInstances/basic_onboard_bbdgtb0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-19T04:32:20.530Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-12-19T04:32:20.530Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-19T04:32:20.530Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "988ff5f0-2556-4493-8894-14639a1f3555",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671424318742,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/artifacts/service-BasicOnboardBbdgtb-csar.csar",
"status": "NOTIFIED"
}
2022-12-19T04:32:20.531Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-12-19T04:32:20.531Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-19T04:32:20.531Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "988ff5f0-2556-4493-8894-14639a1f3555",
"consumerID": "ves-openapi-manager",
"timestamp": 1671424316841,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/artifacts/service-BasicOnboardBbdgtb-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-12-19T04:32:20.532Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-12-19T04:32:20.532Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-19T04:32:20.533Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "988ff5f0-2556-4493-8894-14639a1f3555",
"consumerID": "cds",
"timestamp": 1671424325506,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/resourceInstances/basic_onboard_bbdgtb0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-19T04:32:20.533Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-12-19T04:32:20.533Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-19T04:32:20.534Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "988ff5f0-2556-4493-8894-14639a1f3555",
"consumerID": "aai-ml",
"timestamp": 1671424325950,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/resourceInstances/basic_onboard_bbdgtb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-19T04:32:20.534Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-12-19T04:32:20.534Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-19T04:32:20.535Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "988ff5f0-2556-4493-8894-14639a1f3555",
"consumerID": "multicloud-k8s-id",
"timestamp": 1671424329249,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/resourceInstances/basic_onboard_bbdgtb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-19T04:32:20.535Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-12-19T04:32:20.536Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-19T04:32:20.536Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "988ff5f0-2556-4493-8894-14639a1f3555",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671424330030,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/artifacts/service-BasicOnboardBbdgtb-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-19T04:32:20.537Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-19T04:32:20.537Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-19T04:32:20.537Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "988ff5f0-2556-4493-8894-14639a1f3555",
"consumerID": "cds",
"timestamp": 1671424325506,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/resourceInstances/basic_onboard_bbdgtb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-19T04:32:20.538Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-12-19T04:32:20.538Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-19T04:32:20.538Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "988ff5f0-2556-4493-8894-14639a1f3555",
"consumerID": "aai-ml",
"timestamp": 1671424325950,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/resourceInstances/basic_onboard_bbdgtb0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-12-19T04:32:20.539Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-12-19T04:32:20.539Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-19T04:32:20.540Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "988ff5f0-2556-4493-8894-14639a1f3555",
"consumerID": "multicloud-k8s-id",
"timestamp": 1671424329249,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/resourceInstances/basic_onboard_bbdgtb0/artifacts/basic_onboard_bbdgtb0_modules.json",
"status": "NOTIFIED"
}
2022-12-19T04:32:20.540Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-12-19T04:32:20.540Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-19T04:32:20.541Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "988ff5f0-2556-4493-8894-14639a1f3555",
"consumerID": "cds",
"timestamp": 1671424325506,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/resourceInstances/basic_onboard_bbdgtb0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-12-19T04:32:20.541Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-12-19T04:32:20.541Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-19T04:32:20.542Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "988ff5f0-2556-4493-8894-14639a1f3555",
"consumerID": "aai-ml",
"timestamp": 1671424325950,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/artifacts/service-BasicOnboardBbdgtb-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-19T04:32:20.542Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-12-19T04:32:20.542Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-19T04:32:20.543Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "988ff5f0-2556-4493-8894-14639a1f3555",
"consumerID": "multicloud-k8s-id",
"timestamp": 1671424329249,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/resourceInstances/basic_onboard_bbdgtb0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-12-19T04:32:20.543Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-12-19T04:32:20.543Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-19T04:32:20.544Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "988ff5f0-2556-4493-8894-14639a1f3555",
"consumerID": "cds",
"timestamp": 1671424325506,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/artifacts/service-BasicOnboardBbdgtb-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-19T04:32:20.544Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-12-19T04:32:20.544Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-19T04:32:20.545Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "988ff5f0-2556-4493-8894-14639a1f3555",
"consumerID": "aai-ml",
"timestamp": 1671424325950,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/artifacts/service-BasicOnboardBbdgtb-csar.csar",
"status": "NOTIFIED"
}
2022-12-19T04:32:20.546Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-12-19T04:32:20.546Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-19T04:32:20.546Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "988ff5f0-2556-4493-8894-14639a1f3555",
"consumerID": "multicloud-k8s-id",
"timestamp": 1671424329249,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/resourceInstances/basic_onboard_bbdgtb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-19T04:32:20.546Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-12-19T04:32:20.547Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-19T04:32:20.547Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "988ff5f0-2556-4493-8894-14639a1f3555",
"consumerID": "cds",
"timestamp": 1671424325506,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/artifacts/service-BasicOnboardBbdgtb-csar.csar",
"status": "NOTIFIED"
}
2022-12-19T04:32:20.547Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-12-19T04:32:20.548Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-19T04:32:20.548Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "988ff5f0-2556-4493-8894-14639a1f3555",
"consumerID": "aai-ml",
"timestamp": 1671424333896,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/artifacts/service-BasicOnboardBbdgtb-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-19T04:32:20.548Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-19T04:32:20.549Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-19T04:32:20.549Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "988ff5f0-2556-4493-8894-14639a1f3555",
"consumerID": "multicloud-k8s-id",
"timestamp": 1671424329249,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/resourceInstances/basic_onboard_bbdgtb0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-12-19T04:32:20.549Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-12-19T04:32:20.550Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-19T04:32:20.550Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "988ff5f0-2556-4493-8894-14639a1f3555",
"consumerID": "cds",
"timestamp": 1671424333423,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/artifacts/service-BasicOnboardBbdgtb-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-19T04:32:20.550Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-19T04:32:20.551Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-19T04:32:20.551Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "988ff5f0-2556-4493-8894-14639a1f3555",
"consumerID": "multicloud-k8s-id",
"timestamp": 1671424329249,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/artifacts/service-BasicOnboardBbdgtb-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-19T04:32:20.551Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-12-19T04:32:20.552Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-19T04:32:20.552Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "988ff5f0-2556-4493-8894-14639a1f3555",
"consumerID": "cds",
"timestamp": 1671424334527,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/artifacts/service-BasicOnboardBbdgtb-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-12-19T04:32:20.821Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 988ff5f0-2556-4493-8894-14639a1f3555
2022-12-19T04:32:20.845Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 988ff5f0-2556-4493-8894-14639a1f3555 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-12-19T04:32:20.872Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-19T04:32:20.872Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "988ff5f0-2556-4493-8894-14639a1f3555",
"consumerID": "multicloud-k8s-id",
"timestamp": 1671424329249,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/artifacts/service-BasicOnboardBbdgtb-csar.csar",
"status": "NOTIFIED"
}
2022-12-19T04:32:20.873Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-12-19T04:32:20.873Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-19T04:32:20.873Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "988ff5f0-2556-4493-8894-14639a1f3555",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671424336359,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/artifacts/service-BasicOnboardBbdgtb-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-19T04:32:20.874Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-19T04:32:20.874Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-19T04:32:20.874Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "988ff5f0-2556-4493-8894-14639a1f3555",
"consumerID": "multicloud-k8s-id",
"timestamp": 1671424337157,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/resourceInstances/basic_onboard_bbdgtb0/artifacts/basic_onboard_bbdgtb0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-12-19T04:32:20.874Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-19T04:32:20.875Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-19T04:32:20.875Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "988ff5f0-2556-4493-8894-14639a1f3555",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671424337367,
"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-12-19T04:32:20.891Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 988ff5f0-2556-4493-8894-14639a1f3555
2022-12-19T04:32:20.892Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 988ff5f0-2556-4493-8894-14639a1f3555 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-12-19T04:32:20.902Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-19T04:32:20.902Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "988ff5f0-2556-4493-8894-14639a1f3555",
"consumerID": "multicloud-k8s-id",
"timestamp": 1671424338291,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/resourceInstances/basic_onboard_bbdgtb0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-12-19T04:32:20.903Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-19T04:32:20.903Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-19T04:32:20.903Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "988ff5f0-2556-4493-8894-14639a1f3555",
"consumerID": "multicloud-k8s-id",
"timestamp": 1671424339361,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/resourceInstances/basic_onboard_bbdgtb0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-12-19T04:32:20.904Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-19T04:32:20.904Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-19T04:32:20.904Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "988ff5f0-2556-4493-8894-14639a1f3555",
"consumerID": "multicloud-k8s-id",
"timestamp": 1671424340465,
"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-12-19T04:32:20.910Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 988ff5f0-2556-4493-8894-14639a1f3555
2022-12-19T04:32:20.910Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 988ff5f0-2556-4493-8894-14639a1f3555 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-12-19T04:32:20.924Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T04:32:20.926Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-19T04:32:20.927Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"988ff5f0-2556-4493-8894-14639a1f3555","serviceName":"basic_onboard_bbDGTb","serviceVersion":"1.0","serviceUUID":"775720f2-5547-4123-8152-bab44f263749","serviceDescription":"service","serviceInvariantUUID":"56bfd612-0842-4a3b-a077-32d1ca3c9156","resources":[{"resourceInstanceName":"basic_onboard_bbDGTb 0","resourceName":"basic_onboard_bbDGTb","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"342c305d-ad00-4e19-9e50-80669823e1ee","resourceInvariantUUID":"fdbc8dff-ef2c-4cd9-8269-44162f6ea43f","resourceCustomizationUUID":"f7951c59-9968-493c-aa6f-a4c465d9d3de","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/resourceInstances/basic_onboard_bbdgtb0/artifacts/vf-license-model.xml","artifactChecksum":"YWVhNjM5ODhlYzc4M2YwNTIzMTgyMTQwYWQ1NjlhNzY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8a623d50-6c19-44bb-a51e-29c29cf521d7","artifactVersion":"1"},{"artifactName":"basic_onboard_bbdgtb0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/resourceInstances/basic_onboard_bbdgtb0/artifacts/basic_onboard_bbdgtb0_modules.json","artifactChecksum":"MTBlMWU3MmE3YzhiYzYzNWI2Y2UyMjIwOWQyNWU2NmI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0d40ca69-03c1-45fd-825b-a0bd5ebc6c87","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/resourceInstances/basic_onboard_bbdgtb0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"ea7ad327-4c06-4a3b-bbac-420ee75601be","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/resourceInstances/basic_onboard_bbdgtb0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9e25c29d-1ac0-477e-8d8a-3802b2b4c1fc","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/resourceInstances/basic_onboard_bbdgtb0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"308b1b61-96de-4eba-acd9-8424026e8487","artifactVersion":"2","generatedFromUUID":"ea7ad327-4c06-4a3b-bbac-420ee75601be"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardBbdgtb-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/artifacts/service-BasicOnboardBbdgtb-template.yml","artifactChecksum":"YmVmYzE3YWQ0OWUzOTE5MTc3OTFhZDVhZTgwZDNmMzk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"912d2204-368f-412e-b920-448136838a83","artifactVersion":"1"},{"artifactName":"service-BasicOnboardBbdgtb-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/artifacts/service-BasicOnboardBbdgtb-csar.csar","artifactChecksum":"YWU2MTFjNjQ4YmI5MzdmYWEwZWQ3NWNhNmEzNWEyNWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b0a4b7ae-b40b-45e3-9fa2-79975679424a","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-19T04:32:20.937Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-19T04:32:20.945Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-19T04:32:20.960Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-19T04:32:20.961Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "988ff5f0-2556-4493-8894-14639a1f3555",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671424340246,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/resourceInstances/basic_onboard_bbdgtb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-19T04:32:21.061Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms
2022-12-19T04:32:21.065Z||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-12-19T04:32:21.066Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8SztrWVmdciNSKB4) ...
2022-12-19T04:32:21.082Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T04:32:21.083Z||pool-3-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-12-19T04:32:21.970Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-19T04:32:21.971Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-19T04:32:21.973Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-19T04:32:21.973Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "988ff5f0-2556-4493-8894-14639a1f3555",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671424340246,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/resourceInstances/basic_onboard_bbdgtb0/artifacts/basic_onboard_bbdgtb0_modules.json",
"status": "NOTIFIED"
}
2022-12-19T04:32:22.073Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-19T04:32:22.074Z||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-12-19T04:32:22.075Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8SztrWVmdciNSKB4) ...
2022-12-19T04:32:22.088Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T04:32:22.089Z||pool-4-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-19T04:32:22.974Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-19T04:32:22.975Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-19T04:32:22.977Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-19T04:32:22.977Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "988ff5f0-2556-4493-8894-14639a1f3555",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671424340246,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/resourceInstances/basic_onboard_bbdgtb0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-12-19T04:32:23.077Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-19T04:32:23.078Z||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-12-19T04:32:23.079Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8SztrWVmdciNSKB4) ...
2022-12-19T04:32:23.092Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T04:32:23.093Z||pool-5-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-19T04:32:23.978Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-19T04:32:23.978Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-19T04:32:23.981Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-19T04:32:23.981Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "988ff5f0-2556-4493-8894-14639a1f3555",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671424340246,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/resourceInstances/basic_onboard_bbdgtb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-19T04:32:24.081Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-19T04:32:24.082Z||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-12-19T04:32:24.082Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8SztrWVmdciNSKB4) ...
2022-12-19T04:32:24.097Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T04:32:24.098Z||pool-6-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-12-19T04:32:24.982Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-19T04:32:24.982Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-19T04:32:24.984Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-19T04:32:24.985Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "988ff5f0-2556-4493-8894-14639a1f3555",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671424340246,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/resourceInstances/basic_onboard_bbdgtb0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-12-19T04:32:25.085Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-19T04:32:25.086Z||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-12-19T04:32:25.087Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8SztrWVmdciNSKB4) ...
2022-12-19T04:32:25.099Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T04:32:25.100Z||pool-7-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-12-19T04:32:25.985Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-19T04:32:25.986Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-19T04:32:25.989Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-19T04:32:25.989Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "988ff5f0-2556-4493-8894-14639a1f3555",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671424340246,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/artifacts/service-BasicOnboardBbdgtb-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-19T04:32:26.089Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-19T04:32:26.090Z||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-12-19T04:32:26.090Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8SztrWVmdciNSKB4) ...
2022-12-19T04:32:26.103Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T04:32:26.103Z||pool-8-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-19T04:32:26.990Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-19T04:32:26.991Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-19T04:32:26.995Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-19T04:32:26.995Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "988ff5f0-2556-4493-8894-14639a1f3555",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671424340246,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/artifacts/service-BasicOnboardBbdgtb-csar.csar",
"status": "NOTIFIED"
}
2022-12-19T04:32:27.095Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-19T04:32:27.096Z||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-12-19T04:32:27.097Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8SztrWVmdciNSKB4) ...
2022-12-19T04:32:27.109Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T04:32:27.109Z||pool-9-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-19T04:32:27.998Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "988ff5f0-2556-4493-8894-14639a1f3555",
"serviceName": "basic_onboard_bbDGTb",
"serviceVersion": "1.0",
"serviceUUID": "775720f2-5547-4123-8152-bab44f263749",
"serviceDescription": "service",
"serviceInvariantUUID": "56bfd612-0842-4a3b-a077-32d1ca3c9156",
"resources": [
{
"resourceInstanceName": "basic_onboard_bbDGTb 0",
"resourceCustomizationUUID": "f7951c59-9968-493c-aa6f-a4c465d9d3de",
"resourceName": "basic_onboard_bbDGTb",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "342c305d-ad00-4e19-9e50-80669823e1ee",
"resourceInvariantUUID": "fdbc8dff-ef2c-4cd9-8269-44162f6ea43f",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_bbdgtb0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/resourceInstances/basic_onboard_bbdgtb0/artifacts/basic_onboard_bbdgtb0_modules.json",
"artifactChecksum": "MTBlMWU3MmE3YzhiYzYzNWI2Y2UyMjIwOWQyNWU2NmI\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "0d40ca69-03c1-45fd-825b-a0bd5ebc6c87",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/resourceInstances/basic_onboard_bbdgtb0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "ea7ad327-4c06-4a3b-bbac-420ee75601be",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/resourceInstances/basic_onboard_bbdgtb0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "308b1b61-96de-4eba-acd9-8424026e8487",
"generatedFromUUID": "ea7ad327-4c06-4a3b-bbac-420ee75601be"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/resourceInstances/basic_onboard_bbdgtb0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "308b1b61-96de-4eba-acd9-8424026e8487",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardBbdgtb-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/artifacts/service-BasicOnboardBbdgtb-csar.csar",
"artifactChecksum": "YWU2MTFjNjQ4YmI5MzdmYWEwZWQ3NWNhNmEzNWEyNWI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "b0a4b7ae-b40b-45e3-9fa2-79975679424a"
}
],
"workloadContext": "Production"
}
2022-12-19T04:32:28.002Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-19T04:32:28.002Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 775720f2-5547-4123-8152-bab44f263749 ASDC
2022-12-19T04:32:28.154Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:988ff5f0-2556-4493-8894-14639a1f3555
ServiceName:basic_onboard_bbDGTb
ServiceVersion:1.0
ServiceUUID:775720f2-5547-4123-8152-bab44f263749
ServiceInvariantUUID:56bfd612-0842-4a3b-a077-32d1ca3c9156
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardBbdgtb-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/artifacts/service-BasicOnboardBbdgtb-csar.csar
ArtifactUUID:b0a4b7ae-b40b-45e3-9fa2-79975679424a
ArtifactChecksum:YWU2MTFjNjQ4YmI5MzdmYWEwZWQ3NWNhNmEzNWEyNWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_bbDGTb 0
ResourceCustomizationUUID:f7951c59-9968-493c-aa6f-a4c465d9d3de
ResourceInvariantUUID:fdbc8dff-ef2c-4cd9-8269-44162f6ea43f
ResourceName:basic_onboard_bbDGTb
ResourceType:VF
ResourceUUID:342c305d-ad00-4e19-9e50-80669823e1ee
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_bbdgtb0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/resourceInstances/basic_onboard_bbdgtb0/artifacts/basic_onboard_bbdgtb0_modules.json
ArtifactUUID:0d40ca69-03c1-45fd-825b-a0bd5ebc6c87
ArtifactChecksum:MTBlMWU3MmE3YzhiYzYzNWI2Y2UyMjIwOWQyNWU2NmI=
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/BasicOnboardBbdgtb/1.0/resourceInstances/basic_onboard_bbdgtb0/artifacts/base_ubuntu18.yaml
ArtifactUUID:ea7ad327-4c06-4a3b-bbac-420ee75601be
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/BasicOnboardBbdgtb/1.0/resourceInstances/basic_onboard_bbdgtb0/artifacts/base_ubuntu18.env
ArtifactUUID:308b1b61-96de-4eba-acd9-8424026e8487
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/BasicOnboardBbdgtb/1.0/resourceInstances/basic_onboard_bbdgtb0/artifacts/base_ubuntu18.env
ArtifactUUID:308b1b61-96de-4eba-acd9-8424026e8487
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-12-19T04:32:28.157Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 775720f2-5547-4123-8152-bab44f263749 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-12-19T04:32:28.258Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-19T04:32:28.260Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-12-19T04:32:28.262Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-12-19T04:32:28.263Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: b0a4b7ae-b40b-45e3-9fa2-79975679424a from URL: /sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/artifacts/service-BasicOnboardBbdgtb-csar.csar
2022-12-19T04:32:28.263Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-12-19T04:32:28.266Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/artifacts/service-BasicOnboardBbdgtb-csar.csar
2022-12-19T04:32:28.494Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-12-19T04:32:28.511Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/artifacts/service-BasicOnboardBbdgtb-csar.csar b0a4b7ae-b40b-45e3-9fa2-79975679424a 75297
2022-12-19T04:32:28.513Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/artifacts/service-BasicOnboardBbdgtb-csar.csar ASDC sendASDCNotification
2022-12-19T04:32:28.513Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/artifacts/service-BasicOnboardBbdgtb-csar.csar
2022-12-19T04:32:28.515Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-19T04:32:28.516Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-19T04:32:28.518Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-19T04:32:28.518Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "988ff5f0-2556-4493-8894-14639a1f3555",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671424348511,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/artifacts/service-BasicOnboardBbdgtb-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-19T04:32:28.618Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-19T04:32:28.619Z||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-12-19T04:32:28.620Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8SztrWVmdciNSKB4) ...
2022-12-19T04:32:28.637Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T04:32:28.638Z||pool-10-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-12-19T04:32:29.519Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-19T04:32:29.520Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-12-19T04:32:29.520Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: b0a4b7ae-b40b-45e3-9fa2-79975679424a, URL: /sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/artifacts/service-BasicOnboardBbdgtb-csar.csar to file: /app/ASDC/1/service-BasicOnboardBbdgtb-csar.csar
2022-12-19T04:32:29.521Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardBbdgtb-csar.csar
2022-12-19T04:32:29.626Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardBbdgtb-csar.csar
2022-12-19T04:32:29.626Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardBbdgtb-csar.csar
2022-12-19T04:32:30.252Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8724512931631434748/Definitions/service-BasicOnboardBbdgtb-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_security_groups" is not provided
Log warning: The required parameter "compute_ubuntu18_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_ubuntu18_metadata" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "compute_ubuntu18_name" 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_network" is not provided
Log warning: The required parameter "compute_ubuntu18_key_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role_tag" is not provided
2022-12-19T04:32:32.752Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-19T04:32:32.758Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-12-19T04:32:32.758Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardBbdgtb-csar.csar
2022-12-19T04:32:32.758Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-12-19T04:32:32.759Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardBbdgtb-csar.csar
2022-12-19T04:32:32.759Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_bbDGTb 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicOnboardBbdgtb-csar.csar
2022-12-19T04:32:32.759Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||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-BasicOnboardBbdgtb-csar.csar
2022-12-19T04:32:32.759Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||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-BasicOnboardBbdgtb-csar.csar
2022-12-19T04:32:32.760Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||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-BasicOnboardBbdgtb-csar.csar
2022-12-19T04:32:32.760Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardBbdgtb-csar.csar
2022-12-19T04:32:32.760Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||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-BasicOnboardBbdgtb-csar.csar
2022-12-19T04:32:32.760Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-12-19T04:32:32.767Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-19T04:32:32.770Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_bbDGTb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-19T04:32:32.778Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_bbDGTb 0 is matching search criteria
2022-12-19T04:32:32.778Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-12-19T04:32:32.781Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_bbDGTb 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-19T04:32:32.783Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-19T04:32:32.783Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_bbDGTb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-19T04:32:32.784Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_bbDGTb 0 is matching search criteria
2022-12-19T04:32:32.784Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-12-19T04:32:32.784Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_bbDGTb 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-19T04:32:32.785Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-19T04:32:32.785Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_bbDGTb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-19T04:32:32.790Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-19T04:32:32.790Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_bbDGTb 0 is not matching search criteria
2022-12-19T04:32:32.790Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-12-19T04:32:32.791Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-12-19T04:32:32.791Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-12-19T04:32:32.791Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-12-19T04:32:32.791Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-12-19T04:32:32.792Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-19T04:32:32.792Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_bbDGTb is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-19T04:32:32.794Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-19T04:32:32.794Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_bbDGTb 0 is matching search criteria
2022-12-19T04:32:32.794Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_bbDGTb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-19T04:32:32.795Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-19T04:32:32.795Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_bbDGTb 0 is matching search criteria
2022-12-19T04:32:32.795Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_bbDGTb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-19T04:32:32.796Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-19T04:32:32.796Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_bbDGTb 0 is matching search criteria
2022-12-19T04:32:32.796Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_bbDGTb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-19T04:32:32.796Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-19T04:32:32.797Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_bbDGTb 0 is not matching search criteria
2022-12-19T04:32:32.797Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-12-19T04:32:32.797Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-12-19T04:32:32.798Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=71cf8737-d8f5-49a5-8e03-85b15a10879e
2022-12-19T04:32:32.798Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-19T04:32:32.798Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_bbDGTb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-19T04:32:32.798Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-19T04:32:32.798Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_bbDGTb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-19T04:32:32.799Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-19T04:32:32.799Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_bbDGTb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-19T04:32:32.799Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-19T04:32:32.800Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_bbDGTb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-19T04:32:32.800Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_bbDGTb
Description:service
Model UUID:775720f2-5547-4123-8152-bab44f263749
Model Version:NULL
Model InvariantUuid:56bfd612-0842-4a3b-a077-32d1ca3c9156
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_bbDGTb
Model UUID:6d4cdb7f-267d-4491-aab5-5ca826be438a
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:fdbc8dff-ef2c-4cd9-8269-44162f6ea43f
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:f7951c59-9968-493c-aa6f-a4c465d9d3de
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:82c7b06e-c298-4094-b138-d3c989610f8f
ModelName:BasicOnboardBbdgtb..base_ubuntu18..module-0
ModelUuid:a2b92604-e3b7-433a-9108-cf493867d046
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:71cf8737-d8f5-49a5-8e03-85b15a10879e
ModelInvariantUuid:48c0846d-4b86-4fd4-b81a-f68efcdfbdef
ModelName:basic_onboard_bbDGTb-nodes.ubuntu18Cvfc
ModelUuid:8b842d85-da53-416b-a153-69f6c39e1b47
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:cf2643d5-b8fc-46b1-9d15-ee40656769c4
ModelInvariantUuid:afc1a9f5-0e9b-4ea9-9552-e7eacd0ebf85
ModelName:BasicOnboardBbdgtb.compute.nodes.heat.ubuntu18
ModelUuid:5a3dc736-ee40-4caa-8646-524428a81d39
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-12-19T04:32:32.812Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 342c305d-ad00-4e19-9e50-80669823e1ee
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-12-19T04:32:32.912Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||INFO|500||basic_onboard_bbDGTb 0
2022-12-19T04:32:32.920Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 342c305d-ad00-4e19-9e50-80669823e1ee
2022-12-19T04:32:32.921Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 0d40ca69-03c1-45fd-825b-a0bd5ebc6c87 from URL: /sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/resourceInstances/basic_onboard_bbdgtb0/artifacts/basic_onboard_bbdgtb0_modules.json
2022-12-19T04:32:32.921Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-12-19T04:32:32.921Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/resourceInstances/basic_onboard_bbdgtb0/artifacts/basic_onboard_bbdgtb0_modules.json
2022-12-19T04:32:32.974Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-12-19T04:32:32.975Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/resourceInstances/basic_onboard_bbdgtb0/artifacts/basic_onboard_bbdgtb0_modules.json 0d40ca69-03c1-45fd-825b-a0bd5ebc6c87 798
2022-12-19T04:32:32.975Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/resourceInstances/basic_onboard_bbdgtb0/artifacts/basic_onboard_bbdgtb0_modules.json ASDC sendASDCNotification
2022-12-19T04:32:32.975Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/resourceInstances/basic_onboard_bbdgtb0/artifacts/basic_onboard_bbdgtb0_modules.json
2022-12-19T04:32:32.976Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-19T04:32:32.976Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-19T04:32:32.979Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-19T04:32:32.980Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "988ff5f0-2556-4493-8894-14639a1f3555",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671424352975,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/resourceInstances/basic_onboard_bbdgtb0/artifacts/basic_onboard_bbdgtb0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-12-19T04:32:33.079Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-19T04:32:33.080Z||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-12-19T04:32:33.080Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8SztrWVmdciNSKB4) ...
2022-12-19T04:32:33.096Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T04:32:33.097Z||pool-11-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-12-19T04:32:33.981Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardBbdgtb..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "82c7b06e-c298-4094-b138-d3c989610f8f",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "a2b92604-e3b7-433a-9108-cf493867d046",
"vfModuleModelCustomizationUUID": "53934df4-bb91-4c91-bc14-1b8724fddab3",
"isBase": true,
"artifacts": [
"ea7ad327-4c06-4a3b-bbac-420ee75601be",
"308b1b61-96de-4eba-acd9-8424026e8487"
],
"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-12-19T04:32:33.998Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardBbdgtb..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a2b92604-e3b7-433a-9108-cf493867d046
VfModuleModelInvariantUUID:82c7b06e-c298-4094-b138-d3c989610f8f
VfModuleModelDescription:NULL
Artifacts UUID List:{
ea7ad327-4c06-4a3b-bbac-420ee75601be
,
308b1b61-96de-4eba-acd9-8424026e8487
}
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-12-19T04:32:34.003Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardBbdgtb..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "82c7b06e-c298-4094-b138-d3c989610f8f",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "a2b92604-e3b7-433a-9108-cf493867d046",
"vfModuleModelCustomizationUUID": "53934df4-bb91-4c91-bc14-1b8724fddab3",
"isBase": true,
"artifacts": [
"ea7ad327-4c06-4a3b-bbac-420ee75601be",
"308b1b61-96de-4eba-acd9-8424026e8487"
],
"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-12-19T04:32:34.003Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardBbdgtb..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a2b92604-e3b7-433a-9108-cf493867d046
VfModuleModelInvariantUUID:82c7b06e-c298-4094-b138-d3c989610f8f
VfModuleModelDescription:NULL
Artifacts UUID List:{
ea7ad327-4c06-4a3b-bbac-420ee75601be
,
308b1b61-96de-4eba-acd9-8424026e8487
}
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-12-19T04:32:34.003Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: ea7ad327-4c06-4a3b-bbac-420ee75601be from URL: /sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/resourceInstances/basic_onboard_bbdgtb0/artifacts/base_ubuntu18.yaml
2022-12-19T04:32:34.004Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-12-19T04:32:34.004Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/resourceInstances/basic_onboard_bbdgtb0/artifacts/base_ubuntu18.yaml
2022-12-19T04:32:34.053Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-12-19T04:32:34.053Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/resourceInstances/basic_onboard_bbdgtb0/artifacts/base_ubuntu18.yaml ea7ad327-4c06-4a3b-bbac-420ee75601be 5033
2022-12-19T04:32:34.054Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/resourceInstances/basic_onboard_bbdgtb0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-12-19T04:32:34.054Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/resourceInstances/basic_onboard_bbdgtb0/artifacts/base_ubuntu18.yaml
2022-12-19T04:32:34.054Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-19T04:32:34.054Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-19T04:32:34.057Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-19T04:32:34.057Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "988ff5f0-2556-4493-8894-14639a1f3555",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671424354054,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/resourceInstances/basic_onboard_bbdgtb0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-12-19T04:32:34.157Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-19T04:32:34.159Z||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-12-19T04:32:34.159Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8SztrWVmdciNSKB4) ...
2022-12-19T04:32:34.171Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T04:32:34.172Z||pool-12-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-12-19T04:32:35.059Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 308b1b61-96de-4eba-acd9-8424026e8487 from URL: /sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/resourceInstances/basic_onboard_bbdgtb0/artifacts/base_ubuntu18.env
2022-12-19T04:32:35.060Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-12-19T04:32:35.061Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/resourceInstances/basic_onboard_bbdgtb0/artifacts/base_ubuntu18.env
2022-12-19T04:32:35.112Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-12-19T04:32:35.113Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/resourceInstances/basic_onboard_bbdgtb0/artifacts/base_ubuntu18.env 308b1b61-96de-4eba-acd9-8424026e8487 909
2022-12-19T04:32:35.114Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/resourceInstances/basic_onboard_bbdgtb0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-12-19T04:32:35.114Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/resourceInstances/basic_onboard_bbdgtb0/artifacts/base_ubuntu18.env
2022-12-19T04:32:35.114Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-19T04:32:35.115Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-19T04:32:35.120Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-19T04:32:35.120Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "988ff5f0-2556-4493-8894-14639a1f3555",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671424355114,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/resourceInstances/basic_onboard_bbdgtb0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-12-19T04:32:35.220Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-19T04:32:35.221Z||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-12-19T04:32:35.222Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8SztrWVmdciNSKB4) ...
2022-12-19T04:32:35.237Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T04:32:35.237Z||pool-13-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-12-19T04:32:36.125Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 775720f2-5547-4123-8152-bab44f263749
2022-12-19T04:32:36.126Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_bbDGTb 0 342c305d-ad00-4e19-9e50-80669823e1ee 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-12-19T04:32:36.173Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@675dd066, org.onap.sdc.toscaparser.api.parameters.Input@7bb034c6, org.onap.sdc.toscaparser.api.parameters.Input@3c9b4728, org.onap.sdc.toscaparser.api.parameters.Input@246e5c34, org.onap.sdc.toscaparser.api.parameters.Input@2d39763f]
2022-12-19T04:32:36.180Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-19T04:32:36.180Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_bbDGTb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-19T04:32:36.181Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic
2022-12-19T04:32:36.181Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= f7951c59-9968-493c-aa6f-a4c465d9d3de
2022-12-19T04:32:36.181Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f7951c59-9968-493c-aa6f-a4c465d9d3de matches Tosca VF Customization UUID: f7951c59-9968-493c-aa6f-a4c465d9d3de
2022-12-19T04:32:36.181Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: f7951c59-9968-493c-aa6f-a4c465d9d3de 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-12-19T04:32:36.199Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-19T04:32:36.199Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_bbDGTb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-19T04:32:36.202Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id f7951c59-9968-493c-aa6f-a4c465d9d3de: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-12-19T04:32:36.203Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@38cf423d
2022-12-19T04:32:36.203Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-19T04:32:36.203Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_bbDGTb is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-19T04:32:36.205Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 53934df4-bb91-4c91-bc14-1b8724fddab3
2022-12-19T04:32:36.206Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 53934df4-bb91-4c91-bc14-1b8724fddab3
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-12-19T04:32:36.216Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-19T04:32:36.216Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_bbDGTb 0 is matching search criteria
2022-12-19T04:32:36.217Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_bbDGTb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-19T04:32:36.218Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-19T04:32:36.218Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_bbDGTb 0 is matching search criteria
2022-12-19T04:32:36.219Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_bbDGTb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-19T04:32:36.219Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-19T04:32:36.219Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_bbDGTb 0 is not matching search criteria
2022-12-19T04:32:36.220Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-12-19T04:32:36.220Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-12-19T04:32:36.220Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=71cf8737-d8f5-49a5-8e03-85b15a10879e
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-12-19T04:32:36.232Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-19T04:32:36.233Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_bbDGTb 0 is matching search criteria
2022-12-19T04:32:36.233Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_bbDGTb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-19T04:32:36.234Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-19T04:32:36.235Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_bbDGTb 0 is matching search criteria
2022-12-19T04:32:36.235Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_bbDGTb 0] matching following query criteria: sdcType=VF, customizationUUID=f7951c59-9968-493c-aa6f-a4c465d9d3de
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-12-19T04:32:36.240Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-19T04:32:36.240Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_bbDGTb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-19T04:32:36.241Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 775720f2-5547-4123-8152-bab44f263749: basic_onboard_bbDGTb
2022-12-19T04:32:36.241Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-19T04:32:36.241Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_bbDGTb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-19T04:32:36.242Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-19T04:32:36.242Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_bbDGTb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-19T04:32:36.242Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-19T04:32:36.242Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_bbDGTb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-19T04:32:36.243Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-19T04:32:36.243Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_bbDGTb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-19T04:32:36.243Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-19T04:32:36.243Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_bbDGTb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-19T04:32:36.244Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||INFO|500||Saving Service: basic_onboard_bbDGTb
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-12-19T04:32:36.442Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_bbDGTb 342c305d-ad00-4e19-9e50-80669823e1ee 1 ASDC deployResourceStructure
2022-12-19T04:32:36.444Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/resourceInstances/basic_onboard_bbdgtb0/artifacts/basic_onboard_bbdgtb0_modules.json ASDC sendASDCNotification
2022-12-19T04:32:36.444Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/resourceInstances/basic_onboard_bbdgtb0/artifacts/basic_onboard_bbdgtb0_modules.json
2022-12-19T04:32:36.446Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-19T04:32:36.447Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-19T04:32:36.450Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-19T04:32:36.450Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "988ff5f0-2556-4493-8894-14639a1f3555",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671424356444,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/resourceInstances/basic_onboard_bbdgtb0/artifacts/basic_onboard_bbdgtb0_modules.json",
"status": "DEPLOY_OK"
}
2022-12-19T04:32:36.550Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-19T04:32:36.551Z||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-12-19T04:32:36.552Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8SztrWVmdciNSKB4) ...
2022-12-19T04:32:36.568Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T04:32:36.569Z||pool-14-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-12-19T04:32:37.451Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/resourceInstances/basic_onboard_bbdgtb0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-12-19T04:32:37.451Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/resourceInstances/basic_onboard_bbdgtb0/artifacts/base_ubuntu18.yaml
2022-12-19T04:32:37.452Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-19T04:32:37.452Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-19T04:32:37.454Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-19T04:32:37.454Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "988ff5f0-2556-4493-8894-14639a1f3555",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671424357451,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/resourceInstances/basic_onboard_bbdgtb0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-12-19T04:32:37.555Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-19T04:32:37.556Z||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-12-19T04:32:37.556Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8SztrWVmdciNSKB4) ...
2022-12-19T04:32:37.568Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T04:32:37.568Z||pool-15-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-19T04:32:38.465Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/resourceInstances/basic_onboard_bbdgtb0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-12-19T04:32:38.466Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/resourceInstances/basic_onboard_bbdgtb0/artifacts/base_ubuntu18.env
2022-12-19T04:32:38.466Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-19T04:32:38.466Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-19T04:32:38.473Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-19T04:32:38.473Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "988ff5f0-2556-4493-8894-14639a1f3555",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671424358465,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/resourceInstances/basic_onboard_bbdgtb0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-12-19T04:32:38.570Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-12-19T04:32:38.573Z||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-12-19T04:32:38.573Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8SztrWVmdciNSKB4) ...
2022-12-19T04:32:38.588Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T04:32:38.589Z||pool-16-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-12-19T04:32:39.475Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/artifacts/service-BasicOnboardBbdgtb-csar.csar ASDC sendASDCNotification
2022-12-19T04:32:39.475Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/artifacts/service-BasicOnboardBbdgtb-csar.csar
2022-12-19T04:32:39.475Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-19T04:32:39.476Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-19T04:32:39.478Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-19T04:32:39.478Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "988ff5f0-2556-4493-8894-14639a1f3555",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671424359474,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/artifacts/service-BasicOnboardBbdgtb-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-19T04:32:39.578Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-19T04:32:39.579Z||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-12-19T04:32:39.579Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8SztrWVmdciNSKB4) ...
2022-12-19T04:32:39.590Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T04:32:39.591Z||pool-17-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-19T04:32:40.479Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 988ff5f0-2556-4493-8894-14639a1f3555
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-12-19T04:32:40.501Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 988ff5f0-2556-4493-8894-14639a1f3555
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-12-19T04:32:40.505Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-19T04:32:40.505Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-19T04:32:40.505Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-19T04:33:10.506Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 988ff5f0-2556-4493-8894-14639a1f3555
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-12-19T04:33:10.521Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 988ff5f0-2556-4493-8894-14639a1f3555
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-12-19T04:33:10.527Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-19T04:33:10.527Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-19T04:33:10.527Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-19T04:33:20.249Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-19T04:33:20.251Z||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-12-19T04:33:20.251Z||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 8SztrWVmdciNSKB4) ...
2022-12-19T04:33:20.301Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T04:33:20.302Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-19T04:33:20.302Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "988ff5f0-2556-4493-8894-14639a1f3555",
"consumerID": "multicloud-k8s-id",
"timestamp": 1671424341470,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/resourceInstances/basic_onboard_bbdgtb0/artifacts/basic_onboard_bbdgtb0_modules.json",
"status": "DEPLOY_OK"
}
2022-12-19T04:33:20.303Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-19T04:33:40.533Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 988ff5f0-2556-4493-8894-14639a1f3555
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-12-19T04:33:40.591Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 988ff5f0-2556-4493-8894-14639a1f3555
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-12-19T04:33:40.603Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-19T04:33:40.603Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-19T04:33:40.603Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-19T04:34:10.604Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 988ff5f0-2556-4493-8894-14639a1f3555
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-12-19T04:34:10.619Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 988ff5f0-2556-4493-8894-14639a1f3555
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-12-19T04:34:10.629Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-19T04:34:10.629Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-19T04:34:10.629Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-19T04:34:20.249Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-19T04:34:20.250Z||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-12-19T04:34:20.250Z||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 8SztrWVmdciNSKB4) ...
2022-12-19T04:34:20.792Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T04:34:20.793Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-19T04:34:20.794Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "988ff5f0-2556-4493-8894-14639a1f3555",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671424340246,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/resourceInstances/basic_onboard_bbdgtb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-19T04:34:20.795Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-12-19T04:34:20.795Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-19T04:34:20.795Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "988ff5f0-2556-4493-8894-14639a1f3555",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671424340246,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/resourceInstances/basic_onboard_bbdgtb0/artifacts/basic_onboard_bbdgtb0_modules.json",
"status": "NOTIFIED"
}
2022-12-19T04:34:20.796Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-12-19T04:34:20.796Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-19T04:34:20.796Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "988ff5f0-2556-4493-8894-14639a1f3555",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671424340246,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/resourceInstances/basic_onboard_bbdgtb0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-12-19T04:34:20.796Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-12-19T04:34:20.796Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-19T04:34:20.796Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "988ff5f0-2556-4493-8894-14639a1f3555",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671424340246,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/resourceInstances/basic_onboard_bbdgtb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-19T04:34:20.796Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-12-19T04:34:20.796Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-19T04:34:20.797Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "988ff5f0-2556-4493-8894-14639a1f3555",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671424340246,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/resourceInstances/basic_onboard_bbdgtb0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-12-19T04:34:20.797Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-12-19T04:34:20.797Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-19T04:34:20.797Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "988ff5f0-2556-4493-8894-14639a1f3555",
"consumerID": "aai-ml",
"timestamp": 1671424346354,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/artifacts/service-BasicOnboardBbdgtb-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-19T04:34:20.797Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-19T04:34:20.797Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-19T04:34:20.798Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "988ff5f0-2556-4493-8894-14639a1f3555",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671424340246,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/artifacts/service-BasicOnboardBbdgtb-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-19T04:34:20.798Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-12-19T04:34:20.798Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-19T04:34:20.798Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "988ff5f0-2556-4493-8894-14639a1f3555",
"consumerID": "aai-ml",
"timestamp": 1671424347362,
"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-12-19T04:34:20.806Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 988ff5f0-2556-4493-8894-14639a1f3555
2022-12-19T04:34:20.806Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 988ff5f0-2556-4493-8894-14639a1f3555 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-12-19T04:34:20.815Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-19T04:34:20.816Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "988ff5f0-2556-4493-8894-14639a1f3555",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671424340246,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/artifacts/service-BasicOnboardBbdgtb-csar.csar",
"status": "NOTIFIED"
}
2022-12-19T04:34:20.816Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-12-19T04:34:20.816Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-19T04:34:20.816Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "988ff5f0-2556-4493-8894-14639a1f3555",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671424348511,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/artifacts/service-BasicOnboardBbdgtb-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-19T04:34:20.816Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-19T04:34:20.816Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-19T04:34:20.816Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "988ff5f0-2556-4493-8894-14639a1f3555",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671424352975,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/resourceInstances/basic_onboard_bbdgtb0/artifacts/basic_onboard_bbdgtb0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-12-19T04:34:20.817Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-19T04:34:20.817Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-19T04:34:20.817Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "988ff5f0-2556-4493-8894-14639a1f3555",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671424354054,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/resourceInstances/basic_onboard_bbdgtb0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-12-19T04:34:20.817Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-19T04:34:20.817Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-19T04:34:20.817Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "988ff5f0-2556-4493-8894-14639a1f3555",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671424355114,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/resourceInstances/basic_onboard_bbdgtb0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-12-19T04:34:20.817Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-19T04:34:20.818Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-19T04:34:20.818Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "988ff5f0-2556-4493-8894-14639a1f3555",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671424356444,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/resourceInstances/basic_onboard_bbdgtb0/artifacts/basic_onboard_bbdgtb0_modules.json",
"status": "DEPLOY_OK"
}
2022-12-19T04:34:20.818Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-19T04:34:20.818Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-19T04:34:20.818Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "988ff5f0-2556-4493-8894-14639a1f3555",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671424357451,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/resourceInstances/basic_onboard_bbdgtb0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-12-19T04:34:20.818Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-19T04:34:20.818Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-19T04:34:20.818Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "988ff5f0-2556-4493-8894-14639a1f3555",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671424358465,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/resourceInstances/basic_onboard_bbdgtb0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-12-19T04:34:20.818Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-19T04:34:20.819Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-19T04:34:20.819Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "988ff5f0-2556-4493-8894-14639a1f3555",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671424359474,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBbdgtb/1.0/artifacts/service-BasicOnboardBbdgtb-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-19T04:34:20.819Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-19T04:34:40.630Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 988ff5f0-2556-4493-8894-14639a1f3555
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-12-19T04:34:40.646Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 988ff5f0-2556-4493-8894-14639a1f3555
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-12-19T04:34:40.650Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-19T04:34:40.650Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-19T04:34:40.650Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-19T04:34:40.650Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-19T04:34:40.650Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-19T04:34:40.651Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-19T04:34:40.651Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-19T04:34:40.651Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-19T04:34:40.651Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-19T04:34:40.652Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||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-12-19T04:34:40.665Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-19T04:35:10.668Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 988ff5f0-2556-4493-8894-14639a1f3555 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-12-19T04:35:10.694Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 988ff5f0-2556-4493-8894-14639a1f3555 and serviceModelVersionId: 775720f2-5547-4123-8152-bab44f263749
2022-12-19T04:35:10.695Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 56bfd612-0842-4a3b-a077-32d1ca3c9156
2022-12-19T04:35:20.248Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-19T04:35:20.250Z||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-12-19T04:35:20.250Z||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 8SztrWVmdciNSKB4) ...
2022-12-19T04:35:27.647Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/56bfd612-0842-4a3b-a077-32d1ca3c9156/model-vers/model-ver/775720f2-5547-4123-8152-bab44f263749?depth=0
2022-12-19T04:35:27.779Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-12-19T04:35:28.376Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/56bfd612-0842-4a3b-a077-32d1ca3c9156/model-vers/model-ver/775720f2-5547-4123-8152-bab44f263749?depth=0|INFO|500||Invoke
2022-12-19T04:35:28.387Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/56bfd612-0842-4a3b-a077-32d1ca3c9156/model-vers/model-ver/775720f2-5547-4123-8152-bab44f263749?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/56bfd612-0842-4a3b-a077-32d1ca3c9156/model-vers/model-ver/775720f2-5547-4123-8152-bab44f263749?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[988ff5f0-2556-4493-8894-14639a1f3555], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ca7f3ffd-c4a7-4767-8079-79b7b5a5cf88], X-ECOMP-RequestID=[988ff5f0-2556-4493-8894-14639a1f3555], X-TransactionId=[], X-ONAP-RequestID=[988ff5f0-2556-4493-8894-14639a1f3555], Content-Type=[application/merge-patch+json]}
2022-12-19T04:35:28.530Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/56bfd612-0842-4a3b-a077-32d1ca3c9156/model-vers/model-ver/775720f2-5547-4123-8152-bab44f263749?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-12-19T04:35:28.758Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/56bfd612-0842-4a3b-a077-32d1ca3c9156/model-vers/model-ver/775720f2-5547-4123-8152-bab44f263749?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/56bfd612-0842-4a3b-a077-32d1ca3c9156/model-vers/model-ver/775720f2-5547-4123-8152-bab44f263749?depth=0 has http status code:200 and response headers:{date=[Mon, 19 Dec 2022 04:35:29 GMT], content-length=[0], vertex-id=[159752], x-aai-txid=[1-aai-resources-221219-04:35:29:597-48107], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-19T04:35:28.761Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/56bfd612-0842-4a3b-a077-32d1ca3c9156/model-vers/model-ver/775720f2-5547-4123-8152-bab44f263749?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-12-19T04:35:28.762Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/56bfd612-0842-4a3b-a077-32d1ca3c9156/model-vers/model-ver/775720f2-5547-4123-8152-bab44f263749?depth=0|INFO|500||InvokeReturn
2022-12-19T04:35:28.767Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-19T04:35:28.767Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||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-12-19T04:35:28.774Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||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-12-19T04:35:28.775Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 988ff5f0-2556-4493-8894-14639a1f3555 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-19T04:35:28.777Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-19T04:35:28.777Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-19T04:35:28.780Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-19T04:35:28.780Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "988ff5f0-2556-4493-8894-14639a1f3555",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671424528776,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-19T04:35:28.880Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-19T04:35:28.882Z||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-12-19T04:35:28.882Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8SztrWVmdciNSKB4) ...
2022-12-19T04:35:28.895Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T04:35:28.896Z||pool-18-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-19T04:35:29.511Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T04:35:29.511Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-19T04:35:29.511Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "988ff5f0-2556-4493-8894-14639a1f3555",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671424528776,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-19T04:35:29.512Z||pool-2-thread-9|||||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-12-19T04:35:29.795Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-19T04:35:29.796Z|988ff5f0-2556-4493-8894-14639a1f3555|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-12-19T04:35:29.797Z|988ff5f0-2556-4493-8894-14639a1f3555|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 8SztrWVmdciNSKB4) ...
2022-12-19T04:35:40.075Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T04:35:40.078Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-19T04:35:40.080Z|988ff5f0-2556-4493-8894-14639a1f3555|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-12-19T04:35:40.080Z|988ff5f0-2556-4493-8894-14639a1f3555|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 8SztrWVmdciNSKB4) ...
2022-12-19T04:35:49.625Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T04:35:49.626Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-19T04:35:49.627Z|988ff5f0-2556-4493-8894-14639a1f3555|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-12-19T04:35:49.627Z|988ff5f0-2556-4493-8894-14639a1f3555|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 8SztrWVmdciNSKB4) ...
2022-12-19T04:35:59.166Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T04:36:20.246Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-19T04:36:20.248Z|988ff5f0-2556-4493-8894-14639a1f3555|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-12-19T04:36:20.248Z|988ff5f0-2556-4493-8894-14639a1f3555|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 8SztrWVmdciNSKB4) ...
2022-12-19T04:36:20.249Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-19T04:36:20.256Z||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-12-19T04:36:20.257Z||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 8SztrWVmdciNSKB4) ...
2022-12-19T04:36:27.047Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T04:36:27.049Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-19T04:36:27.049Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1","serviceName":"vFW 2022-12-19 04-35-33","serviceVersion":"1.0","serviceUUID":"5153601d-9b29-4183-b6a2-af5059246a5a","serviceDescription":"catalog service description","serviceInvariantUUID":"68d038d3-3762-4b65-9d1d-7ada1975687a","resources":[{"resourceInstanceName":"vFW a0cfbea2-1493 0","resourceName":"vFW a0cfbea2-1493","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"208178c2-4c57-45c6-807a-7dcd4e08d55b","resourceInvariantUUID":"4daf95e9-6b94-4daf-a232-02deb93fed00","resourceCustomizationUUID":"5e6028a3-267f-41fb-8282-196a7e2276c4","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221219043533/1.0/resourceInstances/vfwa0cfbea214930/artifacts/vf-license-model.xml","artifactChecksum":"ZDEwY2NiNTJiY2UxNGY0MjYyMjEyNDhhZjMxZDE1NDU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8955c2d1-a96a-499f-a3a4-3bc3a6a73e8b","artifactVersion":"1"},{"artifactName":"vfwa0cfbea214930_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20221219043533/1.0/resourceInstances/vfwa0cfbea214930/artifacts/vfwa0cfbea214930_modules.json","artifactChecksum":"NDQwNzY1ZmU3MWI5MmU1MGNjYjQ1ZjZjOTQ1NTY2ZTY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"36ab8454-7dfc-49c9-9137-df55c09b7be7","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20221219043533/1.0/resourceInstances/vfwa0cfbea214930/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"1c8d49aa-4717-4254-bff4-00d157ea95ae","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221219043533/1.0/resourceInstances/vfwa0cfbea214930/artifacts/vendor-license-model.xml","artifactChecksum":"NGVmNWJkNjUxNWZjNjk3OTM0N2I4ZmMwZTU1ZDE5MDk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"74f44a5d-eaf6-4d77-af89-d9c57a0da390","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20221219043533/1.0/resourceInstances/vfwa0cfbea214930/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"ee936eb7-76e3-4530-877a-8a68183cbb4a","artifactVersion":"2","generatedFromUUID":"1c8d49aa-4717-4254-bff4-00d157ea95ae"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20221219043533-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20221219043533/1.0/artifacts/service-Vfw20221219043533-template.yml","artifactChecksum":"MGM1MGUwYzcxMzdhZjllM2ZlYjAyNTU3Nzk2ZDQxNzY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f4fdda4e-9206-4ce9-81e9-70f12a73f18e","artifactVersion":"1"},{"artifactName":"service-Vfw20221219043533-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20221219043533/1.0/artifacts/service-Vfw20221219043533-csar.csar","artifactChecksum":"NDJlZTZmNGQ1MDc1YWY0ZDZiNjI0N2VmZDUzMGVhMWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1b8a22c1-5190-49da-9aa9-980792bb1903","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-19T04:36:27.055Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-19T04:36:27.055Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-19T04:36:27.058Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-19T04:36:27.059Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671424580246,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221219043533/1.0/resourceInstances/vfwa0cfbea214930/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-19T04:36:27.159Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-19T04:36:27.160Z||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-12-19T04:36:27.160Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8SztrWVmdciNSKB4) ...
2022-12-19T04:36:27.178Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T04:36:27.179Z||pool-19-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-12-19T04:36:27.309Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T04:36:27.310Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-19T04:36:27.310Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671424580246,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221219043533/1.0/resourceInstances/vfwa0cfbea214930/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-19T04:36:27.311Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-12-19T04:36:28.059Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-19T04:36:28.061Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-19T04:36:28.063Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-19T04:36:28.063Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671424580246,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221219043533/1.0/resourceInstances/vfwa0cfbea214930/artifacts/vfwa0cfbea214930_modules.json",
"status": "NOTIFIED"
}
2022-12-19T04:36:28.163Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-19T04:36:28.170Z||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-12-19T04:36:28.170Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8SztrWVmdciNSKB4) ...
2022-12-19T04:36:28.181Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T04:36:28.182Z||pool-20-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-12-19T04:36:29.063Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-19T04:36:29.065Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-19T04:36:29.066Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-19T04:36:29.067Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671424580246,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221219043533/1.0/resourceInstances/vfwa0cfbea214930/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-12-19T04:36:29.167Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-19T04:36:29.168Z||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-12-19T04:36:29.168Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8SztrWVmdciNSKB4) ...
2022-12-19T04:36:29.180Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T04:36:29.181Z||pool-21-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-19T04:36:30.067Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-19T04:36:30.069Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-19T04:36:30.072Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-19T04:36:30.072Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671424580246,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221219043533/1.0/resourceInstances/vfwa0cfbea214930/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-19T04:36:30.173Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-19T04:36:30.174Z||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-12-19T04:36:30.174Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8SztrWVmdciNSKB4) ...
2022-12-19T04:36:30.206Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T04:36:30.207Z||pool-22-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-12-19T04:36:31.073Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-19T04:36:31.074Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-19T04:36:31.077Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-19T04:36:31.077Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671424580246,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221219043533/1.0/resourceInstances/vfwa0cfbea214930/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-12-19T04:36:31.177Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-19T04:36:31.178Z||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-12-19T04:36:31.178Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8SztrWVmdciNSKB4) ...
2022-12-19T04:36:31.189Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T04:36:31.190Z||pool-23-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-19T04:36:32.078Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-19T04:36:32.079Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-19T04:36:32.084Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-19T04:36:32.085Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671424580246,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221219043533/1.0/artifacts/service-Vfw20221219043533-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-19T04:36:32.184Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-19T04:36:32.186Z||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-12-19T04:36:32.186Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8SztrWVmdciNSKB4) ...
2022-12-19T04:36:32.198Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T04:36:32.199Z||pool-24-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-12-19T04:36:33.085Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-19T04:36:33.087Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-19T04:36:33.089Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-19T04:36:33.089Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671424580246,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221219043533/1.0/artifacts/service-Vfw20221219043533-csar.csar",
"status": "NOTIFIED"
}
2022-12-19T04:36:33.189Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-19T04:36:33.190Z||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-12-19T04:36:33.190Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8SztrWVmdciNSKB4) ...
2022-12-19T04:36:33.202Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T04:36:33.203Z||pool-25-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-19T04:36:34.091Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1",
"serviceName": "vFW 2022-12-19 04-35-33",
"serviceVersion": "1.0",
"serviceUUID": "5153601d-9b29-4183-b6a2-af5059246a5a",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "68d038d3-3762-4b65-9d1d-7ada1975687a",
"resources": [
{
"resourceInstanceName": "vFW a0cfbea2-1493 0",
"resourceCustomizationUUID": "5e6028a3-267f-41fb-8282-196a7e2276c4",
"resourceName": "vFW a0cfbea2-1493",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "208178c2-4c57-45c6-807a-7dcd4e08d55b",
"resourceInvariantUUID": "4daf95e9-6b94-4daf-a232-02deb93fed00",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwa0cfbea214930_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221219043533/1.0/resourceInstances/vfwa0cfbea214930/artifacts/vfwa0cfbea214930_modules.json",
"artifactChecksum": "NDQwNzY1ZmU3MWI5MmU1MGNjYjQ1ZjZjOTQ1NTY2ZTY\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "36ab8454-7dfc-49c9-9137-df55c09b7be7",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221219043533/1.0/resourceInstances/vfwa0cfbea214930/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "1c8d49aa-4717-4254-bff4-00d157ea95ae",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221219043533/1.0/resourceInstances/vfwa0cfbea214930/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "ee936eb7-76e3-4530-877a-8a68183cbb4a",
"generatedFromUUID": "1c8d49aa-4717-4254-bff4-00d157ea95ae"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221219043533/1.0/resourceInstances/vfwa0cfbea214930/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "ee936eb7-76e3-4530-877a-8a68183cbb4a",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20221219043533-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221219043533/1.0/artifacts/service-Vfw20221219043533-csar.csar",
"artifactChecksum": "NDJlZTZmNGQ1MDc1YWY0ZDZiNjI0N2VmZDUzMGVhMWI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "1b8a22c1-5190-49da-9aa9-980792bb1903"
}
],
"workloadContext": "Production"
}
2022-12-19T04:36:34.092Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-19T04:36:34.092Z|988ff5f0-2556-4493-8894-14639a1f3555|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 5153601d-9b29-4183-b6a2-af5059246a5a ASDC
2022-12-19T04:36:34.093Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1
ServiceName:vFW 2022-12-19 04-35-33
ServiceVersion:1.0
ServiceUUID:5153601d-9b29-4183-b6a2-af5059246a5a
ServiceInvariantUUID:68d038d3-3762-4b65-9d1d-7ada1975687a
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20221219043533-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221219043533/1.0/artifacts/service-Vfw20221219043533-csar.csar
ArtifactUUID:1b8a22c1-5190-49da-9aa9-980792bb1903
ArtifactChecksum:NDJlZTZmNGQ1MDc1YWY0ZDZiNjI0N2VmZDUzMGVhMWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW a0cfbea2-1493 0
ResourceCustomizationUUID:5e6028a3-267f-41fb-8282-196a7e2276c4
ResourceInvariantUUID:4daf95e9-6b94-4daf-a232-02deb93fed00
ResourceName:vFW a0cfbea2-1493
ResourceType:VF
ResourceUUID:208178c2-4c57-45c6-807a-7dcd4e08d55b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwa0cfbea214930_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221219043533/1.0/resourceInstances/vfwa0cfbea214930/artifacts/vfwa0cfbea214930_modules.json
ArtifactUUID:36ab8454-7dfc-49c9-9137-df55c09b7be7
ArtifactChecksum:NDQwNzY1ZmU3MWI5MmU1MGNjYjQ1ZjZjOTQ1NTY2ZTY=
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/Vfw20221219043533/1.0/resourceInstances/vfwa0cfbea214930/artifacts/base_vfw.yaml
ArtifactUUID:1c8d49aa-4717-4254-bff4-00d157ea95ae
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/Vfw20221219043533/1.0/resourceInstances/vfwa0cfbea214930/artifacts/base_vfw.env
ArtifactUUID:ee936eb7-76e3-4530-877a-8a68183cbb4a
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/Vfw20221219043533/1.0/resourceInstances/vfwa0cfbea214930/artifacts/base_vfw.env
ArtifactUUID:ee936eb7-76e3-4530-877a-8a68183cbb4a
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-12-19T04:36:34.094Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5153601d-9b29-4183-b6a2-af5059246a5a 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-12-19T04:36:34.130Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-19T04:36:34.131Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-12-19T04:36:34.131Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-12-19T04:36:34.132Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 1b8a22c1-5190-49da-9aa9-980792bb1903 from URL: /sdc/v1/catalog/services/Vfw20221219043533/1.0/artifacts/service-Vfw20221219043533-csar.csar
2022-12-19T04:36:34.132Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-12-19T04:36:34.133Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221219043533/1.0/artifacts/service-Vfw20221219043533-csar.csar
2022-12-19T04:36:34.230Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-12-19T04:36:34.239Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221219043533/1.0/artifacts/service-Vfw20221219043533-csar.csar 1b8a22c1-5190-49da-9aa9-980792bb1903 100676
2022-12-19T04:36:34.239Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221219043533/1.0/artifacts/service-Vfw20221219043533-csar.csar ASDC sendASDCNotification
2022-12-19T04:36:34.240Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221219043533/1.0/artifacts/service-Vfw20221219043533-csar.csar
2022-12-19T04:36:34.240Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-19T04:36:34.240Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-19T04:36:34.245Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-19T04:36:34.245Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671424594239,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221219043533/1.0/artifacts/service-Vfw20221219043533-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-19T04:36:34.345Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-19T04:36:34.347Z||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-12-19T04:36:34.347Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8SztrWVmdciNSKB4) ...
2022-12-19T04:36:34.364Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T04:36:34.365Z||pool-26-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-12-19T04:36:35.246Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-19T04:36:35.248Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-12-19T04:36:35.248Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 1b8a22c1-5190-49da-9aa9-980792bb1903, URL: /sdc/v1/catalog/services/Vfw20221219043533/1.0/artifacts/service-Vfw20221219043533-csar.csar to file: /app/ASDC/1/service-Vfw20221219043533-csar.csar
2022-12-19T04:36:35.249Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20221219043533-csar.csar
2022-12-19T04:36:35.250Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20221219043533-csar.csar
2022-12-19T04:36:35.250Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20221219043533-csar.csar
2022-12-19T04:36:35.555Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10092131539107525099/Definitions/service-Vfw20221219043533-template.yml
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_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" 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_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" 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_protected_private_port_0_fixed_ips" 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_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" 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_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" 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 "compute_vfw_key_name" 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_onap_private_port_0_ip_requirements" 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
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" 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_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" 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_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" 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_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" 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_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" 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_fixed_ips" 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 "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" 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_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" 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_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" 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_fixed_ips" 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
2022-12-19T04:36:37.913Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-19T04:36:37.914Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-12-19T04:36:37.915Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20221219043533-csar.csar
2022-12-19T04:36:37.915Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-12-19T04:36:37.915Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221219043533-csar.csar
2022-12-19T04:36:37.916Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||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-Vfw20221219043533-csar.csar
2022-12-19T04:36:37.916Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||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-Vfw20221219043533-csar.csar
2022-12-19T04:36:37.916Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||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-Vfw20221219043533-csar.csar
2022-12-19T04:36:37.917Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221219043533-csar.csar
2022-12-19T04:36:37.917Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW a0cfbea2-1493 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-Vfw20221219043533-csar.csar
2022-12-19T04:36:37.917Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221219043533-csar.csar
2022-12-19T04:36:37.918Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||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-Vfw20221219043533-csar.csar
2022-12-19T04:36:37.918Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221219043533-csar.csar
2022-12-19T04:36:37.918Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221219043533-csar.csar
2022-12-19T04:36:37.919Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221219043533-csar.csar
2022-12-19T04:36:37.919Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-12-19T04:36:37.919Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-19T04:36:37.920Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-12-19 04-35-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-19T04:36:37.920Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template vFW a0cfbea2-1493 0 is matching search criteria
2022-12-19T04:36:37.921Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-12-19T04:36:37.922Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW a0cfbea2-1493 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-19T04:36:37.922Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-19T04:36:37.923Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-12-19 04-35-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-19T04:36:37.923Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template vFW a0cfbea2-1493 0 is matching search criteria
2022-12-19T04:36:37.923Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-12-19T04:36:37.924Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW a0cfbea2-1493 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-19T04:36:37.924Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-19T04:36:37.925Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-12-19 04-35-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-19T04:36:37.925Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-19T04:36:37.925Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template vFW a0cfbea2-1493 0 is not matching search criteria
2022-12-19T04:36:37.926Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-19T04:36:37.926Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-19T04:36:37.927Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-19T04:36:37.927Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-19T04:36:37.927Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-19T04:36:37.928Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-19T04:36:37.928Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-19T04:36:37.928Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-19T04:36:37.929Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-19T04:36:37.929Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-19T04:36:37.929Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-19T04:36:37.930Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-19T04:36:37.930Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-19T04:36:37.931Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-19T04:36:37.931Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-19T04:36:37.931Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-12-19T04:36:37.932Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-19T04:36:37.932Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-12-19 04-35-33 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-19T04:36:37.932Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-19T04:36:37.933Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template vFW a0cfbea2-1493 0 is matching search criteria
2022-12-19T04:36:37.933Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW a0cfbea2-1493 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-19T04:36:37.934Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-19T04:36:37.934Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template vFW a0cfbea2-1493 0 is matching search criteria
2022-12-19T04:36:37.935Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW a0cfbea2-1493 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-19T04:36:37.935Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-19T04:36:37.935Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template vFW a0cfbea2-1493 0 is matching search criteria
2022-12-19T04:36:37.936Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW a0cfbea2-1493 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-19T04:36:37.936Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-19T04:36:37.937Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template vFW a0cfbea2-1493 0 is not matching search criteria
2022-12-19T04:36:37.937Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-19T04:36:37.937Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-19T04:36:37.938Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-12-19T04:36:37.938Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-19T04:36:37.939Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-19T04:36:37.939Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-19T04:36:37.939Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-19T04:36:37.940Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-19T04:36:37.940Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-19T04:36:37.940Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-19T04:36:37.941Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-19T04:36:37.941Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=c8be3ede-89bf-46a6-a502-b0d45aac7e3f
2022-12-19T04:36:37.942Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-19T04:36:37.942Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template vFW a0cfbea2-1493 0 is not matching search criteria
2022-12-19T04:36:37.942Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-19T04:36:37.943Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-19T04:36:37.943Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-19T04:36:37.944Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-19T04:36:37.944Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-19T04:36:37.944Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-19T04:36:37.945Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-19T04:36:37.945Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-12-19T04:36:37.946Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-19T04:36:37.946Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-19T04:36:37.947Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-19T04:36:37.947Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-19T04:36:37.948Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=f823c220-7f0c-4138-a315-01af98ea315e
2022-12-19T04:36:37.948Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-19T04:36:37.949Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template vFW a0cfbea2-1493 0 is not matching search criteria
2022-12-19T04:36:37.949Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-19T04:36:37.949Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-19T04:36:37.950Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-19T04:36:37.950Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-19T04:36:37.950Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-19T04:36:37.951Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-19T04:36:37.951Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-19T04:36:37.951Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-19T04:36:37.952Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-19T04:36:37.952Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-19T04:36:37.953Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-19T04:36:37.953Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-12-19T04:36:37.953Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=68618d0e-f1e9-45f0-aa61-eab05c23d940
2022-12-19T04:36:37.954Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-19T04:36:37.954Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-12-19 04-35-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-19T04:36:37.955Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-19T04:36:37.955Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-12-19 04-35-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-19T04:36:37.955Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-19T04:36:37.956Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-12-19 04-35-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-19T04:36:37.956Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-19T04:36:37.956Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-12-19 04-35-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-19T04:36:37.957Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-12-19 04-35-33
Description:catalog service description
Model UUID:5153601d-9b29-4183-b6a2-af5059246a5a
Model Version:NULL
Model InvariantUuid:68d038d3-3762-4b65-9d1d-7ada1975687a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW a0cfbea2-1493
Model UUID:d633c6fc-e4ca-418d-8694-3f1e161f2019
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:4daf95e9-6b94-4daf-a232-02deb93fed00
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:5e6028a3-267f-41fb-8282-196a7e2276c4
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:d0b08a6d-e299-4db0-a837-319e2d1c4d06
ModelName:VfwA0cfbea21493..base_vfw..module-0
ModelUuid:f46c0750-7c91-42d4-89ba-845e4f784a1f
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:c8be3ede-89bf-46a6-a502-b0d45aac7e3f
ModelInvariantUuid:08ff4cde-672b-4d99-9bd2-d7ba02fd3677
ModelName:vFW a0cfbea2-1493-nodes.vfwCvfc
ModelUuid:38d31d0a-bd99-4a1f-8140-e696bfa797b7
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:702f448d-388c-4cbd-bd8e-3add2f514b6c
ModelInvariantUuid:0b3e70d8-7aed-4e85-898a-1e787c4c21ad
ModelName:VfwA0cfbea21493.compute.nodes.heat.vfw
ModelUuid:b8a85691-a2be-4bd0-ba2d-8d032e5a35df
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:f823c220-7f0c-4138-a315-01af98ea315e
ModelInvariantUuid:58816ac0-0b2e-482f-a380-1af340538e35
ModelName:vFW a0cfbea2-1493-nodes.vsnCvfc
ModelUuid:69d69784-ace5-4bc9-9343-7ab820d979f0
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:d4e57637-52c0-49a2-add5-fc69fc0a2660
ModelInvariantUuid:1b600977-d402-4d71-b36f-56c5df7e65c6
ModelName:VfwA0cfbea21493.compute.nodes.heat.vsn
ModelUuid:88404f2c-d9d7-478e-9e96-34250113417e
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:68618d0e-f1e9-45f0-aa61-eab05c23d940
ModelInvariantUuid:faec6c35-4695-40f5-b6b6-ca19b8d14139
ModelName:vFW a0cfbea2-1493-nodes.vpgCvfc
ModelUuid:ada32430-4468-4ada-a110-9f1a5c06cf1e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:70f7392c-fa00-4946-9de2-849e98312590
ModelInvariantUuid:d302d969-9e84-48ca-a550-903ad2f3822c
ModelName:VfwA0cfbea21493.compute.nodes.heat.vpg
ModelUuid:59ad37d9-0eb0-4f7f-b624-0f3af87c0d24
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-12-19T04:36:37.963Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 208178c2-4c57-45c6-807a-7dcd4e08d55b
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-12-19T04:36:37.966Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||vFW a0cfbea2-1493 0
2022-12-19T04:36:37.967Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 208178c2-4c57-45c6-807a-7dcd4e08d55b
2022-12-19T04:36:37.967Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 36ab8454-7dfc-49c9-9137-df55c09b7be7 from URL: /sdc/v1/catalog/services/Vfw20221219043533/1.0/resourceInstances/vfwa0cfbea214930/artifacts/vfwa0cfbea214930_modules.json
2022-12-19T04:36:37.967Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-12-19T04:36:37.968Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221219043533/1.0/resourceInstances/vfwa0cfbea214930/artifacts/vfwa0cfbea214930_modules.json
2022-12-19T04:36:38.093Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-12-19T04:36:38.094Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221219043533/1.0/resourceInstances/vfwa0cfbea214930/artifacts/vfwa0cfbea214930_modules.json 36ab8454-7dfc-49c9-9137-df55c09b7be7 785
2022-12-19T04:36:38.094Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221219043533/1.0/resourceInstances/vfwa0cfbea214930/artifacts/vfwa0cfbea214930_modules.json ASDC sendASDCNotification
2022-12-19T04:36:38.094Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221219043533/1.0/resourceInstances/vfwa0cfbea214930/artifacts/vfwa0cfbea214930_modules.json
2022-12-19T04:36:38.095Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-19T04:36:38.095Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-19T04:36:38.097Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-19T04:36:38.098Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671424598094,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221219043533/1.0/resourceInstances/vfwa0cfbea214930/artifacts/vfwa0cfbea214930_modules.json",
"status": "DOWNLOAD_OK"
}
2022-12-19T04:36:38.198Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-19T04:36:38.199Z||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-12-19T04:36:38.199Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8SztrWVmdciNSKB4) ...
2022-12-19T04:36:38.211Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T04:36:38.212Z||pool-27-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-19T04:36:39.099Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwA0cfbea21493..base_vfw..module-0",
"vfModuleModelInvariantUUID": "d0b08a6d-e299-4db0-a837-319e2d1c4d06",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "f46c0750-7c91-42d4-89ba-845e4f784a1f",
"vfModuleModelCustomizationUUID": "ae2634ce-e24d-4999-95d9-3b62bf99797a",
"isBase": true,
"artifacts": [
"1c8d49aa-4717-4254-bff4-00d157ea95ae",
"ee936eb7-76e3-4530-877a-8a68183cbb4a"
],
"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-12-19T04:36:39.103Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwA0cfbea21493..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f46c0750-7c91-42d4-89ba-845e4f784a1f
VfModuleModelInvariantUUID:d0b08a6d-e299-4db0-a837-319e2d1c4d06
VfModuleModelDescription:NULL
Artifacts UUID List:{
1c8d49aa-4717-4254-bff4-00d157ea95ae
,
ee936eb7-76e3-4530-877a-8a68183cbb4a
}
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-12-19T04:36:39.106Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwA0cfbea21493..base_vfw..module-0",
"vfModuleModelInvariantUUID": "d0b08a6d-e299-4db0-a837-319e2d1c4d06",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "f46c0750-7c91-42d4-89ba-845e4f784a1f",
"vfModuleModelCustomizationUUID": "ae2634ce-e24d-4999-95d9-3b62bf99797a",
"isBase": true,
"artifacts": [
"1c8d49aa-4717-4254-bff4-00d157ea95ae",
"ee936eb7-76e3-4530-877a-8a68183cbb4a"
],
"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-12-19T04:36:39.106Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwA0cfbea21493..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f46c0750-7c91-42d4-89ba-845e4f784a1f
VfModuleModelInvariantUUID:d0b08a6d-e299-4db0-a837-319e2d1c4d06
VfModuleModelDescription:NULL
Artifacts UUID List:{
1c8d49aa-4717-4254-bff4-00d157ea95ae
,
ee936eb7-76e3-4530-877a-8a68183cbb4a
}
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-12-19T04:36:39.106Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 1c8d49aa-4717-4254-bff4-00d157ea95ae from URL: /sdc/v1/catalog/services/Vfw20221219043533/1.0/resourceInstances/vfwa0cfbea214930/artifacts/base_vfw.yaml
2022-12-19T04:36:39.106Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-12-19T04:36:39.107Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221219043533/1.0/resourceInstances/vfwa0cfbea214930/artifacts/base_vfw.yaml
2022-12-19T04:36:39.170Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-12-19T04:36:39.172Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221219043533/1.0/resourceInstances/vfwa0cfbea214930/artifacts/base_vfw.yaml 1c8d49aa-4717-4254-bff4-00d157ea95ae 20368
2022-12-19T04:36:39.173Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221219043533/1.0/resourceInstances/vfwa0cfbea214930/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-12-19T04:36:39.173Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221219043533/1.0/resourceInstances/vfwa0cfbea214930/artifacts/base_vfw.yaml
2022-12-19T04:36:39.173Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-19T04:36:39.174Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-19T04:36:39.176Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-19T04:36:39.176Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671424599173,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221219043533/1.0/resourceInstances/vfwa0cfbea214930/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-12-19T04:36:39.277Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-19T04:36:39.278Z||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-12-19T04:36:39.278Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8SztrWVmdciNSKB4) ...
2022-12-19T04:36:39.296Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T04:36:39.298Z||pool-28-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-12-19T04:36:40.177Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: ee936eb7-76e3-4530-877a-8a68183cbb4a from URL: /sdc/v1/catalog/services/Vfw20221219043533/1.0/resourceInstances/vfwa0cfbea214930/artifacts/base_vfw.env
2022-12-19T04:36:40.178Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-12-19T04:36:40.178Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221219043533/1.0/resourceInstances/vfwa0cfbea214930/artifacts/base_vfw.env
2022-12-19T04:36:40.238Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-12-19T04:36:40.239Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221219043533/1.0/resourceInstances/vfwa0cfbea214930/artifacts/base_vfw.env ee936eb7-76e3-4530-877a-8a68183cbb4a 2098
2022-12-19T04:36:40.239Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221219043533/1.0/resourceInstances/vfwa0cfbea214930/artifacts/base_vfw.env ASDC sendASDCNotification
2022-12-19T04:36:40.239Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221219043533/1.0/resourceInstances/vfwa0cfbea214930/artifacts/base_vfw.env
2022-12-19T04:36:40.240Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-19T04:36:40.240Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-19T04:36:40.243Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-19T04:36:40.243Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671424600239,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221219043533/1.0/resourceInstances/vfwa0cfbea214930/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-12-19T04:36:40.343Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-19T04:36:40.344Z||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-12-19T04:36:40.344Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8SztrWVmdciNSKB4) ...
2022-12-19T04:36:40.356Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T04:36:40.357Z||pool-29-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-19T04:36:41.244Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 5153601d-9b29-4183-b6a2-af5059246a5a
2022-12-19T04:36:41.244Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW a0cfbea2-1493 0 208178c2-4c57-45c6-807a-7dcd4e08d55b 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-12-19T04:36:41.286Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@491deab0, org.onap.sdc.toscaparser.api.parameters.Input@87c656c, org.onap.sdc.toscaparser.api.parameters.Input@5efc14e4, org.onap.sdc.toscaparser.api.parameters.Input@17d6601, org.onap.sdc.toscaparser.api.parameters.Input@271354f4]
2022-12-19T04:36:41.287Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-19T04:36:41.288Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-12-19 04-35-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-19T04:36:41.288Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic
2022-12-19T04:36:41.288Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 5e6028a3-267f-41fb-8282-196a7e2276c4
2022-12-19T04:36:41.288Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 5e6028a3-267f-41fb-8282-196a7e2276c4 matches Tosca VF Customization UUID: 5e6028a3-267f-41fb-8282-196a7e2276c4
2022-12-19T04:36:41.288Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 5e6028a3-267f-41fb-8282-196a7e2276c4 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-12-19T04:36:41.291Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-19T04:36:41.291Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-12-19 04-35-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-19T04:36:41.292Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 5e6028a3-267f-41fb-8282-196a7e2276c4: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-12-19T04:36:41.292Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@18ed590c
2022-12-19T04:36:41.292Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-19T04:36:41.293Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-12-19 04-35-33 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-19T04:36:41.293Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ae2634ce-e24d-4999-95d9-3b62bf99797a
2022-12-19T04:36:41.293Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ae2634ce-e24d-4999-95d9-3b62bf99797a
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-12-19T04:36:41.296Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-19T04:36:41.297Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template vFW a0cfbea2-1493 0 is matching search criteria
2022-12-19T04:36:41.297Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW a0cfbea2-1493 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-19T04:36:41.297Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-19T04:36:41.298Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template vFW a0cfbea2-1493 0 is matching search criteria
2022-12-19T04:36:41.298Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW a0cfbea2-1493 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-19T04:36:41.298Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-19T04:36:41.299Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template vFW a0cfbea2-1493 0 is not matching search criteria
2022-12-19T04:36:41.299Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-19T04:36:41.299Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-19T04:36:41.299Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-12-19T04:36:41.300Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-19T04:36:41.300Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-19T04:36:41.300Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-19T04:36:41.300Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-19T04:36:41.301Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-19T04:36:41.301Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-19T04:36:41.301Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-19T04:36:41.301Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-19T04:36:41.302Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=c8be3ede-89bf-46a6-a502-b0d45aac7e3f
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-12-19T04:36:41.304Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-19T04:36:41.304Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template vFW a0cfbea2-1493 0 is matching search criteria
2022-12-19T04:36:41.305Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW a0cfbea2-1493 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-19T04:36:41.305Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-19T04:36:41.305Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template vFW a0cfbea2-1493 0 is not matching search criteria
2022-12-19T04:36:41.305Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-19T04:36:41.306Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-19T04:36:41.306Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-19T04:36:41.306Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-19T04:36:41.307Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-19T04:36:41.307Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-19T04:36:41.307Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-19T04:36:41.307Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-12-19T04:36:41.307Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-19T04:36:41.308Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-19T04:36:41.308Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-19T04:36:41.308Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-19T04:36:41.308Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=f823c220-7f0c-4138-a315-01af98ea315e
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-12-19T04:36:41.311Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-19T04:36:41.312Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template vFW a0cfbea2-1493 0 is matching search criteria
2022-12-19T04:36:41.312Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW a0cfbea2-1493 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-19T04:36:41.315Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-19T04:36:41.316Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template vFW a0cfbea2-1493 0 is not matching search criteria
2022-12-19T04:36:41.316Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-19T04:36:41.316Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-19T04:36:41.317Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-19T04:36:41.317Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-19T04:36:41.317Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-19T04:36:41.317Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-19T04:36:41.318Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-19T04:36:41.318Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-19T04:36:41.318Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-19T04:36:41.318Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-19T04:36:41.319Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-19T04:36:41.319Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-12-19T04:36:41.319Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=68618d0e-f1e9-45f0-aa61-eab05c23d940
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-12-19T04:36:41.322Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-19T04:36:41.322Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template vFW a0cfbea2-1493 0 is matching search criteria
2022-12-19T04:36:41.322Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW a0cfbea2-1493 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-19T04:36:41.323Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-19T04:36:41.323Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Node template vFW a0cfbea2-1493 0 is matching search criteria
2022-12-19T04:36:41.323Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW a0cfbea2-1493 0] matching following query criteria: sdcType=VF, customizationUUID=5e6028a3-267f-41fb-8282-196a7e2276c4
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-12-19T04:36:41.325Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-19T04:36:41.325Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-12-19 04-35-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-19T04:36:41.325Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 5153601d-9b29-4183-b6a2-af5059246a5a: vFW a0cfbea2-1493
2022-12-19T04:36:41.326Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-19T04:36:41.326Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-12-19 04-35-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-19T04:36:41.326Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-19T04:36:41.326Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-12-19 04-35-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-19T04:36:41.326Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-19T04:36:41.327Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-12-19 04-35-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-19T04:36:41.327Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-19T04:36:41.327Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-12-19 04-35-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-19T04:36:41.327Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-19T04:36:41.327Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-12-19 04-35-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-19T04:36:41.328Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Saving Service: vFW 2022-12-19 04-35-33
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-12-19T04:36:41.513Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW a0cfbea2-1493 208178c2-4c57-45c6-807a-7dcd4e08d55b 1 ASDC deployResourceStructure
2022-12-19T04:36:41.514Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221219043533/1.0/resourceInstances/vfwa0cfbea214930/artifacts/vfwa0cfbea214930_modules.json ASDC sendASDCNotification
2022-12-19T04:36:41.514Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221219043533/1.0/resourceInstances/vfwa0cfbea214930/artifacts/vfwa0cfbea214930_modules.json
2022-12-19T04:36:41.514Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-19T04:36:41.515Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-19T04:36:41.517Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-19T04:36:41.517Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671424601514,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221219043533/1.0/resourceInstances/vfwa0cfbea214930/artifacts/vfwa0cfbea214930_modules.json",
"status": "DEPLOY_OK"
}
2022-12-19T04:36:41.617Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-19T04:36:41.618Z||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-12-19T04:36:41.618Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8SztrWVmdciNSKB4) ...
2022-12-19T04:36:41.632Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T04:36:41.633Z||pool-30-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-19T04:36:42.518Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221219043533/1.0/resourceInstances/vfwa0cfbea214930/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-12-19T04:36:42.519Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221219043533/1.0/resourceInstances/vfwa0cfbea214930/artifacts/base_vfw.yaml
2022-12-19T04:36:42.519Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-19T04:36:42.519Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-19T04:36:42.521Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-19T04:36:42.522Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671424602518,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221219043533/1.0/resourceInstances/vfwa0cfbea214930/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-12-19T04:36:42.622Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-19T04:36:42.622Z||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-12-19T04:36:42.623Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8SztrWVmdciNSKB4) ...
2022-12-19T04:36:42.634Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T04:36:42.635Z||pool-31-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-12-19T04:36:43.523Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221219043533/1.0/resourceInstances/vfwa0cfbea214930/artifacts/base_vfw.env ASDC sendASDCNotification
2022-12-19T04:36:43.524Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221219043533/1.0/resourceInstances/vfwa0cfbea214930/artifacts/base_vfw.env
2022-12-19T04:36:43.524Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-19T04:36:43.524Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-19T04:36:43.526Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-19T04:36:43.527Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671424603523,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221219043533/1.0/resourceInstances/vfwa0cfbea214930/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-12-19T04:36:43.627Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-19T04:36:43.628Z||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-12-19T04:36:43.628Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8SztrWVmdciNSKB4) ...
2022-12-19T04:36:43.641Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T04:36:43.642Z||pool-32-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-12-19T04:36:44.527Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221219043533/1.0/artifacts/service-Vfw20221219043533-csar.csar ASDC sendASDCNotification
2022-12-19T04:36:44.528Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221219043533/1.0/artifacts/service-Vfw20221219043533-csar.csar
2022-12-19T04:36:44.528Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-19T04:36:44.528Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-19T04:36:44.531Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-19T04:36:44.531Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671424604527,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221219043533/1.0/artifacts/service-Vfw20221219043533-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-19T04:36:44.631Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-19T04:36:44.633Z||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-12-19T04:36:44.633Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8SztrWVmdciNSKB4) ...
2022-12-19T04:36:44.648Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T04:36:44.649Z||pool-33-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-12-19T04:36:45.532Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1
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-12-19T04:36:45.543Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1
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-12-19T04:36:45.546Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-19T04:36:45.547Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-19T04:36:45.547Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-19T04:37:15.547Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1
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-12-19T04:37:15.562Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1
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-12-19T04:37:15.565Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-19T04:37:15.565Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-19T04:37:15.566Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-19T04:37:20.248Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-19T04:37:20.249Z||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-12-19T04:37:20.250Z||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 8SztrWVmdciNSKB4) ...
2022-12-19T04:37:20.281Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T04:37:20.282Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-19T04:37:20.282Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1",
"consumerID": "cds",
"timestamp": 1671424580509,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221219043533/1.0/resourceInstances/vfwa0cfbea214930/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-19T04:37:20.284Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-12-19T04:37:45.566Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1
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-12-19T04:37:45.579Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1
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-12-19T04:37:45.582Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-19T04:37:45.582Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-19T04:37:45.582Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-19T04:38:15.582Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1
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-12-19T04:38:15.592Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1
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-12-19T04:38:15.595Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-19T04:38:15.595Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-19T04:38:15.595Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-19T04:38:20.248Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-19T04:38:20.250Z||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-12-19T04:38:20.250Z||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 8SztrWVmdciNSKB4) ...
2022-12-19T04:38:20.779Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T04:38:20.781Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-19T04:38:20.781Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671424580246,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221219043533/1.0/resourceInstances/vfwa0cfbea214930/artifacts/vfwa0cfbea214930_modules.json",
"status": "NOTIFIED"
}
2022-12-19T04:38:20.782Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-12-19T04:38:20.783Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-19T04:38:20.783Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1",
"consumerID": "cds",
"timestamp": 1671424580509,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221219043533/1.0/resourceInstances/vfwa0cfbea214930/artifacts/vfwa0cfbea214930_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-19T04:38:20.783Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-12-19T04:38:20.783Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-19T04:38:20.783Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671424588743,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221219043533/1.0/resourceInstances/vfwa0cfbea214930/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-19T04:38:20.783Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-12-19T04:38:20.784Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-19T04:38:20.784Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1671424589249,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221219043533/1.0/resourceInstances/vfwa0cfbea214930/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-19T04:38:20.784Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-12-19T04:38:20.784Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-19T04:38:20.784Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671424580246,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221219043533/1.0/resourceInstances/vfwa0cfbea214930/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-12-19T04:38:20.785Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-12-19T04:38:20.785Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-19T04:38:20.785Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1",
"consumerID": "cds",
"timestamp": 1671424580509,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221219043533/1.0/resourceInstances/vfwa0cfbea214930/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-19T04:38:20.785Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-12-19T04:38:20.785Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-19T04:38:20.785Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671424588743,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221219043533/1.0/resourceInstances/vfwa0cfbea214930/artifacts/vfwa0cfbea214930_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-19T04:38:20.786Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-12-19T04:38:20.786Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-19T04:38:20.786Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1671424589249,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221219043533/1.0/resourceInstances/vfwa0cfbea214930/artifacts/vfwa0cfbea214930_modules.json",
"status": "NOTIFIED"
}
2022-12-19T04:38:20.786Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-12-19T04:38:20.786Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-19T04:38:20.786Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671424580246,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221219043533/1.0/resourceInstances/vfwa0cfbea214930/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-19T04:38:20.787Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-12-19T04:38:20.787Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-19T04:38:20.787Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1",
"consumerID": "cds",
"timestamp": 1671424580509,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221219043533/1.0/resourceInstances/vfwa0cfbea214930/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-19T04:38:20.787Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-12-19T04:38:20.787Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-19T04:38:20.788Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671424588743,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221219043533/1.0/resourceInstances/vfwa0cfbea214930/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-19T04:38:20.788Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-12-19T04:38:20.788Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-19T04:38:20.788Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1671424589249,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221219043533/1.0/resourceInstances/vfwa0cfbea214930/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-12-19T04:38:20.788Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-12-19T04:38:20.788Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-19T04:38:20.789Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671424580246,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221219043533/1.0/resourceInstances/vfwa0cfbea214930/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-12-19T04:38:20.789Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-12-19T04:38:20.789Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-19T04:38:20.789Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1",
"consumerID": "cds",
"timestamp": 1671424580509,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221219043533/1.0/resourceInstances/vfwa0cfbea214930/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-12-19T04:38:20.789Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-12-19T04:38:20.790Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-19T04:38:20.790Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671424588743,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221219043533/1.0/resourceInstances/vfwa0cfbea214930/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-19T04:38:20.790Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-12-19T04:38:20.790Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-19T04:38:20.790Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1671424589249,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221219043533/1.0/resourceInstances/vfwa0cfbea214930/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-19T04:38:20.790Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-12-19T04:38:20.791Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-19T04:38:20.791Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671424580246,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221219043533/1.0/artifacts/service-Vfw20221219043533-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-19T04:38:20.791Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-12-19T04:38:20.791Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-19T04:38:20.791Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1",
"consumerID": "cds",
"timestamp": 1671424580509,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221219043533/1.0/artifacts/service-Vfw20221219043533-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-19T04:38:20.791Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-12-19T04:38:20.792Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-19T04:38:20.792Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671424588743,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221219043533/1.0/resourceInstances/vfwa0cfbea214930/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-12-19T04:38:20.792Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-12-19T04:38:20.792Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-19T04:38:20.792Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1671424589249,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221219043533/1.0/resourceInstances/vfwa0cfbea214930/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-12-19T04:38:20.793Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-12-19T04:38:20.793Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-19T04:38:20.793Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671424580246,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221219043533/1.0/artifacts/service-Vfw20221219043533-csar.csar",
"status": "NOTIFIED"
}
2022-12-19T04:38:20.793Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-12-19T04:38:20.793Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-19T04:38:20.793Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1",
"consumerID": "cds",
"timestamp": 1671424580509,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221219043533/1.0/artifacts/service-Vfw20221219043533-csar.csar",
"status": "NOTIFIED"
}
2022-12-19T04:38:20.794Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-12-19T04:38:20.794Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-19T04:38:20.794Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671424588743,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221219043533/1.0/artifacts/service-Vfw20221219043533-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-19T04:38:20.794Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-12-19T04:38:20.794Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-19T04:38:20.794Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1671424589249,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221219043533/1.0/artifacts/service-Vfw20221219043533-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-19T04:38:20.795Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-12-19T04:38:20.795Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-19T04:38:20.795Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671424594239,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221219043533/1.0/artifacts/service-Vfw20221219043533-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-19T04:38:20.795Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-19T04:38:20.795Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-19T04:38:20.795Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671424588743,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221219043533/1.0/artifacts/service-Vfw20221219043533-csar.csar",
"status": "NOTIFIED"
}
2022-12-19T04:38:20.796Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-12-19T04:38:20.796Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-19T04:38:20.796Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1",
"consumerID": "cds",
"timestamp": 1671424594328,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221219043533/1.0/artifacts/service-Vfw20221219043533-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-19T04:38:20.797Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-19T04:38:20.797Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-19T04:38:20.797Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1671424589249,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221219043533/1.0/artifacts/service-Vfw20221219043533-csar.csar",
"status": "NOTIFIED"
}
2022-12-19T04:38:20.797Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-12-19T04:38:20.797Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-19T04:38:20.798Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1",
"consumerID": "cds",
"timestamp": 1671424595339,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221219043533/1.0/artifacts/service-Vfw20221219043533-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-12-19T04:38:20.805Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1
2022-12-19T04:38:20.805Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1 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-12-19T04:38:20.815Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-19T04:38:20.815Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671424596569,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221219043533/1.0/artifacts/service-Vfw20221219043533-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-19T04:38:20.816Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-19T04:38:20.816Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-19T04:38:20.816Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1",
"consumerID": "aai-ml",
"timestamp": 1671424595949,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221219043533/1.0/resourceInstances/vfwa0cfbea214930/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-19T04:38:20.816Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-12-19T04:38:20.816Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-19T04:38:20.817Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1671424597018,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221219043533/1.0/resourceInstances/vfwa0cfbea214930/artifacts/vfwa0cfbea214930_modules.json",
"status": "DOWNLOAD_OK"
}
2022-12-19T04:38:20.817Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-19T04:38:20.817Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-19T04:38:20.817Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1",
"consumerID": "aai-ml",
"timestamp": 1671424595949,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221219043533/1.0/resourceInstances/vfwa0cfbea214930/artifacts/vfwa0cfbea214930_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-19T04:38:20.817Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-12-19T04:38:20.817Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-19T04:38:20.818Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1671424598183,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221219043533/1.0/resourceInstances/vfwa0cfbea214930/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-12-19T04:38:20.818Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-19T04:38:20.819Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-19T04:38:20.819Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1",
"consumerID": "ves-openapi-manager",
"timestamp": 1671424596842,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221219043533/1.0/resourceInstances/vfwa0cfbea214930/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-19T04:38:20.819Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-12-19T04:38:20.820Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-19T04:38:20.820Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1",
"consumerID": "aai-ml",
"timestamp": 1671424595949,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221219043533/1.0/resourceInstances/vfwa0cfbea214930/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-19T04:38:20.820Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-12-19T04:38:20.820Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-19T04:38:20.821Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671424598094,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221219043533/1.0/resourceInstances/vfwa0cfbea214930/artifacts/vfwa0cfbea214930_modules.json",
"status": "DOWNLOAD_OK"
}
2022-12-19T04:38:20.821Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-19T04:38:20.821Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-19T04:38:20.821Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1671424599330,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221219043533/1.0/resourceInstances/vfwa0cfbea214930/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-12-19T04:38:20.821Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-19T04:38:20.822Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-19T04:38:20.822Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1",
"consumerID": "ves-openapi-manager",
"timestamp": 1671424596842,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221219043533/1.0/resourceInstances/vfwa0cfbea214930/artifacts/vfwa0cfbea214930_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-19T04:38:20.822Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-12-19T04:38:20.822Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-19T04:38:20.822Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1",
"consumerID": "aai-ml",
"timestamp": 1671424595949,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221219043533/1.0/resourceInstances/vfwa0cfbea214930/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-19T04:38:20.823Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-12-19T04:38:20.823Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-19T04:38:20.823Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671424599173,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221219043533/1.0/resourceInstances/vfwa0cfbea214930/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-12-19T04:38:20.823Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-19T04:38:20.823Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-19T04:38:20.824Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1671424600368,
"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-12-19T04:38:20.829Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1
2022-12-19T04:38:20.829Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1 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-12-19T04:38:20.839Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-19T04:38:20.840Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1",
"consumerID": "ves-openapi-manager",
"timestamp": 1671424596842,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221219043533/1.0/resourceInstances/vfwa0cfbea214930/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-19T04:38:20.840Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-12-19T04:38:20.840Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-19T04:38:20.840Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1",
"consumerID": "aai-ml",
"timestamp": 1671424595949,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221219043533/1.0/resourceInstances/vfwa0cfbea214930/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-12-19T04:38:20.841Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-12-19T04:38:20.841Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-19T04:38:20.841Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671424600851,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221219043533/1.0/artifacts/service-Vfw20221219043533-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-19T04:38:20.841Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-19T04:38:20.842Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-19T04:38:20.842Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1671424601373,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221219043533/1.0/resourceInstances/vfwa0cfbea214930/artifacts/vfwa0cfbea214930_modules.json",
"status": "DEPLOY_OK"
}
2022-12-19T04:38:20.842Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-19T04:38:20.842Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-19T04:38:20.842Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671424600239,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221219043533/1.0/resourceInstances/vfwa0cfbea214930/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-12-19T04:38:20.842Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-19T04:38:20.843Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-19T04:38:20.843Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1",
"consumerID": "ves-openapi-manager",
"timestamp": 1671424596842,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221219043533/1.0/resourceInstances/vfwa0cfbea214930/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-19T04:38:20.843Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-12-19T04:38:20.843Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-19T04:38:20.843Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1",
"consumerID": "aai-ml",
"timestamp": 1671424595949,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221219043533/1.0/artifacts/service-Vfw20221219043533-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-19T04:38:20.844Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-12-19T04:38:20.844Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-19T04:38:20.844Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671424601858,
"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-12-19T04:38:20.853Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1
2022-12-19T04:38:20.853Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1 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-12-19T04:38:20.863Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-19T04:38:20.863Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1",
"consumerID": "ves-openapi-manager",
"timestamp": 1671424596842,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221219043533/1.0/resourceInstances/vfwa0cfbea214930/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-12-19T04:38:20.864Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-12-19T04:38:20.864Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-19T04:38:20.864Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1",
"consumerID": "aai-ml",
"timestamp": 1671424595949,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221219043533/1.0/artifacts/service-Vfw20221219043533-csar.csar",
"status": "NOTIFIED"
}
2022-12-19T04:38:20.864Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-12-19T04:38:20.864Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-19T04:38:20.864Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671424601514,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221219043533/1.0/resourceInstances/vfwa0cfbea214930/artifacts/vfwa0cfbea214930_modules.json",
"status": "DEPLOY_OK"
}
2022-12-19T04:38:20.865Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-19T04:38:20.865Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-19T04:38:20.865Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1",
"consumerID": "ves-openapi-manager",
"timestamp": 1671424596842,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221219043533/1.0/artifacts/service-Vfw20221219043533-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-19T04:38:20.865Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-12-19T04:38:20.866Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-19T04:38:20.866Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671424602518,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221219043533/1.0/resourceInstances/vfwa0cfbea214930/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-12-19T04:38:20.866Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-19T04:38:20.866Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-19T04:38:20.867Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1",
"consumerID": "aai-ml",
"timestamp": 1671424603724,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221219043533/1.0/artifacts/service-Vfw20221219043533-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-19T04:38:20.867Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-19T04:38:20.867Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-19T04:38:20.867Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1",
"consumerID": "ves-openapi-manager",
"timestamp": 1671424596842,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221219043533/1.0/artifacts/service-Vfw20221219043533-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-12-19T04:38:20.868Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-12-19T04:38:20.868Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-19T04:38:20.868Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671424603523,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221219043533/1.0/resourceInstances/vfwa0cfbea214930/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-12-19T04:38:20.868Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-19T04:38:20.868Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-19T04:38:20.869Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671424604527,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221219043533/1.0/artifacts/service-Vfw20221219043533-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-19T04:38:20.869Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-19T04:38:20.869Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-19T04:38:20.869Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1",
"consumerID": "aai-ml",
"timestamp": 1671424614714,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221219043533/1.0/artifacts/service-Vfw20221219043533-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-19T04:38:20.869Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-19T04:38:20.870Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-19T04:38:20.870Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1",
"consumerID": "aai-ml",
"timestamp": 1671424615720,
"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-12-19T04:38:20.876Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1
2022-12-19T04:38:20.876Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1 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-12-19T04:38:45.595Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1
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-12-19T04:38:45.607Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1
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-12-19T04:38:45.609Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-19T04:38:45.609Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-19T04:38:45.610Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-19T04:38:45.610Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-19T04:38:45.610Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-19T04:38:45.610Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-19T04:38:45.610Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-19T04:38:45.610Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-19T04:38:45.610Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-19T04:38:45.610Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||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-12-19T04:38:45.615Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-19T04:39:15.616Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1 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-12-19T04:39:15.623Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1 and serviceModelVersionId: 5153601d-9b29-4183-b6a2-af5059246a5a
2022-12-19T04:39:15.623Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 68d038d3-3762-4b65-9d1d-7ada1975687a
2022-12-19T04:39:15.624Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/68d038d3-3762-4b65-9d1d-7ada1975687a/model-vers/model-ver/5153601d-9b29-4183-b6a2-af5059246a5a?depth=0
2022-12-19T04:39:15.629Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-12-19T04:39:15.707Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/68d038d3-3762-4b65-9d1d-7ada1975687a/model-vers/model-ver/5153601d-9b29-4183-b6a2-af5059246a5a?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-12-19T04:39:15.709Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/68d038d3-3762-4b65-9d1d-7ada1975687a/model-vers/model-ver/5153601d-9b29-4183-b6a2-af5059246a5a?depth=0|INFO|500||Invoke
2022-12-19T04:39:15.735Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/68d038d3-3762-4b65-9d1d-7ada1975687a/model-vers/model-ver/5153601d-9b29-4183-b6a2-af5059246a5a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-12-19T04:39:15.834Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/68d038d3-3762-4b65-9d1d-7ada1975687a/model-vers/model-ver/5153601d-9b29-4183-b6a2-af5059246a5a?depth=0|INFO|500||InvokeReturn
2022-12-19T04:39:15.835Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/68d038d3-3762-4b65-9d1d-7ada1975687a/model-vers/model-ver/5153601d-9b29-4183-b6a2-af5059246a5a?depth=0 has http status code:200 and response headers:{date=[Mon, 19 Dec 2022 04:39:16 GMT], content-length=[0], vertex-id=[188648], x-aai-txid=[2-aai-resources-221219-04:39:16:794-96451], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-19T04:39:15.835Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2022-12-19T04:39:15.835Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-19T04:39:15.836Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||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-12-19T04:39:15.840Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||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-12-19T04:39:15.840Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-19T04:39:15.841Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-19T04:39:15.841Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-19T04:39:15.843Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-19T04:39:15.843Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671424755841,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-19T04:39:15.943Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-19T04:39:15.944Z||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-12-19T04:39:15.944Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8SztrWVmdciNSKB4) ...
2022-12-19T04:39:15.958Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T04:39:15.958Z||pool-34-thread-1|||||INFO|500||cambria reply ok (14 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-12-19T04:39:16.856Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-19T04:39:16.859Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|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-12-19T04:39:16.859Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|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 8SztrWVmdciNSKB4) ...
2022-12-19T04:39:20.249Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-19T04:39:20.250Z||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-12-19T04:39:20.250Z||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 8SztrWVmdciNSKB4) ...
2022-12-19T04:39:20.886Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T04:39:20.886Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-19T04:39:20.886Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671424755841,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-19T04:39:20.887Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-19T04:39:27.146Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T04:39:27.147Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-19T04:39:27.147Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|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-12-19T04:39:27.147Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|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 8SztrWVmdciNSKB4) ...
2022-12-19T04:39:36.687Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T04:39:36.688Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-19T04:39:36.689Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|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-12-19T04:39:36.689Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|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 8SztrWVmdciNSKB4) ...
2022-12-19T04:39:46.227Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T04:40:20.246Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-19T04:40:20.247Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|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-12-19T04:40:20.247Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|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 8SztrWVmdciNSKB4) ...
2022-12-19T04:40:20.249Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-19T04:40:20.249Z||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-12-19T04:40:20.249Z||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 8SztrWVmdciNSKB4) ...
2022-12-19T04:40:29.796Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T04:40:29.799Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T04:41:20.247Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-19T04:41:20.248Z||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-12-19T04:41:20.248Z||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 8SztrWVmdciNSKB4) ...
2022-12-19T04:41:20.248Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-19T04:41:20.249Z||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-12-19T04:41:20.249Z||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 8SztrWVmdciNSKB4) ...
2022-12-19T04:41:29.794Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T04:41:29.794Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T04:42:20.247Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-19T04:42:20.248Z||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-12-19T04:42:20.248Z||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 8SztrWVmdciNSKB4) ...
2022-12-19T04:42:20.248Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-19T04:42:20.249Z||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-12-19T04:42:20.249Z||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 8SztrWVmdciNSKB4) ...
2022-12-19T04:42:29.800Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T04:42:29.800Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T04:43:20.246Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-19T04:43:20.248Z||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-12-19T04:43:20.248Z||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 8SztrWVmdciNSKB4) ...
2022-12-19T04:43:20.248Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-19T04:43:20.249Z||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-12-19T04:43:20.249Z||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 8SztrWVmdciNSKB4) ...
2022-12-19T04:43:29.792Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T04:43:29.792Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T04:44:20.247Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-19T04:44:20.248Z||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-12-19T04:44:20.248Z||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 8SztrWVmdciNSKB4) ...
2022-12-19T04:44:20.249Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-19T04:44:20.249Z||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-12-19T04:44:20.249Z||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 8SztrWVmdciNSKB4) ...
2022-12-19T04:44:29.809Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T04:44:29.827Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T04:45:20.246Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-19T04:45:20.248Z||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-12-19T04:45:20.248Z||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 8SztrWVmdciNSKB4) ...
2022-12-19T04:45:20.248Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-19T04:45:20.249Z||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-12-19T04:45:20.249Z||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 8SztrWVmdciNSKB4) ...
2022-12-19T04:45:29.797Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T04:45:29.798Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T04:46:20.246Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-19T04:46:20.251Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-19T04:46:20.252Z||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-12-19T04:46:20.254Z||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-12-19T04:46:20.253Z||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 8SztrWVmdciNSKB4) ...
2022-12-19T04:46:20.254Z||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 8SztrWVmdciNSKB4) ...
2022-12-19T04:46:20.898Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T04:46:20.899Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-19T04:46:20.899Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"dc657a30-5952-4fc8-b07e-1f956b5ed7dd","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"69864e1b-4537-4526-9b29-299421929cdb","serviceDescription":"service","serviceInvariantUUID":"c459d106-c667-4ba8-a34a-74e215a6ba08","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"e4f82380-7b99-4bba-98a1-a0fd3d018fca","resourceInvariantUUID":"1dc7bf5c-3b3e-4662-9ef6-497a3c92f2dd","resourceCustomizationUUID":"b8c8a4b5-c371-42a2-81b1-c141dbb347d5","category":"Generic","subcategory":"Network Elements","artifacts":[]}],"serviceArtifacts":[{"artifactName":"service-BasicNetwork-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml","artifactChecksum":"YmMzNWJjN2NmYzA1ZWIwMmFhNzY5OTYzYmUwMThiZmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"155b77dc-74af-4a8f-9961-ebd04d84e990","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MDdjNGY0MTY1YWM0YzlkOTdkZWJhNmE5NjQ0MGFjZjY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"13f16385-79ba-4414-a766-1e06ca241168","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-19T04:46:20.904Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T04:46:20.905Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-19T04:46:20.905Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc657a30-5952-4fc8-b07e-1f956b5ed7dd",
"consumerID": "ves-openapi-manager",
"timestamp": 1671425156842,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-19T04:46:20.907Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-19T04:46:20.907Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-19T04:46:20.907Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc657a30-5952-4fc8-b07e-1f956b5ed7dd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671425158742,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-19T04:46:20.908Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-19T04:46:20.908Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-19T04:46:20.908Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc657a30-5952-4fc8-b07e-1f956b5ed7dd",
"consumerID": "ves-openapi-manager",
"timestamp": 1671425156842,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-12-19T04:46:20.908Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-19T04:46:20.909Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-19T04:46:20.909Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc657a30-5952-4fc8-b07e-1f956b5ed7dd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671425158742,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-12-19T04:46:20.909Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-19T04:46:20.909Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-19T04:46:20.910Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc657a30-5952-4fc8-b07e-1f956b5ed7dd",
"consumerID": "aai-ml",
"timestamp": 1671425165949,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-19T04:46:20.910Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-19T04:46:20.910Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-19T04:46:20.910Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc657a30-5952-4fc8-b07e-1f956b5ed7dd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671425167269,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-19T04:46:20.911Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-19T04:46:20.911Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-19T04:46:20.911Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-19T04:46:20.912Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc657a30-5952-4fc8-b07e-1f956b5ed7dd",
"consumerID": "cds",
"timestamp": 1671425165506,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-19T04:46:20.913Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-19T04:46:20.913Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-19T04:46:20.913Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-19T04:46:20.913Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc657a30-5952-4fc8-b07e-1f956b5ed7dd",
"consumerID": "aai-ml",
"timestamp": 1671425165949,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-12-19T04:46:20.913Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-19T04:46:20.914Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-19T04:46:20.914Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc657a30-5952-4fc8-b07e-1f956b5ed7dd",
"consumerID": "cds",
"timestamp": 1671425165506,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-12-19T04:46:20.914Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-19T04:46:20.914Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-19T04:46:20.914Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc657a30-5952-4fc8-b07e-1f956b5ed7dd",
"consumerID": "aai-ml",
"timestamp": 1671425168879,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-19T04:46:20.914Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-19T04:46:20.914Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-19T04:46:20.914Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc657a30-5952-4fc8-b07e-1f956b5ed7dd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671425169079,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-19T04:46:20.915Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-19T04:46:20.915Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-19T04:46:20.915Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc657a30-5952-4fc8-b07e-1f956b5ed7dd",
"consumerID": "cds",
"timestamp": 1671425168422,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-19T04:46:20.915Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-19T04:46:20.915Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-19T04:46:20.915Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc657a30-5952-4fc8-b07e-1f956b5ed7dd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1671425169249,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-19T04:46:20.915Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-19T04:46:20.915Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-19T04:46:20.915Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc657a30-5952-4fc8-b07e-1f956b5ed7dd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671425170083,
"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-12-19T04:46:20.931Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-19T04:46:20.932Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "dc657a30-5952-4fc8-b07e-1f956b5ed7dd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671425180246,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-19T04:46:20.948Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of dc657a30-5952-4fc8-b07e-1f956b5ed7dd
2022-12-19T04:46:20.949Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId dc657a30-5952-4fc8-b07e-1f956b5ed7dd 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-12-19T04:46:20.960Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-19T04:46:20.960Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc657a30-5952-4fc8-b07e-1f956b5ed7dd",
"consumerID": "cds",
"timestamp": 1671425169429,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-19T04:46:20.967Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of dc657a30-5952-4fc8-b07e-1f956b5ed7dd
2022-12-19T04:46:20.968Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId dc657a30-5952-4fc8-b07e-1f956b5ed7dd 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-12-19T04:46:20.982Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-19T04:46:20.983Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc657a30-5952-4fc8-b07e-1f956b5ed7dd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1671425169249,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-12-19T04:46:20.983Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-19T04:46:20.983Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-19T04:46:20.983Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc657a30-5952-4fc8-b07e-1f956b5ed7dd",
"consumerID": "aai-ml",
"timestamp": 1671425173670,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-19T04:46:20.984Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-19T04:46:20.984Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-19T04:46:20.984Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc657a30-5952-4fc8-b07e-1f956b5ed7dd",
"consumerID": "aai-ml",
"timestamp": 1671425174678,
"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-12-19T04:46:20.990Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of dc657a30-5952-4fc8-b07e-1f956b5ed7dd
2022-12-19T04:46:20.991Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId dc657a30-5952-4fc8-b07e-1f956b5ed7dd 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-12-19T04:46:21.041Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 108 ms
2022-12-19T04:46:21.046Z||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-12-19T04:46:21.047Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8SztrWVmdciNSKB4) ...
2022-12-19T04:46:21.064Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T04:46:21.065Z||pool-35-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-12-19T04:46:21.934Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-19T04:46:21.934Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-19T04:46:21.936Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-19T04:46:21.936Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "dc657a30-5952-4fc8-b07e-1f956b5ed7dd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671425180246,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-12-19T04:46:22.036Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-19T04:46:22.037Z||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-12-19T04:46:22.038Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8SztrWVmdciNSKB4) ...
2022-12-19T04:46:22.055Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T04:46:22.056Z||pool-36-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-12-19T04:46:22.938Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "dc657a30-5952-4fc8-b07e-1f956b5ed7dd",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "69864e1b-4537-4526-9b29-299421929cdb",
"serviceDescription": "service",
"serviceInvariantUUID": "c459d106-c667-4ba8-a34a-74e215a6ba08",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "b8c8a4b5-c371-42a2-81b1-c141dbb347d5",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "e4f82380-7b99-4bba-98a1-a0fd3d018fca",
"resourceInvariantUUID": "1dc7bf5c-3b3e-4662-9ef6-497a3c92f2dd",
"category": "Generic",
"subcategory": "Network Elements",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicNetwork-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"artifactChecksum": "MDdjNGY0MTY1YWM0YzlkOTdkZWJhNmE5NjQ0MGFjZjY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "13f16385-79ba-4414-a766-1e06ca241168"
}
],
"workloadContext": "Production"
}
2022-12-19T04:46:22.938Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-19T04:46:22.938Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 69864e1b-4537-4526-9b29-299421929cdb ASDC
2022-12-19T04:46:22.939Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:dc657a30-5952-4fc8-b07e-1f956b5ed7dd
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:69864e1b-4537-4526-9b29-299421929cdb
ServiceInvariantUUID:c459d106-c667-4ba8-a34a-74e215a6ba08
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicNetwork-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
ArtifactUUID:13f16385-79ba-4414-a766-1e06ca241168
ArtifactChecksum:MDdjNGY0MTY1YWM0YzlkOTdkZWJhNmE5NjQ0MGFjZjY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:b8c8a4b5-c371-42a2-81b1-c141dbb347d5
ResourceInvariantUUID:1dc7bf5c-3b3e-4662-9ef6-497a3c92f2dd
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:e4f82380-7b99-4bba-98a1-a0fd3d018fca
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-12-19T04:46:22.939Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 69864e1b-4537-4526-9b29-299421929cdb 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-12-19T04:46:22.973Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-19T04:46:22.975Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-12-19T04:46:22.975Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-12-19T04:46:22.975Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 13f16385-79ba-4414-a766-1e06ca241168 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-12-19T04:46:22.975Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-12-19T04:46:22.975Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-12-19T04:46:23.038Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-12-19T04:46:23.041Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 13f16385-79ba-4414-a766-1e06ca241168 57656
2022-12-19T04:46:23.042Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-12-19T04:46:23.042Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-12-19T04:46:23.042Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-19T04:46:23.042Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-19T04:46:23.045Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-19T04:46:23.045Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "dc657a30-5952-4fc8-b07e-1f956b5ed7dd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671425183041,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-19T04:46:23.145Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-19T04:46:23.145Z||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-12-19T04:46:23.146Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8SztrWVmdciNSKB4) ...
2022-12-19T04:46:23.160Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T04:46:23.161Z||pool-37-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-12-19T04:46:24.045Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-19T04:46:24.048Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-12-19T04:46:24.048Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 13f16385-79ba-4414-a766-1e06ca241168, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-19T04:46:24.048Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-12-19T04:46:24.049Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-19T04:46:24.049Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-19T04:46:24.251Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17466990936632124759/Definitions/service-BasicNetwork-template.yml
2022-12-19T04:46:24.998Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-19T04:46:24.998Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-12-19T04:46:24.998Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-19T04:46:24.999Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-12-19T04:46:24.999Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-19T04:46:24.999Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-19T04:46:24.999Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-19T04:46:24.999Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-19T04:46:24.999Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-19T04:46:24.999Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-19T04:46:24.999Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-19T04:46:24.999Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-19T04:46:24.999Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-12-19T04:46:25.000Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-19T04:46:25.000Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-19T04:46:25.000Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-12-19T04:46:25.000Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-12-19T04:46:25.000Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-19T04:46:25.000Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-19T04:46:25.001Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-19T04:46:25.001Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-12-19T04:46:25.001Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-12-19T04:46:25.001Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-19T04:46:25.001Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-19T04:46:25.001Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-19T04:46:25.002Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-19T04:46:25.002Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-19T04:46:25.002Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-19T04:46:25.002Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-19T04:46:25.003Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-19T04:46:25.003Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-19T04:46:25.003Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-19T04:46:25.003Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-19T04:46:25.003Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:69864e1b-4537-4526-9b29-299421929cdb
Model Version:NULL
Model InvariantUuid:c459d106-c667-4ba8-a34a-74e215a6ba08
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:1dc7bf5c-3b3e-4662-9ef6-497a3c92f2dd
Model UUID:93d32f8d-615f-49dc-af6e-c5c44a5db4b6
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:b8c8a4b5-c371-42a2-81b1-c141dbb347d5
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-12-19T04:46:25.012Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||INFO|500||Processing Resource Type: VL, Model UUID: e4f82380-7b99-4bba-98a1-a0fd3d018fca
2022-12-19T04:46:25.013Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||INFO|500||No resources found for Service: 69864e1b-4537-4526-9b29-299421929cdb
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-12-19T04:46:25.021Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||INFO|500||
2022-12-19T04:46:25.021Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-12-19T04:46:25.023Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||DEBUG|500||No resources found for Service: 69864e1b-4537-4526-9b29-299421929cdb
2022-12-19T04:46:25.023Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 69864e1b-4537-4526-9b29-299421929cdb
2022-12-19T04:46:25.023Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-12-19T04:46:25.023Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-19T04:46:25.034Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@10e47339, org.onap.sdc.toscaparser.api.parameters.Input@6a1264c1, org.onap.sdc.toscaparser.api.parameters.Input@581071d1, org.onap.sdc.toscaparser.api.parameters.Input@75e7aeab, org.onap.sdc.toscaparser.api.parameters.Input@46a96695]
2022-12-19T04:46:25.038Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-19T04:46:25.038Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-19T04:46:25.039Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-19T04:46:25.039Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-19T04:46:25.039Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 69864e1b-4537-4526-9b29-299421929cdb: Generic NeutronNet
2022-12-19T04:46:25.039Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-19T04:46:25.039Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-19T04:46:25.039Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-19T04:46:25.040Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-12-19T04:46:25.093Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-19T04:46:25.094Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-19T04:46:25.094Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-19T04:46:25.095Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-19T04:46:25.095Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-19T04:46:25.095Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-19T04:46:25.096Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||INFO|500||Saving Service: basic_network
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-12-19T04:46:25.162Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2022-12-19T04:46:25.163Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-12-19T04:46:25.163Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-12-19T04:46:25.163Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-19T04:46:25.163Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-19T04:46:25.165Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-19T04:46:25.166Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "dc657a30-5952-4fc8-b07e-1f956b5ed7dd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671425185163,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-19T04:46:25.266Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-19T04:46:25.267Z||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-12-19T04:46:25.267Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8SztrWVmdciNSKB4) ...
2022-12-19T04:46:25.283Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T04:46:25.284Z||pool-38-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-12-19T04:46:26.167Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dc657a30-5952-4fc8-b07e-1f956b5ed7dd
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-12-19T04:46:26.186Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dc657a30-5952-4fc8-b07e-1f956b5ed7dd
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-12-19T04:46:26.194Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-19T04:46:26.195Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-19T04:46:26.195Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-19T04:46:26.195Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-19T04:46:26.196Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-19T04:46:26.196Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-19T04:46:26.196Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-19T04:46:26.197Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-19T04:46:26.197Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||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-12-19T04:46:26.206Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-19T04:46:56.207Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: dc657a30-5952-4fc8-b07e-1f956b5ed7dd 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-12-19T04:46:56.215Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: dc657a30-5952-4fc8-b07e-1f956b5ed7dd and serviceModelVersionId: 69864e1b-4537-4526-9b29-299421929cdb
2022-12-19T04:46:56.215Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c459d106-c667-4ba8-a34a-74e215a6ba08
2022-12-19T04:46:56.233Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c459d106-c667-4ba8-a34a-74e215a6ba08/model-vers/model-ver/69864e1b-4537-4526-9b29-299421929cdb?depth=0
2022-12-19T04:46:56.240Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-12-19T04:46:56.367Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c459d106-c667-4ba8-a34a-74e215a6ba08/model-vers/model-ver/69864e1b-4537-4526-9b29-299421929cdb?depth=0|INFO|500||Invoke
2022-12-19T04:46:56.368Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c459d106-c667-4ba8-a34a-74e215a6ba08/model-vers/model-ver/69864e1b-4537-4526-9b29-299421929cdb?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c459d106-c667-4ba8-a34a-74e215a6ba08/model-vers/model-ver/69864e1b-4537-4526-9b29-299421929cdb?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[dc657a30-5952-4fc8-b07e-1f956b5ed7dd], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[005eaaa2-5fcf-4c82-94fc-f1710d698d9d], X-ECOMP-RequestID=[dc657a30-5952-4fc8-b07e-1f956b5ed7dd], X-TransactionId=[], X-ONAP-RequestID=[dc657a30-5952-4fc8-b07e-1f956b5ed7dd], Content-Type=[application/merge-patch+json]}
2022-12-19T04:46:56.406Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c459d106-c667-4ba8-a34a-74e215a6ba08/model-vers/model-ver/69864e1b-4537-4526-9b29-299421929cdb?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-12-19T04:46:56.513Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c459d106-c667-4ba8-a34a-74e215a6ba08/model-vers/model-ver/69864e1b-4537-4526-9b29-299421929cdb?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/c459d106-c667-4ba8-a34a-74e215a6ba08/model-vers/model-ver/69864e1b-4537-4526-9b29-299421929cdb?depth=0 has http status code:200 and response headers:{date=[Mon, 19 Dec 2022 04:46:57 GMT], content-length=[0], vertex-id=[331984], x-aai-txid=[2-aai-resources-221219-04:46:57:457-43292], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-19T04:46:56.514Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c459d106-c667-4ba8-a34a-74e215a6ba08/model-vers/model-ver/69864e1b-4537-4526-9b29-299421929cdb?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-12-19T04:46:56.515Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c459d106-c667-4ba8-a34a-74e215a6ba08/model-vers/model-ver/69864e1b-4537-4526-9b29-299421929cdb?depth=0|INFO|500||InvokeReturn
2022-12-19T04:46:56.525Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-19T04:46:56.529Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||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-12-19T04:46:56.535Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||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-12-19T04:46:56.536Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID dc657a30-5952-4fc8-b07e-1f956b5ed7dd and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-19T04:46:56.537Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-19T04:46:56.537Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-19T04:46:56.540Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-19T04:46:56.541Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "dc657a30-5952-4fc8-b07e-1f956b5ed7dd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671425216537,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-19T04:46:56.640Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-19T04:46:56.641Z||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-12-19T04:46:56.642Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8SztrWVmdciNSKB4) ...
2022-12-19T04:46:56.657Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T04:46:56.658Z||pool-39-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-12-19T04:47:20.246Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-19T04:47:20.247Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|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-12-19T04:47:20.247Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|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 8SztrWVmdciNSKB4) ...
2022-12-19T04:47:20.248Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-19T04:47:20.249Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|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-12-19T04:47:20.249Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|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 8SztrWVmdciNSKB4) ...
2022-12-19T04:47:20.391Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T04:47:20.391Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-19T04:47:20.392Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc657a30-5952-4fc8-b07e-1f956b5ed7dd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671425180246,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-19T04:47:20.392Z|a7b84d6a-f2b0-4483-a201-2ceb6cc23bf1|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-19T04:47:20.891Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T04:47:20.893Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-19T04:47:20.893Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"a961c4d6-bda2-4d15-b891-347f87ec6bb2","serviceName":"Demo_pNF_95CfMmUpom0yZRlNjbH3","serviceVersion":"1.0","serviceUUID":"cf1f8d03-5b08-40d8-b259-7029d52e1b5c","serviceDescription":"catalog service description","serviceInvariantUUID":"9330dbd6-2689-4310-a3bd-b526711c5342","resources":[{"resourceInstanceName":"pNF 1efc7e61-543e 0","resourceName":"pNF 1efc7e61-543e","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"9b1842c6-1568-45eb-8499-04cbbeac9258","resourceInvariantUUID":"5e18f228-6697-4fef-bd57-34f973664b02","resourceCustomizationUUID":"a12b177d-feff-4c83-a8cb-3a596a1666a9","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf95cfmmupom0yzrlnjbh3/1.0/resourceInstances/pnf1efc7e61543e0/artifacts/vf-license-model.xml","artifactChecksum":"ZDEwNWNmYmNkOWZkMGJiZTc0MjJmYjE1M2MxYTU0ZDc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b2c5f641-56b5-40cb-aedc-4a47d8403c00","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf95cfmmupom0yzrlnjbh3/1.0/resourceInstances/pnf1efc7e61543e0/artifacts/pNF.csar","artifactChecksum":"MDcwYmRhYzU4YzVlZDM1NmFkY2RjZjVlNjZlNDZmZTg\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c0205ece-cea3-41e9-b448-5e959d1a3852","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf95cfmmupom0yzrlnjbh3/1.0/resourceInstances/pnf1efc7e61543e0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"cd849510-9189-449d-a7b7-60b802fa0f53","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf95cfmmupom0yzrlnjbh3/1.0/resourceInstances/pnf1efc7e61543e0/artifacts/vendor-license-model.xml","artifactChecksum":"NDUwYmZkNjg2ZmVhMmU0MzRmNTUwNTA0YmM5YzEyZDM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"bba84f53-8271-470f-8886-79d14aecb8d5","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf95cfmmupom0yzrlnjbh3/1.0/resourceInstances/pnf1efc7e61543e0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"99150887-dc9a-4d01-a960-c88a671220c8","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf95cfmmupom0yzrlnjbh3/1.0/resourceInstances/pnf1efc7e61543e0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"be86bc6a-265b-40f7-a331-8a55a39f0cb8","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf95cfmmupom0yzrlnjbh3-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf95cfmmupom0yzrlnjbh3/1.0/artifacts/service-DemoPnf95cfmmupom0yzrlnjbh3-template.yml","artifactChecksum":"ZDY3ODk0ZjUwZmIxODAzMGRmOTQxNzFkYmE4MmNhZmI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"035a4cc2-0179-4b08-a4f8-984de36f5454","artifactVersion":"1"},{"artifactName":"service-DemoPnf95cfmmupom0yzrlnjbh3-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf95cfmmupom0yzrlnjbh3/1.0/artifacts/service-DemoPnf95cfmmupom0yzrlnjbh3-csar.csar","artifactChecksum":"MzU1NDZjYzc2ZjkzNjRkYTM5YTNkNDc0MmEyMzEyY2Y\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"857c53a2-a8c2-4d87-9bcc-e7e0a619ce52","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-19T04:47:20.896Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-19T04:47:20.896Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-19T04:47:20.898Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-19T04:47:20.898Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "a961c4d6-bda2-4d15-b891-347f87ec6bb2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671425240246,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf95cfmmupom0yzrlnjbh3/1.0/resourceInstances/pnf1efc7e61543e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-19T04:47:20.999Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-19T04:47:21.000Z||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-12-19T04:47:21.000Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8SztrWVmdciNSKB4) ...
2022-12-19T04:47:21.011Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T04:47:21.011Z||pool-40-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-12-19T04:47:21.899Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-19T04:47:21.899Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-19T04:47:21.901Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-19T04:47:21.901Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "a961c4d6-bda2-4d15-b891-347f87ec6bb2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671425240246,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf95cfmmupom0yzrlnjbh3/1.0/resourceInstances/pnf1efc7e61543e0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-12-19T04:47:22.001Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-19T04:47:22.002Z||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-12-19T04:47:22.003Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8SztrWVmdciNSKB4) ...
2022-12-19T04:47:22.014Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T04:47:22.015Z||pool-41-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-19T04:47:22.902Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-19T04:47:22.904Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-19T04:47:22.907Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-19T04:47:22.907Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "a961c4d6-bda2-4d15-b891-347f87ec6bb2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671425240246,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf95cfmmupom0yzrlnjbh3/1.0/resourceInstances/pnf1efc7e61543e0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-12-19T04:47:23.007Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-19T04:47:23.008Z||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-12-19T04:47:23.008Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8SztrWVmdciNSKB4) ...
2022-12-19T04:47:23.030Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T04:47:23.031Z||pool-42-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-12-19T04:47:23.908Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-19T04:47:23.909Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-19T04:47:23.911Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-19T04:47:23.911Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "a961c4d6-bda2-4d15-b891-347f87ec6bb2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671425240246,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf95cfmmupom0yzrlnjbh3/1.0/resourceInstances/pnf1efc7e61543e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-19T04:47:24.011Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-19T04:47:24.012Z||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-12-19T04:47:24.012Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8SztrWVmdciNSKB4) ...
2022-12-19T04:47:24.021Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T04:47:24.022Z||pool-43-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-12-19T04:47:24.912Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-19T04:47:24.913Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-19T04:47:24.920Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-19T04:47:24.920Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "a961c4d6-bda2-4d15-b891-347f87ec6bb2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671425240246,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf95cfmmupom0yzrlnjbh3/1.0/resourceInstances/pnf1efc7e61543e0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-19T04:47:25.020Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-19T04:47:25.022Z||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-12-19T04:47:25.022Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8SztrWVmdciNSKB4) ...
2022-12-19T04:47:25.035Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T04:47:25.036Z||pool-44-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-19T04:47:25.922Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-19T04:47:25.923Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-19T04:47:25.926Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-19T04:47:25.926Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "a961c4d6-bda2-4d15-b891-347f87ec6bb2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671425240246,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf95cfmmupom0yzrlnjbh3/1.0/resourceInstances/pnf1efc7e61543e0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-19T04:47:26.027Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-19T04:47:26.029Z||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-12-19T04:47:26.029Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8SztrWVmdciNSKB4) ...
2022-12-19T04:47:26.040Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T04:47:26.041Z||pool-45-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-19T04:47:26.927Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-19T04:47:26.927Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-19T04:47:26.929Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-19T04:47:26.929Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "a961c4d6-bda2-4d15-b891-347f87ec6bb2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671425240246,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf95cfmmupom0yzrlnjbh3/1.0/artifacts/service-DemoPnf95cfmmupom0yzrlnjbh3-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-19T04:47:27.029Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-19T04:47:27.030Z||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-12-19T04:47:27.030Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8SztrWVmdciNSKB4) ...
2022-12-19T04:47:27.044Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T04:47:27.045Z||pool-46-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-19T04:47:27.930Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-19T04:47:27.932Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-19T04:47:27.934Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-19T04:47:27.934Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "a961c4d6-bda2-4d15-b891-347f87ec6bb2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671425240246,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf95cfmmupom0yzrlnjbh3/1.0/artifacts/service-DemoPnf95cfmmupom0yzrlnjbh3-csar.csar",
"status": "NOTIFIED"
}
2022-12-19T04:47:28.034Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-19T04:47:28.035Z||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-12-19T04:47:28.035Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8SztrWVmdciNSKB4) ...
2022-12-19T04:47:28.109Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T04:47:28.109Z||pool-47-thread-1|||||INFO|500||cambria reply ok (75 ms):{"serverTimeMs":0,"count":1}
2022-12-19T04:47:28.935Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "a961c4d6-bda2-4d15-b891-347f87ec6bb2",
"serviceName": "Demo_pNF_95CfMmUpom0yZRlNjbH3",
"serviceVersion": "1.0",
"serviceUUID": "cf1f8d03-5b08-40d8-b259-7029d52e1b5c",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "9330dbd6-2689-4310-a3bd-b526711c5342",
"resources": [
{
"resourceInstanceName": "pNF 1efc7e61-543e 0",
"resourceCustomizationUUID": "a12b177d-feff-4c83-a8cb-3a596a1666a9",
"resourceName": "pNF 1efc7e61-543e",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "9b1842c6-1568-45eb-8499-04cbbeac9258",
"resourceInvariantUUID": "5e18f228-6697-4fef-bd57-34f973664b02",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnf95cfmmupom0yzrlnjbh3-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnf95cfmmupom0yzrlnjbh3/1.0/artifacts/service-DemoPnf95cfmmupom0yzrlnjbh3-csar.csar",
"artifactChecksum": "MzU1NDZjYzc2ZjkzNjRkYTM5YTNkNDc0MmEyMzEyY2Y\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "857c53a2-a8c2-4d87-9bcc-e7e0a619ce52"
}
],
"workloadContext": "Production"
}
2022-12-19T04:47:28.936Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-19T04:47:28.936Z|dc657a30-5952-4fc8-b07e-1f956b5ed7dd|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 cf1f8d03-5b08-40d8-b259-7029d52e1b5c ASDC
2022-12-19T04:47:28.937Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:a961c4d6-bda2-4d15-b891-347f87ec6bb2
ServiceName:Demo_pNF_95CfMmUpom0yZRlNjbH3
ServiceVersion:1.0
ServiceUUID:cf1f8d03-5b08-40d8-b259-7029d52e1b5c
ServiceInvariantUUID:9330dbd6-2689-4310-a3bd-b526711c5342
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf95cfmmupom0yzrlnjbh3-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf95cfmmupom0yzrlnjbh3/1.0/artifacts/service-DemoPnf95cfmmupom0yzrlnjbh3-csar.csar
ArtifactUUID:857c53a2-a8c2-4d87-9bcc-e7e0a619ce52
ArtifactChecksum:MzU1NDZjYzc2ZjkzNjRkYTM5YTNkNDc0MmEyMzEyY2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 1efc7e61-543e 0
ResourceCustomizationUUID:a12b177d-feff-4c83-a8cb-3a596a1666a9
ResourceInvariantUUID:5e18f228-6697-4fef-bd57-34f973664b02
ResourceName:pNF 1efc7e61-543e
ResourceType:PNF
ResourceUUID:9b1842c6-1568-45eb-8499-04cbbeac9258
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2022-12-19T04:47:28.938Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cf1f8d03-5b08-40d8-b259-7029d52e1b5c 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-12-19T04:47:28.970Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-19T04:47:28.970Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-12-19T04:47:28.971Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-12-19T04:47:28.971Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 857c53a2-a8c2-4d87-9bcc-e7e0a619ce52 from URL: /sdc/v1/catalog/services/DemoPnf95cfmmupom0yzrlnjbh3/1.0/artifacts/service-DemoPnf95cfmmupom0yzrlnjbh3-csar.csar
2022-12-19T04:47:28.971Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-12-19T04:47:28.971Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf95cfmmupom0yzrlnjbh3/1.0/artifacts/service-DemoPnf95cfmmupom0yzrlnjbh3-csar.csar
2022-12-19T04:47:29.037Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-12-19T04:47:29.042Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf95cfmmupom0yzrlnjbh3/1.0/artifacts/service-DemoPnf95cfmmupom0yzrlnjbh3-csar.csar 857c53a2-a8c2-4d87-9bcc-e7e0a619ce52 87788
2022-12-19T04:47:29.042Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf95cfmmupom0yzrlnjbh3/1.0/artifacts/service-DemoPnf95cfmmupom0yzrlnjbh3-csar.csar ASDC sendASDCNotification
2022-12-19T04:47:29.042Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf95cfmmupom0yzrlnjbh3/1.0/artifacts/service-DemoPnf95cfmmupom0yzrlnjbh3-csar.csar
2022-12-19T04:47:29.042Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-19T04:47:29.043Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-19T04:47:29.045Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-19T04:47:29.045Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "a961c4d6-bda2-4d15-b891-347f87ec6bb2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671425249042,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf95cfmmupom0yzrlnjbh3/1.0/artifacts/service-DemoPnf95cfmmupom0yzrlnjbh3-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-19T04:47:29.145Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-19T04:47:29.146Z||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-12-19T04:47:29.146Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8SztrWVmdciNSKB4) ...
2022-12-19T04:47:29.156Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-19T04:47:29.157Z||pool-48-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-12-19T04:47:30.046Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-19T04:47:30.047Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-12-19T04:47:30.047Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 857c53a2-a8c2-4d87-9bcc-e7e0a619ce52, URL: /sdc/v1/catalog/services/DemoPnf95cfmmupom0yzrlnjbh3/1.0/artifacts/service-DemoPnf95cfmmupom0yzrlnjbh3-csar.csar to file: /app/ASDC/1/service-DemoPnf95cfmmupom0yzrlnjbh3-csar.csar
2022-12-19T04:47:30.048Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf95cfmmupom0yzrlnjbh3-csar.csar
2022-12-19T04:47:30.048Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf95cfmmupom0yzrlnjbh3-csar.csar
2022-12-19T04:47:30.048Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf95cfmmupom0yzrlnjbh3-csar.csar
2022-12-19T04:47:30.207Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1133828700015596890/Definitions/service-DemoPnf95cfmmupom0yzrlnjbh3-template.yml
2022-12-19T04:47:31.020Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-19T04:47:31.021Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-12-19T04:47:31.021Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf95cfmmupom0yzrlnjbh3-csar.csar
2022-12-19T04:47:31.021Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-12-19T04:47:31.022Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||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-DemoPnf95cfmmupom0yzrlnjbh3-csar.csar
2022-12-19T04:47:31.022Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 1efc7e61-543e 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-DemoPnf95cfmmupom0yzrlnjbh3-csar.csar
2022-12-19T04:47:31.022Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf95cfmmupom0yzrlnjbh3-csar.csar
2022-12-19T04:47:31.022Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||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-DemoPnf95cfmmupom0yzrlnjbh3-csar.csar
2022-12-19T04:47:31.023Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||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-DemoPnf95cfmmupom0yzrlnjbh3-csar.csar
2022-12-19T04:47:31.023Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||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-DemoPnf95cfmmupom0yzrlnjbh3-csar.csar
2022-12-19T04:47:31.023Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||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-DemoPnf95cfmmupom0yzrlnjbh3-csar.csar
2022-12-19T04:47:31.023Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-12-19T04:47:31.024Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-19T04:47:31.024Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_95CfMmUpom0yZRlNjbH3 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-19T04:47:31.024Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||DEBUG|500||Node template pNF 1efc7e61-543e 0 is matching search criteria
2022-12-19T04:47:31.025Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-12-19T04:47:31.025Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF 1efc7e61-543e 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-19T04:47:31.025Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-19T04:47:31.026Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_95CfMmUpom0yZRlNjbH3 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-19T04:47:31.026Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||DEBUG|500||Node template pNF 1efc7e61-543e 0 is matching search criteria
2022-12-19T04:47:31.026Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-12-19T04:47:31.026Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF 1efc7e61-543e 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-19T04:47:31.027Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-19T04:47:31.027Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_95CfMmUpom0yZRlNjbH3 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-19T04:47:31.027Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-19T04:47:31.027Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_95CfMmUpom0yZRlNjbH3 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-19T04:47:31.028Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-19T04:47:31.028Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_95CfMmUpom0yZRlNjbH3 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-19T04:47:31.028Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-19T04:47:31.029Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_95CfMmUpom0yZRlNjbH3 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-19T04:47:31.029Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-19T04:47:31.029Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_95CfMmUpom0yZRlNjbH3 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-19T04:47:31.029Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_95CfMmUpom0yZRlNjbH3
Description:catalog service description
Model UUID:cf1f8d03-5b08-40d8-b259-7029d52e1b5c
Model Version:NULL
Model InvariantUuid:9330dbd6-2689-4310-a3bd-b526711c5342
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-12-19T04:47:31.037Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||INFO|500||Processing Resource Type: PNF, Model UUID: 9b1842c6-1568-45eb-8499-04cbbeac9258
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-12-19T04:47:31.040Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||INFO|500||pNF 1efc7e61-543e 0
2022-12-19T04:47:31.041Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 9b1842c6-1568-45eb-8499-04cbbeac9258
2022-12-19T04:47:31.041Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||DEBUG|500||No resources found for Service: cf1f8d03-5b08-40d8-b259-7029d52e1b5c
2022-12-19T04:47:31.041Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: cf1f8d03-5b08-40d8-b259-7029d52e1b5c
2022-12-19T04:47:31.041Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 1efc7e61-543e 0 9b1842c6-1568-45eb-8499-04cbbeac9258 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-12-19T04:47:31.046Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4bfd9e69, org.onap.sdc.toscaparser.api.parameters.Input@6ae36c84, org.onap.sdc.toscaparser.api.parameters.Input@7a07418a, org.onap.sdc.toscaparser.api.parameters.Input@1dcc2836, org.onap.sdc.toscaparser.api.parameters.Input@3a65f330]
2022-12-19T04:47:31.047Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-19T04:47:31.047Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_95CfMmUpom0yZRlNjbH3 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-19T04:47:31.048Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid cf1f8d03-5b08-40d8-b259-7029d52e1b5c: pNF 1efc7e61-543e
2022-12-19T04:47:31.048Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||INFO|500||Processing PNF resource: 9b1842c6-1568-45eb-8499-04cbbeac9258
2022-12-19T04:47:31.048Z|a961c4d6-bda2-4d15-b891-347f87ec6bb2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery