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-27T03:37:47.005Z||main|||||INFO|500||The following profiles are active: basic
2022-12-27T03:37:58.764Z||main|||||INFO|500||Starting service [Tomcat]
2022-12-27T03:37:58.765Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-12-27T03:37:58.934Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-12-27T03:38:03.034Z||main|||||INFO|500||catdb-pool - Starting...
2022-12-27T03:38:03.442Z||main|||||INFO|500||catdb-pool - Start completed.
2022-12-27T03:38:03.906Z||main|||||INFO|500||reqdb-pool - Starting...
2022-12-27T03:38:03.914Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-12-27T03:38:04.043Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-12-27T03:38:04.317Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-12-27T03:38:04.935Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-12-27T03:38:06.723Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-12-27T03:38:08.938Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-12-27T03:38:09.012Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-12-27T03:38:09.572Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-12-27T03:38:09.810Z||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-27T03:38:10.943Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-12-27T03:38:12.032Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-12-27T03:38:12.048Z||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$$1cee29c1.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-27T03:38:12.049Z||main|||||WARN|500||The sdc end point is not alive
2022-12-27T03:38:15.145Z||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-27T03:38:17.854Z||main|||||WARN|500||---
2022-12-27T03:38:17.855Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-12-27T03:38:17.855Z||main|||||WARN|500||---
2022-12-27T03:38:18.267Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-12-27T03:38:23.429Z||main|||||INFO|500||Started Application in 39.499 seconds (JVM running for 41.495)
2022-12-27T03:38:23.447Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-12-27T03:38:23.449Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-12-27T03:38:23.463Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-12-27T03:38:23.511Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-12-27T03:38:23.562Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3f1f8fca-589a-448d-892e-a0dcc5217afa url= /sdc/v1/artifactTypes
2022-12-27T03:38:23.562Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-12-27T03:38:23.935Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-12-27T03:38:23.963Z||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-27T03:38:24.000Z||scheduling-1|||||DEBUG|500||create keys
2022-12-27T03:38:24.009Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-12-27T03:38:24.236Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T03:38:24.252Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= c1905a1a-4baa-413a-ba10-f11a2b372e5c url= /sdc/v1/registerForDistribution
2022-12-27T03:38:24.505Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= c1905a1a-4baa-413a-ba10-f11a2b372e5c url= /sdc/v1/registerForDistribution
2022-12-27T03:38:24.506Z||scheduling-1|||||INFO|500||start DistributionClient
2022-12-27T03:38:24.516Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T03:38:24.515Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T03:38:24.524Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-12-27T03:38:24.537Z||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-27T03:38:24.538Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T03:38:24.537Z||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-27T03:38:24.538Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T03:38:34.993Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T03:38:35.063Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T03:39:24.512Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T03:39:24.513Z||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-27T03:39:24.514Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T03:39:24.514Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T03:39:24.515Z||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-27T03:39:24.515Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T03:39:34.138Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T03:39:34.161Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T03:40:24.513Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T03:40:24.514Z||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-27T03:40:24.514Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T03:40:24.514Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T03:40:24.515Z||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-27T03:40:24.515Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T03:40:34.061Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T03:40:34.064Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T03:41:24.512Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T03:41:24.514Z||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-27T03:41:24.514Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T03:41:24.514Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T03:41:24.516Z||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-27T03:41:24.516Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T03:41:34.096Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T03:41:34.098Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T03:42:24.520Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T03:42:24.520Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T03:42:24.521Z||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-27T03:42:24.521Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T03:42:24.524Z||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-27T03:42:24.524Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T03:42:34.074Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T03:42:34.077Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T03:43:24.513Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T03:43:24.514Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T03:43:24.516Z||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-27T03:43:24.516Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T03:43:24.524Z||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-27T03:43:24.525Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T03:43:34.081Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T03:43:34.093Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T03:44:24.512Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T03:44:24.514Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-27T03:44:24.514Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as F4yG6NuxTDCLg19T) ...
2022-12-27T03:44:24.514Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T03:44:24.515Z||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-27T03:44:24.517Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T03:44:34.069Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T03:44:34.083Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T03:45:24.512Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T03:45:24.513Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-27T03:45:24.514Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as F4yG6NuxTDCLg19T) ...
2022-12-27T03:45:24.514Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T03:45:24.515Z||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-27T03:45:24.515Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T03:45:34.084Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T03:45:34.087Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T03:46:24.512Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T03:46:24.515Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T03:46:24.515Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-27T03:46:24.515Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as F4yG6NuxTDCLg19T) ...
2022-12-27T03:46:24.516Z||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-27T03:46:24.516Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T03:46:34.078Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T03:46:34.078Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T03:47:24.512Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T03:47:24.513Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-27T03:47:24.513Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as F4yG6NuxTDCLg19T) ...
2022-12-27T03:47:24.514Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T03:47:24.515Z||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-27T03:47:24.515Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T03:47:34.063Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T03:47:34.064Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T03:48:13.695Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-12-27T03:48:24.513Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T03:48:24.513Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-27T03:48:24.514Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as F4yG6NuxTDCLg19T) ...
2022-12-27T03:48:24.515Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T03:48:24.516Z||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-27T03:48:24.516Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T03:48:34.061Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T03:48:34.075Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T03:49:24.512Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T03:49:24.513Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-27T03:49:24.514Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as F4yG6NuxTDCLg19T) ...
2022-12-27T03:49:24.514Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T03:49:24.515Z||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-27T03:49:24.515Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T03:49:34.080Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T03:49:34.079Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T03:50:24.512Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T03:50:24.513Z||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-27T03:50:24.514Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T03:50:24.514Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T03:50:24.516Z||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-27T03:50:24.517Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T03:50:34.079Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T03:50:34.080Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T03:51:24.512Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T03:51:24.513Z||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-27T03:51:24.513Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T03:51:24.514Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T03:51:24.515Z||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-27T03:51:24.515Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T03:51:34.073Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T03:51:34.100Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T03:52:24.512Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T03:52:24.514Z||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-27T03:52:24.514Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T03:52:24.515Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T03:52:24.516Z||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-27T03:52:24.516Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T03:52:34.082Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T03:52:34.091Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T03:53:24.513Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T03:53:24.514Z||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-27T03:53:24.514Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T03:53:24.515Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T03:53:24.515Z||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-27T03:53:24.515Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T03:53:34.077Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T03:53:34.077Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T03:54:24.512Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T03:54:24.513Z||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-27T03:54:24.513Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T03:54:24.514Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T03:54:24.515Z||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-27T03:54:24.515Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T03:54:34.079Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T03:54:34.080Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T03:55:24.512Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T03:55:24.513Z||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-27T03:55:24.513Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T03:55:24.514Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T03:55:24.515Z||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-27T03:55:24.515Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T03:55:34.064Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T03:55:34.064Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T03:56:24.512Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T03:56:24.514Z||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-27T03:56:24.514Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T03:56:24.514Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T03:56:24.515Z||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-27T03:56:24.515Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T03:56:34.076Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T03:56:34.077Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T03:57:24.512Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T03:57:24.515Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T03:57:24.515Z||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-27T03:57:24.515Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T03:57:24.515Z||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-27T03:57:24.516Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T03:57:34.103Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T03:57:34.103Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T03:58:24.512Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T03:58:24.513Z||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-27T03:58:24.513Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T03:58:24.514Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T03:58:24.515Z||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-27T03:58:24.515Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T03:58:34.072Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T03:58:34.082Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T03:59:24.512Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T03:59:24.514Z||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-27T03:59:24.514Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T03:59:24.514Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T03:59:24.515Z||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-27T03:59:24.515Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T03:59:34.062Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T03:59:34.076Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T04:00:24.512Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:00:24.513Z||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-27T04:00:24.514Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:00:24.514Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:00:24.515Z||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-27T04:00:24.515Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:00:34.060Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T04:00:34.077Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T04:01:24.512Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:01:24.513Z||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-27T04:01:24.514Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:01:24.514Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:01:24.515Z||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-27T04:01:24.515Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:01:34.076Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T04:01:34.077Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T04:02:24.512Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:02:24.514Z||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-27T04:02:24.514Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:02:24.514Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:02:24.515Z||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-27T04:02:24.515Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:02:34.069Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T04:02:34.070Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T04:03:24.515Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:03:24.514Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:03:24.517Z||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-27T04:03:24.516Z||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-27T04:03:24.517Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:03:24.517Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:03:34.074Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T04:03:34.076Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T04:04:24.512Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:04:24.514Z||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-27T04:04:24.514Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:04:24.515Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:04:24.515Z||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-27T04:04:24.515Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:04:34.097Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T04:04:34.116Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T04:05:24.513Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:05:24.514Z||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-27T04:05:24.514Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:05:24.515Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:05:24.516Z||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-27T04:05:24.516Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:05:34.069Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T04:05:34.070Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T04:06:24.513Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:06:24.514Z||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-27T04:06:24.514Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:06:24.514Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:06:24.515Z||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-27T04:06:24.515Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:06:34.072Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T04:06:34.075Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T04:07:24.512Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:07:24.513Z||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-27T04:07:24.513Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:07:24.515Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:07:24.515Z||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-27T04:07:24.515Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:07:34.064Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T04:07:34.068Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T04:08:24.512Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:08:24.513Z||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-27T04:08:24.513Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:08:24.515Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:08:24.516Z||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-27T04:08:24.516Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:08:34.075Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T04:08:34.077Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T04:09:24.512Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:09:24.513Z||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-27T04:09:24.513Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:09:24.515Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:09:24.515Z||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-27T04:09:24.515Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:09:34.076Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T04:09:34.076Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T04:10:24.512Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:10:24.513Z||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-27T04:10:24.513Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:10:24.514Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:10:24.515Z||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-27T04:10:24.515Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:10:34.077Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T04:10:34.079Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T04:11:24.512Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:11:24.513Z||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-27T04:11:24.513Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:11:24.515Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:11:24.516Z||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-27T04:11:24.516Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:11:34.069Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T04:11:34.095Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T04:12:24.512Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:12:24.513Z||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-27T04:12:24.513Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:12:24.514Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:12:24.515Z||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-27T04:12:24.516Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:12:34.068Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T04:12:34.077Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T04:13:24.513Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:13:24.514Z||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-27T04:13:24.514Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:13:24.515Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:13:24.515Z||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-27T04:13:24.515Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:13:34.065Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T04:13:34.065Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T04:14:24.512Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:14:24.514Z||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-27T04:14:24.514Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:14:24.515Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:14:24.515Z||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-27T04:14:24.515Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:14:34.069Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T04:14:34.078Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T04:15:24.512Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:15:24.514Z||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-27T04:15:24.514Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:15:24.514Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:15:24.515Z||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-27T04:15:24.515Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:15:34.137Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T04:15:34.142Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T04:16:24.512Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:16:24.513Z||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-27T04:16:24.514Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:16:24.514Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:16:24.515Z||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-27T04:16:24.515Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:16:34.072Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T04:16:34.081Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T04:17:24.512Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:17:24.513Z||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-27T04:17:24.513Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:17:24.515Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:17:24.516Z||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-27T04:17:24.516Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:17:34.115Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T04:17:34.126Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T04:18:24.512Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:18:24.513Z||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-27T04:18:24.514Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:18:24.515Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:18:24.516Z||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-27T04:18:24.516Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:18:34.086Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T04:18:34.103Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T04:19:24.512Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:19:24.513Z||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-27T04:19:24.514Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:19:24.514Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:19:24.515Z||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-27T04:19:24.515Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:19:34.105Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T04:19:34.107Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T04:20:24.513Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:20:24.514Z||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-27T04:20:24.515Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:20:24.515Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:20:24.515Z||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-27T04:20:24.516Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:20:34.080Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T04:20:34.093Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T04:21:24.512Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:21:24.513Z||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-27T04:21:24.513Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:21:24.514Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:21:24.515Z||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-27T04:21:24.515Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:21:34.064Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T04:21:34.070Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T04:22:24.512Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:22:24.513Z||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-27T04:22:24.513Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:22:24.515Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:22:24.516Z||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-27T04:22:24.516Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:22:34.103Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T04:22:34.103Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T04:23:24.512Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:23:24.513Z||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-27T04:23:24.513Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:23:24.514Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:23:24.515Z||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-27T04:23:24.515Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:23:34.080Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T04:23:34.086Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T04:24:24.513Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:24:24.515Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:24:24.516Z||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-27T04:24:24.516Z||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-27T04:24:24.516Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:24:24.516Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:24:34.077Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T04:24:34.077Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T04:25:24.512Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:25:24.514Z||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-27T04:25:24.514Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:25:24.515Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:25:24.515Z||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-27T04:25:24.515Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:25:34.084Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T04:25:34.103Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T04:26:24.512Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:26:24.513Z||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-27T04:26:24.513Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:26:24.514Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:26:24.516Z||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-27T04:26:24.516Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:26:34.072Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T04:26:34.072Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T04:27:24.512Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:27:24.513Z||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-27T04:27:24.513Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:27:24.515Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:27:24.516Z||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-27T04:27:24.516Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:27:34.101Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T04:27:34.109Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T04:28:24.512Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:28:24.513Z||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-27T04:28:24.513Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:28:24.514Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:28:24.515Z||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-27T04:28:24.515Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:28:34.073Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T04:28:34.073Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T04:29:24.512Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:29:24.513Z||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-27T04:29:24.513Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:29:24.514Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:29:24.515Z||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-27T04:29:24.515Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:29:34.084Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T04:29:34.088Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T04:30:24.512Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:30:24.513Z||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-27T04:30:24.513Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:30:24.515Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:30:24.515Z||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-27T04:30:24.515Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:30:34.081Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T04:30:34.096Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T04:31:24.512Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:31:24.513Z||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-27T04:31:24.513Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:31:24.514Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:31:24.515Z||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-27T04:31:24.515Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:31:34.098Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T04:31:34.101Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T04:32:24.512Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:32:24.514Z||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-27T04:32:24.514Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:32:24.514Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:32:24.515Z||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-27T04:32:24.515Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:32:34.080Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T04:32:34.083Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T04:33:24.512Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:33:24.513Z||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-27T04:33:24.514Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:33:24.514Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:33:24.515Z||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-27T04:33:24.515Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:33:34.074Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T04:33:34.086Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T04:34:24.512Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:34:24.513Z||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-27T04:34:24.513Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:34:24.514Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:34:24.515Z||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-27T04:34:24.515Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:34:34.086Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T04:34:34.097Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T04:35:24.514Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:35:24.513Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:35:24.517Z||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-27T04:35:24.517Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:35:24.517Z||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-27T04:35:24.518Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:35:34.096Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T04:35:34.099Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T04:36:24.512Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:36:24.514Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-27T04:36:24.514Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as F4yG6NuxTDCLg19T) ...
2022-12-27T04:36:24.520Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:36:24.521Z||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-27T04:36:24.521Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:36:34.095Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T04:36:34.135Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T04:37:24.512Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:37:24.513Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-27T04:37:24.514Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as F4yG6NuxTDCLg19T) ...
2022-12-27T04:37:24.515Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:37:24.515Z||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-27T04:37:24.515Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:37:34.060Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T04:37:34.143Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T04:38:24.512Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:38:24.513Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-27T04:38:24.513Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as F4yG6NuxTDCLg19T) ...
2022-12-27T04:38:24.514Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:38:24.515Z||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-27T04:38:24.515Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:38:34.064Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T04:38:34.064Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T04:39:24.512Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:39:24.513Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-27T04:39:24.513Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as F4yG6NuxTDCLg19T) ...
2022-12-27T04:39:24.514Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:39:24.515Z||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-27T04:39:24.515Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:39:34.078Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T04:39:34.079Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T04:40:24.512Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:40:24.513Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-27T04:40:24.513Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as F4yG6NuxTDCLg19T) ...
2022-12-27T04:40:24.514Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:40:24.515Z||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-27T04:40:24.515Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:40:34.087Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T04:40:34.091Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T04:41:24.512Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:41:24.513Z||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-27T04:41:24.513Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:41:24.515Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:41:24.516Z||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-27T04:41:24.516Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:41:34.069Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T04:41:34.096Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T04:42:24.513Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:42:24.514Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:42:24.514Z||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-27T04:42:24.515Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:42:24.515Z||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-27T04:42:24.515Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:42:34.071Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T04:42:34.099Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T04:43:24.512Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:43:24.514Z||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-27T04:43:24.514Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:43:24.514Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:43:24.515Z||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-27T04:43:24.515Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:43:34.099Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T04:43:34.131Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T04:44:24.512Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:44:24.514Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:44:24.515Z||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-27T04:44:24.515Z||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-27T04:44:24.515Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:44:24.515Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:44:25.095Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T04:44:25.097Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:44:25.097Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39dc74c6-c83a-4623-a8a2-54a33ddc0432",
"consumerID": "aai-ml",
"timestamp": 1672116255795,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221227044259/1.0/resourceInstances/vfw73737778597b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-27T04:44:25.132Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-27T04:44:25.132Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:44:25.132Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39dc74c6-c83a-4623-a8a2-54a33ddc0432",
"consumerID": "ves-openapi-manager",
"timestamp": 1672116253708,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221227044259/1.0/resourceInstances/vfw73737778597b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-27T04:44:25.133Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-27T04:44:25.133Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:44:25.133Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39dc74c6-c83a-4623-a8a2-54a33ddc0432",
"consumerID": "cds",
"timestamp": 1672116260660,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221227044259/1.0/resourceInstances/vfw73737778597b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-27T04:44:25.133Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-27T04:44:25.133Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:44:25.133Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39dc74c6-c83a-4623-a8a2-54a33ddc0432",
"consumerID": "aai-ml",
"timestamp": 1672116255795,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221227044259/1.0/resourceInstances/vfw73737778597b0/artifacts/vfw73737778597b0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-27T04:44:25.133Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-27T04:44:25.134Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:44:25.134Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39dc74c6-c83a-4623-a8a2-54a33ddc0432",
"consumerID": "ves-openapi-manager",
"timestamp": 1672116253708,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221227044259/1.0/resourceInstances/vfw73737778597b0/artifacts/vfw73737778597b0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-27T04:44:25.134Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-27T04:44:25.134Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:44:25.134Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39dc74c6-c83a-4623-a8a2-54a33ddc0432",
"consumerID": "cds",
"timestamp": 1672116260660,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221227044259/1.0/resourceInstances/vfw73737778597b0/artifacts/vfw73737778597b0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-27T04:44:25.134Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-27T04:44:25.135Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:44:25.135Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39dc74c6-c83a-4623-a8a2-54a33ddc0432",
"consumerID": "multicloud-k8s-id",
"timestamp": 1672116263052,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221227044259/1.0/resourceInstances/vfw73737778597b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-27T04:44:25.135Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-27T04:44:25.227Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T04:44:25.229Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-27T04:44:25.229Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"39dc74c6-c83a-4623-a8a2-54a33ddc0432","serviceName":"vFW 2022-12-27 04-42-59","serviceVersion":"1.0","serviceUUID":"c4f17fb3-ebc0-4060-ac52-36b983eb8ad0","serviceDescription":"catalog service description","serviceInvariantUUID":"b76403a3-c294-406c-b7d5-37fbda8ff5fe","resources":[{"resourceInstanceName":"vFW 73737778-597b 0","resourceName":"vFW 73737778-597b","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"351b815b-f4cc-4f9e-b689-a2e52d10e82e","resourceInvariantUUID":"1783de11-3cd1-4a0f-9a8a-d999166fa07c","resourceCustomizationUUID":"607cc827-4753-4081-a096-d9459da3ac6e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221227044259/1.0/resourceInstances/vfw73737778597b0/artifacts/vf-license-model.xml","artifactChecksum":"MjNkZTQ3NjM2OTIyMjgxYjA1NWQzYzk4NTBjMzVlNjE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"837b4d15-6bcb-4987-a1bd-af598e026fe3","artifactVersion":"1"},{"artifactName":"vfw73737778597b0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20221227044259/1.0/resourceInstances/vfw73737778597b0/artifacts/vfw73737778597b0_modules.json","artifactChecksum":"YjNkOTU2OTNjZTVkZmE0NjkzYzMwZjcyN2U0NmU2ZGI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7fcca4ef-610e-4dfb-ae72-ea2b1efc2fe6","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20221227044259/1.0/resourceInstances/vfw73737778597b0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"518b4004-7609-4b3b-ba34-d077179a9a4e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221227044259/1.0/resourceInstances/vfw73737778597b0/artifacts/vendor-license-model.xml","artifactChecksum":"MGJjNmExMjA1OTY1OGFiNTljMTBjM2YzMjZlNGIzN2U\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c837c0bd-d70a-4885-a577-3cd5d19aae7b","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20221227044259/1.0/resourceInstances/vfw73737778597b0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"fe4067dd-158e-43d3-ba9b-b3bf6bd3589f","artifactVersion":"2","generatedFromUUID":"518b4004-7609-4b3b-ba34-d077179a9a4e"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20221227044259-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20221227044259/1.0/artifacts/service-Vfw20221227044259-template.yml","artifactChecksum":"NTgzOGEyMWM1YjkwMGRjYzJhNjk2N2E0MzdlMmM5ZWU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a32a9068-7df2-48b3-ab25-dba9f13c347d","artifactVersion":"1"},{"artifactName":"service-Vfw20221227044259-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20221227044259/1.0/artifacts/service-Vfw20221227044259-csar.csar","artifactChecksum":"NmYyODM0MThjZTVmNWNhNTk5YTBhYThlYjBlNDcyNTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3b60e32b-0c98-4253-9e04-b8da5907c690","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-27T04:44:25.241Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-27T04:44:25.249Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-27T04:44:25.263Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-27T04:44:25.263Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "39dc74c6-c83a-4623-a8a2-54a33ddc0432",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672116264512,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221227044259/1.0/resourceInstances/vfw73737778597b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-27T04:44:25.363Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-12-27T04:44:25.368Z||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-27T04:44:25.369Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F4yG6NuxTDCLg19T) ...
2022-12-27T04:44:25.392Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T04:44:25.393Z||pool-3-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-12-27T04:44:26.271Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-27T04:44:26.272Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-27T04:44:26.274Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-27T04:44:26.274Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "39dc74c6-c83a-4623-a8a2-54a33ddc0432",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672116264512,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221227044259/1.0/resourceInstances/vfw73737778597b0/artifacts/vfw73737778597b0_modules.json",
"status": "NOTIFIED"
}
2022-12-27T04:44:26.374Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-27T04:44:26.375Z||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-27T04:44:26.375Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F4yG6NuxTDCLg19T) ...
2022-12-27T04:44:26.418Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T04:44:26.419Z||pool-4-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":0,"count":1}
2022-12-27T04:44:27.275Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-27T04:44:27.276Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-27T04:44:27.279Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-27T04:44:27.279Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "39dc74c6-c83a-4623-a8a2-54a33ddc0432",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672116264512,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221227044259/1.0/resourceInstances/vfw73737778597b0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-12-27T04:44:27.379Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-27T04:44:27.380Z||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-27T04:44:27.380Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F4yG6NuxTDCLg19T) ...
2022-12-27T04:44:27.421Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T04:44:27.421Z||pool-5-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":1,"count":1}
2022-12-27T04:44:28.279Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-27T04:44:28.280Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-27T04:44:28.282Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-27T04:44:28.283Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "39dc74c6-c83a-4623-a8a2-54a33ddc0432",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672116264512,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221227044259/1.0/resourceInstances/vfw73737778597b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-27T04:44:28.383Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-27T04:44:28.383Z||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-27T04:44:28.384Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F4yG6NuxTDCLg19T) ...
2022-12-27T04:44:28.399Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T04:44:28.399Z||pool-6-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-12-27T04:44:29.283Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-27T04:44:29.284Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-27T04:44:29.287Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-27T04:44:29.287Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "39dc74c6-c83a-4623-a8a2-54a33ddc0432",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672116264512,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221227044259/1.0/resourceInstances/vfw73737778597b0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-12-27T04:44:29.387Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-27T04:44:29.388Z||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-27T04:44:29.388Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F4yG6NuxTDCLg19T) ...
2022-12-27T04:44:29.402Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T04:44:29.403Z||pool-7-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-12-27T04:44:30.288Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-27T04:44:30.288Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-27T04:44:30.290Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-27T04:44:30.290Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "39dc74c6-c83a-4623-a8a2-54a33ddc0432",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672116264512,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221227044259/1.0/artifacts/service-Vfw20221227044259-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-27T04:44:30.390Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-27T04:44:30.392Z||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-27T04:44:30.392Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F4yG6NuxTDCLg19T) ...
2022-12-27T04:44:30.407Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T04:44:30.407Z||pool-8-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-12-27T04:44:31.291Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-27T04:44:31.292Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-27T04:44:31.294Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-27T04:44:31.294Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "39dc74c6-c83a-4623-a8a2-54a33ddc0432",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672116264512,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221227044259/1.0/artifacts/service-Vfw20221227044259-csar.csar",
"status": "NOTIFIED"
}
2022-12-27T04:44:31.394Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-27T04:44:31.395Z||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-27T04:44:31.395Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F4yG6NuxTDCLg19T) ...
2022-12-27T04:44:31.407Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T04:44:31.408Z||pool-9-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-27T04:44:32.296Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "39dc74c6-c83a-4623-a8a2-54a33ddc0432",
"serviceName": "vFW 2022-12-27 04-42-59",
"serviceVersion": "1.0",
"serviceUUID": "c4f17fb3-ebc0-4060-ac52-36b983eb8ad0",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "b76403a3-c294-406c-b7d5-37fbda8ff5fe",
"resources": [
{
"resourceInstanceName": "vFW 73737778-597b 0",
"resourceCustomizationUUID": "607cc827-4753-4081-a096-d9459da3ac6e",
"resourceName": "vFW 73737778-597b",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "351b815b-f4cc-4f9e-b689-a2e52d10e82e",
"resourceInvariantUUID": "1783de11-3cd1-4a0f-9a8a-d999166fa07c",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw73737778597b0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221227044259/1.0/resourceInstances/vfw73737778597b0/artifacts/vfw73737778597b0_modules.json",
"artifactChecksum": "YjNkOTU2OTNjZTVkZmE0NjkzYzMwZjcyN2U0NmU2ZGI\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "7fcca4ef-610e-4dfb-ae72-ea2b1efc2fe6",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221227044259/1.0/resourceInstances/vfw73737778597b0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "518b4004-7609-4b3b-ba34-d077179a9a4e",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221227044259/1.0/resourceInstances/vfw73737778597b0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "fe4067dd-158e-43d3-ba9b-b3bf6bd3589f",
"generatedFromUUID": "518b4004-7609-4b3b-ba34-d077179a9a4e"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221227044259/1.0/resourceInstances/vfw73737778597b0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "fe4067dd-158e-43d3-ba9b-b3bf6bd3589f",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20221227044259-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221227044259/1.0/artifacts/service-Vfw20221227044259-csar.csar",
"artifactChecksum": "NmYyODM0MThjZTVmNWNhNTk5YTBhYThlYjBlNDcyNTA\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "3b60e32b-0c98-4253-9e04-b8da5907c690"
}
],
"workloadContext": "Production"
}
2022-12-27T04:44:32.297Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-27T04:44:32.298Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 c4f17fb3-ebc0-4060-ac52-36b983eb8ad0 ASDC
2022-12-27T04:44:32.429Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:39dc74c6-c83a-4623-a8a2-54a33ddc0432
ServiceName:vFW 2022-12-27 04-42-59
ServiceVersion:1.0
ServiceUUID:c4f17fb3-ebc0-4060-ac52-36b983eb8ad0
ServiceInvariantUUID:b76403a3-c294-406c-b7d5-37fbda8ff5fe
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20221227044259-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221227044259/1.0/artifacts/service-Vfw20221227044259-csar.csar
ArtifactUUID:3b60e32b-0c98-4253-9e04-b8da5907c690
ArtifactChecksum:NmYyODM0MThjZTVmNWNhNTk5YTBhYThlYjBlNDcyNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 73737778-597b 0
ResourceCustomizationUUID:607cc827-4753-4081-a096-d9459da3ac6e
ResourceInvariantUUID:1783de11-3cd1-4a0f-9a8a-d999166fa07c
ResourceName:vFW 73737778-597b
ResourceType:VF
ResourceUUID:351b815b-f4cc-4f9e-b689-a2e52d10e82e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw73737778597b0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221227044259/1.0/resourceInstances/vfw73737778597b0/artifacts/vfw73737778597b0_modules.json
ArtifactUUID:7fcca4ef-610e-4dfb-ae72-ea2b1efc2fe6
ArtifactChecksum:YjNkOTU2OTNjZTVkZmE0NjkzYzMwZjcyN2U0NmU2ZGI=
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/Vfw20221227044259/1.0/resourceInstances/vfw73737778597b0/artifacts/base_vfw.yaml
ArtifactUUID:518b4004-7609-4b3b-ba34-d077179a9a4e
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/Vfw20221227044259/1.0/resourceInstances/vfw73737778597b0/artifacts/base_vfw.env
ArtifactUUID:fe4067dd-158e-43d3-ba9b-b3bf6bd3589f
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/Vfw20221227044259/1.0/resourceInstances/vfw73737778597b0/artifacts/base_vfw.env
ArtifactUUID:fe4067dd-158e-43d3-ba9b-b3bf6bd3589f
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-12-27T04:44:32.430Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c4f17fb3-ebc0-4060-ac52-36b983eb8ad0 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-27T04:44:32.821Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-27T04:44:32.822Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-12-27T04:44:32.824Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-12-27T04:44:32.824Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 3b60e32b-0c98-4253-9e04-b8da5907c690 from URL: /sdc/v1/catalog/services/Vfw20221227044259/1.0/artifacts/service-Vfw20221227044259-csar.csar
2022-12-27T04:44:32.824Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-12-27T04:44:32.826Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221227044259/1.0/artifacts/service-Vfw20221227044259-csar.csar
2022-12-27T04:44:33.011Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-12-27T04:44:33.030Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221227044259/1.0/artifacts/service-Vfw20221227044259-csar.csar 3b60e32b-0c98-4253-9e04-b8da5907c690 100660
2022-12-27T04:44:33.031Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221227044259/1.0/artifacts/service-Vfw20221227044259-csar.csar ASDC sendASDCNotification
2022-12-27T04:44:33.032Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221227044259/1.0/artifacts/service-Vfw20221227044259-csar.csar
2022-12-27T04:44:33.032Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-27T04:44:33.033Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-27T04:44:33.035Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-27T04:44:33.035Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "39dc74c6-c83a-4623-a8a2-54a33ddc0432",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672116273030,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221227044259/1.0/artifacts/service-Vfw20221227044259-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-27T04:44:33.135Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-27T04:44:33.137Z||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-27T04:44:33.137Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F4yG6NuxTDCLg19T) ...
2022-12-27T04:44:33.154Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T04:44:33.155Z||pool-10-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-12-27T04:44:34.036Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-27T04:44:34.037Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-12-27T04:44:34.037Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 3b60e32b-0c98-4253-9e04-b8da5907c690, URL: /sdc/v1/catalog/services/Vfw20221227044259/1.0/artifacts/service-Vfw20221227044259-csar.csar to file: /app/ASDC/1/service-Vfw20221227044259-csar.csar
2022-12-27T04:44:34.038Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20221227044259-csar.csar
2022-12-27T04:44:34.124Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20221227044259-csar.csar
2022-12-27T04:44:34.125Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20221227044259-csar.csar
2022-12-27T04:44:34.793Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6666869098047967327/Definitions/service-Vfw20221227044259-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_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
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
2022-12-27T04:44:37.427Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-27T04:44:37.433Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-12-27T04:44:37.433Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20221227044259-csar.csar
2022-12-27T04:44:37.433Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-12-27T04:44:37.433Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221227044259-csar.csar
2022-12-27T04:44:37.433Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 73737778-597b 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-Vfw20221227044259-csar.csar
2022-12-27T04:44:37.433Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|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-Vfw20221227044259-csar.csar
2022-12-27T04:44:37.434Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||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-Vfw20221227044259-csar.csar
2022-12-27T04:44:37.434Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|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-Vfw20221227044259-csar.csar
2022-12-27T04:44:37.434Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221227044259-csar.csar
2022-12-27T04:44:37.434Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221227044259-csar.csar
2022-12-27T04:44:37.434Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|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-Vfw20221227044259-csar.csar
2022-12-27T04:44:37.434Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221227044259-csar.csar
2022-12-27T04:44:37.434Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221227044259-csar.csar
2022-12-27T04:44:37.434Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221227044259-csar.csar
2022-12-27T04:44:37.434Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-12-27T04:44:37.441Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-27T04:44:37.442Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-12-27 04-42-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-27T04:44:37.448Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template vFW 73737778-597b 0 is matching search criteria
2022-12-27T04:44:37.448Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-12-27T04:44:37.450Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 73737778-597b 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-27T04:44:37.452Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-27T04:44:37.452Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-12-27 04-42-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-27T04:44:37.452Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template vFW 73737778-597b 0 is matching search criteria
2022-12-27T04:44:37.452Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-12-27T04:44:37.452Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 73737778-597b 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-27T04:44:37.453Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-27T04:44:37.453Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-12-27 04-42-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-27T04:44:37.456Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-27T04:44:37.456Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template vFW 73737778-597b 0 is not matching search criteria
2022-12-27T04:44:37.457Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-27T04:44:37.457Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-27T04:44:37.457Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-27T04:44:37.457Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-27T04:44:37.457Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-27T04:44:37.457Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-27T04:44:37.458Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-27T04:44:37.458Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-27T04:44:37.458Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-27T04:44:37.458Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-27T04:44:37.458Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-27T04:44:37.458Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-27T04:44:37.459Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-27T04:44:37.459Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-27T04:44:37.459Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-27T04:44:37.459Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-12-27T04:44:37.459Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-27T04:44:37.459Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-12-27 04-42-59 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-27T04:44:37.461Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-27T04:44:37.461Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template vFW 73737778-597b 0 is matching search criteria
2022-12-27T04:44:37.461Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 73737778-597b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-27T04:44:37.461Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-27T04:44:37.461Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template vFW 73737778-597b 0 is matching search criteria
2022-12-27T04:44:37.462Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 73737778-597b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-27T04:44:37.462Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-27T04:44:37.462Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template vFW 73737778-597b 0 is matching search criteria
2022-12-27T04:44:37.462Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 73737778-597b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-27T04:44:37.462Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-27T04:44:37.463Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template vFW 73737778-597b 0 is not matching search criteria
2022-12-27T04:44:37.463Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-27T04:44:37.463Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-27T04:44:37.463Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-12-27T04:44:37.463Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-27T04:44:37.463Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-27T04:44:37.464Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-27T04:44:37.464Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-27T04:44:37.464Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-27T04:44:37.464Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-27T04:44:37.464Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-27T04:44:37.464Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-27T04:44:37.465Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=a953d995-ff22-4afe-90be-36f0517b7559
2022-12-27T04:44:37.465Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-27T04:44:37.465Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template vFW 73737778-597b 0 is not matching search criteria
2022-12-27T04:44:37.465Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-27T04:44:37.465Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-27T04:44:37.466Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-27T04:44:37.466Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-27T04:44:37.466Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-27T04:44:37.466Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-27T04:44:37.466Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-27T04:44:37.466Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-12-27T04:44:37.467Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-27T04:44:37.467Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-27T04:44:37.467Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-27T04:44:37.467Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-27T04:44:37.467Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=98c103fa-5325-4cc7-8b80-861bf3d69abd
2022-12-27T04:44:37.467Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-27T04:44:37.468Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template vFW 73737778-597b 0 is not matching search criteria
2022-12-27T04:44:37.468Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-27T04:44:37.468Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-27T04:44:37.468Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-27T04:44:37.468Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-27T04:44:37.468Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-27T04:44:37.469Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-27T04:44:37.469Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-27T04:44:37.469Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-27T04:44:37.469Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-27T04:44:37.469Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-27T04:44:37.469Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-27T04:44:37.470Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-12-27T04:44:37.470Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=7891dd76-57b8-4d6c-8cce-fb82ab796c54
2022-12-27T04:44:37.470Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-27T04:44:37.470Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-12-27 04-42-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-27T04:44:37.470Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-27T04:44:37.471Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-12-27 04-42-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-27T04:44:37.471Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-27T04:44:37.471Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-12-27 04-42-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-27T04:44:37.471Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-27T04:44:37.471Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-12-27 04-42-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-27T04:44:37.471Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-12-27 04-42-59
Description:catalog service description
Model UUID:c4f17fb3-ebc0-4060-ac52-36b983eb8ad0
Model Version:NULL
Model InvariantUuid:b76403a3-c294-406c-b7d5-37fbda8ff5fe
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 73737778-597b
Model UUID:6800c945-ce39-4540-8212-0adb1cb60ae0
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:1783de11-3cd1-4a0f-9a8a-d999166fa07c
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:607cc827-4753-4081-a096-d9459da3ac6e
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:161b35a5-32b0-403c-a213-94a3c8c168f1
ModelName:Vfw73737778597b..base_vfw..module-0
ModelUuid:1b689191-66c7-4b1c-8131-9b41bbe8e0bb
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:a953d995-ff22-4afe-90be-36f0517b7559
ModelInvariantUuid:404fb750-4c2d-40ae-a7c9-f474a4914ceb
ModelName:vFW 73737778-597b-nodes.vfwCvfc
ModelUuid:60b1fabf-32e5-4151-a27f-179907948403
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:93d23517-3842-4e8a-a568-75cff39a0a9a
ModelInvariantUuid:9cd06992-49de-430a-b33c-02af8204ecc6
ModelName:Vfw73737778597b.compute.nodes.heat.vfw
ModelUuid:68a68ee9-55d6-40c9-a2c3-47296f3c8ce7
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:98c103fa-5325-4cc7-8b80-861bf3d69abd
ModelInvariantUuid:caa37e43-4c79-4b23-aedb-a7bac9b3a97e
ModelName:vFW 73737778-597b-nodes.vsnCvfc
ModelUuid:168fec94-182e-45e7-ab7d-674745a5237b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:78959670-a78c-4d7f-be58-0730581026f0
ModelInvariantUuid:f4119d63-092f-4168-acac-c62b3d3d65e7
ModelName:Vfw73737778597b.compute.nodes.heat.vsn
ModelUuid:a0051ca2-104e-436a-88f4-eaaa0de2d9b3
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:7891dd76-57b8-4d6c-8cce-fb82ab796c54
ModelInvariantUuid:a4441350-0140-4aa4-ab81-bba8f389c8a4
ModelName:vFW 73737778-597b-nodes.vpgCvfc
ModelUuid:4ef95639-bede-4c52-a87b-c08402e1e27d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:6873d1fe-c8be-43ae-9fa3-becbf1b4bc48
ModelInvariantUuid:5fc52f38-2f31-4c76-b66c-3eac9d1c4082
ModelName:Vfw73737778597b.compute.nodes.heat.vpg
ModelUuid:55a06cfd-71c2-4978-b6a4-a98587a84a4f
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-27T04:44:37.489Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 351b815b-f4cc-4f9e-b689-a2e52d10e82e
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-27T04:44:37.606Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||INFO|500||vFW 73737778-597b 0
2022-12-27T04:44:37.612Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 351b815b-f4cc-4f9e-b689-a2e52d10e82e
2022-12-27T04:44:37.613Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 7fcca4ef-610e-4dfb-ae72-ea2b1efc2fe6 from URL: /sdc/v1/catalog/services/Vfw20221227044259/1.0/resourceInstances/vfw73737778597b0/artifacts/vfw73737778597b0_modules.json
2022-12-27T04:44:37.613Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-12-27T04:44:37.613Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221227044259/1.0/resourceInstances/vfw73737778597b0/artifacts/vfw73737778597b0_modules.json
2022-12-27T04:44:37.807Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-12-27T04:44:37.808Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221227044259/1.0/resourceInstances/vfw73737778597b0/artifacts/vfw73737778597b0_modules.json 7fcca4ef-610e-4dfb-ae72-ea2b1efc2fe6 785
2022-12-27T04:44:37.809Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221227044259/1.0/resourceInstances/vfw73737778597b0/artifacts/vfw73737778597b0_modules.json ASDC sendASDCNotification
2022-12-27T04:44:37.809Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221227044259/1.0/resourceInstances/vfw73737778597b0/artifacts/vfw73737778597b0_modules.json
2022-12-27T04:44:37.809Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-27T04:44:37.809Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-27T04:44:37.812Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-27T04:44:37.812Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "39dc74c6-c83a-4623-a8a2-54a33ddc0432",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672116277809,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221227044259/1.0/resourceInstances/vfw73737778597b0/artifacts/vfw73737778597b0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-12-27T04:44:37.912Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-27T04:44:37.913Z||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-27T04:44:37.913Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F4yG6NuxTDCLg19T) ...
2022-12-27T04:44:37.925Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T04:44:37.926Z||pool-11-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-27T04:44:38.814Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw73737778597b..base_vfw..module-0",
"vfModuleModelInvariantUUID": "161b35a5-32b0-403c-a213-94a3c8c168f1",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "1b689191-66c7-4b1c-8131-9b41bbe8e0bb",
"vfModuleModelCustomizationUUID": "d5ea0906-b305-425a-a7e6-dfa00a122643",
"isBase": true,
"artifacts": [
"518b4004-7609-4b3b-ba34-d077179a9a4e",
"fe4067dd-158e-43d3-ba9b-b3bf6bd3589f"
],
"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-27T04:44:38.848Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw73737778597b..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1b689191-66c7-4b1c-8131-9b41bbe8e0bb
VfModuleModelInvariantUUID:161b35a5-32b0-403c-a213-94a3c8c168f1
VfModuleModelDescription:NULL
Artifacts UUID List:{
518b4004-7609-4b3b-ba34-d077179a9a4e
,
fe4067dd-158e-43d3-ba9b-b3bf6bd3589f
}
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-27T04:44:38.851Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw73737778597b..base_vfw..module-0",
"vfModuleModelInvariantUUID": "161b35a5-32b0-403c-a213-94a3c8c168f1",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "1b689191-66c7-4b1c-8131-9b41bbe8e0bb",
"vfModuleModelCustomizationUUID": "d5ea0906-b305-425a-a7e6-dfa00a122643",
"isBase": true,
"artifacts": [
"518b4004-7609-4b3b-ba34-d077179a9a4e",
"fe4067dd-158e-43d3-ba9b-b3bf6bd3589f"
],
"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-27T04:44:38.851Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw73737778597b..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1b689191-66c7-4b1c-8131-9b41bbe8e0bb
VfModuleModelInvariantUUID:161b35a5-32b0-403c-a213-94a3c8c168f1
VfModuleModelDescription:NULL
Artifacts UUID List:{
518b4004-7609-4b3b-ba34-d077179a9a4e
,
fe4067dd-158e-43d3-ba9b-b3bf6bd3589f
}
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-27T04:44:38.852Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 518b4004-7609-4b3b-ba34-d077179a9a4e from URL: /sdc/v1/catalog/services/Vfw20221227044259/1.0/resourceInstances/vfw73737778597b0/artifacts/base_vfw.yaml
2022-12-27T04:44:38.852Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-12-27T04:44:38.852Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221227044259/1.0/resourceInstances/vfw73737778597b0/artifacts/base_vfw.yaml
2022-12-27T04:44:39.113Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-12-27T04:44:39.117Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221227044259/1.0/resourceInstances/vfw73737778597b0/artifacts/base_vfw.yaml 518b4004-7609-4b3b-ba34-d077179a9a4e 20368
2022-12-27T04:44:39.117Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221227044259/1.0/resourceInstances/vfw73737778597b0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-12-27T04:44:39.117Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221227044259/1.0/resourceInstances/vfw73737778597b0/artifacts/base_vfw.yaml
2022-12-27T04:44:39.118Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-27T04:44:39.118Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-27T04:44:39.120Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-27T04:44:39.120Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "39dc74c6-c83a-4623-a8a2-54a33ddc0432",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672116279117,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221227044259/1.0/resourceInstances/vfw73737778597b0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-12-27T04:44:39.220Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-27T04:44:39.221Z||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-27T04:44:39.221Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F4yG6NuxTDCLg19T) ...
2022-12-27T04:44:39.239Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T04:44:39.240Z||pool-12-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-12-27T04:44:40.121Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: fe4067dd-158e-43d3-ba9b-b3bf6bd3589f from URL: /sdc/v1/catalog/services/Vfw20221227044259/1.0/resourceInstances/vfw73737778597b0/artifacts/base_vfw.env
2022-12-27T04:44:40.121Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-12-27T04:44:40.121Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221227044259/1.0/resourceInstances/vfw73737778597b0/artifacts/base_vfw.env
2022-12-27T04:44:40.332Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-12-27T04:44:40.333Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221227044259/1.0/resourceInstances/vfw73737778597b0/artifacts/base_vfw.env fe4067dd-158e-43d3-ba9b-b3bf6bd3589f 2098
2022-12-27T04:44:40.333Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221227044259/1.0/resourceInstances/vfw73737778597b0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-12-27T04:44:40.333Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221227044259/1.0/resourceInstances/vfw73737778597b0/artifacts/base_vfw.env
2022-12-27T04:44:40.333Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-27T04:44:40.333Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-27T04:44:40.336Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-27T04:44:40.336Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "39dc74c6-c83a-4623-a8a2-54a33ddc0432",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672116280333,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221227044259/1.0/resourceInstances/vfw73737778597b0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-12-27T04:44:40.436Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-27T04:44:40.437Z||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-27T04:44:40.437Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F4yG6NuxTDCLg19T) ...
2022-12-27T04:44:40.460Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T04:44:40.460Z||pool-13-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-12-27T04:44:41.336Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: c4f17fb3-ebc0-4060-ac52-36b983eb8ad0
2022-12-27T04:44:41.337Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 73737778-597b 0 351b815b-f4cc-4f9e-b689-a2e52d10e82e ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-27T04:44:41.374Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6b9f5d58, org.onap.sdc.toscaparser.api.parameters.Input@c964fbd, org.onap.sdc.toscaparser.api.parameters.Input@4059b04e, org.onap.sdc.toscaparser.api.parameters.Input@57726c09, org.onap.sdc.toscaparser.api.parameters.Input@46969e22]
2022-12-27T04:44:41.377Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-27T04:44:41.378Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-12-27 04-42-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-27T04:44:41.378Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic
2022-12-27T04:44:41.378Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 607cc827-4753-4081-a096-d9459da3ac6e
2022-12-27T04:44:41.379Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 607cc827-4753-4081-a096-d9459da3ac6e matches Tosca VF Customization UUID: 607cc827-4753-4081-a096-d9459da3ac6e
2022-12-27T04:44:41.379Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 607cc827-4753-4081-a096-d9459da3ac6e 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-27T04:44:41.385Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-27T04:44:41.385Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-12-27 04-42-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-27T04:44:41.386Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 607cc827-4753-4081-a096-d9459da3ac6e: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-12-27T04:44:41.386Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2aa8a3ec
2022-12-27T04:44:41.387Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-27T04:44:41.387Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-12-27 04-42-59 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-27T04:44:41.388Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : d5ea0906-b305-425a-a7e6-dfa00a122643
2022-12-27T04:44:41.389Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID d5ea0906-b305-425a-a7e6-dfa00a122643
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-27T04:44:41.394Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-27T04:44:41.395Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template vFW 73737778-597b 0 is matching search criteria
2022-12-27T04:44:41.395Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 73737778-597b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-27T04:44:41.396Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-27T04:44:41.396Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template vFW 73737778-597b 0 is matching search criteria
2022-12-27T04:44:41.397Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 73737778-597b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-27T04:44:41.397Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-27T04:44:41.398Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template vFW 73737778-597b 0 is not matching search criteria
2022-12-27T04:44:41.398Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-27T04:44:41.398Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-27T04:44:41.398Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-12-27T04:44:41.399Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-27T04:44:41.399Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-27T04:44:41.399Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-27T04:44:41.400Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-27T04:44:41.400Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-27T04:44:41.400Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-27T04:44:41.400Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-27T04:44:41.401Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-27T04:44:41.401Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=a953d995-ff22-4afe-90be-36f0517b7559
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-27T04:44:41.408Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-27T04:44:41.408Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template vFW 73737778-597b 0 is matching search criteria
2022-12-27T04:44:41.408Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 73737778-597b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-27T04:44:41.409Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-27T04:44:41.409Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template vFW 73737778-597b 0 is not matching search criteria
2022-12-27T04:44:41.409Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-27T04:44:41.410Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-27T04:44:41.410Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-27T04:44:41.410Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-27T04:44:41.411Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-27T04:44:41.411Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-27T04:44:41.412Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-27T04:44:41.412Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-12-27T04:44:41.413Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-27T04:44:41.413Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-27T04:44:41.413Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-27T04:44:41.413Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-27T04:44:41.414Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=98c103fa-5325-4cc7-8b80-861bf3d69abd
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-27T04:44:41.415Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-27T04:44:41.416Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template vFW 73737778-597b 0 is matching search criteria
2022-12-27T04:44:41.416Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 73737778-597b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-27T04:44:41.419Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-27T04:44:41.419Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template vFW 73737778-597b 0 is not matching search criteria
2022-12-27T04:44:41.420Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-27T04:44:41.420Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-27T04:44:41.421Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-27T04:44:41.421Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-27T04:44:41.421Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-27T04:44:41.421Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-27T04:44:41.422Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-27T04:44:41.422Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-27T04:44:41.422Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-27T04:44:41.423Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-27T04:44:41.423Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-27T04:44:41.423Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-12-27T04:44:41.424Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=7891dd76-57b8-4d6c-8cce-fb82ab796c54
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-27T04:44:41.426Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-27T04:44:41.426Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template vFW 73737778-597b 0 is matching search criteria
2022-12-27T04:44:41.426Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 73737778-597b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-27T04:44:41.427Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-27T04:44:41.427Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Node template vFW 73737778-597b 0 is matching search criteria
2022-12-27T04:44:41.428Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 73737778-597b 0] matching following query criteria: sdcType=VF, customizationUUID=607cc827-4753-4081-a096-d9459da3ac6e
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-27T04:44:41.429Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-27T04:44:41.430Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-12-27 04-42-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-27T04:44:41.430Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid c4f17fb3-ebc0-4060-ac52-36b983eb8ad0: vFW 73737778-597b
2022-12-27T04:44:41.430Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-27T04:44:41.431Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-12-27 04-42-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-27T04:44:41.431Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-27T04:44:41.431Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-12-27 04-42-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-27T04:44:41.432Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-27T04:44:41.432Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-12-27 04-42-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-27T04:44:41.432Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-27T04:44:41.433Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-12-27 04-42-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-27T04:44:41.433Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-27T04:44:41.433Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-12-27 04-42-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-27T04:44:41.434Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||INFO|500||Saving Service: vFW 2022-12-27 04-42-59
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-27T04:44:41.634Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 73737778-597b 351b815b-f4cc-4f9e-b689-a2e52d10e82e 1 ASDC deployResourceStructure
2022-12-27T04:44:41.635Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221227044259/1.0/resourceInstances/vfw73737778597b0/artifacts/vfw73737778597b0_modules.json ASDC sendASDCNotification
2022-12-27T04:44:41.635Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221227044259/1.0/resourceInstances/vfw73737778597b0/artifacts/vfw73737778597b0_modules.json
2022-12-27T04:44:41.635Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-27T04:44:41.636Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-27T04:44:41.638Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-27T04:44:41.638Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "39dc74c6-c83a-4623-a8a2-54a33ddc0432",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672116281635,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221227044259/1.0/resourceInstances/vfw73737778597b0/artifacts/vfw73737778597b0_modules.json",
"status": "DEPLOY_OK"
}
2022-12-27T04:44:41.738Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-27T04:44:41.739Z||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-27T04:44:41.739Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F4yG6NuxTDCLg19T) ...
2022-12-27T04:44:41.752Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T04:44:41.753Z||pool-14-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-27T04:44:42.639Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221227044259/1.0/resourceInstances/vfw73737778597b0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-12-27T04:44:42.639Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221227044259/1.0/resourceInstances/vfw73737778597b0/artifacts/base_vfw.yaml
2022-12-27T04:44:42.639Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-27T04:44:42.640Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-27T04:44:42.642Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-27T04:44:42.643Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "39dc74c6-c83a-4623-a8a2-54a33ddc0432",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672116282639,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221227044259/1.0/resourceInstances/vfw73737778597b0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-12-27T04:44:42.742Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-27T04:44:42.743Z||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-27T04:44:42.743Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F4yG6NuxTDCLg19T) ...
2022-12-27T04:44:42.763Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T04:44:42.763Z||pool-15-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-12-27T04:44:43.644Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221227044259/1.0/resourceInstances/vfw73737778597b0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-12-27T04:44:43.644Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221227044259/1.0/resourceInstances/vfw73737778597b0/artifacts/base_vfw.env
2022-12-27T04:44:43.644Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-27T04:44:43.645Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-27T04:44:43.647Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-27T04:44:43.647Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "39dc74c6-c83a-4623-a8a2-54a33ddc0432",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672116283643,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221227044259/1.0/resourceInstances/vfw73737778597b0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-12-27T04:44:43.747Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-27T04:44:43.749Z||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-27T04:44:43.749Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F4yG6NuxTDCLg19T) ...
2022-12-27T04:44:43.769Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T04:44:43.769Z||pool-16-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-12-27T04:44:44.648Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221227044259/1.0/artifacts/service-Vfw20221227044259-csar.csar ASDC sendASDCNotification
2022-12-27T04:44:44.649Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221227044259/1.0/artifacts/service-Vfw20221227044259-csar.csar
2022-12-27T04:44:44.649Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-27T04:44:44.650Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-27T04:44:44.652Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-27T04:44:44.652Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "39dc74c6-c83a-4623-a8a2-54a33ddc0432",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672116284648,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221227044259/1.0/artifacts/service-Vfw20221227044259-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-27T04:44:44.752Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-27T04:44:44.753Z||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-27T04:44:44.753Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F4yG6NuxTDCLg19T) ...
2022-12-27T04:44:44.780Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T04:44:44.780Z||pool-17-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2022-12-27T04:44:45.653Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39dc74c6-c83a-4623-a8a2-54a33ddc0432
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-27T04:44:45.673Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39dc74c6-c83a-4623-a8a2-54a33ddc0432
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-27T04:44:45.675Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-27T04:44:45.675Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-27T04:44:45.675Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-27T04:45:15.677Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39dc74c6-c83a-4623-a8a2-54a33ddc0432
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-27T04:45:15.685Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39dc74c6-c83a-4623-a8a2-54a33ddc0432
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-27T04:45:15.687Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-27T04:45:15.687Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-27T04:45:15.687Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-27T04:45:24.515Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:45:24.515Z||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-27T04:45:24.516Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:45:24.547Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T04:45:24.548Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:45:24.548Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39dc74c6-c83a-4623-a8a2-54a33ddc0432",
"consumerID": "aai-ml",
"timestamp": 1672116255795,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221227044259/1.0/resourceInstances/vfw73737778597b0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-27T04:45:24.550Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-27T04:45:45.687Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39dc74c6-c83a-4623-a8a2-54a33ddc0432
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-27T04:45:45.696Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39dc74c6-c83a-4623-a8a2-54a33ddc0432
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-27T04:45:45.697Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-27T04:45:45.698Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-27T04:45:45.698Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-27T04:46:15.698Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39dc74c6-c83a-4623-a8a2-54a33ddc0432
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-27T04:46:15.705Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39dc74c6-c83a-4623-a8a2-54a33ddc0432
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-27T04:46:15.706Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-27T04:46:15.706Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-27T04:46:15.706Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-27T04:46:24.514Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:46:24.515Z||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-27T04:46:24.515Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:46:24.561Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T04:46:24.561Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:46:24.562Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39dc74c6-c83a-4623-a8a2-54a33ddc0432",
"consumerID": "ves-openapi-manager",
"timestamp": 1672116253708,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221227044259/1.0/resourceInstances/vfw73737778597b0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-27T04:46:24.563Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-27T04:46:45.707Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39dc74c6-c83a-4623-a8a2-54a33ddc0432
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-27T04:46:45.716Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39dc74c6-c83a-4623-a8a2-54a33ddc0432
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-27T04:46:45.718Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-27T04:46:45.718Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-27T04:46:45.718Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-27T04:47:15.718Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39dc74c6-c83a-4623-a8a2-54a33ddc0432
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-27T04:47:15.726Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39dc74c6-c83a-4623-a8a2-54a33ddc0432
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-27T04:47:15.728Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-27T04:47:15.728Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-27T04:47:15.728Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-27T04:47:24.514Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:47:24.515Z||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-27T04:47:24.515Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:47:24.564Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T04:47:24.569Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.569Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39dc74c6-c83a-4623-a8a2-54a33ddc0432",
"consumerID": "cds",
"timestamp": 1672116260660,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221227044259/1.0/resourceInstances/vfw73737778597b0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-27T04:47:24.570Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-27T04:47:24.570Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.570Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39dc74c6-c83a-4623-a8a2-54a33ddc0432",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672116264512,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221227044259/1.0/resourceInstances/vfw73737778597b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-27T04:47:24.570Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-27T04:47:24.571Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.571Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39dc74c6-c83a-4623-a8a2-54a33ddc0432",
"consumerID": "multicloud-k8s-id",
"timestamp": 1672116263052,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221227044259/1.0/resourceInstances/vfw73737778597b0/artifacts/vfw73737778597b0_modules.json",
"status": "NOTIFIED"
}
2022-12-27T04:47:24.571Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-27T04:47:24.571Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.571Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39dc74c6-c83a-4623-a8a2-54a33ddc0432",
"consumerID": "aai-ml",
"timestamp": 1672116255795,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221227044259/1.0/resourceInstances/vfw73737778597b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-27T04:47:24.572Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-27T04:47:24.572Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.572Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39dc74c6-c83a-4623-a8a2-54a33ddc0432",
"consumerID": "ves-openapi-manager",
"timestamp": 1672116253708,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221227044259/1.0/resourceInstances/vfw73737778597b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-27T04:47:24.572Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-27T04:47:24.572Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.573Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39dc74c6-c83a-4623-a8a2-54a33ddc0432",
"consumerID": "cds",
"timestamp": 1672116260660,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221227044259/1.0/resourceInstances/vfw73737778597b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-27T04:47:24.573Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-27T04:47:24.573Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.573Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39dc74c6-c83a-4623-a8a2-54a33ddc0432",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672116264512,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221227044259/1.0/resourceInstances/vfw73737778597b0/artifacts/vfw73737778597b0_modules.json",
"status": "NOTIFIED"
}
2022-12-27T04:47:24.574Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-27T04:47:24.574Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.574Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39dc74c6-c83a-4623-a8a2-54a33ddc0432",
"consumerID": "multicloud-k8s-id",
"timestamp": 1672116263052,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221227044259/1.0/resourceInstances/vfw73737778597b0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-12-27T04:47:24.574Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-27T04:47:24.575Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.575Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39dc74c6-c83a-4623-a8a2-54a33ddc0432",
"consumerID": "aai-ml",
"timestamp": 1672116255795,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221227044259/1.0/resourceInstances/vfw73737778597b0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-12-27T04:47:24.575Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-27T04:47:24.575Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.575Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39dc74c6-c83a-4623-a8a2-54a33ddc0432",
"consumerID": "ves-openapi-manager",
"timestamp": 1672116253708,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221227044259/1.0/resourceInstances/vfw73737778597b0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-12-27T04:47:24.575Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-27T04:47:24.576Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.576Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39dc74c6-c83a-4623-a8a2-54a33ddc0432",
"consumerID": "cds",
"timestamp": 1672116260660,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221227044259/1.0/resourceInstances/vfw73737778597b0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-12-27T04:47:24.576Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-27T04:47:24.576Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.576Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39dc74c6-c83a-4623-a8a2-54a33ddc0432",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672116264512,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221227044259/1.0/resourceInstances/vfw73737778597b0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-12-27T04:47:24.576Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-27T04:47:24.577Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.577Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39dc74c6-c83a-4623-a8a2-54a33ddc0432",
"consumerID": "multicloud-k8s-id",
"timestamp": 1672116263052,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221227044259/1.0/resourceInstances/vfw73737778597b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-27T04:47:24.577Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-27T04:47:24.577Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.577Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39dc74c6-c83a-4623-a8a2-54a33ddc0432",
"consumerID": "ves-openapi-manager",
"timestamp": 1672116253708,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221227044259/1.0/artifacts/service-Vfw20221227044259-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-27T04:47:24.578Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-27T04:47:24.578Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.578Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39dc74c6-c83a-4623-a8a2-54a33ddc0432",
"consumerID": "aai-ml",
"timestamp": 1672116255795,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221227044259/1.0/artifacts/service-Vfw20221227044259-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-27T04:47:24.578Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-27T04:47:24.578Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.578Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39dc74c6-c83a-4623-a8a2-54a33ddc0432",
"consumerID": "cds",
"timestamp": 1672116260660,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221227044259/1.0/artifacts/service-Vfw20221227044259-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-27T04:47:24.579Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-27T04:47:24.579Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.579Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39dc74c6-c83a-4623-a8a2-54a33ddc0432",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672116264512,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221227044259/1.0/resourceInstances/vfw73737778597b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-27T04:47:24.579Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-27T04:47:24.579Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.579Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39dc74c6-c83a-4623-a8a2-54a33ddc0432",
"consumerID": "multicloud-k8s-id",
"timestamp": 1672116263052,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221227044259/1.0/resourceInstances/vfw73737778597b0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-12-27T04:47:24.580Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-27T04:47:24.580Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.580Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39dc74c6-c83a-4623-a8a2-54a33ddc0432",
"consumerID": "aai-ml",
"timestamp": 1672116255795,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221227044259/1.0/artifacts/service-Vfw20221227044259-csar.csar",
"status": "NOTIFIED"
}
2022-12-27T04:47:24.580Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-27T04:47:24.580Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.581Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39dc74c6-c83a-4623-a8a2-54a33ddc0432",
"consumerID": "ves-openapi-manager",
"timestamp": 1672116253708,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221227044259/1.0/artifacts/service-Vfw20221227044259-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-12-27T04:47:24.581Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-27T04:47:24.581Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.581Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39dc74c6-c83a-4623-a8a2-54a33ddc0432",
"consumerID": "cds",
"timestamp": 1672116260660,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221227044259/1.0/artifacts/service-Vfw20221227044259-csar.csar",
"status": "NOTIFIED"
}
2022-12-27T04:47:24.581Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-27T04:47:24.582Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.582Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39dc74c6-c83a-4623-a8a2-54a33ddc0432",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672116264512,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221227044259/1.0/resourceInstances/vfw73737778597b0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-12-27T04:47:24.582Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-27T04:47:24.582Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.582Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39dc74c6-c83a-4623-a8a2-54a33ddc0432",
"consumerID": "multicloud-k8s-id",
"timestamp": 1672116263052,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221227044259/1.0/artifacts/service-Vfw20221227044259-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-27T04:47:24.583Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-27T04:47:24.583Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.583Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39dc74c6-c83a-4623-a8a2-54a33ddc0432",
"consumerID": "aai-ml",
"timestamp": 1672116269399,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221227044259/1.0/artifacts/service-Vfw20221227044259-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-27T04:47:24.583Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-27T04:47:24.583Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.583Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39dc74c6-c83a-4623-a8a2-54a33ddc0432",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672116264512,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221227044259/1.0/artifacts/service-Vfw20221227044259-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-27T04:47:24.583Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-27T04:47:24.584Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.584Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39dc74c6-c83a-4623-a8a2-54a33ddc0432",
"consumerID": "cds",
"timestamp": 1672116269969,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221227044259/1.0/artifacts/service-Vfw20221227044259-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-27T04:47:24.584Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-27T04:47:24.584Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.584Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39dc74c6-c83a-4623-a8a2-54a33ddc0432",
"consumerID": "multicloud-k8s-id",
"timestamp": 1672116263052,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221227044259/1.0/artifacts/service-Vfw20221227044259-csar.csar",
"status": "NOTIFIED"
}
2022-12-27T04:47:24.584Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-27T04:47:24.585Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.585Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39dc74c6-c83a-4623-a8a2-54a33ddc0432",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672116264512,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221227044259/1.0/artifacts/service-Vfw20221227044259-csar.csar",
"status": "NOTIFIED"
}
2022-12-27T04:47:24.585Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-27T04:47:24.585Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.585Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39dc74c6-c83a-4623-a8a2-54a33ddc0432",
"consumerID": "cds",
"timestamp": 1672116271002,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221227044259/1.0/artifacts/service-Vfw20221227044259-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-27T04:47:24.590Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 39dc74c6-c83a-4623-a8a2-54a33ddc0432
2022-12-27T04:47:24.591Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 39dc74c6-c83a-4623-a8a2-54a33ddc0432 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-27T04:47:24.597Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.598Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39dc74c6-c83a-4623-a8a2-54a33ddc0432",
"consumerID": "multicloud-k8s-id",
"timestamp": 1672116270936,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221227044259/1.0/resourceInstances/vfw73737778597b0/artifacts/vfw73737778597b0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-12-27T04:47:24.598Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-27T04:47:24.598Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.598Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39dc74c6-c83a-4623-a8a2-54a33ddc0432",
"consumerID": "multicloud-k8s-id",
"timestamp": 1672116272079,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221227044259/1.0/resourceInstances/vfw73737778597b0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-12-27T04:47:24.598Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-27T04:47:24.598Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.598Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39dc74c6-c83a-4623-a8a2-54a33ddc0432",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672116273030,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221227044259/1.0/artifacts/service-Vfw20221227044259-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-27T04:47:24.599Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-27T04:47:24.599Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.599Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39dc74c6-c83a-4623-a8a2-54a33ddc0432",
"consumerID": "multicloud-k8s-id",
"timestamp": 1672116273171,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221227044259/1.0/resourceInstances/vfw73737778597b0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-12-27T04:47:24.599Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-27T04:47:24.599Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.599Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39dc74c6-c83a-4623-a8a2-54a33ddc0432",
"consumerID": "multicloud-k8s-id",
"timestamp": 1672116274274,
"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-27T04:47:24.612Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 39dc74c6-c83a-4623-a8a2-54a33ddc0432
2022-12-27T04:47:24.612Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 39dc74c6-c83a-4623-a8a2-54a33ddc0432 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-27T04:47:24.620Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.620Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39dc74c6-c83a-4623-a8a2-54a33ddc0432",
"consumerID": "multicloud-k8s-id",
"timestamp": 1672116275280,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221227044259/1.0/resourceInstances/vfw73737778597b0/artifacts/vfw73737778597b0_modules.json",
"status": "DEPLOY_OK"
}
2022-12-27T04:47:24.620Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-27T04:47:24.620Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.620Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39dc74c6-c83a-4623-a8a2-54a33ddc0432",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672116276116,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221227044259/1.0/resourceInstances/vfw73737778597b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-27T04:47:24.621Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-27T04:47:24.621Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.621Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39dc74c6-c83a-4623-a8a2-54a33ddc0432",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672116277809,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221227044259/1.0/resourceInstances/vfw73737778597b0/artifacts/vfw73737778597b0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-12-27T04:47:24.621Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-27T04:47:24.621Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.621Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39dc74c6-c83a-4623-a8a2-54a33ddc0432",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672116276116,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221227044259/1.0/resourceInstances/vfw73737778597b0/artifacts/vfw73737778597b0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-27T04:47:24.621Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-27T04:47:24.621Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.621Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39dc74c6-c83a-4623-a8a2-54a33ddc0432",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672116279117,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221227044259/1.0/resourceInstances/vfw73737778597b0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-12-27T04:47:24.622Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-27T04:47:24.622Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.622Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39dc74c6-c83a-4623-a8a2-54a33ddc0432",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672116276116,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221227044259/1.0/resourceInstances/vfw73737778597b0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-27T04:47:24.622Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-27T04:47:24.622Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.622Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39dc74c6-c83a-4623-a8a2-54a33ddc0432",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672116280333,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221227044259/1.0/resourceInstances/vfw73737778597b0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-12-27T04:47:24.622Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-27T04:47:24.622Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.622Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39dc74c6-c83a-4623-a8a2-54a33ddc0432",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672116276116,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221227044259/1.0/resourceInstances/vfw73737778597b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-27T04:47:24.622Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-27T04:47:24.622Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.623Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39dc74c6-c83a-4623-a8a2-54a33ddc0432",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672116276116,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221227044259/1.0/resourceInstances/vfw73737778597b0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-12-27T04:47:24.623Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-27T04:47:24.623Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.623Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39dc74c6-c83a-4623-a8a2-54a33ddc0432",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672116281635,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221227044259/1.0/resourceInstances/vfw73737778597b0/artifacts/vfw73737778597b0_modules.json",
"status": "DEPLOY_OK"
}
2022-12-27T04:47:24.623Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-27T04:47:24.623Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.623Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39dc74c6-c83a-4623-a8a2-54a33ddc0432",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672116276116,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221227044259/1.0/artifacts/service-Vfw20221227044259-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-27T04:47:24.623Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-27T04:47:24.623Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.624Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39dc74c6-c83a-4623-a8a2-54a33ddc0432",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672116282639,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221227044259/1.0/resourceInstances/vfw73737778597b0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-12-27T04:47:24.624Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-27T04:47:24.624Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.624Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39dc74c6-c83a-4623-a8a2-54a33ddc0432",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672116276116,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221227044259/1.0/artifacts/service-Vfw20221227044259-csar.csar",
"status": "NOTIFIED"
}
2022-12-27T04:47:24.624Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-27T04:47:24.624Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.624Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39dc74c6-c83a-4623-a8a2-54a33ddc0432",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672116283643,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221227044259/1.0/resourceInstances/vfw73737778597b0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-12-27T04:47:24.624Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-27T04:47:24.624Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.624Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39dc74c6-c83a-4623-a8a2-54a33ddc0432",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672116284648,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221227044259/1.0/artifacts/service-Vfw20221227044259-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-27T04:47:24.625Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-27T04:47:24.625Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.625Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39dc74c6-c83a-4623-a8a2-54a33ddc0432",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672116284050,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221227044259/1.0/artifacts/service-Vfw20221227044259-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-27T04:47:24.625Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-27T04:47:24.625Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.625Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39dc74c6-c83a-4623-a8a2-54a33ddc0432",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672116289618,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221227044259/1.0/artifacts/service-Vfw20221227044259-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-27T04:47:24.625Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-27T04:47:24.625Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.625Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39dc74c6-c83a-4623-a8a2-54a33ddc0432",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672116290625,
"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-27T04:47:24.631Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 39dc74c6-c83a-4623-a8a2-54a33ddc0432
2022-12-27T04:47:24.631Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 39dc74c6-c83a-4623-a8a2-54a33ddc0432 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-27T04:47:24.637Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.637Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39dc74c6-c83a-4623-a8a2-54a33ddc0432",
"consumerID": "aai-ml",
"timestamp": 1672116291521,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221227044259/1.0/artifacts/service-Vfw20221227044259-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-27T04:47:24.637Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-27T04:47:24.637Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.637Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39dc74c6-c83a-4623-a8a2-54a33ddc0432",
"consumerID": "aai-ml",
"timestamp": 1672116292527,
"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-27T04:47:24.640Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 39dc74c6-c83a-4623-a8a2-54a33ddc0432
2022-12-27T04:47:24.640Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 39dc74c6-c83a-4623-a8a2-54a33ddc0432 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-27T04:47:24.646Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.646Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2efa01c-a26a-4dc1-a496-a1477906ffd3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672116306116,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/resourceInstances/basic_onboard_mxstjr0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-27T04:47:24.646Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-27T04:47:24.646Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.646Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2efa01c-a26a-4dc1-a496-a1477906ffd3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1672116303053,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/resourceInstances/basic_onboard_mxstjr0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-27T04:47:24.646Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-27T04:47:24.647Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.647Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2efa01c-a26a-4dc1-a496-a1477906ffd3",
"consumerID": "cds",
"timestamp": 1672116305660,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/resourceInstances/basic_onboard_mxstjr0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-27T04:47:24.647Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-27T04:47:24.647Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.647Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2efa01c-a26a-4dc1-a496-a1477906ffd3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672116306116,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/resourceInstances/basic_onboard_mxstjr0/artifacts/basic_onboard_mxstjr0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-27T04:47:24.647Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-27T04:47:24.648Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.648Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2efa01c-a26a-4dc1-a496-a1477906ffd3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1672116303053,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/resourceInstances/basic_onboard_mxstjr0/artifacts/basic_onboard_mxstjr0_modules.json",
"status": "NOTIFIED"
}
2022-12-27T04:47:24.648Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-27T04:47:24.648Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.648Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2efa01c-a26a-4dc1-a496-a1477906ffd3",
"consumerID": "cds",
"timestamp": 1672116305660,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/resourceInstances/basic_onboard_mxstjr0/artifacts/basic_onboard_mxstjr0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-27T04:47:24.649Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-27T04:47:24.649Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.649Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2efa01c-a26a-4dc1-a496-a1477906ffd3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672116306116,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/resourceInstances/basic_onboard_mxstjr0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-27T04:47:24.649Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-27T04:47:24.649Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.649Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2efa01c-a26a-4dc1-a496-a1477906ffd3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1672116303053,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/resourceInstances/basic_onboard_mxstjr0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-12-27T04:47:24.650Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-27T04:47:24.650Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.650Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2efa01c-a26a-4dc1-a496-a1477906ffd3",
"consumerID": "cds",
"timestamp": 1672116305660,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/resourceInstances/basic_onboard_mxstjr0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-27T04:47:24.650Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-27T04:47:24.650Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.650Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2efa01c-a26a-4dc1-a496-a1477906ffd3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672116306116,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/resourceInstances/basic_onboard_mxstjr0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-27T04:47:24.650Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-27T04:47:24.651Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.651Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2efa01c-a26a-4dc1-a496-a1477906ffd3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1672116303053,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/resourceInstances/basic_onboard_mxstjr0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-27T04:47:24.651Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-27T04:47:24.651Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.651Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2efa01c-a26a-4dc1-a496-a1477906ffd3",
"consumerID": "cds",
"timestamp": 1672116305660,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/resourceInstances/basic_onboard_mxstjr0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-27T04:47:24.651Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-27T04:47:24.652Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.652Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2efa01c-a26a-4dc1-a496-a1477906ffd3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672116306116,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/resourceInstances/basic_onboard_mxstjr0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-12-27T04:47:24.652Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-27T04:47:24.652Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.652Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2efa01c-a26a-4dc1-a496-a1477906ffd3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1672116303053,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/resourceInstances/basic_onboard_mxstjr0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-12-27T04:47:24.652Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-27T04:47:24.653Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.653Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2efa01c-a26a-4dc1-a496-a1477906ffd3",
"consumerID": "cds",
"timestamp": 1672116305660,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/resourceInstances/basic_onboard_mxstjr0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-12-27T04:47:24.653Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-27T04:47:24.653Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.653Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2efa01c-a26a-4dc1-a496-a1477906ffd3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672116306116,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/artifacts/service-BasicOnboardMxstjr-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-27T04:47:24.653Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-27T04:47:24.653Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.654Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2efa01c-a26a-4dc1-a496-a1477906ffd3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1672116303053,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/artifacts/service-BasicOnboardMxstjr-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-27T04:47:24.654Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-27T04:47:24.654Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.655Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2efa01c-a26a-4dc1-a496-a1477906ffd3",
"consumerID": "cds",
"timestamp": 1672116305660,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/artifacts/service-BasicOnboardMxstjr-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-27T04:47:24.655Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-27T04:47:24.655Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.655Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2efa01c-a26a-4dc1-a496-a1477906ffd3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1672116303053,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/artifacts/service-BasicOnboardMxstjr-csar.csar",
"status": "NOTIFIED"
}
2022-12-27T04:47:24.655Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-27T04:47:24.655Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.655Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2efa01c-a26a-4dc1-a496-a1477906ffd3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672116306116,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/artifacts/service-BasicOnboardMxstjr-csar.csar",
"status": "NOTIFIED"
}
2022-12-27T04:47:24.656Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-27T04:47:24.656Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.656Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2efa01c-a26a-4dc1-a496-a1477906ffd3",
"consumerID": "cds",
"timestamp": 1672116305660,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/artifacts/service-BasicOnboardMxstjr-csar.csar",
"status": "NOTIFIED"
}
2022-12-27T04:47:24.656Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-27T04:47:24.656Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.656Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2efa01c-a26a-4dc1-a496-a1477906ffd3",
"consumerID": "ves-openapi-manager",
"timestamp": 1672116313708,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/resourceInstances/basic_onboard_mxstjr0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-27T04:47:24.656Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-27T04:47:24.656Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.656Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2efa01c-a26a-4dc1-a496-a1477906ffd3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1672116314327,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/resourceInstances/basic_onboard_mxstjr0/artifacts/basic_onboard_mxstjr0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-12-27T04:47:24.657Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-27T04:47:24.657Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.657Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2efa01c-a26a-4dc1-a496-a1477906ffd3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672116314379,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/artifacts/service-BasicOnboardMxstjr-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-27T04:47:24.657Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-27T04:47:24.657Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.657Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2efa01c-a26a-4dc1-a496-a1477906ffd3",
"consumerID": "cds",
"timestamp": 1672116314590,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/artifacts/service-BasicOnboardMxstjr-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-27T04:47:24.657Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-27T04:47:24.657Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.657Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2efa01c-a26a-4dc1-a496-a1477906ffd3",
"consumerID": "ves-openapi-manager",
"timestamp": 1672116313708,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/resourceInstances/basic_onboard_mxstjr0/artifacts/basic_onboard_mxstjr0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-27T04:47:24.658Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-27T04:47:24.658Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.658Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2efa01c-a26a-4dc1-a496-a1477906ffd3",
"consumerID": "cds",
"timestamp": 1672116315597,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/artifacts/service-BasicOnboardMxstjr-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-27T04:47:24.668Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c2efa01c-a26a-4dc1-a496-a1477906ffd3
2022-12-27T04:47:24.669Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId c2efa01c-a26a-4dc1-a496-a1477906ffd3 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-27T04:47:24.674Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.674Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2efa01c-a26a-4dc1-a496-a1477906ffd3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1672116315455,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/resourceInstances/basic_onboard_mxstjr0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-12-27T04:47:24.674Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-27T04:47:24.674Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.674Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2efa01c-a26a-4dc1-a496-a1477906ffd3",
"consumerID": "ves-openapi-manager",
"timestamp": 1672116313708,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/resourceInstances/basic_onboard_mxstjr0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-27T04:47:24.675Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-27T04:47:24.675Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.675Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2efa01c-a26a-4dc1-a496-a1477906ffd3",
"consumerID": "aai-ml",
"timestamp": 1672116315795,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/resourceInstances/basic_onboard_mxstjr0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-27T04:47:24.675Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-27T04:47:24.675Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.675Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2efa01c-a26a-4dc1-a496-a1477906ffd3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1672116316672,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/resourceInstances/basic_onboard_mxstjr0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-12-27T04:47:24.676Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-27T04:47:24.676Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.676Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2efa01c-a26a-4dc1-a496-a1477906ffd3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672116316756,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/artifacts/service-BasicOnboardMxstjr-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-27T04:47:24.676Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-27T04:47:24.676Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.676Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2efa01c-a26a-4dc1-a496-a1477906ffd3",
"consumerID": "ves-openapi-manager",
"timestamp": 1672116313708,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/resourceInstances/basic_onboard_mxstjr0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-27T04:47:24.677Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-27T04:47:24.677Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.677Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2efa01c-a26a-4dc1-a496-a1477906ffd3",
"consumerID": "aai-ml",
"timestamp": 1672116315795,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/resourceInstances/basic_onboard_mxstjr0/artifacts/basic_onboard_mxstjr0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-27T04:47:24.677Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-27T04:47:24.677Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.677Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2efa01c-a26a-4dc1-a496-a1477906ffd3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1672116317702,
"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-27T04:47:24.680Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c2efa01c-a26a-4dc1-a496-a1477906ffd3
2022-12-27T04:47:24.680Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId c2efa01c-a26a-4dc1-a496-a1477906ffd3 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-27T04:47:24.684Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.685Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2efa01c-a26a-4dc1-a496-a1477906ffd3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672116317759,
"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-27T04:47:24.687Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c2efa01c-a26a-4dc1-a496-a1477906ffd3
2022-12-27T04:47:24.687Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId c2efa01c-a26a-4dc1-a496-a1477906ffd3 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-27T04:47:24.692Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.693Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2efa01c-a26a-4dc1-a496-a1477906ffd3",
"consumerID": "ves-openapi-manager",
"timestamp": 1672116313708,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/resourceInstances/basic_onboard_mxstjr0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-12-27T04:47:24.693Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-27T04:47:24.693Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.693Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2efa01c-a26a-4dc1-a496-a1477906ffd3",
"consumerID": "aai-ml",
"timestamp": 1672116315795,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/resourceInstances/basic_onboard_mxstjr0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-27T04:47:24.693Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-27T04:47:24.693Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.693Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2efa01c-a26a-4dc1-a496-a1477906ffd3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1672116318714,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/resourceInstances/basic_onboard_mxstjr0/artifacts/basic_onboard_mxstjr0_modules.json",
"status": "DEPLOY_OK"
}
2022-12-27T04:47:24.694Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-27T04:47:24.694Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.694Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2efa01c-a26a-4dc1-a496-a1477906ffd3",
"consumerID": "ves-openapi-manager",
"timestamp": 1672116313708,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/artifacts/service-BasicOnboardMxstjr-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-27T04:47:24.694Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-27T04:47:24.694Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.694Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2efa01c-a26a-4dc1-a496-a1477906ffd3",
"consumerID": "aai-ml",
"timestamp": 1672116315795,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/resourceInstances/basic_onboard_mxstjr0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-27T04:47:24.695Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-27T04:47:24.695Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.695Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2efa01c-a26a-4dc1-a496-a1477906ffd3",
"consumerID": "ves-openapi-manager",
"timestamp": 1672116313708,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/artifacts/service-BasicOnboardMxstjr-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-12-27T04:47:24.695Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-27T04:47:24.695Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.695Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2efa01c-a26a-4dc1-a496-a1477906ffd3",
"consumerID": "aai-ml",
"timestamp": 1672116315795,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/resourceInstances/basic_onboard_mxstjr0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-12-27T04:47:24.696Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-27T04:47:24.696Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.696Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2efa01c-a26a-4dc1-a496-a1477906ffd3",
"consumerID": "aai-ml",
"timestamp": 1672116315795,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/artifacts/service-BasicOnboardMxstjr-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-27T04:47:24.696Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-27T04:47:24.696Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:47:24.696Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2efa01c-a26a-4dc1-a496-a1477906ffd3",
"consumerID": "aai-ml",
"timestamp": 1672116315795,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/artifacts/service-BasicOnboardMxstjr-csar.csar",
"status": "NOTIFIED"
}
2022-12-27T04:47:24.697Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-27T04:47:45.728Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39dc74c6-c83a-4623-a8a2-54a33ddc0432
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-27T04:47:45.737Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39dc74c6-c83a-4623-a8a2-54a33ddc0432
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-27T04:47:45.741Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-27T04:47:45.741Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-27T04:47:45.741Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-27T04:47:45.741Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-27T04:47:45.741Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-27T04:47:45.742Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-27T04:47:45.742Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-27T04:47:45.742Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-27T04:47:45.742Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-27T04:47:45.742Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|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-27T04:47:45.747Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-27T04:48:15.747Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 39dc74c6-c83a-4623-a8a2-54a33ddc0432 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-27T04:48:15.756Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 39dc74c6-c83a-4623-a8a2-54a33ddc0432 and serviceModelVersionId: c4f17fb3-ebc0-4060-ac52-36b983eb8ad0
2022-12-27T04:48:15.757Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b76403a3-c294-406c-b7d5-37fbda8ff5fe
2022-12-27T04:48:24.514Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:48:24.515Z||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-27T04:48:24.515Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:48:25.066Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T04:48:25.067Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:48:25.067Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2efa01c-a26a-4dc1-a496-a1477906ffd3",
"consumerID": "aai-ml",
"timestamp": 1672116323646,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/artifacts/service-BasicOnboardMxstjr-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-27T04:48:25.068Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-27T04:48:25.068Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:48:25.068Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2efa01c-a26a-4dc1-a496-a1477906ffd3",
"consumerID": "aai-ml",
"timestamp": 1672116333984,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/artifacts/service-BasicOnboardMxstjr-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-27T04:48:25.069Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-27T04:48:25.069Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-27T04:48:25.069Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2efa01c-a26a-4dc1-a496-a1477906ffd3",
"consumerID": "aai-ml",
"timestamp": 1672116334991,
"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-27T04:48:25.075Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c2efa01c-a26a-4dc1-a496-a1477906ffd3
2022-12-27T04:48:25.075Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId c2efa01c-a26a-4dc1-a496-a1477906ffd3 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-27T04:48:30.000Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b76403a3-c294-406c-b7d5-37fbda8ff5fe/model-vers/model-ver/c4f17fb3-ebc0-4060-ac52-36b983eb8ad0?depth=0
2022-12-27T04:48:30.138Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-12-27T04:48:30.613Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b76403a3-c294-406c-b7d5-37fbda8ff5fe/model-vers/model-ver/c4f17fb3-ebc0-4060-ac52-36b983eb8ad0?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-27T04:48:30.617Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b76403a3-c294-406c-b7d5-37fbda8ff5fe/model-vers/model-ver/c4f17fb3-ebc0-4060-ac52-36b983eb8ad0?depth=0|INFO|500||Invoke
2022-12-27T04:48:30.729Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b76403a3-c294-406c-b7d5-37fbda8ff5fe/model-vers/model-ver/c4f17fb3-ebc0-4060-ac52-36b983eb8ad0?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-12-27T04:48:30.998Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b76403a3-c294-406c-b7d5-37fbda8ff5fe/model-vers/model-ver/c4f17fb3-ebc0-4060-ac52-36b983eb8ad0?depth=0|INFO|500||InvokeReturn
2022-12-27T04:48:30.999Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b76403a3-c294-406c-b7d5-37fbda8ff5fe/model-vers/model-ver/c4f17fb3-ebc0-4060-ac52-36b983eb8ad0?depth=0 has http status code:200 and response headers:{date=[Tue, 27 Dec 2022 04:48:29 GMT], content-length=[0], vertex-id=[200704], x-aai-txid=[0-aai-resources-221227-04:48:29:328-79178], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-27T04:48:31.000Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2022-12-27T04:48:31.003Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-27T04:48:31.003Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|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-27T04:48:31.007Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|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-27T04:48:31.009Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 39dc74c6-c83a-4623-a8a2-54a33ddc0432 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-27T04:48:31.009Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-27T04:48:31.010Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-27T04:48:31.012Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-27T04:48:31.012Z|39dc74c6-c83a-4623-a8a2-54a33ddc0432|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "39dc74c6-c83a-4623-a8a2-54a33ddc0432",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672116511009,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-27T04:48:31.112Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-27T04:48:31.113Z||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-27T04:48:31.113Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F4yG6NuxTDCLg19T) ...
2022-12-27T04:48:31.126Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T04:48:31.126Z||pool-18-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-12-27T04:48:32.024Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:48:32.025Z||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-27T04:48:32.025Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:48:36.571Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T04:48:36.572Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-27T04:48:36.572Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"c2efa01c-a26a-4dc1-a496-a1477906ffd3","serviceName":"basic_onboard_mxSTjr","serviceVersion":"1.0","serviceUUID":"243a685f-0fa2-44df-a554-4e4aea559f48","serviceDescription":"service","serviceInvariantUUID":"15c352f8-6699-4884-a64d-b1a29621ccc1","resources":[{"resourceInstanceName":"basic_onboard_mxSTjr 0","resourceName":"basic_onboard_mxSTjr","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1906d408-57f1-4168-9242-7a30b19f71b0","resourceInvariantUUID":"eb6bee35-bdd9-483f-bbd9-fd308f5af56b","resourceCustomizationUUID":"8b2e186c-b52f-4a7a-9f5f-b358dc33bb80","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/resourceInstances/basic_onboard_mxstjr0/artifacts/vf-license-model.xml","artifactChecksum":"MzU1NTdlZTgzMWNkZGM0YmU5NTMwZjZkN2U5OWExYmE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"05011540-c215-4430-a2ca-d752f652742d","artifactVersion":"1"},{"artifactName":"basic_onboard_mxstjr0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/resourceInstances/basic_onboard_mxstjr0/artifacts/basic_onboard_mxstjr0_modules.json","artifactChecksum":"NDFlZjQyNzEzM2I1OGIwNGQxOWY3OTlmOTUzNTkwMTQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3952ae53-2984-46e3-9e94-73d36c9e0bd4","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/resourceInstances/basic_onboard_mxstjr0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"443cd13d-e350-41a7-ad1f-a45975860599","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/resourceInstances/basic_onboard_mxstjr0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"fd5c5448-2aec-486d-8b32-b1a8523e0cbb","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/resourceInstances/basic_onboard_mxstjr0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"7ed6b455-e65d-4132-a76d-0843c50f6087","artifactVersion":"2","generatedFromUUID":"443cd13d-e350-41a7-ad1f-a45975860599"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardMxstjr-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/artifacts/service-BasicOnboardMxstjr-template.yml","artifactChecksum":"ZDIzYzk1ODI2MGJlMTQ0MTI1MmQ5YWM3NzJiN2JjMjU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"48f8b4de-f309-45f8-a084-a6e7894a10c3","artifactVersion":"1"},{"artifactName":"service-BasicOnboardMxstjr-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/artifacts/service-BasicOnboardMxstjr-csar.csar","artifactChecksum":"ZTk3YmZmODQ1MTg1Yjc1ZDg5ZTAzM2MxYmQ0NzBhNDk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e83cd1cf-4ac7-4008-ad23-fa7a1d5e62c6","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-27T04:48:36.575Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-27T04:48:36.575Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-27T04:48:36.577Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-27T04:48:36.578Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "c2efa01c-a26a-4dc1-a496-a1477906ffd3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672116512024,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/resourceInstances/basic_onboard_mxstjr0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-27T04:48:36.678Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-27T04:48:36.678Z||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-27T04:48:36.679Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F4yG6NuxTDCLg19T) ...
2022-12-27T04:48:36.705Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T04:48:36.705Z||pool-19-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-12-27T04:48:37.578Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-27T04:48:37.579Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-27T04:48:37.581Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-27T04:48:37.582Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "c2efa01c-a26a-4dc1-a496-a1477906ffd3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672116512024,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/resourceInstances/basic_onboard_mxstjr0/artifacts/basic_onboard_mxstjr0_modules.json",
"status": "NOTIFIED"
}
2022-12-27T04:48:37.682Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-27T04:48:37.683Z||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-27T04:48:37.683Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F4yG6NuxTDCLg19T) ...
2022-12-27T04:48:37.764Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T04:48:37.764Z||pool-20-thread-1|||||INFO|500||cambria reply ok (82 ms):{"serverTimeMs":0,"count":1}
2022-12-27T04:48:38.582Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-27T04:48:38.583Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-27T04:48:38.585Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-27T04:48:38.585Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "c2efa01c-a26a-4dc1-a496-a1477906ffd3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672116512024,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/resourceInstances/basic_onboard_mxstjr0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-12-27T04:48:38.685Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-27T04:48:38.686Z||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-27T04:48:38.686Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F4yG6NuxTDCLg19T) ...
2022-12-27T04:48:38.697Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T04:48:38.698Z||pool-21-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-27T04:48:39.585Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-27T04:48:39.586Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-27T04:48:39.589Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-27T04:48:39.589Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "c2efa01c-a26a-4dc1-a496-a1477906ffd3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672116512024,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/resourceInstances/basic_onboard_mxstjr0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-27T04:48:39.689Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-27T04:48:39.690Z||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-27T04:48:39.690Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F4yG6NuxTDCLg19T) ...
2022-12-27T04:48:39.702Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T04:48:39.702Z||pool-22-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-12-27T04:48:40.589Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-27T04:48:40.590Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-27T04:48:40.593Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-27T04:48:40.593Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "c2efa01c-a26a-4dc1-a496-a1477906ffd3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672116512024,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/resourceInstances/basic_onboard_mxstjr0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-12-27T04:48:40.693Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-27T04:48:40.694Z||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-27T04:48:40.694Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F4yG6NuxTDCLg19T) ...
2022-12-27T04:48:40.722Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T04:48:40.722Z||pool-23-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-12-27T04:48:41.594Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-27T04:48:41.595Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-27T04:48:41.597Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-27T04:48:41.598Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "c2efa01c-a26a-4dc1-a496-a1477906ffd3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672116512024,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/artifacts/service-BasicOnboardMxstjr-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-27T04:48:41.698Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-27T04:48:41.700Z||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-27T04:48:41.700Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F4yG6NuxTDCLg19T) ...
2022-12-27T04:48:41.712Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T04:48:41.713Z||pool-24-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-27T04:48:42.600Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-27T04:48:42.600Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-27T04:48:42.602Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-27T04:48:42.602Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "c2efa01c-a26a-4dc1-a496-a1477906ffd3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672116512024,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/artifacts/service-BasicOnboardMxstjr-csar.csar",
"status": "NOTIFIED"
}
2022-12-27T04:48:42.702Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-27T04:48:42.703Z||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-27T04:48:42.703Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F4yG6NuxTDCLg19T) ...
2022-12-27T04:48:42.722Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T04:48:42.723Z||pool-25-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-12-27T04:48:43.604Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "c2efa01c-a26a-4dc1-a496-a1477906ffd3",
"serviceName": "basic_onboard_mxSTjr",
"serviceVersion": "1.0",
"serviceUUID": "243a685f-0fa2-44df-a554-4e4aea559f48",
"serviceDescription": "service",
"serviceInvariantUUID": "15c352f8-6699-4884-a64d-b1a29621ccc1",
"resources": [
{
"resourceInstanceName": "basic_onboard_mxSTjr 0",
"resourceCustomizationUUID": "8b2e186c-b52f-4a7a-9f5f-b358dc33bb80",
"resourceName": "basic_onboard_mxSTjr",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "1906d408-57f1-4168-9242-7a30b19f71b0",
"resourceInvariantUUID": "eb6bee35-bdd9-483f-bbd9-fd308f5af56b",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_mxstjr0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/resourceInstances/basic_onboard_mxstjr0/artifacts/basic_onboard_mxstjr0_modules.json",
"artifactChecksum": "NDFlZjQyNzEzM2I1OGIwNGQxOWY3OTlmOTUzNTkwMTQ\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "3952ae53-2984-46e3-9e94-73d36c9e0bd4",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/resourceInstances/basic_onboard_mxstjr0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "443cd13d-e350-41a7-ad1f-a45975860599",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/resourceInstances/basic_onboard_mxstjr0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "7ed6b455-e65d-4132-a76d-0843c50f6087",
"generatedFromUUID": "443cd13d-e350-41a7-ad1f-a45975860599"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/resourceInstances/basic_onboard_mxstjr0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "7ed6b455-e65d-4132-a76d-0843c50f6087",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardMxstjr-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/artifacts/service-BasicOnboardMxstjr-csar.csar",
"artifactChecksum": "ZTk3YmZmODQ1MTg1Yjc1ZDg5ZTAzM2MxYmQ0NzBhNDk\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "e83cd1cf-4ac7-4008-ad23-fa7a1d5e62c6"
}
],
"workloadContext": "Production"
}
2022-12-27T04:48:43.604Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-27T04:48:43.605Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 243a685f-0fa2-44df-a554-4e4aea559f48 ASDC
2022-12-27T04:48:43.605Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:c2efa01c-a26a-4dc1-a496-a1477906ffd3
ServiceName:basic_onboard_mxSTjr
ServiceVersion:1.0
ServiceUUID:243a685f-0fa2-44df-a554-4e4aea559f48
ServiceInvariantUUID:15c352f8-6699-4884-a64d-b1a29621ccc1
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardMxstjr-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/artifacts/service-BasicOnboardMxstjr-csar.csar
ArtifactUUID:e83cd1cf-4ac7-4008-ad23-fa7a1d5e62c6
ArtifactChecksum:ZTk3YmZmODQ1MTg1Yjc1ZDg5ZTAzM2MxYmQ0NzBhNDk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_mxSTjr 0
ResourceCustomizationUUID:8b2e186c-b52f-4a7a-9f5f-b358dc33bb80
ResourceInvariantUUID:eb6bee35-bdd9-483f-bbd9-fd308f5af56b
ResourceName:basic_onboard_mxSTjr
ResourceType:VF
ResourceUUID:1906d408-57f1-4168-9242-7a30b19f71b0
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_mxstjr0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/resourceInstances/basic_onboard_mxstjr0/artifacts/basic_onboard_mxstjr0_modules.json
ArtifactUUID:3952ae53-2984-46e3-9e94-73d36c9e0bd4
ArtifactChecksum:NDFlZjQyNzEzM2I1OGIwNGQxOWY3OTlmOTUzNTkwMTQ=
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/BasicOnboardMxstjr/1.0/resourceInstances/basic_onboard_mxstjr0/artifacts/base_ubuntu18.yaml
ArtifactUUID:443cd13d-e350-41a7-ad1f-a45975860599
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/BasicOnboardMxstjr/1.0/resourceInstances/basic_onboard_mxstjr0/artifacts/base_ubuntu18.env
ArtifactUUID:7ed6b455-e65d-4132-a76d-0843c50f6087
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/BasicOnboardMxstjr/1.0/resourceInstances/basic_onboard_mxstjr0/artifacts/base_ubuntu18.env
ArtifactUUID:7ed6b455-e65d-4132-a76d-0843c50f6087
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-12-27T04:48:43.605Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 243a685f-0fa2-44df-a554-4e4aea559f48 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-27T04:48:43.630Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-27T04:48:43.631Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-12-27T04:48:43.631Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-12-27T04:48:43.631Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: e83cd1cf-4ac7-4008-ad23-fa7a1d5e62c6 from URL: /sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/artifacts/service-BasicOnboardMxstjr-csar.csar
2022-12-27T04:48:43.631Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-12-27T04:48:43.631Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/artifacts/service-BasicOnboardMxstjr-csar.csar
2022-12-27T04:48:44.023Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-12-27T04:48:44.026Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/artifacts/service-BasicOnboardMxstjr-csar.csar e83cd1cf-4ac7-4008-ad23-fa7a1d5e62c6 75307
2022-12-27T04:48:44.026Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/artifacts/service-BasicOnboardMxstjr-csar.csar ASDC sendASDCNotification
2022-12-27T04:48:44.026Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/artifacts/service-BasicOnboardMxstjr-csar.csar
2022-12-27T04:48:44.026Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-27T04:48:44.026Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-27T04:48:44.028Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-27T04:48:44.028Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "c2efa01c-a26a-4dc1-a496-a1477906ffd3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672116524026,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/artifacts/service-BasicOnboardMxstjr-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-27T04:48:44.129Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-27T04:48:44.129Z||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-27T04:48:44.130Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F4yG6NuxTDCLg19T) ...
2022-12-27T04:48:44.144Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T04:48:44.145Z||pool-26-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-12-27T04:48:45.029Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-27T04:48:45.030Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-12-27T04:48:45.030Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: e83cd1cf-4ac7-4008-ad23-fa7a1d5e62c6, URL: /sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/artifacts/service-BasicOnboardMxstjr-csar.csar to file: /app/ASDC/1/service-BasicOnboardMxstjr-csar.csar
2022-12-27T04:48:45.030Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardMxstjr-csar.csar
2022-12-27T04:48:45.031Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardMxstjr-csar.csar
2022-12-27T04:48:45.031Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardMxstjr-csar.csar
2022-12-27T04:48:45.152Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7440169912093389800/Definitions/service-BasicOnboardMxstjr-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-27T04:48:46.325Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-27T04:48:46.325Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-12-27T04:48:46.326Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardMxstjr-csar.csar
2022-12-27T04:48:46.326Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-12-27T04:48:46.326Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardMxstjr-csar.csar
2022-12-27T04:48:46.326Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardMxstjr-csar.csar
2022-12-27T04:48:46.326Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_mxSTjr 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-BasicOnboardMxstjr-csar.csar
2022-12-27T04:48:46.326Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardMxstjr-csar.csar
2022-12-27T04:48:46.326Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardMxstjr-csar.csar
2022-12-27T04:48:46.326Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardMxstjr-csar.csar
2022-12-27T04:48:46.327Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardMxstjr-csar.csar
2022-12-27T04:48:46.327Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-12-27T04:48:46.327Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-27T04:48:46.327Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_mxSTjr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-27T04:48:46.327Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_mxSTjr 0 is matching search criteria
2022-12-27T04:48:46.327Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-12-27T04:48:46.328Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_mxSTjr 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-27T04:48:46.328Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-27T04:48:46.328Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_mxSTjr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-27T04:48:46.328Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_mxSTjr 0 is matching search criteria
2022-12-27T04:48:46.328Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-12-27T04:48:46.328Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_mxSTjr 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-27T04:48:46.329Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-27T04:48:46.329Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_mxSTjr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-27T04:48:46.329Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-27T04:48:46.329Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_mxSTjr 0 is not matching search criteria
2022-12-27T04:48:46.329Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-12-27T04:48:46.329Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-12-27T04:48:46.330Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-12-27T04:48:46.330Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-12-27T04:48:46.330Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-12-27T04:48:46.330Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-27T04:48:46.330Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_mxSTjr is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-27T04:48:46.330Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-27T04:48:46.330Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_mxSTjr 0 is matching search criteria
2022-12-27T04:48:46.331Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_mxSTjr 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-27T04:48:46.331Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-27T04:48:46.331Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_mxSTjr 0 is matching search criteria
2022-12-27T04:48:46.331Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_mxSTjr 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-27T04:48:46.331Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-27T04:48:46.332Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_mxSTjr 0 is matching search criteria
2022-12-27T04:48:46.332Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_mxSTjr 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-27T04:48:46.332Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-27T04:48:46.332Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_mxSTjr 0 is not matching search criteria
2022-12-27T04:48:46.332Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-12-27T04:48:46.332Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-12-27T04:48:46.333Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=5db3e527-8d65-4c32-8c3d-e69a06d36cc5
2022-12-27T04:48:46.333Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-27T04:48:46.333Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_mxSTjr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-27T04:48:46.333Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-27T04:48:46.333Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_mxSTjr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-27T04:48:46.333Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-27T04:48:46.334Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_mxSTjr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-27T04:48:46.334Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-27T04:48:46.334Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_mxSTjr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-27T04:48:46.334Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_mxSTjr
Description:service
Model UUID:243a685f-0fa2-44df-a554-4e4aea559f48
Model Version:NULL
Model InvariantUuid:15c352f8-6699-4884-a64d-b1a29621ccc1
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_mxSTjr
Model UUID:6a2a61c8-96c3-4fba-8d74-71f48e2ecc9f
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:eb6bee35-bdd9-483f-bbd9-fd308f5af56b
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:8b2e186c-b52f-4a7a-9f5f-b358dc33bb80
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:ea53a3a9-9e4f-410c-a091-026d7c92998a
ModelName:BasicOnboardMxstjr..base_ubuntu18..module-0
ModelUuid:5d68ea3a-79c9-4023-b111-873a7764a8ab
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:5db3e527-8d65-4c32-8c3d-e69a06d36cc5
ModelInvariantUuid:d5261a62-c80a-47ff-b64b-a566eadfe8d4
ModelName:basic_onboard_mxSTjr-nodes.ubuntu18Cvfc
ModelUuid:917d9121-9229-4b7a-b331-d28efba1dea9
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:61ca123e-e51a-4876-820e-ea0f6d74066d
ModelInvariantUuid:73249241-e24c-4a73-a6d9-e1ef2a6fe89d
ModelName:BasicOnboardMxstjr.compute.nodes.heat.ubuntu18
ModelUuid:696166a7-ad09-4a98-bbec-03ef2cc2e375
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-27T04:48:46.338Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 1906d408-57f1-4168-9242-7a30b19f71b0
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-27T04:48:46.340Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||basic_onboard_mxSTjr 0
2022-12-27T04:48:46.340Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 1906d408-57f1-4168-9242-7a30b19f71b0
2022-12-27T04:48:46.340Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 3952ae53-2984-46e3-9e94-73d36c9e0bd4 from URL: /sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/resourceInstances/basic_onboard_mxstjr0/artifacts/basic_onboard_mxstjr0_modules.json
2022-12-27T04:48:46.340Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-12-27T04:48:46.341Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/resourceInstances/basic_onboard_mxstjr0/artifacts/basic_onboard_mxstjr0_modules.json
2022-12-27T04:48:46.484Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-12-27T04:48:46.485Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/resourceInstances/basic_onboard_mxstjr0/artifacts/basic_onboard_mxstjr0_modules.json 3952ae53-2984-46e3-9e94-73d36c9e0bd4 798
2022-12-27T04:48:46.485Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/resourceInstances/basic_onboard_mxstjr0/artifacts/basic_onboard_mxstjr0_modules.json ASDC sendASDCNotification
2022-12-27T04:48:46.485Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/resourceInstances/basic_onboard_mxstjr0/artifacts/basic_onboard_mxstjr0_modules.json
2022-12-27T04:48:46.486Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-27T04:48:46.486Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-27T04:48:46.488Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-27T04:48:46.488Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "c2efa01c-a26a-4dc1-a496-a1477906ffd3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672116526485,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/resourceInstances/basic_onboard_mxstjr0/artifacts/basic_onboard_mxstjr0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-12-27T04:48:46.588Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-27T04:48:46.589Z||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-27T04:48:46.589Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F4yG6NuxTDCLg19T) ...
2022-12-27T04:48:46.628Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T04:48:46.629Z||pool-27-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1}
2022-12-27T04:48:47.489Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardMxstjr..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "ea53a3a9-9e4f-410c-a091-026d7c92998a",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "5d68ea3a-79c9-4023-b111-873a7764a8ab",
"vfModuleModelCustomizationUUID": "284c5359-14bc-48ac-9818-da515225cf77",
"isBase": true,
"artifacts": [
"443cd13d-e350-41a7-ad1f-a45975860599",
"7ed6b455-e65d-4132-a76d-0843c50f6087"
],
"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-27T04:48:47.494Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardMxstjr..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5d68ea3a-79c9-4023-b111-873a7764a8ab
VfModuleModelInvariantUUID:ea53a3a9-9e4f-410c-a091-026d7c92998a
VfModuleModelDescription:NULL
Artifacts UUID List:{
443cd13d-e350-41a7-ad1f-a45975860599
,
7ed6b455-e65d-4132-a76d-0843c50f6087
}
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-27T04:48:47.496Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardMxstjr..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "ea53a3a9-9e4f-410c-a091-026d7c92998a",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "5d68ea3a-79c9-4023-b111-873a7764a8ab",
"vfModuleModelCustomizationUUID": "284c5359-14bc-48ac-9818-da515225cf77",
"isBase": true,
"artifacts": [
"443cd13d-e350-41a7-ad1f-a45975860599",
"7ed6b455-e65d-4132-a76d-0843c50f6087"
],
"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-27T04:48:47.496Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardMxstjr..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5d68ea3a-79c9-4023-b111-873a7764a8ab
VfModuleModelInvariantUUID:ea53a3a9-9e4f-410c-a091-026d7c92998a
VfModuleModelDescription:NULL
Artifacts UUID List:{
443cd13d-e350-41a7-ad1f-a45975860599
,
7ed6b455-e65d-4132-a76d-0843c50f6087
}
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-27T04:48:47.496Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 443cd13d-e350-41a7-ad1f-a45975860599 from URL: /sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/resourceInstances/basic_onboard_mxstjr0/artifacts/base_ubuntu18.yaml
2022-12-27T04:48:47.496Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-12-27T04:48:47.496Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/resourceInstances/basic_onboard_mxstjr0/artifacts/base_ubuntu18.yaml
2022-12-27T04:48:47.703Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-12-27T04:48:47.703Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/resourceInstances/basic_onboard_mxstjr0/artifacts/base_ubuntu18.yaml 443cd13d-e350-41a7-ad1f-a45975860599 5033
2022-12-27T04:48:47.704Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/resourceInstances/basic_onboard_mxstjr0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-12-27T04:48:47.704Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/resourceInstances/basic_onboard_mxstjr0/artifacts/base_ubuntu18.yaml
2022-12-27T04:48:47.704Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-27T04:48:47.704Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-27T04:48:47.706Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-27T04:48:47.706Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "c2efa01c-a26a-4dc1-a496-a1477906ffd3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672116527704,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/resourceInstances/basic_onboard_mxstjr0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-12-27T04:48:47.807Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-27T04:48:47.808Z||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-27T04:48:47.808Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F4yG6NuxTDCLg19T) ...
2022-12-27T04:48:47.847Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T04:48:47.847Z||pool-28-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1}
2022-12-27T04:48:48.707Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 7ed6b455-e65d-4132-a76d-0843c50f6087 from URL: /sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/resourceInstances/basic_onboard_mxstjr0/artifacts/base_ubuntu18.env
2022-12-27T04:48:48.707Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-12-27T04:48:48.708Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/resourceInstances/basic_onboard_mxstjr0/artifacts/base_ubuntu18.env
2022-12-27T04:48:48.820Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-12-27T04:48:48.821Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/resourceInstances/basic_onboard_mxstjr0/artifacts/base_ubuntu18.env 7ed6b455-e65d-4132-a76d-0843c50f6087 909
2022-12-27T04:48:48.821Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/resourceInstances/basic_onboard_mxstjr0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-12-27T04:48:48.821Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/resourceInstances/basic_onboard_mxstjr0/artifacts/base_ubuntu18.env
2022-12-27T04:48:48.821Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-27T04:48:48.822Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-27T04:48:48.823Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-27T04:48:48.823Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "c2efa01c-a26a-4dc1-a496-a1477906ffd3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672116528821,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/resourceInstances/basic_onboard_mxstjr0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-12-27T04:48:48.924Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-27T04:48:48.924Z||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-27T04:48:48.925Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F4yG6NuxTDCLg19T) ...
2022-12-27T04:48:48.940Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T04:48:48.940Z||pool-29-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-12-27T04:48:49.824Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 243a685f-0fa2-44df-a554-4e4aea559f48
2022-12-27T04:48:49.825Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_mxSTjr 0 1906d408-57f1-4168-9242-7a30b19f71b0 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-27T04:48:49.841Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@411d8098, org.onap.sdc.toscaparser.api.parameters.Input@260e6b15, org.onap.sdc.toscaparser.api.parameters.Input@6f49eb27, org.onap.sdc.toscaparser.api.parameters.Input@7caa59bb, org.onap.sdc.toscaparser.api.parameters.Input@511e0ff6]
2022-12-27T04:48:49.842Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-27T04:48:49.842Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_mxSTjr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-27T04:48:49.842Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic
2022-12-27T04:48:49.843Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 8b2e186c-b52f-4a7a-9f5f-b358dc33bb80
2022-12-27T04:48:49.843Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 8b2e186c-b52f-4a7a-9f5f-b358dc33bb80 matches Tosca VF Customization UUID: 8b2e186c-b52f-4a7a-9f5f-b358dc33bb80
2022-12-27T04:48:49.843Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 8b2e186c-b52f-4a7a-9f5f-b358dc33bb80 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-27T04:48:49.845Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-27T04:48:49.845Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_mxSTjr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-27T04:48:49.845Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 8b2e186c-b52f-4a7a-9f5f-b358dc33bb80: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-12-27T04:48:49.845Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@a64a1cb
2022-12-27T04:48:49.846Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-27T04:48:49.846Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_mxSTjr is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-27T04:48:49.846Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 284c5359-14bc-48ac-9818-da515225cf77
2022-12-27T04:48:49.846Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 284c5359-14bc-48ac-9818-da515225cf77
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-27T04:48:49.848Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-27T04:48:49.848Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_mxSTjr 0 is matching search criteria
2022-12-27T04:48:49.849Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_mxSTjr 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-27T04:48:49.849Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-27T04:48:49.849Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_mxSTjr 0 is matching search criteria
2022-12-27T04:48:49.849Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_mxSTjr 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-27T04:48:49.850Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-27T04:48:49.850Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_mxSTjr 0 is not matching search criteria
2022-12-27T04:48:49.850Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-12-27T04:48:49.851Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-12-27T04:48:49.851Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=5db3e527-8d65-4c32-8c3d-e69a06d36cc5
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-27T04:48:49.852Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-27T04:48:49.852Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_mxSTjr 0 is matching search criteria
2022-12-27T04:48:49.853Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_mxSTjr 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-27T04:48:49.853Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-27T04:48:49.853Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_mxSTjr 0 is matching search criteria
2022-12-27T04:48:49.854Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_mxSTjr 0] matching following query criteria: sdcType=VF, customizationUUID=8b2e186c-b52f-4a7a-9f5f-b358dc33bb80
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-27T04:48:49.855Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-27T04:48:49.855Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_mxSTjr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-27T04:48:49.856Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 243a685f-0fa2-44df-a554-4e4aea559f48: basic_onboard_mxSTjr
2022-12-27T04:48:49.856Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-27T04:48:49.856Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_mxSTjr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-27T04:48:49.856Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-27T04:48:49.856Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_mxSTjr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-27T04:48:49.857Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-27T04:48:49.857Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_mxSTjr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-27T04:48:49.857Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-27T04:48:49.858Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_mxSTjr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-27T04:48:49.858Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-27T04:48:49.858Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_mxSTjr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-27T04:48:49.858Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||Saving Service: basic_onboard_mxSTjr
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-27T04:48:49.920Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_mxSTjr 1906d408-57f1-4168-9242-7a30b19f71b0 1 ASDC deployResourceStructure
2022-12-27T04:48:49.921Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/resourceInstances/basic_onboard_mxstjr0/artifacts/basic_onboard_mxstjr0_modules.json ASDC sendASDCNotification
2022-12-27T04:48:49.921Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/resourceInstances/basic_onboard_mxstjr0/artifacts/basic_onboard_mxstjr0_modules.json
2022-12-27T04:48:49.921Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-27T04:48:49.921Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-27T04:48:49.923Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-27T04:48:49.923Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "c2efa01c-a26a-4dc1-a496-a1477906ffd3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672116529921,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/resourceInstances/basic_onboard_mxstjr0/artifacts/basic_onboard_mxstjr0_modules.json",
"status": "DEPLOY_OK"
}
2022-12-27T04:48:50.023Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-27T04:48:50.024Z||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-27T04:48:50.024Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F4yG6NuxTDCLg19T) ...
2022-12-27T04:48:50.037Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T04:48:50.037Z||pool-30-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-27T04:48:50.924Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/resourceInstances/basic_onboard_mxstjr0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-12-27T04:48:50.924Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/resourceInstances/basic_onboard_mxstjr0/artifacts/base_ubuntu18.yaml
2022-12-27T04:48:50.924Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-27T04:48:50.925Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-27T04:48:50.926Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-27T04:48:50.927Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "c2efa01c-a26a-4dc1-a496-a1477906ffd3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672116530924,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/resourceInstances/basic_onboard_mxstjr0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-12-27T04:48:51.027Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-27T04:48:51.028Z||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-27T04:48:51.028Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F4yG6NuxTDCLg19T) ...
2022-12-27T04:48:51.043Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T04:48:51.044Z||pool-31-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-12-27T04:48:51.927Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/resourceInstances/basic_onboard_mxstjr0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-12-27T04:48:51.928Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/resourceInstances/basic_onboard_mxstjr0/artifacts/base_ubuntu18.env
2022-12-27T04:48:51.928Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-27T04:48:51.928Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-27T04:48:51.930Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-27T04:48:51.931Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "c2efa01c-a26a-4dc1-a496-a1477906ffd3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672116531927,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/resourceInstances/basic_onboard_mxstjr0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-12-27T04:48:52.031Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-27T04:48:52.031Z||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-27T04:48:52.031Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F4yG6NuxTDCLg19T) ...
2022-12-27T04:48:52.045Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T04:48:52.045Z||pool-32-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-12-27T04:48:52.931Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/artifacts/service-BasicOnboardMxstjr-csar.csar ASDC sendASDCNotification
2022-12-27T04:48:52.932Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/artifacts/service-BasicOnboardMxstjr-csar.csar
2022-12-27T04:48:52.932Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-27T04:48:52.932Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-27T04:48:52.934Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-27T04:48:52.934Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "c2efa01c-a26a-4dc1-a496-a1477906ffd3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672116532931,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/artifacts/service-BasicOnboardMxstjr-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-27T04:48:53.034Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-27T04:48:53.035Z||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-27T04:48:53.035Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F4yG6NuxTDCLg19T) ...
2022-12-27T04:48:53.050Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T04:48:53.051Z||pool-33-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-12-27T04:48:53.935Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c2efa01c-a26a-4dc1-a496-a1477906ffd3
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-27T04:48:53.943Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c2efa01c-a26a-4dc1-a496-a1477906ffd3
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-27T04:48:53.946Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-27T04:48:53.946Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-27T04:48:53.946Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-27T04:48:53.947Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-27T04:48:53.947Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-27T04:48:53.947Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-27T04:48:53.947Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-27T04:48:53.947Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-27T04:48:53.947Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-27T04:48:53.948Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-27T04:48:53.952Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-27T04:49:23.952Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c2efa01c-a26a-4dc1-a496-a1477906ffd3 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-27T04:49:23.958Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c2efa01c-a26a-4dc1-a496-a1477906ffd3 and serviceModelVersionId: 243a685f-0fa2-44df-a554-4e4aea559f48
2022-12-27T04:49:23.958Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 15c352f8-6699-4884-a64d-b1a29621ccc1
2022-12-27T04:49:23.960Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/15c352f8-6699-4884-a64d-b1a29621ccc1/model-vers/model-ver/243a685f-0fa2-44df-a554-4e4aea559f48?depth=0
2022-12-27T04:49:23.965Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-12-27T04:49:24.017Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15c352f8-6699-4884-a64d-b1a29621ccc1/model-vers/model-ver/243a685f-0fa2-44df-a554-4e4aea559f48?depth=0|INFO|500||Invoke
2022-12-27T04:49:24.018Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15c352f8-6699-4884-a64d-b1a29621ccc1/model-vers/model-ver/243a685f-0fa2-44df-a554-4e4aea559f48?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15c352f8-6699-4884-a64d-b1a29621ccc1/model-vers/model-ver/243a685f-0fa2-44df-a554-4e4aea559f48?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c2efa01c-a26a-4dc1-a496-a1477906ffd3], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[5353724f-4a7d-4d50-a798-e524d8e1a2ea], X-ECOMP-RequestID=[c2efa01c-a26a-4dc1-a496-a1477906ffd3], X-TransactionId=[], X-ONAP-RequestID=[c2efa01c-a26a-4dc1-a496-a1477906ffd3], Content-Type=[application/merge-patch+json]}
2022-12-27T04:49:24.045Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15c352f8-6699-4884-a64d-b1a29621ccc1/model-vers/model-ver/243a685f-0fa2-44df-a554-4e4aea559f48?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-12-27T04:49:24.274Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15c352f8-6699-4884-a64d-b1a29621ccc1/model-vers/model-ver/243a685f-0fa2-44df-a554-4e4aea559f48?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/15c352f8-6699-4884-a64d-b1a29621ccc1/model-vers/model-ver/243a685f-0fa2-44df-a554-4e4aea559f48?depth=0 has http status code:200 and response headers:{date=[Tue, 27 Dec 2022 04:49:22 GMT], content-length=[0], vertex-id=[192592], x-aai-txid=[1-aai-resources-221227-04:49:22:631-60586], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-27T04:49:24.275Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15c352f8-6699-4884-a64d-b1a29621ccc1/model-vers/model-ver/243a685f-0fa2-44df-a554-4e4aea559f48?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-12-27T04:49:24.275Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15c352f8-6699-4884-a64d-b1a29621ccc1/model-vers/model-ver/243a685f-0fa2-44df-a554-4e4aea559f48?depth=0|INFO|500||InvokeReturn
2022-12-27T04:49:24.276Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-27T04:49:24.277Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-27T04:49:24.280Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-12-27T04:49:24.280Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c2efa01c-a26a-4dc1-a496-a1477906ffd3 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-27T04:49:24.280Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-27T04:49:24.281Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-27T04:49:24.283Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-27T04:49:24.283Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "c2efa01c-a26a-4dc1-a496-a1477906ffd3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672116564280,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-27T04:49:24.383Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-27T04:49:24.384Z||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-27T04:49:24.384Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F4yG6NuxTDCLg19T) ...
2022-12-27T04:49:24.461Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T04:49:24.461Z||pool-34-thread-1|||||INFO|500||cambria reply ok (77 ms):{"serverTimeMs":1,"count":1}
2022-12-27T04:49:24.515Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:49:24.516Z||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-27T04:49:24.516Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:49:25.196Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T04:49:25.197Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-27T04:49:25.197Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39dc74c6-c83a-4623-a8a2-54a33ddc0432",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672116511009,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-27T04:49:25.198Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-27T04:49:25.198Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-27T04:49:25.198Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2efa01c-a26a-4dc1-a496-a1477906ffd3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672116512024,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/resourceInstances/basic_onboard_mxstjr0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-27T04:49:25.198Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-27T04:49:25.198Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-27T04:49:25.198Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2efa01c-a26a-4dc1-a496-a1477906ffd3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672116512024,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/resourceInstances/basic_onboard_mxstjr0/artifacts/basic_onboard_mxstjr0_modules.json",
"status": "NOTIFIED"
}
2022-12-27T04:49:25.199Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-27T04:49:25.199Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-27T04:49:25.199Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2efa01c-a26a-4dc1-a496-a1477906ffd3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672116512024,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/resourceInstances/basic_onboard_mxstjr0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-12-27T04:49:25.199Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-27T04:49:25.199Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-27T04:49:25.199Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2efa01c-a26a-4dc1-a496-a1477906ffd3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672116512024,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/resourceInstances/basic_onboard_mxstjr0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-27T04:49:25.199Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-27T04:49:25.199Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-27T04:49:25.200Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2efa01c-a26a-4dc1-a496-a1477906ffd3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672116512024,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/resourceInstances/basic_onboard_mxstjr0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-12-27T04:49:25.200Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-27T04:49:25.200Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-27T04:49:25.200Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2efa01c-a26a-4dc1-a496-a1477906ffd3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672116512024,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/artifacts/service-BasicOnboardMxstjr-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-27T04:49:25.200Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-27T04:49:25.200Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-27T04:49:25.200Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2efa01c-a26a-4dc1-a496-a1477906ffd3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672116512024,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/artifacts/service-BasicOnboardMxstjr-csar.csar",
"status": "NOTIFIED"
}
2022-12-27T04:49:25.200Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-27T04:49:25.201Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-27T04:49:25.201Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2efa01c-a26a-4dc1-a496-a1477906ffd3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672116524026,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/artifacts/service-BasicOnboardMxstjr-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-27T04:49:25.201Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-27T04:49:25.201Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-27T04:49:25.201Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2efa01c-a26a-4dc1-a496-a1477906ffd3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672116526485,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/resourceInstances/basic_onboard_mxstjr0/artifacts/basic_onboard_mxstjr0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-12-27T04:49:25.201Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-27T04:49:25.201Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-27T04:49:25.201Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2efa01c-a26a-4dc1-a496-a1477906ffd3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672116527704,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/resourceInstances/basic_onboard_mxstjr0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-12-27T04:49:25.201Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-27T04:49:25.201Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-27T04:49:25.201Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2efa01c-a26a-4dc1-a496-a1477906ffd3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672116528821,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/resourceInstances/basic_onboard_mxstjr0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-12-27T04:49:25.202Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-27T04:49:25.202Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-27T04:49:25.202Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2efa01c-a26a-4dc1-a496-a1477906ffd3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672116529921,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/resourceInstances/basic_onboard_mxstjr0/artifacts/basic_onboard_mxstjr0_modules.json",
"status": "DEPLOY_OK"
}
2022-12-27T04:49:25.202Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-27T04:49:25.202Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-27T04:49:25.202Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2efa01c-a26a-4dc1-a496-a1477906ffd3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672116530924,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/resourceInstances/basic_onboard_mxstjr0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-12-27T04:49:25.202Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-27T04:49:25.202Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-27T04:49:25.202Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2efa01c-a26a-4dc1-a496-a1477906ffd3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672116531927,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/resourceInstances/basic_onboard_mxstjr0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-12-27T04:49:25.203Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-27T04:49:25.203Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-27T04:49:25.203Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2efa01c-a26a-4dc1-a496-a1477906ffd3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672116532931,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMxstjr/1.0/artifacts/service-BasicOnboardMxstjr-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-27T04:49:25.203Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-27T04:49:25.203Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-27T04:49:25.203Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c2efa01c-a26a-4dc1-a496-a1477906ffd3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672116564280,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-27T04:49:25.203Z||pool-2-thread-2|||||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-27T04:49:25.293Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:49:25.294Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|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-27T04:49:25.294Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:49:34.843Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T04:49:34.843Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:49:34.844Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|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-27T04:49:34.844Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:49:44.450Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T04:49:44.451Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:49:44.452Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|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-27T04:49:44.452Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:49:54.017Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T04:49:54.018Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:49:54.019Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|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-27T04:49:54.019Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:50:03.585Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T04:50:24.512Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:50:24.513Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|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-27T04:50:24.513Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:50:24.514Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:50:24.515Z||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-27T04:50:24.515Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:50:34.080Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T04:50:34.081Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T04:51:24.512Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:51:24.513Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|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-27T04:51:24.513Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:51:24.514Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:51:24.515Z||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-27T04:51:24.515Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:51:34.067Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T04:51:34.071Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T04:52:24.512Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:52:24.514Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|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-27T04:52:24.514Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:52:24.514Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:52:24.515Z||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-27T04:52:24.515Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:52:34.059Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T04:52:34.063Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T04:53:24.513Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:53:24.514Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:53:24.515Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|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-27T04:53:24.515Z||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-27T04:53:24.515Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:53:24.516Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:53:34.090Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T04:53:34.106Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T04:54:24.512Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:54:24.513Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|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-27T04:54:24.513Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:54:24.514Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:54:24.515Z||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-27T04:54:24.515Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:54:34.066Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T04:54:34.083Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T04:55:24.512Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:55:24.513Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|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-27T04:55:24.513Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:55:24.514Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:55:24.515Z||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-27T04:55:24.515Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:55:34.082Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T04:55:34.140Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T04:56:24.512Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:56:24.513Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|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-27T04:56:24.513Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:56:24.514Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:56:24.515Z||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-27T04:56:24.515Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:56:34.075Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T04:56:34.078Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T04:57:24.512Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:57:24.513Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|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-27T04:57:24.513Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:57:24.515Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:57:24.515Z||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-27T04:57:24.515Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:57:34.071Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T04:57:34.074Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T04:58:24.512Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:58:24.513Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|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-27T04:58:24.513Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:58:24.514Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:58:24.515Z||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-27T04:58:24.515Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:58:34.089Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T04:58:34.147Z|c2efa01c-a26a-4dc1-a496-a1477906ffd3|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T04:59:24.512Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:59:24.513Z||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-27T04:59:24.514Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T04:59:24.515Z||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-27T04:59:24.515Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:59:24.513Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T04:59:25.209Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T04:59:25.210Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-27T04:59:25.210Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd2af113-7d1a-440f-9a2b-ecf038550bc4",
"consumerID": "ves-openapi-manager",
"timestamp": 1672117113708,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-27T04:59:25.212Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T04:59:25.212Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-27T04:59:25.212Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-27T04:59:25.212Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd2af113-7d1a-440f-9a2b-ecf038550bc4",
"consumerID": "ves-openapi-manager",
"timestamp": 1672117113708,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-12-27T04:59:25.213Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-27T04:59:25.213Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-27T04:59:25.213Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd2af113-7d1a-440f-9a2b-ecf038550bc4",
"consumerID": "cds",
"timestamp": 1672117115659,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-27T04:59:25.213Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-27T04:59:25.213Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-27T04:59:25.213Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd2af113-7d1a-440f-9a2b-ecf038550bc4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672117116116,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-27T04:59:25.213Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-27T04:59:25.213Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-27T04:59:25.213Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd2af113-7d1a-440f-9a2b-ecf038550bc4",
"consumerID": "cds",
"timestamp": 1672117115659,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-12-27T04:59:25.214Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-27T04:59:25.214Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-27T04:59:25.214Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd2af113-7d1a-440f-9a2b-ecf038550bc4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672117116116,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-12-27T04:59:25.214Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-27T04:59:25.214Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-27T04:59:25.214Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd2af113-7d1a-440f-9a2b-ecf038550bc4",
"consumerID": "cds",
"timestamp": 1672117118977,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-27T04:59:25.214Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-27T04:59:25.214Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-27T04:59:25.214Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd2af113-7d1a-440f-9a2b-ecf038550bc4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672117119237,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-27T04:59:25.215Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-27T04:59:25.215Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-27T04:59:25.215Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"dd2af113-7d1a-440f-9a2b-ecf038550bc4","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"cf8224a0-def3-404d-a684-8a98647a0b2b","serviceDescription":"service","serviceInvariantUUID":"7f8c0135-2801-413b-b2bc-cb230659d380","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"863d2a08-34a1-44e7-a6ec-7d93ff091470","resourceInvariantUUID":"cc7feac7-83f2-4a7c-816f-a40c60865614","resourceCustomizationUUID":"60eebcb8-7c33-4574-945b-82b9027b87f3","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":"OTcxNzliMmQ5YTcxNjM3NTE2ZTViMmU2N2VkYTlhYWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d7a1f963-b59e-4a0f-a708-6f9f82e67b09","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YzMyM2M5ZTlmMWE2ODI5Y2EzMzI1NTJiYTRiMTYxOGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d5de41e7-3715-4db1-b7f5-acc32ae8e214","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-27T04:59:25.215Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-27T04:59:25.215Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd2af113-7d1a-440f-9a2b-ecf038550bc4",
"consumerID": "cds",
"timestamp": 1672117119991,
"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-27T04:59:25.223Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-27T04:59:25.224Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
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-27T04:59:25.232Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-27T04:59:25.232Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "dd2af113-7d1a-440f-9a2b-ecf038550bc4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672117164512,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-27T04:59:25.237Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of dd2af113-7d1a-440f-9a2b-ecf038550bc4
2022-12-27T04:59:25.237Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId dd2af113-7d1a-440f-9a2b-ecf038550bc4 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-27T04:59:25.249Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-27T04:59:25.249Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd2af113-7d1a-440f-9a2b-ecf038550bc4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672117120951,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-27T04:59:25.250Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-27T04:59:25.250Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-27T04:59:25.250Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd2af113-7d1a-440f-9a2b-ecf038550bc4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672117121957,
"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-27T04:59:25.253Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of dd2af113-7d1a-440f-9a2b-ecf038550bc4
2022-12-27T04:59:25.253Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId dd2af113-7d1a-440f-9a2b-ecf038550bc4 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-27T04:59:25.259Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-27T04:59:25.259Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd2af113-7d1a-440f-9a2b-ecf038550bc4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1672117123052,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-27T04:59:25.259Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-27T04:59:25.259Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-27T04:59:25.259Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd2af113-7d1a-440f-9a2b-ecf038550bc4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1672117123052,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-12-27T04:59:25.260Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-27T04:59:25.260Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-27T04:59:25.260Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd2af113-7d1a-440f-9a2b-ecf038550bc4",
"consumerID": "aai-ml",
"timestamp": 1672117125795,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-27T04:59:25.260Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-27T04:59:25.260Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-27T04:59:25.260Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd2af113-7d1a-440f-9a2b-ecf038550bc4",
"consumerID": "aai-ml",
"timestamp": 1672117125795,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-12-27T04:59:25.260Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-27T04:59:25.260Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-27T04:59:25.260Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd2af113-7d1a-440f-9a2b-ecf038550bc4",
"consumerID": "aai-ml",
"timestamp": 1672117129020,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-27T04:59:25.261Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-27T04:59:25.261Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-27T04:59:25.261Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd2af113-7d1a-440f-9a2b-ecf038550bc4",
"consumerID": "aai-ml",
"timestamp": 1672117135061,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-27T04:59:25.261Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-27T04:59:25.261Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-27T04:59:25.261Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd2af113-7d1a-440f-9a2b-ecf038550bc4",
"consumerID": "aai-ml",
"timestamp": 1672117136065,
"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-27T04:59:25.264Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of dd2af113-7d1a-440f-9a2b-ecf038550bc4
2022-12-27T04:59:25.264Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId dd2af113-7d1a-440f-9a2b-ecf038550bc4 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-27T04:59:25.331Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-27T04:59:25.332Z||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-27T04:59:25.333Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F4yG6NuxTDCLg19T) ...
2022-12-27T04:59:25.356Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T04:59:25.356Z||pool-35-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-12-27T04:59:26.232Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-27T04:59:26.233Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-27T04:59:26.236Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-27T04:59:26.236Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "dd2af113-7d1a-440f-9a2b-ecf038550bc4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672117164512,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-12-27T04:59:26.336Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-27T04:59:26.337Z||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-27T04:59:26.337Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F4yG6NuxTDCLg19T) ...
2022-12-27T04:59:26.348Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T04:59:26.348Z||pool-36-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-12-27T04:59:27.237Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
"distributionID": "dd2af113-7d1a-440f-9a2b-ecf038550bc4",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "cf8224a0-def3-404d-a684-8a98647a0b2b",
"serviceDescription": "service",
"serviceInvariantUUID": "7f8c0135-2801-413b-b2bc-cb230659d380",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "60eebcb8-7c33-4574-945b-82b9027b87f3",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "863d2a08-34a1-44e7-a6ec-7d93ff091470",
"resourceInvariantUUID": "cc7feac7-83f2-4a7c-816f-a40c60865614",
"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": "YzMyM2M5ZTlmMWE2ODI5Y2EzMzI1NTJiYTRiMTYxOGI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "d5de41e7-3715-4db1-b7f5-acc32ae8e214"
}
],
"workloadContext": "Production"
}
2022-12-27T04:59:27.237Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-27T04:59:27.238Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 cf8224a0-def3-404d-a684-8a98647a0b2b ASDC
2022-12-27T04:59:27.239Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:dd2af113-7d1a-440f-9a2b-ecf038550bc4
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:cf8224a0-def3-404d-a684-8a98647a0b2b
ServiceInvariantUUID:7f8c0135-2801-413b-b2bc-cb230659d380
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:d5de41e7-3715-4db1-b7f5-acc32ae8e214
ArtifactChecksum:YzMyM2M5ZTlmMWE2ODI5Y2EzMzI1NTJiYTRiMTYxOGI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:60eebcb8-7c33-4574-945b-82b9027b87f3
ResourceInvariantUUID:cc7feac7-83f2-4a7c-816f-a40c60865614
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:863d2a08-34a1-44e7-a6ec-7d93ff091470
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-12-27T04:59:27.239Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cf8224a0-def3-404d-a684-8a98647a0b2b 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-27T04:59:27.262Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-27T04:59:27.264Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-12-27T04:59:27.264Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-12-27T04:59:27.264Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: d5de41e7-3715-4db1-b7f5-acc32ae8e214 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-12-27T04:59:27.264Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-12-27T04:59:27.265Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-12-27T04:59:27.611Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-12-27T04:59:27.622Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar d5de41e7-3715-4db1-b7f5-acc32ae8e214 57653
2022-12-27T04:59:27.622Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||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-27T04:59:27.623Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||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-27T04:59:27.623Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-27T04:59:27.623Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-27T04:59:27.625Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-27T04:59:27.626Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "dd2af113-7d1a-440f-9a2b-ecf038550bc4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672117167622,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-27T04:59:27.726Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-27T04:59:27.727Z||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-27T04:59:27.727Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F4yG6NuxTDCLg19T) ...
2022-12-27T04:59:27.772Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T04:59:27.772Z||pool-37-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":0,"count":1}
2022-12-27T04:59:28.626Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-27T04:59:28.628Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-12-27T04:59:28.628Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: d5de41e7-3715-4db1-b7f5-acc32ae8e214, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-27T04:59:28.629Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-12-27T04:59:28.629Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-27T04:59:28.629Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-27T04:59:28.786Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11851912749687614174/Definitions/service-BasicNetwork-template.yml
2022-12-27T04:59:29.429Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-27T04:59:29.430Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-12-27T04:59:29.430Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-27T04:59:29.430Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-12-27T04:59:29.431Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||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-27T04:59:29.431Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||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-27T04:59:29.431Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||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-27T04:59:29.431Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||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-27T04:59:29.431Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-27T04:59:29.431Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||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-27T04:59:29.431Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||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-27T04:59:29.432Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||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-27T04:59:29.432Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-12-27T04:59:29.432Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-27T04:59:29.432Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-27T04:59:29.433Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-12-27T04:59:29.433Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-12-27T04:59:29.433Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-27T04:59:29.433Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-27T04:59:29.434Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-27T04:59:29.434Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-12-27T04:59:29.434Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-12-27T04:59:29.434Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-27T04:59:29.434Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-27T04:59:29.434Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-27T04:59:29.434Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-27T04:59:29.435Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-27T04:59:29.435Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-27T04:59:29.435Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-27T04:59:29.435Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-27T04:59:29.436Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-27T04:59:29.436Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-27T04:59:29.436Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-27T04:59:29.436Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:cf8224a0-def3-404d-a684-8a98647a0b2b
Model Version:NULL
Model InvariantUuid:7f8c0135-2801-413b-b2bc-cb230659d380
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:cc7feac7-83f2-4a7c-816f-a40c60865614
Model UUID:d7e7e7ee-f4ad-42c3-9670-64b5c92ee344
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:60eebcb8-7c33-4574-945b-82b9027b87f3
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-27T04:59:29.440Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||INFO|500||Processing Resource Type: VL, Model UUID: 863d2a08-34a1-44e7-a6ec-7d93ff091470
2022-12-27T04:59:29.441Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||INFO|500||No resources found for Service: cf8224a0-def3-404d-a684-8a98647a0b2b
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-27T04:59:29.446Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||INFO|500||
2022-12-27T04:59:29.447Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-12-27T04:59:29.448Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||DEBUG|500||No resources found for Service: cf8224a0-def3-404d-a684-8a98647a0b2b
2022-12-27T04:59:29.448Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: cf8224a0-def3-404d-a684-8a98647a0b2b
2022-12-27T04:59:29.448Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-12-27T04:59:29.448Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||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-27T04:59:29.451Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@303481b6, org.onap.sdc.toscaparser.api.parameters.Input@3f54a6b, org.onap.sdc.toscaparser.api.parameters.Input@43998cad, org.onap.sdc.toscaparser.api.parameters.Input@1d19ffb, org.onap.sdc.toscaparser.api.parameters.Input@15fc9746]
2022-12-27T04:59:29.452Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-27T04:59:29.452Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-27T04:59:29.453Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-27T04:59:29.453Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-27T04:59:29.453Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid cf8224a0-def3-404d-a684-8a98647a0b2b: Generic NeutronNet
2022-12-27T04:59:29.453Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-27T04:59:29.453Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-27T04:59:29.453Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-27T04:59:29.454Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||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-27T04:59:29.486Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-27T04:59:29.486Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-27T04:59:29.487Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-27T04:59:29.487Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-27T04:59:29.487Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-27T04:59:29.487Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-27T04:59:29.487Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||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-27T04:59:29.522Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2022-12-27T04:59:29.523Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||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-27T04:59:29.523Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||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-27T04:59:29.523Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-27T04:59:29.523Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-27T04:59:29.525Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-27T04:59:29.525Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "dd2af113-7d1a-440f-9a2b-ecf038550bc4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672117169523,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-27T04:59:29.625Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-27T04:59:29.627Z||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-27T04:59:29.627Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F4yG6NuxTDCLg19T) ...
2022-12-27T04:59:29.641Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T04:59:29.641Z||pool-38-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-27T04:59:30.526Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dd2af113-7d1a-440f-9a2b-ecf038550bc4
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-27T04:59:30.536Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dd2af113-7d1a-440f-9a2b-ecf038550bc4
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-27T04:59:30.540Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-27T04:59:30.540Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-27T04:59:30.540Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-27T04:59:30.540Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-27T04:59:30.540Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-27T04:59:30.540Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-27T04:59:30.540Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-27T04:59:30.541Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-27T04:59:30.541Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-27T04:59:30.544Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-27T05:00:00.544Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: dd2af113-7d1a-440f-9a2b-ecf038550bc4 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-27T05:00:00.549Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: dd2af113-7d1a-440f-9a2b-ecf038550bc4 and serviceModelVersionId: cf8224a0-def3-404d-a684-8a98647a0b2b
2022-12-27T05:00:00.549Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7f8c0135-2801-413b-b2bc-cb230659d380
2022-12-27T05:00:00.551Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7f8c0135-2801-413b-b2bc-cb230659d380/model-vers/model-ver/cf8224a0-def3-404d-a684-8a98647a0b2b?depth=0
2022-12-27T05:00:00.556Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-12-27T05:00:00.617Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f8c0135-2801-413b-b2bc-cb230659d380/model-vers/model-ver/cf8224a0-def3-404d-a684-8a98647a0b2b?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-27T05:00:00.619Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f8c0135-2801-413b-b2bc-cb230659d380/model-vers/model-ver/cf8224a0-def3-404d-a684-8a98647a0b2b?depth=0|INFO|500||Invoke
2022-12-27T05:00:00.640Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f8c0135-2801-413b-b2bc-cb230659d380/model-vers/model-ver/cf8224a0-def3-404d-a684-8a98647a0b2b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-12-27T05:00:00.951Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f8c0135-2801-413b-b2bc-cb230659d380/model-vers/model-ver/cf8224a0-def3-404d-a684-8a98647a0b2b?depth=0|INFO|500||InvokeReturn
2022-12-27T05:00:00.951Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f8c0135-2801-413b-b2bc-cb230659d380/model-vers/model-ver/cf8224a0-def3-404d-a684-8a98647a0b2b?depth=0 has http status code:200 and response headers:{date=[Tue, 27 Dec 2022 04:59:59 GMT], content-length=[0], vertex-id=[208896], x-aai-txid=[2-aai-resources-221227-04:59:59:227-3343], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-27T05:00:00.952Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2022-12-27T05:00:00.952Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-27T05:00:00.953Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-27T05:00:00.955Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-12-27T05:00:00.956Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID dd2af113-7d1a-440f-9a2b-ecf038550bc4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-27T05:00:00.956Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-27T05:00:00.956Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-27T05:00:00.958Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-27T05:00:00.958Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "dd2af113-7d1a-440f-9a2b-ecf038550bc4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672117200956,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-27T05:00:01.058Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-27T05:00:01.059Z||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-27T05:00:01.059Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F4yG6NuxTDCLg19T) ...
2022-12-27T05:00:01.099Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T05:00:01.099Z||pool-39-thread-1|||||INFO|500||cambria reply ok (40 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-27T05:00:24.512Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T05:00:24.513Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|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-27T05:00:24.513Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|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 F4yG6NuxTDCLg19T) ...
2022-12-27T05:00:24.514Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-27T05:00:24.515Z||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-27T05:00:24.515Z||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 F4yG6NuxTDCLg19T) ...
2022-12-27T05:00:24.672Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T05:00:24.673Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-27T05:00:24.673Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd2af113-7d1a-440f-9a2b-ecf038550bc4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672117164512,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-27T05:00:24.674Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-27T05:00:25.206Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T05:00:25.207Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-27T05:00:25.207Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"4c0ce416-98eb-4482-ba4f-681a664985c9","serviceName":"Demo_pNF_TUV4zMVh9M1wUGDfTfVj","serviceVersion":"1.0","serviceUUID":"1055bbd9-5b76-4585-8fb2-c25782eff081","serviceDescription":"catalog service description","serviceInvariantUUID":"f1c9159d-732b-4792-a625-4c6ae7935d5f","resources":[{"resourceInstanceName":"pNF 78d32620-727c 0","resourceName":"pNF 78d32620-727c","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"0cbad936-c118-4900-91ea-adb040c5ccc3","resourceInvariantUUID":"1cc419b4-1456-4666-a096-8f9b7191ac51","resourceCustomizationUUID":"2a8d310e-a394-4544-93af-6ff94970adb6","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTuv4zmvh9m1wugdftfvj/1.0/resourceInstances/pnf78d32620727c0/artifacts/vf-license-model.xml","artifactChecksum":"NzY1YzUwM2MxNTk3MzRjYmE4MzkxZDA4ZTdhNjIzNzM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b32a16c4-ab79-4275-a79d-158810bbab50","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTuv4zmvh9m1wugdftfvj/1.0/resourceInstances/pnf78d32620727c0/artifacts/pNF.csar","artifactChecksum":"YjkyZWUzYzEzZDkzZGY3MzM3YmY1ZDVlM2E0NjJmNTg\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c841c15a-3721-4a0a-b2e5-239c80bc3624","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTuv4zmvh9m1wugdftfvj/1.0/resourceInstances/pnf78d32620727c0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"aa8d22dd-f811-457d-a832-7ea71afcfc6b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTuv4zmvh9m1wugdftfvj/1.0/resourceInstances/pnf78d32620727c0/artifacts/vendor-license-model.xml","artifactChecksum":"YTI2Y2ExNGQ1ZTMzOTJmYTBiZGU4ZWUyY2RhNzY5NGI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"34b0128a-c971-43e1-aeab-07475e29a7de","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfTuv4zmvh9m1wugdftfvj/1.0/resourceInstances/pnf78d32620727c0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"310754b4-b54e-4246-a72f-59878401f069","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfTuv4zmvh9m1wugdftfvj/1.0/resourceInstances/pnf78d32620727c0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7cd18adc-1fbd-4b8c-badd-032dd7f3ff32","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfTuv4zmvh9m1wugdftfvj-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTuv4zmvh9m1wugdftfvj/1.0/artifacts/service-DemoPnfTuv4zmvh9m1wugdftfvj-template.yml","artifactChecksum":"NDI3NmVmNjcxYTlkMmUzMjJhMGEwMTA2ODljNjYyYzQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"26a6c7f5-9fcd-450c-9ed0-bd538806ec04","artifactVersion":"1"},{"artifactName":"service-DemoPnfTuv4zmvh9m1wugdftfvj-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfTuv4zmvh9m1wugdftfvj/1.0/artifacts/service-DemoPnfTuv4zmvh9m1wugdftfvj-csar.csar","artifactChecksum":"M2JlZjlhYWRlMWY2ZmY3ZGNjZjgzNDdhYWI4Yzg4MTY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"010ec56f-a2b1-4c90-8ed1-acaf5a461426","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-27T05:00:25.210Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-27T05:00:25.210Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-27T05:00:25.212Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-27T05:00:25.212Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "4c0ce416-98eb-4482-ba4f-681a664985c9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672117224512,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTuv4zmvh9m1wugdftfvj/1.0/resourceInstances/pnf78d32620727c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-27T05:00:25.312Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-27T05:00:25.313Z||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-27T05:00:25.313Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F4yG6NuxTDCLg19T) ...
2022-12-27T05:00:25.325Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T05:00:25.326Z||pool-40-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-27T05:00:26.213Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-27T05:00:26.214Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-27T05:00:26.215Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-27T05:00:26.215Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "4c0ce416-98eb-4482-ba4f-681a664985c9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672117224512,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTuv4zmvh9m1wugdftfvj/1.0/resourceInstances/pnf78d32620727c0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-12-27T05:00:26.316Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-27T05:00:26.318Z||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-27T05:00:26.318Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F4yG6NuxTDCLg19T) ...
2022-12-27T05:00:26.331Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T05:00:26.332Z||pool-41-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-12-27T05:00:27.216Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-27T05:00:27.217Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-27T05:00:27.218Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-27T05:00:27.218Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "4c0ce416-98eb-4482-ba4f-681a664985c9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672117224512,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTuv4zmvh9m1wugdftfvj/1.0/resourceInstances/pnf78d32620727c0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-12-27T05:00:27.319Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-27T05:00:27.319Z||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-27T05:00:27.320Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F4yG6NuxTDCLg19T) ...
2022-12-27T05:00:27.362Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T05:00:27.363Z||pool-42-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":0,"count":1}
2022-12-27T05:00:28.219Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-27T05:00:28.220Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-27T05:00:28.222Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-27T05:00:28.222Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "4c0ce416-98eb-4482-ba4f-681a664985c9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672117224512,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTuv4zmvh9m1wugdftfvj/1.0/resourceInstances/pnf78d32620727c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-27T05:00:28.322Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-27T05:00:28.323Z||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-27T05:00:28.323Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F4yG6NuxTDCLg19T) ...
2022-12-27T05:00:28.343Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T05:00:28.344Z||pool-43-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-12-27T05:00:29.222Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-27T05:00:29.223Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-27T05:00:29.225Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-27T05:00:29.225Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "4c0ce416-98eb-4482-ba4f-681a664985c9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672117224512,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTuv4zmvh9m1wugdftfvj/1.0/resourceInstances/pnf78d32620727c0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-27T05:00:29.325Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-27T05:00:29.326Z||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-27T05:00:29.327Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F4yG6NuxTDCLg19T) ...
2022-12-27T05:00:29.339Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T05:00:29.340Z||pool-44-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-27T05:00:30.226Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-27T05:00:30.227Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-27T05:00:30.229Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-27T05:00:30.229Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "4c0ce416-98eb-4482-ba4f-681a664985c9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672117224512,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTuv4zmvh9m1wugdftfvj/1.0/resourceInstances/pnf78d32620727c0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-27T05:00:30.329Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-27T05:00:30.329Z||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-27T05:00:30.330Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F4yG6NuxTDCLg19T) ...
2022-12-27T05:00:30.343Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T05:00:30.344Z||pool-45-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-27T05:00:31.229Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-27T05:00:31.230Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-27T05:00:31.232Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-27T05:00:31.232Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "4c0ce416-98eb-4482-ba4f-681a664985c9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672117224512,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTuv4zmvh9m1wugdftfvj/1.0/artifacts/service-DemoPnfTuv4zmvh9m1wugdftfvj-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-27T05:00:31.332Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-27T05:00:31.333Z||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-27T05:00:31.334Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F4yG6NuxTDCLg19T) ...
2022-12-27T05:00:31.352Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T05:00:31.353Z||pool-46-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-12-27T05:00:32.232Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-27T05:00:32.233Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-27T05:00:32.235Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-27T05:00:32.235Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "4c0ce416-98eb-4482-ba4f-681a664985c9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672117224512,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTuv4zmvh9m1wugdftfvj/1.0/artifacts/service-DemoPnfTuv4zmvh9m1wugdftfvj-csar.csar",
"status": "NOTIFIED"
}
2022-12-27T05:00:32.335Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-27T05:00:32.336Z||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-27T05:00:32.336Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F4yG6NuxTDCLg19T) ...
2022-12-27T05:00:32.368Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T05:00:32.369Z||pool-47-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-12-27T05:00:33.237Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
"distributionID": "4c0ce416-98eb-4482-ba4f-681a664985c9",
"serviceName": "Demo_pNF_TUV4zMVh9M1wUGDfTfVj",
"serviceVersion": "1.0",
"serviceUUID": "1055bbd9-5b76-4585-8fb2-c25782eff081",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "f1c9159d-732b-4792-a625-4c6ae7935d5f",
"resources": [
{
"resourceInstanceName": "pNF 78d32620-727c 0",
"resourceCustomizationUUID": "2a8d310e-a394-4544-93af-6ff94970adb6",
"resourceName": "pNF 78d32620-727c",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "0cbad936-c118-4900-91ea-adb040c5ccc3",
"resourceInvariantUUID": "1cc419b4-1456-4666-a096-8f9b7191ac51",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfTuv4zmvh9m1wugdftfvj-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTuv4zmvh9m1wugdftfvj/1.0/artifacts/service-DemoPnfTuv4zmvh9m1wugdftfvj-csar.csar",
"artifactChecksum": "M2JlZjlhYWRlMWY2ZmY3ZGNjZjgzNDdhYWI4Yzg4MTY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "010ec56f-a2b1-4c90-8ed1-acaf5a461426"
}
],
"workloadContext": "Production"
}
2022-12-27T05:00:33.237Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-27T05:00:33.237Z|dd2af113-7d1a-440f-9a2b-ecf038550bc4|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 1055bbd9-5b76-4585-8fb2-c25782eff081 ASDC
2022-12-27T05:00:33.237Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:4c0ce416-98eb-4482-ba4f-681a664985c9
ServiceName:Demo_pNF_TUV4zMVh9M1wUGDfTfVj
ServiceVersion:1.0
ServiceUUID:1055bbd9-5b76-4585-8fb2-c25782eff081
ServiceInvariantUUID:f1c9159d-732b-4792-a625-4c6ae7935d5f
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfTuv4zmvh9m1wugdftfvj-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfTuv4zmvh9m1wugdftfvj/1.0/artifacts/service-DemoPnfTuv4zmvh9m1wugdftfvj-csar.csar
ArtifactUUID:010ec56f-a2b1-4c90-8ed1-acaf5a461426
ArtifactChecksum:M2JlZjlhYWRlMWY2ZmY3ZGNjZjgzNDdhYWI4Yzg4MTY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 78d32620-727c 0
ResourceCustomizationUUID:2a8d310e-a394-4544-93af-6ff94970adb6
ResourceInvariantUUID:1cc419b4-1456-4666-a096-8f9b7191ac51
ResourceName:pNF 78d32620-727c
ResourceType:PNF
ResourceUUID:0cbad936-c118-4900-91ea-adb040c5ccc3
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2022-12-27T05:00:33.237Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1055bbd9-5b76-4585-8fb2-c25782eff081 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-27T05:00:33.256Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-27T05:00:33.257Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-12-27T05:00:33.257Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-12-27T05:00:33.257Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 010ec56f-a2b1-4c90-8ed1-acaf5a461426 from URL: /sdc/v1/catalog/services/DemoPnfTuv4zmvh9m1wugdftfvj/1.0/artifacts/service-DemoPnfTuv4zmvh9m1wugdftfvj-csar.csar
2022-12-27T05:00:33.257Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-12-27T05:00:33.257Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfTuv4zmvh9m1wugdftfvj/1.0/artifacts/service-DemoPnfTuv4zmvh9m1wugdftfvj-csar.csar
2022-12-27T05:00:33.634Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-12-27T05:00:33.639Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfTuv4zmvh9m1wugdftfvj/1.0/artifacts/service-DemoPnfTuv4zmvh9m1wugdftfvj-csar.csar 010ec56f-a2b1-4c90-8ed1-acaf5a461426 87790
2022-12-27T05:00:33.640Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfTuv4zmvh9m1wugdftfvj/1.0/artifacts/service-DemoPnfTuv4zmvh9m1wugdftfvj-csar.csar ASDC sendASDCNotification
2022-12-27T05:00:33.640Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfTuv4zmvh9m1wugdftfvj/1.0/artifacts/service-DemoPnfTuv4zmvh9m1wugdftfvj-csar.csar
2022-12-27T05:00:33.640Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-27T05:00:33.640Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-12-27T05:00:33.642Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-27T05:00:33.642Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "4c0ce416-98eb-4482-ba4f-681a664985c9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672117233639,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTuv4zmvh9m1wugdftfvj/1.0/artifacts/service-DemoPnfTuv4zmvh9m1wugdftfvj-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-27T05:00:33.742Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-27T05:00:33.743Z||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-27T05:00:33.744Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F4yG6NuxTDCLg19T) ...
2022-12-27T05:00:33.808Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-27T05:00:33.809Z||pool-48-thread-1|||||INFO|500||cambria reply ok (66 ms):{"serverTimeMs":0,"count":1}
2022-12-27T05:00:34.643Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-27T05:00:34.644Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-12-27T05:00:34.644Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 010ec56f-a2b1-4c90-8ed1-acaf5a461426, URL: /sdc/v1/catalog/services/DemoPnfTuv4zmvh9m1wugdftfvj/1.0/artifacts/service-DemoPnfTuv4zmvh9m1wugdftfvj-csar.csar to file: /app/ASDC/1/service-DemoPnfTuv4zmvh9m1wugdftfvj-csar.csar
2022-12-27T05:00:34.645Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfTuv4zmvh9m1wugdftfvj-csar.csar
2022-12-27T05:00:34.646Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfTuv4zmvh9m1wugdftfvj-csar.csar
2022-12-27T05:00:34.646Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfTuv4zmvh9m1wugdftfvj-csar.csar
2022-12-27T05:00:34.753Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP937430803284351070/Definitions/service-DemoPnfTuv4zmvh9m1wugdftfvj-template.yml
2022-12-27T05:00:35.476Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-27T05:00:35.477Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-12-27T05:00:35.477Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfTuv4zmvh9m1wugdftfvj-csar.csar
2022-12-27T05:00:35.477Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-12-27T05:00:35.477Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||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-DemoPnfTuv4zmvh9m1wugdftfvj-csar.csar
2022-12-27T05:00:35.478Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfTuv4zmvh9m1wugdftfvj-csar.csar
2022-12-27T05:00:35.478Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||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-DemoPnfTuv4zmvh9m1wugdftfvj-csar.csar
2022-12-27T05:00:35.478Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfTuv4zmvh9m1wugdftfvj-csar.csar
2022-12-27T05:00:35.478Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfTuv4zmvh9m1wugdftfvj-csar.csar
2022-12-27T05:00:35.479Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 78d32620-727c 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-DemoPnfTuv4zmvh9m1wugdftfvj-csar.csar
2022-12-27T05:00:35.479Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfTuv4zmvh9m1wugdftfvj-csar.csar
2022-12-27T05:00:35.479Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-12-27T05:00:35.480Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-27T05:00:35.480Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_TUV4zMVh9M1wUGDfTfVj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-27T05:00:35.480Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||DEBUG|500||Node template pNF 78d32620-727c 0 is matching search criteria
2022-12-27T05:00:35.480Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-12-27T05:00:35.481Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 78d32620-727c 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-27T05:00:35.481Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-27T05:00:35.482Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_TUV4zMVh9M1wUGDfTfVj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-27T05:00:35.482Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||DEBUG|500||Node template pNF 78d32620-727c 0 is matching search criteria
2022-12-27T05:00:35.482Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-12-27T05:00:35.482Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 78d32620-727c 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-27T05:00:35.483Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-27T05:00:35.483Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_TUV4zMVh9M1wUGDfTfVj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-27T05:00:35.483Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-27T05:00:35.483Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_TUV4zMVh9M1wUGDfTfVj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-27T05:00:35.484Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-27T05:00:35.484Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_TUV4zMVh9M1wUGDfTfVj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-27T05:00:35.484Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-27T05:00:35.485Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_TUV4zMVh9M1wUGDfTfVj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-27T05:00:35.485Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-27T05:00:35.485Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_TUV4zMVh9M1wUGDfTfVj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-27T05:00:35.486Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_TUV4zMVh9M1wUGDfTfVj
Description:catalog service description
Model UUID:1055bbd9-5b76-4585-8fb2-c25782eff081
Model Version:NULL
Model InvariantUuid:f1c9159d-732b-4792-a625-4c6ae7935d5f
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-27T05:00:35.493Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||INFO|500||Processing Resource Type: PNF, Model UUID: 0cbad936-c118-4900-91ea-adb040c5ccc3
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-27T05:00:35.496Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||INFO|500||pNF 78d32620-727c 0
2022-12-27T05:00:35.496Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 0cbad936-c118-4900-91ea-adb040c5ccc3
2022-12-27T05:00:35.496Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||DEBUG|500||No resources found for Service: 1055bbd9-5b76-4585-8fb2-c25782eff081
2022-12-27T05:00:35.496Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 1055bbd9-5b76-4585-8fb2-c25782eff081
2022-12-27T05:00:35.497Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 78d32620-727c 0 0cbad936-c118-4900-91ea-adb040c5ccc3 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-27T05:00:35.499Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@79e18e18, org.onap.sdc.toscaparser.api.parameters.Input@13c13f61, org.onap.sdc.toscaparser.api.parameters.Input@17ffa79f, org.onap.sdc.toscaparser.api.parameters.Input@5086f8ef, org.onap.sdc.toscaparser.api.parameters.Input@25e22da9]
2022-12-27T05:00:35.500Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-27T05:00:35.500Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_TUV4zMVh9M1wUGDfTfVj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-27T05:00:35.500Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 1055bbd9-5b76-4585-8fb2-c25782eff081: pNF 78d32620-727c
2022-12-27T05:00:35.501Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||INFO|500||Processing PNF resource: 0cbad936-c118-4900-91ea-adb040c5ccc3
2022-12-27T05:00:35.501Z|4c0ce416-98eb-4482-ba4f-681a664985c9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery