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-11-22T05:15:45.033Z||main|||||INFO|500||The following profiles are active: basic
2022-11-22T05:16:00.464Z||main|||||INFO|500||Starting service [Tomcat]
2022-11-22T05:16:00.465Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-11-22T05:16:00.579Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-11-22T05:16:05.238Z||main|||||INFO|500||catdb-pool - Starting...
2022-11-22T05:16:05.811Z||main|||||INFO|500||catdb-pool - Start completed.
2022-11-22T05:16:06.393Z||main|||||INFO|500||reqdb-pool - Starting...
2022-11-22T05:16:06.405Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-11-22T05:16:06.595Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-11-22T05:16:06.978Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-11-22T05:16:08.050Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-11-22T05:16:10.647Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-11-22T05:16:13.509Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-11-22T05:16:13.589Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-11-22T05:16:14.693Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-11-22T05:16:15.212Z||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-11-22T05:16:16.890Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-11-22T05:16:18.499Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-11-22T05:16:18.526Z||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$$4f705321.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-11-22T05:16:18.527Z||main|||||WARN|500||The sdc end point is not alive
2022-11-22T05:16:22.390Z||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-11-22T05:16:25.465Z||main|||||WARN|500||---
2022-11-22T05:16:25.465Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-11-22T05:16:25.465Z||main|||||WARN|500||---
2022-11-22T05:16:25.971Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-11-22T05:16:31.784Z||main|||||INFO|500||Started Application in 50.769 seconds (JVM running for 53.687)
2022-11-22T05:16:31.818Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-11-22T05:16:31.831Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-11-22T05:16:31.844Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-11-22T05:16:31.869Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-11-22T05:16:31.932Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= f2740134-ff17-4f39-ac00-d0040ee7b224 url= /sdc/v1/artifactTypes
2022-11-22T05:16:31.935Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-11-22T05:16:32.234Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-11-22T05:16:32.263Z||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-11-22T05:16:32.287Z||scheduling-1|||||DEBUG|500||create keys
2022-11-22T05:16:32.295Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-11-22T05:16:32.327Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T05:16:32.346Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 79b95413-d2f6-4931-b313-08965a2204fb url= /sdc/v1/registerForDistribution
2022-11-22T05:16:32.434Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 79b95413-d2f6-4931-b313-08965a2204fb url= /sdc/v1/registerForDistribution
2022-11-22T05:16:32.435Z||scheduling-1|||||INFO|500||start DistributionClient
2022-11-22T05:16:32.451Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T05:16:32.452Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-11-22T05:16:32.452Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T05:16:32.467Z||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-11-22T05:16:32.468Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T05:16:32.469Z||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-11-22T05:16:32.473Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I42KzNhva7kiZ3wc) ...
2022-11-22T05:16:42.893Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T05:16:42.902Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T05:17:32.443Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T05:17:32.444Z||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-11-22T05:17:32.445Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T05:17:32.445Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T05:17:32.445Z||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-11-22T05:17:32.446Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T05:17:41.998Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T05:17:41.999Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T05:18:32.443Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T05:18:32.445Z||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-11-22T05:18:32.445Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T05:18:32.445Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T05:18:32.445Z||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-11-22T05:18:32.445Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T05:18:41.991Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T05:18:41.993Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T05:19:32.443Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T05:19:32.445Z||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-11-22T05:19:32.446Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T05:19:32.453Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T05:19:32.453Z||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-11-22T05:19:32.454Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T05:19:42.004Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T05:19:42.024Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T05:20:32.443Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T05:20:32.445Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T05:20:32.446Z||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-11-22T05:20:32.446Z||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-11-22T05:20:32.446Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T05:20:32.446Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T05:20:42.013Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T05:20:42.024Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T05:21:32.444Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T05:21:32.445Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T05:21:32.445Z||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-11-22T05:21:32.445Z||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-11-22T05:21:32.446Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T05:21:32.446Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T05:21:41.997Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T05:21:42.000Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T05:22:32.443Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T05:22:32.444Z||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-11-22T05:22:32.444Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T05:22:32.446Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T05:22:32.446Z||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-11-22T05:22:32.447Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T05:22:42.015Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T05:22:42.024Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T05:23:32.443Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T05:23:32.445Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T05:23:32.446Z||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-11-22T05:23:32.446Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T05:23:32.450Z||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-11-22T05:23:32.450Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T05:23:41.998Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T05:23:41.998Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T05:24:32.444Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T05:24:32.445Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T05:24:32.449Z||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-11-22T05:24:32.449Z||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-11-22T05:24:32.450Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T05:24:32.450Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T05:24:41.995Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T05:24:42.027Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T05:25:32.443Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T05:25:32.445Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T05:25:32.445Z||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-11-22T05:25:32.445Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T05:25:32.454Z||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-11-22T05:25:32.454Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T05:25:41.993Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T05:25:41.995Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T05:26:28.065Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-11-22T05:26:32.443Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T05:26:32.444Z||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-11-22T05:26:32.444Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T05:26:32.446Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T05:26:32.446Z||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-11-22T05:26:32.447Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T05:26:41.993Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T05:26:42.000Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T05:27:32.443Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T05:27:32.445Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T05:27:32.445Z||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-11-22T05:27:32.445Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T05:27:32.449Z||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-11-22T05:27:32.451Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T05:27:42.007Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T05:27:42.013Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T05:28:32.443Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T05:28:32.444Z||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-11-22T05:28:32.445Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T05:28:32.445Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T05:28:32.446Z||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-11-22T05:28:32.446Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T05:28:41.993Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T05:28:41.996Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T05:29:32.451Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T05:29:32.444Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T05:29:32.452Z||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-11-22T05:29:32.452Z||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-11-22T05:29:32.453Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T05:29:32.453Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T05:29:42.039Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T05:29:42.041Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T05:30:32.443Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T05:30:32.444Z||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-11-22T05:30:32.444Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T05:30:32.445Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T05:30:32.445Z||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-11-22T05:30:32.446Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T05:30:42.013Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T05:30:42.013Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T05:31:32.443Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T05:31:32.444Z||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-11-22T05:31:32.444Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T05:31:32.445Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T05:31:32.446Z||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-11-22T05:31:32.446Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T05:31:41.992Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T05:31:42.002Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T05:32:32.443Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T05:32:32.445Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T05:32:32.445Z||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-11-22T05:32:32.445Z||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-11-22T05:32:32.445Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T05:32:32.445Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T05:32:42.026Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T05:32:42.033Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T05:33:32.443Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T05:33:32.444Z||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-11-22T05:33:32.444Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T05:33:32.445Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T05:33:32.445Z||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-11-22T05:33:32.445Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T05:33:41.995Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T05:33:42.000Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T05:34:32.443Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T05:34:32.445Z||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-11-22T05:34:32.446Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T05:34:32.446Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T05:34:32.449Z||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-11-22T05:34:32.449Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T05:34:42.018Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T05:34:42.034Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T05:35:32.443Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T05:35:32.445Z||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-11-22T05:35:32.445Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T05:35:32.448Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T05:35:32.449Z||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-11-22T05:35:32.449Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T05:35:41.999Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T05:35:42.011Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T05:36:32.443Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T05:36:32.445Z||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-11-22T05:36:32.445Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T05:36:32.445Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T05:36:32.446Z||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-11-22T05:36:32.447Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T05:36:42.012Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T05:36:42.014Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T05:37:32.443Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T05:37:32.444Z||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-11-22T05:37:32.445Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T05:37:32.445Z||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-11-22T05:37:32.446Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T05:37:32.444Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T05:37:42.011Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T05:37:42.015Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T05:38:32.443Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T05:38:32.444Z||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-11-22T05:38:32.444Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T05:38:32.445Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T05:38:32.445Z||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-11-22T05:38:32.446Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T05:38:41.988Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T05:38:41.992Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T05:39:32.443Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T05:39:32.445Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T05:39:32.445Z||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-11-22T05:39:32.446Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T05:39:32.446Z||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-11-22T05:39:32.447Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T05:39:42.032Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T05:39:42.032Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T05:40:32.443Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T05:40:32.444Z||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-11-22T05:40:32.444Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T05:40:32.445Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T05:40:32.445Z||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-11-22T05:40:32.445Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T05:40:42.041Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T05:40:42.042Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T05:41:32.443Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T05:41:32.445Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T05:41:32.445Z||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-11-22T05:41:32.445Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T05:41:32.445Z||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-11-22T05:41:32.445Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T05:41:42.025Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T05:41:42.029Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T05:42:32.443Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T05:42:32.444Z||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-11-22T05:42:32.444Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T05:42:32.445Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T05:42:32.446Z||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-11-22T05:42:32.446Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T05:42:41.998Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T05:42:42.003Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T05:43:32.443Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T05:43:32.444Z||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-11-22T05:43:32.445Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T05:43:32.445Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T05:43:32.447Z||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-11-22T05:43:32.447Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T05:43:42.020Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T05:43:42.072Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T05:44:32.443Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T05:44:32.445Z||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-11-22T05:44:32.445Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T05:44:32.445Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T05:44:32.446Z||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-11-22T05:44:32.446Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T05:44:42.021Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T05:44:42.023Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T05:45:32.443Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T05:45:32.445Z||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-11-22T05:45:32.445Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T05:45:32.446Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T05:45:32.447Z||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-11-22T05:45:32.447Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T05:45:42.005Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T05:45:42.009Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T05:46:32.443Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T05:46:32.444Z||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-11-22T05:46:32.444Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T05:46:32.445Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T05:46:32.447Z||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-11-22T05:46:32.448Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T05:46:42.012Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T05:46:42.029Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T05:47:32.443Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T05:47:32.444Z||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-11-22T05:47:32.444Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T05:47:32.445Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T05:47:32.446Z||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-11-22T05:47:32.446Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T05:47:42.007Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T05:47:42.010Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T05:48:32.443Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T05:48:32.445Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T05:48:32.445Z||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-11-22T05:48:32.445Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T05:48:32.446Z||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-11-22T05:48:32.446Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T05:48:42.007Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T05:48:42.010Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T05:49:32.443Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T05:49:32.444Z||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-11-22T05:49:32.444Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T05:49:32.445Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T05:49:32.446Z||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-11-22T05:49:32.446Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T05:49:42.014Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T05:49:42.017Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T05:50:32.443Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T05:50:32.444Z||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-11-22T05:50:32.445Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T05:50:32.445Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T05:50:32.445Z||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-11-22T05:50:32.445Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T05:50:42.009Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T05:50:42.010Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T05:51:32.444Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T05:51:32.445Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T05:51:32.445Z||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-11-22T05:51:32.445Z||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-11-22T05:51:32.446Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T05:51:32.446Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T05:51:42.032Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T05:51:42.053Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T05:52:32.445Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T05:52:32.447Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T05:52:32.446Z||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-11-22T05:52:32.448Z||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-11-22T05:52:32.448Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T05:52:32.448Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T05:52:42.017Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T05:52:42.052Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T05:53:32.443Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T05:53:32.445Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T05:53:32.445Z||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-11-22T05:53:32.446Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T05:53:32.451Z||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-11-22T05:53:32.451Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T05:53:42.014Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T05:53:42.021Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T05:54:32.443Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T05:54:32.444Z||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-11-22T05:54:32.444Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T05:54:32.445Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T05:54:32.447Z||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-11-22T05:54:32.448Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T05:54:41.992Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T05:54:41.993Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T05:55:32.443Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T05:55:32.444Z||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-11-22T05:55:32.445Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T05:55:32.445Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T05:55:32.445Z||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-11-22T05:55:32.445Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T05:55:41.988Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T05:55:41.989Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T05:56:32.443Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T05:56:32.444Z||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-11-22T05:56:32.444Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T05:56:32.445Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T05:56:32.448Z||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-11-22T05:56:32.450Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T05:56:42.000Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T05:56:42.001Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T05:57:32.444Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T05:57:32.445Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T05:57:32.447Z||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-11-22T05:57:32.447Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T05:57:32.447Z||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-11-22T05:57:32.448Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T05:57:41.998Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T05:57:42.037Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T05:58:32.443Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T05:58:32.445Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T05:58:32.446Z||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-11-22T05:58:32.446Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T05:58:32.452Z||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-11-22T05:58:32.453Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T05:58:41.998Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T05:58:42.006Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T05:59:32.443Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T05:59:32.444Z||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-11-22T05:59:32.444Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T05:59:32.445Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T05:59:32.446Z||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-11-22T05:59:32.446Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T05:59:41.996Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T05:59:41.997Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T06:00:32.443Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T06:00:32.444Z||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-11-22T06:00:32.444Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T06:00:32.445Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T06:00:32.445Z||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-11-22T06:00:32.445Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T06:00:42.002Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T06:00:42.004Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T06:01:32.443Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T06:01:32.445Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T06:01:32.445Z||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-11-22T06:01:32.445Z||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-11-22T06:01:32.445Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T06:01:32.445Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T06:01:41.991Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T06:01:41.993Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T06:02:32.443Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T06:02:32.445Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T06:02:32.446Z||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-11-22T06:02:32.446Z||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-11-22T06:02:32.446Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T06:02:32.446Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T06:02:42.016Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T06:02:42.017Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T06:03:32.443Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T06:03:32.444Z||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-11-22T06:03:32.445Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T06:03:32.445Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T06:03:32.446Z||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-11-22T06:03:32.446Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T06:03:41.988Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T06:03:41.988Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T06:04:32.442Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T06:04:32.444Z||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-11-22T06:04:32.444Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T06:04:32.445Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T06:04:32.445Z||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-11-22T06:04:32.446Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T06:04:42.016Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T06:04:42.019Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T06:05:32.443Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T06:05:32.444Z||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-11-22T06:05:32.444Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T06:05:32.445Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T06:05:32.445Z||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-11-22T06:05:32.445Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T06:05:42.014Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T06:05:42.019Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T06:06:32.443Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T06:06:32.445Z||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-11-22T06:06:32.445Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T06:06:32.445Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T06:06:32.446Z||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-11-22T06:06:32.446Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T06:06:37.637Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T06:06:37.658Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-22T06:06:37.659Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"8434843d-bd28-44fe-b602-93d098c04b79","serviceName":"vFW 2022-11-22 06-05-41","serviceVersion":"1.0","serviceUUID":"c85dff8d-17f8-4626-bdd1-52236fb5650d","serviceDescription":"catalog service description","serviceInvariantUUID":"c71dcc8d-52aa-401d-b25a-376b14effeeb","resources":[{"resourceInstanceName":"vFW 903cef79-daf9 0","resourceName":"vFW 903cef79-daf9","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"9442a657-2dce-49f2-8d80-7a9cc37e52ce","resourceInvariantUUID":"075c3770-a18a-4f53-a579-9c515571cac7","resourceCustomizationUUID":"c52629eb-d6bd-4c00-96aa-8990e4ed9bef","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221122060541/1.0/resourceInstances/vfw903cef79daf90/artifacts/vf-license-model.xml","artifactChecksum":"ZGI3MGViZWVhOTQ4Zjk3YTgxYTI0ZjRkMTJiMDMyZWU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a95110e1-e780-4e60-8b1e-3c457a431e75","artifactVersion":"1"},{"artifactName":"vfw903cef79daf90_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20221122060541/1.0/resourceInstances/vfw903cef79daf90/artifacts/vfw903cef79daf90_modules.json","artifactChecksum":"OWI3MWY3ODllODRkMmZlOGYyOWZiNWUwNjk1YjJlZWQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"091ec950-3b60-4745-9bd7-719b598cb74c","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20221122060541/1.0/resourceInstances/vfw903cef79daf90/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"ae4b921e-e8c8-4847-a58d-b9c72e3d0a8b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221122060541/1.0/resourceInstances/vfw903cef79daf90/artifacts/vendor-license-model.xml","artifactChecksum":"ODhlZDE4NzRjY2Q0MjRmMjJkY2UzZGQyMGFkYjA0YWE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"65bc802e-9ca9-4688-93e6-84ff87e0963c","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20221122060541/1.0/resourceInstances/vfw903cef79daf90/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"f626463c-9d4b-4a31-81fd-0c9c369788f5","artifactVersion":"2","generatedFromUUID":"ae4b921e-e8c8-4847-a58d-b9c72e3d0a8b"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20221122060541-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20221122060541/1.0/artifacts/service-Vfw20221122060541-template.yml","artifactChecksum":"MTE5NGI3Y2M5YTk1N2IwNmRjNDVlODFhYjQxYThiMjc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"abef760f-05c0-488d-b396-5c59f4a3f7a0","artifactVersion":"1"},{"artifactName":"service-Vfw20221122060541-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20221122060541/1.0/artifacts/service-Vfw20221122060541-csar.csar","artifactChecksum":"NzE4NjY3YWY3N2NiZmZhM2ZiM2E1M2I1NDQ1NTE0ZDA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"992c82d5-c3a0-468c-af36-253e845fae87","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-22T06:06:37.678Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-22T06:06:37.689Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-22T06:06:37.704Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T06:06:37.704Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "8434843d-bd28-44fe-b602-93d098c04b79",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669097192443,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122060541/1.0/resourceInstances/vfw903cef79daf90/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-22T06:06:37.804Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-11-22T06:06:37.809Z||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-11-22T06:06:37.810Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I42KzNhva7kiZ3wc) ...
2022-11-22T06:06:37.826Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T06:06:37.827Z||pool-3-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-11-22T06:06:38.505Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T06:06:38.507Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-22T06:06:38.507Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8434843d-bd28-44fe-b602-93d098c04b79",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669097191564,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122060541/1.0/resourceInstances/vfw903cef79daf90/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-22T06:06:38.530Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-22T06:06:38.530Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-22T06:06:38.531Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8434843d-bd28-44fe-b602-93d098c04b79",
"consumerID": "cds",
"timestamp": 1669097190918,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122060541/1.0/resourceInstances/vfw903cef79daf90/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-22T06:06:38.531Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-22T06:06:38.531Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-22T06:06:38.532Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8434843d-bd28-44fe-b602-93d098c04b79",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669097192443,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122060541/1.0/resourceInstances/vfw903cef79daf90/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-22T06:06:38.532Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-22T06:06:38.532Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-22T06:06:38.532Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8434843d-bd28-44fe-b602-93d098c04b79",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669097196134,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122060541/1.0/resourceInstances/vfw903cef79daf90/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-22T06:06:38.533Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-22T06:06:38.712Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-22T06:06:38.713Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-22T06:06:38.714Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T06:06:38.715Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "8434843d-bd28-44fe-b602-93d098c04b79",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669097192443,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122060541/1.0/resourceInstances/vfw903cef79daf90/artifacts/vfw903cef79daf90_modules.json",
"status": "NOTIFIED"
}
2022-11-22T06:06:38.815Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-22T06:06:38.816Z||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-11-22T06:06:38.817Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I42KzNhva7kiZ3wc) ...
2022-11-22T06:06:38.827Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T06:06:38.828Z||pool-4-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-22T06:06:39.715Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-22T06:06:39.716Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-22T06:06:39.719Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T06:06:39.719Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "8434843d-bd28-44fe-b602-93d098c04b79",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669097192443,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122060541/1.0/resourceInstances/vfw903cef79daf90/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-11-22T06:06:39.819Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-22T06:06:39.820Z||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-11-22T06:06:39.821Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I42KzNhva7kiZ3wc) ...
2022-11-22T06:06:39.841Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T06:06:39.842Z||pool-5-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-11-22T06:06:40.720Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-22T06:06:40.721Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-22T06:06:40.724Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T06:06:40.724Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "8434843d-bd28-44fe-b602-93d098c04b79",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669097192443,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122060541/1.0/resourceInstances/vfw903cef79daf90/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-22T06:06:40.823Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-11-22T06:06:40.824Z||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-11-22T06:06:40.825Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I42KzNhva7kiZ3wc) ...
2022-11-22T06:06:40.836Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T06:06:40.837Z||pool-6-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-22T06:06:41.725Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-22T06:06:41.726Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-22T06:06:41.729Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T06:06:41.730Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "8434843d-bd28-44fe-b602-93d098c04b79",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669097192443,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122060541/1.0/resourceInstances/vfw903cef79daf90/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-11-22T06:06:41.830Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-22T06:06:41.832Z||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-11-22T06:06:41.834Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I42KzNhva7kiZ3wc) ...
2022-11-22T06:06:41.846Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T06:06:41.847Z||pool-7-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-22T06:06:42.730Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-22T06:06:42.731Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-22T06:06:42.734Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T06:06:42.734Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "8434843d-bd28-44fe-b602-93d098c04b79",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669097192443,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122060541/1.0/artifacts/service-Vfw20221122060541-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-22T06:06:42.834Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-22T06:06:42.835Z||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-11-22T06:06:42.835Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I42KzNhva7kiZ3wc) ...
2022-11-22T06:06:42.844Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T06:06:42.845Z||pool-8-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-22T06:06:43.734Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-22T06:06:43.739Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-22T06:06:43.742Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T06:06:43.742Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "8434843d-bd28-44fe-b602-93d098c04b79",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669097192443,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122060541/1.0/artifacts/service-Vfw20221122060541-csar.csar",
"status": "NOTIFIED"
}
2022-11-22T06:06:43.849Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms
2022-11-22T06:06:43.850Z||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-11-22T06:06:43.850Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I42KzNhva7kiZ3wc) ...
2022-11-22T06:06:43.860Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T06:06:43.860Z||pool-9-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-22T06:06:44.745Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "8434843d-bd28-44fe-b602-93d098c04b79",
"serviceName": "vFW 2022-11-22 06-05-41",
"serviceVersion": "1.0",
"serviceUUID": "c85dff8d-17f8-4626-bdd1-52236fb5650d",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "c71dcc8d-52aa-401d-b25a-376b14effeeb",
"resources": [
{
"resourceInstanceName": "vFW 903cef79-daf9 0",
"resourceCustomizationUUID": "c52629eb-d6bd-4c00-96aa-8990e4ed9bef",
"resourceName": "vFW 903cef79-daf9",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "9442a657-2dce-49f2-8d80-7a9cc37e52ce",
"resourceInvariantUUID": "075c3770-a18a-4f53-a579-9c515571cac7",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw903cef79daf90_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122060541/1.0/resourceInstances/vfw903cef79daf90/artifacts/vfw903cef79daf90_modules.json",
"artifactChecksum": "OWI3MWY3ODllODRkMmZlOGYyOWZiNWUwNjk1YjJlZWQ\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "091ec950-3b60-4745-9bd7-719b598cb74c",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122060541/1.0/resourceInstances/vfw903cef79daf90/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "ae4b921e-e8c8-4847-a58d-b9c72e3d0a8b",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122060541/1.0/resourceInstances/vfw903cef79daf90/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "f626463c-9d4b-4a31-81fd-0c9c369788f5",
"generatedFromUUID": "ae4b921e-e8c8-4847-a58d-b9c72e3d0a8b"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122060541/1.0/resourceInstances/vfw903cef79daf90/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "f626463c-9d4b-4a31-81fd-0c9c369788f5",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20221122060541-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122060541/1.0/artifacts/service-Vfw20221122060541-csar.csar",
"artifactChecksum": "NzE4NjY3YWY3N2NiZmZhM2ZiM2E1M2I1NDQ1NTE0ZDA\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "992c82d5-c3a0-468c-af36-253e845fae87"
}
],
"workloadContext": "Production"
}
2022-11-22T06:06:44.747Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-22T06:06:44.748Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 c85dff8d-17f8-4626-bdd1-52236fb5650d ASDC
2022-11-22T06:06:44.926Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:8434843d-bd28-44fe-b602-93d098c04b79
ServiceName:vFW 2022-11-22 06-05-41
ServiceVersion:1.0
ServiceUUID:c85dff8d-17f8-4626-bdd1-52236fb5650d
ServiceInvariantUUID:c71dcc8d-52aa-401d-b25a-376b14effeeb
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20221122060541-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221122060541/1.0/artifacts/service-Vfw20221122060541-csar.csar
ArtifactUUID:992c82d5-c3a0-468c-af36-253e845fae87
ArtifactChecksum:NzE4NjY3YWY3N2NiZmZhM2ZiM2E1M2I1NDQ1NTE0ZDA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 903cef79-daf9 0
ResourceCustomizationUUID:c52629eb-d6bd-4c00-96aa-8990e4ed9bef
ResourceInvariantUUID:075c3770-a18a-4f53-a579-9c515571cac7
ResourceName:vFW 903cef79-daf9
ResourceType:VF
ResourceUUID:9442a657-2dce-49f2-8d80-7a9cc37e52ce
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw903cef79daf90_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221122060541/1.0/resourceInstances/vfw903cef79daf90/artifacts/vfw903cef79daf90_modules.json
ArtifactUUID:091ec950-3b60-4745-9bd7-719b598cb74c
ArtifactChecksum:OWI3MWY3ODllODRkMmZlOGYyOWZiNWUwNjk1YjJlZWQ=
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/Vfw20221122060541/1.0/resourceInstances/vfw903cef79daf90/artifacts/base_vfw.yaml
ArtifactUUID:ae4b921e-e8c8-4847-a58d-b9c72e3d0a8b
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/Vfw20221122060541/1.0/resourceInstances/vfw903cef79daf90/artifacts/base_vfw.env
ArtifactUUID:f626463c-9d4b-4a31-81fd-0c9c369788f5
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/Vfw20221122060541/1.0/resourceInstances/vfw903cef79daf90/artifacts/base_vfw.env
ArtifactUUID:f626463c-9d4b-4a31-81fd-0c9c369788f5
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-11-22T06:06:44.927Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c85dff8d-17f8-4626-bdd1-52236fb5650d 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-11-22T06:06:45.213Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-22T06:06:45.214Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-11-22T06:06:45.216Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-11-22T06:06:45.216Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 992c82d5-c3a0-468c-af36-253e845fae87 from URL: /sdc/v1/catalog/services/Vfw20221122060541/1.0/artifacts/service-Vfw20221122060541-csar.csar
2022-11-22T06:06:45.216Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-11-22T06:06:45.218Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221122060541/1.0/artifacts/service-Vfw20221122060541-csar.csar
2022-11-22T06:06:45.318Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-11-22T06:06:45.336Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221122060541/1.0/artifacts/service-Vfw20221122060541-csar.csar 992c82d5-c3a0-468c-af36-253e845fae87 100711
2022-11-22T06:06:45.338Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221122060541/1.0/artifacts/service-Vfw20221122060541-csar.csar ASDC sendASDCNotification
2022-11-22T06:06:45.338Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221122060541/1.0/artifacts/service-Vfw20221122060541-csar.csar
2022-11-22T06:06:45.340Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-22T06:06:45.341Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-22T06:06:45.346Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T06:06:45.346Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "8434843d-bd28-44fe-b602-93d098c04b79",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669097205336,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122060541/1.0/artifacts/service-Vfw20221122060541-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-22T06:06:45.445Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-22T06:06:45.446Z||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-11-22T06:06:45.446Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I42KzNhva7kiZ3wc) ...
2022-11-22T06:06:45.461Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T06:06:45.461Z||pool-10-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-22T06:06:46.347Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-22T06:06:46.348Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-11-22T06:06:46.348Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 992c82d5-c3a0-468c-af36-253e845fae87, URL: /sdc/v1/catalog/services/Vfw20221122060541/1.0/artifacts/service-Vfw20221122060541-csar.csar to file: /app/ASDC/1/service-Vfw20221122060541-csar.csar
2022-11-22T06:06:46.349Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20221122060541-csar.csar
2022-11-22T06:06:46.462Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20221122060541-csar.csar
2022-11-22T06:06:46.462Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20221122060541-csar.csar
2022-11-22T06:06:47.327Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17757488513421761390/Definitions/service-Vfw20221122060541-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-11-22T06:06:50.103Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-22T06:06:50.109Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-11-22T06:06:50.109Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20221122060541-csar.csar
2022-11-22T06:06:50.109Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-11-22T06:06:50.109Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221122060541-csar.csar
2022-11-22T06:06:50.109Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221122060541-csar.csar
2022-11-22T06:06:50.109Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20221122060541-csar.csar
2022-11-22T06:06:50.110Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 903cef79-daf9 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-Vfw20221122060541-csar.csar
2022-11-22T06:06:50.110Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221122060541-csar.csar
2022-11-22T06:06:50.110Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221122060541-csar.csar
2022-11-22T06:06:50.110Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221122060541-csar.csar
2022-11-22T06:06:50.110Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221122060541-csar.csar
2022-11-22T06:06:50.110Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221122060541-csar.csar
2022-11-22T06:06:50.110Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221122060541-csar.csar
2022-11-22T06:06:50.110Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221122060541-csar.csar
2022-11-22T06:06:50.110Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-11-22T06:06:50.117Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T06:06:50.119Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-11-22 06-05-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T06:06:50.123Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template vFW 903cef79-daf9 0 is matching search criteria
2022-11-22T06:06:50.123Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-11-22T06:06:50.125Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 903cef79-daf9 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-22T06:06:50.127Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T06:06:50.127Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-11-22 06-05-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T06:06:50.127Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template vFW 903cef79-daf9 0 is matching search criteria
2022-11-22T06:06:50.127Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-11-22T06:06:50.127Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 903cef79-daf9 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-22T06:06:50.128Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T06:06:50.128Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-11-22 06-05-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T06:06:50.131Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T06:06:50.132Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template vFW 903cef79-daf9 0 is not matching search criteria
2022-11-22T06:06:50.132Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-22T06:06:50.132Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-22T06:06:50.132Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-22T06:06:50.133Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-22T06:06:50.133Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-22T06:06:50.133Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-22T06:06:50.133Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-22T06:06:50.133Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-22T06:06:50.133Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-22T06:06:50.133Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-22T06:06:50.134Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-22T06:06:50.134Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-22T06:06:50.134Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-22T06:06:50.134Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-22T06:06:50.134Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-22T06:06:50.134Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-22T06:06:50.135Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T06:06:50.135Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-11-22 06-05-41 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-22T06:06:50.136Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T06:06:50.136Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template vFW 903cef79-daf9 0 is matching search criteria
2022-11-22T06:06:50.137Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 903cef79-daf9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-22T06:06:50.137Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T06:06:50.137Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template vFW 903cef79-daf9 0 is matching search criteria
2022-11-22T06:06:50.137Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 903cef79-daf9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-22T06:06:50.137Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T06:06:50.138Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template vFW 903cef79-daf9 0 is matching search criteria
2022-11-22T06:06:50.138Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 903cef79-daf9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-22T06:06:50.138Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T06:06:50.138Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template vFW 903cef79-daf9 0 is not matching search criteria
2022-11-22T06:06:50.138Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-22T06:06:50.139Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-22T06:06:50.139Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-11-22T06:06:50.139Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-22T06:06:50.139Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-22T06:06:50.139Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-22T06:06:50.139Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-22T06:06:50.140Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-22T06:06:50.140Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-22T06:06:50.140Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-22T06:06:50.140Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-22T06:06:50.140Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=ff562ff0-3a12-425f-b25e-706605f20c51
2022-11-22T06:06:50.141Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T06:06:50.141Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template vFW 903cef79-daf9 0 is not matching search criteria
2022-11-22T06:06:50.141Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-22T06:06:50.141Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-22T06:06:50.141Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-22T06:06:50.141Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-22T06:06:50.141Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-22T06:06:50.142Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-22T06:06:50.142Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-22T06:06:50.142Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-11-22T06:06:50.142Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-22T06:06:50.142Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-22T06:06:50.143Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-22T06:06:50.143Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-22T06:06:50.143Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=3913379e-54dd-49dd-89a2-24c6af54d534
2022-11-22T06:06:50.143Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T06:06:50.143Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template vFW 903cef79-daf9 0 is not matching search criteria
2022-11-22T06:06:50.144Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-22T06:06:50.144Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-22T06:06:50.144Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-22T06:06:50.144Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-22T06:06:50.144Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-22T06:06:50.144Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-22T06:06:50.145Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-22T06:06:50.145Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-22T06:06:50.145Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-22T06:06:50.145Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-22T06:06:50.145Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-22T06:06:50.145Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-11-22T06:06:50.146Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=5c1b925a-d939-462e-a462-8edab364f619
2022-11-22T06:06:50.146Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T06:06:50.146Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-11-22 06-05-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T06:06:50.146Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T06:06:50.146Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-11-22 06-05-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T06:06:50.146Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T06:06:50.147Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-11-22 06-05-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T06:06:50.147Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T06:06:50.147Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-11-22 06-05-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T06:06:50.147Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-11-22 06-05-41
Description:catalog service description
Model UUID:c85dff8d-17f8-4626-bdd1-52236fb5650d
Model Version:NULL
Model InvariantUuid:c71dcc8d-52aa-401d-b25a-376b14effeeb
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 903cef79-daf9
Model UUID:abe32abe-0b5c-4688-8689-f5dc43c193e3
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:075c3770-a18a-4f53-a579-9c515571cac7
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:c52629eb-d6bd-4c00-96aa-8990e4ed9bef
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:59373e02-05ce-4f12-8d1c-19d0f5a15a86
ModelName:Vfw903cef79Daf9..base_vfw..module-0
ModelUuid:844af318-3812-4948-8c3b-ac528c951b04
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:ff562ff0-3a12-425f-b25e-706605f20c51
ModelInvariantUuid:72fe5450-7335-42a2-a50b-94365f531fe5
ModelName:vFW 903cef79-daf9-nodes.vfwCvfc
ModelUuid:ff5e1c92-8862-4473-8b79-eebfafd66b4c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:9c543693-44a6-4713-b2da-d0c353b9eeab
ModelInvariantUuid:92861f09-3552-46cf-abf3-f8075f96b038
ModelName:Vfw903cef79Daf9.compute.nodes.heat.vfw
ModelUuid:048f6231-ca35-4bb6-82e0-3814d32c0f8f
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:3913379e-54dd-49dd-89a2-24c6af54d534
ModelInvariantUuid:3cd9c97e-c065-4c78-b967-a47877b2bede
ModelName:vFW 903cef79-daf9-nodes.vsnCvfc
ModelUuid:e2557085-5159-4716-8f75-c84830a197ae
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:77d51473-5efe-43f9-8e90-0d75dbb230e4
ModelInvariantUuid:edb57d64-7acd-4e04-8a27-3be2fdd4f03f
ModelName:Vfw903cef79Daf9.compute.nodes.heat.vsn
ModelUuid:ca6b56dc-0669-45c1-860b-1ac15036c8e8
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:5c1b925a-d939-462e-a462-8edab364f619
ModelInvariantUuid:86d3bf4a-d178-44c0-8cb6-ce80460fb28f
ModelName:vFW 903cef79-daf9-nodes.vpgCvfc
ModelUuid:dc87aead-0ac0-4c6d-a540-6beb873823fe
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:27c0dfb6-1e74-430b-ab8e-c3dcb8bd8b48
ModelInvariantUuid:ba4705b6-a3ac-4d2f-ab69-212770673e58
ModelName:Vfw903cef79Daf9.compute.nodes.heat.vpg
ModelUuid:6d68aec4-0d9d-4fb8-b779-013d19f4d73e
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-11-22T06:06:50.172Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 9442a657-2dce-49f2-8d80-7a9cc37e52ce
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-11-22T06:06:50.274Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||INFO|500||vFW 903cef79-daf9 0
2022-11-22T06:06:50.281Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 9442a657-2dce-49f2-8d80-7a9cc37e52ce
2022-11-22T06:06:50.281Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 091ec950-3b60-4745-9bd7-719b598cb74c from URL: /sdc/v1/catalog/services/Vfw20221122060541/1.0/resourceInstances/vfw903cef79daf90/artifacts/vfw903cef79daf90_modules.json
2022-11-22T06:06:50.281Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-11-22T06:06:50.282Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221122060541/1.0/resourceInstances/vfw903cef79daf90/artifacts/vfw903cef79daf90_modules.json
2022-11-22T06:06:50.356Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-11-22T06:06:50.357Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221122060541/1.0/resourceInstances/vfw903cef79daf90/artifacts/vfw903cef79daf90_modules.json 091ec950-3b60-4745-9bd7-719b598cb74c 785
2022-11-22T06:06:50.357Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221122060541/1.0/resourceInstances/vfw903cef79daf90/artifacts/vfw903cef79daf90_modules.json ASDC sendASDCNotification
2022-11-22T06:06:50.357Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221122060541/1.0/resourceInstances/vfw903cef79daf90/artifacts/vfw903cef79daf90_modules.json
2022-11-22T06:06:50.357Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-22T06:06:50.358Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-22T06:06:50.360Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T06:06:50.361Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "8434843d-bd28-44fe-b602-93d098c04b79",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669097210357,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122060541/1.0/resourceInstances/vfw903cef79daf90/artifacts/vfw903cef79daf90_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-22T06:06:50.461Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-22T06:06:50.462Z||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-11-22T06:06:50.462Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I42KzNhva7kiZ3wc) ...
2022-11-22T06:06:50.472Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T06:06:50.472Z||pool-11-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-22T06:06:51.366Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw903cef79Daf9..base_vfw..module-0",
"vfModuleModelInvariantUUID": "59373e02-05ce-4f12-8d1c-19d0f5a15a86",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "844af318-3812-4948-8c3b-ac528c951b04",
"vfModuleModelCustomizationUUID": "331ca16a-9f87-4021-99c2-ce05e880f8fe",
"isBase": true,
"artifacts": [
"ae4b921e-e8c8-4847-a58d-b9c72e3d0a8b",
"f626463c-9d4b-4a31-81fd-0c9c369788f5"
],
"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-11-22T06:06:51.381Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw903cef79Daf9..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:844af318-3812-4948-8c3b-ac528c951b04
VfModuleModelInvariantUUID:59373e02-05ce-4f12-8d1c-19d0f5a15a86
VfModuleModelDescription:NULL
Artifacts UUID List:{
ae4b921e-e8c8-4847-a58d-b9c72e3d0a8b
,
f626463c-9d4b-4a31-81fd-0c9c369788f5
}
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-11-22T06:06:51.383Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw903cef79Daf9..base_vfw..module-0",
"vfModuleModelInvariantUUID": "59373e02-05ce-4f12-8d1c-19d0f5a15a86",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "844af318-3812-4948-8c3b-ac528c951b04",
"vfModuleModelCustomizationUUID": "331ca16a-9f87-4021-99c2-ce05e880f8fe",
"isBase": true,
"artifacts": [
"ae4b921e-e8c8-4847-a58d-b9c72e3d0a8b",
"f626463c-9d4b-4a31-81fd-0c9c369788f5"
],
"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-11-22T06:06:51.384Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw903cef79Daf9..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:844af318-3812-4948-8c3b-ac528c951b04
VfModuleModelInvariantUUID:59373e02-05ce-4f12-8d1c-19d0f5a15a86
VfModuleModelDescription:NULL
Artifacts UUID List:{
ae4b921e-e8c8-4847-a58d-b9c72e3d0a8b
,
f626463c-9d4b-4a31-81fd-0c9c369788f5
}
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-11-22T06:06:51.384Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: ae4b921e-e8c8-4847-a58d-b9c72e3d0a8b from URL: /sdc/v1/catalog/services/Vfw20221122060541/1.0/resourceInstances/vfw903cef79daf90/artifacts/base_vfw.yaml
2022-11-22T06:06:51.384Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-11-22T06:06:51.384Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221122060541/1.0/resourceInstances/vfw903cef79daf90/artifacts/base_vfw.yaml
2022-11-22T06:06:51.435Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-11-22T06:06:51.436Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221122060541/1.0/resourceInstances/vfw903cef79daf90/artifacts/base_vfw.yaml ae4b921e-e8c8-4847-a58d-b9c72e3d0a8b 20368
2022-11-22T06:06:51.437Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221122060541/1.0/resourceInstances/vfw903cef79daf90/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-11-22T06:06:51.437Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221122060541/1.0/resourceInstances/vfw903cef79daf90/artifacts/base_vfw.yaml
2022-11-22T06:06:51.437Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-22T06:06:51.437Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-22T06:06:51.440Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T06:06:51.440Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "8434843d-bd28-44fe-b602-93d098c04b79",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669097211437,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122060541/1.0/resourceInstances/vfw903cef79daf90/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-22T06:06:51.541Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-22T06:06:51.542Z||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-11-22T06:06:51.542Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I42KzNhva7kiZ3wc) ...
2022-11-22T06:06:51.551Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T06:06:51.552Z||pool-12-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-22T06:06:52.441Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: f626463c-9d4b-4a31-81fd-0c9c369788f5 from URL: /sdc/v1/catalog/services/Vfw20221122060541/1.0/resourceInstances/vfw903cef79daf90/artifacts/base_vfw.env
2022-11-22T06:06:52.442Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-11-22T06:06:52.442Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221122060541/1.0/resourceInstances/vfw903cef79daf90/artifacts/base_vfw.env
2022-11-22T06:06:52.489Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-11-22T06:06:52.489Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221122060541/1.0/resourceInstances/vfw903cef79daf90/artifacts/base_vfw.env f626463c-9d4b-4a31-81fd-0c9c369788f5 2098
2022-11-22T06:06:52.489Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221122060541/1.0/resourceInstances/vfw903cef79daf90/artifacts/base_vfw.env ASDC sendASDCNotification
2022-11-22T06:06:52.490Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221122060541/1.0/resourceInstances/vfw903cef79daf90/artifacts/base_vfw.env
2022-11-22T06:06:52.490Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-22T06:06:52.490Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-22T06:06:52.495Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T06:06:52.495Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "8434843d-bd28-44fe-b602-93d098c04b79",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669097212489,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122060541/1.0/resourceInstances/vfw903cef79daf90/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-11-22T06:06:52.593Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-11-22T06:06:52.594Z||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-11-22T06:06:52.594Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I42KzNhva7kiZ3wc) ...
2022-11-22T06:06:52.605Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T06:06:52.605Z||pool-13-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-22T06:06:53.500Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: c85dff8d-17f8-4626-bdd1-52236fb5650d
2022-11-22T06:06:53.501Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 903cef79-daf9 0 9442a657-2dce-49f2-8d80-7a9cc37e52ce ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-22T06:06:53.543Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@17ab22f6, org.onap.sdc.toscaparser.api.parameters.Input@6a65dd90, org.onap.sdc.toscaparser.api.parameters.Input@bf4ca4f, org.onap.sdc.toscaparser.api.parameters.Input@287eebbc, org.onap.sdc.toscaparser.api.parameters.Input@668cd0d7]
2022-11-22T06:06:53.547Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T06:06:53.548Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-11-22 06-05-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T06:06:53.548Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic
2022-11-22T06:06:53.548Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= c52629eb-d6bd-4c00-96aa-8990e4ed9bef
2022-11-22T06:06:53.549Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c52629eb-d6bd-4c00-96aa-8990e4ed9bef matches Tosca VF Customization UUID: c52629eb-d6bd-4c00-96aa-8990e4ed9bef
2022-11-22T06:06:53.549Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: c52629eb-d6bd-4c00-96aa-8990e4ed9bef 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-11-22T06:06:53.557Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T06:06:53.558Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-11-22 06-05-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T06:06:53.559Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id c52629eb-d6bd-4c00-96aa-8990e4ed9bef: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-11-22T06:06:53.560Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@59b24c4f
2022-11-22T06:06:53.560Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T06:06:53.561Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-11-22 06-05-41 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-22T06:06:53.561Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 331ca16a-9f87-4021-99c2-ce05e880f8fe
2022-11-22T06:06:53.563Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 331ca16a-9f87-4021-99c2-ce05e880f8fe
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-11-22T06:06:53.570Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T06:06:53.570Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template vFW 903cef79-daf9 0 is matching search criteria
2022-11-22T06:06:53.571Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 903cef79-daf9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-22T06:06:53.571Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T06:06:53.572Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template vFW 903cef79-daf9 0 is matching search criteria
2022-11-22T06:06:53.572Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 903cef79-daf9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-22T06:06:53.573Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T06:06:53.573Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template vFW 903cef79-daf9 0 is not matching search criteria
2022-11-22T06:06:53.573Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-22T06:06:53.573Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-22T06:06:53.574Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-11-22T06:06:53.574Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-22T06:06:53.574Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-22T06:06:53.574Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-22T06:06:53.575Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-22T06:06:53.575Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-22T06:06:53.575Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-22T06:06:53.576Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-22T06:06:53.576Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-22T06:06:53.576Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=ff562ff0-3a12-425f-b25e-706605f20c51
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-11-22T06:06:53.585Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T06:06:53.585Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template vFW 903cef79-daf9 0 is matching search criteria
2022-11-22T06:06:53.586Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 903cef79-daf9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-22T06:06:53.586Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T06:06:53.586Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template vFW 903cef79-daf9 0 is not matching search criteria
2022-11-22T06:06:53.586Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-22T06:06:53.587Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-22T06:06:53.587Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-22T06:06:53.587Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-22T06:06:53.588Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-22T06:06:53.588Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-22T06:06:53.588Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-22T06:06:53.589Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-11-22T06:06:53.589Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-22T06:06:53.589Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-22T06:06:53.589Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-22T06:06:53.590Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-22T06:06:53.590Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=3913379e-54dd-49dd-89a2-24c6af54d534
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-11-22T06:06:53.592Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T06:06:53.592Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template vFW 903cef79-daf9 0 is matching search criteria
2022-11-22T06:06:53.593Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 903cef79-daf9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-22T06:06:53.595Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T06:06:53.596Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template vFW 903cef79-daf9 0 is not matching search criteria
2022-11-22T06:06:53.596Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-22T06:06:53.596Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-22T06:06:53.597Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-22T06:06:53.597Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-22T06:06:53.597Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-22T06:06:53.597Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-22T06:06:53.598Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-22T06:06:53.598Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-22T06:06:53.598Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-22T06:06:53.598Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-22T06:06:53.599Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-22T06:06:53.599Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-11-22T06:06:53.599Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=5c1b925a-d939-462e-a462-8edab364f619
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-11-22T06:06:53.601Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T06:06:53.602Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template vFW 903cef79-daf9 0 is matching search criteria
2022-11-22T06:06:53.602Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 903cef79-daf9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-22T06:06:53.602Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T06:06:53.603Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Node template vFW 903cef79-daf9 0 is matching search criteria
2022-11-22T06:06:53.603Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 903cef79-daf9 0] matching following query criteria: sdcType=VF, customizationUUID=c52629eb-d6bd-4c00-96aa-8990e4ed9bef
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-11-22T06:06:53.605Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T06:06:53.605Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-11-22 06-05-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T06:06:53.606Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid c85dff8d-17f8-4626-bdd1-52236fb5650d: vFW 903cef79-daf9
2022-11-22T06:06:53.606Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T06:06:53.606Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-11-22 06-05-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T06:06:53.607Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T06:06:53.607Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-11-22 06-05-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T06:06:53.607Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T06:06:53.607Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-11-22 06-05-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T06:06:53.608Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T06:06:53.608Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-11-22 06-05-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T06:06:53.608Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T06:06:53.609Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-11-22 06-05-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T06:06:53.609Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||INFO|500||Saving Service: vFW 2022-11-22 06-05-41
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-11-22T06:06:53.895Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 903cef79-daf9 9442a657-2dce-49f2-8d80-7a9cc37e52ce 1 ASDC deployResourceStructure
2022-11-22T06:06:53.896Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221122060541/1.0/resourceInstances/vfw903cef79daf90/artifacts/vfw903cef79daf90_modules.json ASDC sendASDCNotification
2022-11-22T06:06:53.896Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221122060541/1.0/resourceInstances/vfw903cef79daf90/artifacts/vfw903cef79daf90_modules.json
2022-11-22T06:06:53.896Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-22T06:06:53.897Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-22T06:06:53.900Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T06:06:53.900Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "8434843d-bd28-44fe-b602-93d098c04b79",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669097213896,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122060541/1.0/resourceInstances/vfw903cef79daf90/artifacts/vfw903cef79daf90_modules.json",
"status": "DEPLOY_OK"
}
2022-11-22T06:06:54.000Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-22T06:06:54.001Z||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-11-22T06:06:54.001Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I42KzNhva7kiZ3wc) ...
2022-11-22T06:06:54.012Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T06:06:54.013Z||pool-14-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-22T06:06:54.905Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221122060541/1.0/resourceInstances/vfw903cef79daf90/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-11-22T06:06:54.905Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221122060541/1.0/resourceInstances/vfw903cef79daf90/artifacts/base_vfw.yaml
2022-11-22T06:06:54.906Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-22T06:06:54.906Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-22T06:06:54.909Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T06:06:54.909Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "8434843d-bd28-44fe-b602-93d098c04b79",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669097214905,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122060541/1.0/resourceInstances/vfw903cef79daf90/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-11-22T06:06:55.016Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms
2022-11-22T06:06:55.017Z||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-11-22T06:06:55.018Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I42KzNhva7kiZ3wc) ...
2022-11-22T06:06:55.029Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T06:06:55.029Z||pool-15-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-22T06:06:55.914Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221122060541/1.0/resourceInstances/vfw903cef79daf90/artifacts/base_vfw.env ASDC sendASDCNotification
2022-11-22T06:06:55.915Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221122060541/1.0/resourceInstances/vfw903cef79daf90/artifacts/base_vfw.env
2022-11-22T06:06:55.915Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-22T06:06:55.916Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-22T06:06:55.918Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T06:06:55.918Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "8434843d-bd28-44fe-b602-93d098c04b79",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669097215914,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122060541/1.0/resourceInstances/vfw903cef79daf90/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-11-22T06:06:56.018Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-22T06:06:56.019Z||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-11-22T06:06:56.019Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I42KzNhva7kiZ3wc) ...
2022-11-22T06:06:56.029Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T06:06:56.030Z||pool-16-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-22T06:06:56.923Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221122060541/1.0/artifacts/service-Vfw20221122060541-csar.csar ASDC sendASDCNotification
2022-11-22T06:06:56.923Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221122060541/1.0/artifacts/service-Vfw20221122060541-csar.csar
2022-11-22T06:06:56.923Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-22T06:06:56.924Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-22T06:06:56.927Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T06:06:56.927Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "8434843d-bd28-44fe-b602-93d098c04b79",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669097216923,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122060541/1.0/artifacts/service-Vfw20221122060541-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-22T06:06:57.029Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-22T06:06:57.030Z||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-11-22T06:06:57.031Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I42KzNhva7kiZ3wc) ...
2022-11-22T06:06:57.041Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T06:06:57.042Z||pool-17-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-11-22T06:06:57.928Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8434843d-bd28-44fe-b602-93d098c04b79
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-11-22T06:06:57.963Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8434843d-bd28-44fe-b602-93d098c04b79
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-11-22T06:06:57.966Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-22T06:06:57.966Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-22T06:06:57.966Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-22T06:07:27.967Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8434843d-bd28-44fe-b602-93d098c04b79
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-11-22T06:07:27.978Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8434843d-bd28-44fe-b602-93d098c04b79
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-11-22T06:07:27.980Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-22T06:07:27.980Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-22T06:07:27.980Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-22T06:07:32.445Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T06:07:32.446Z||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-11-22T06:07:32.446Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T06:07:32.588Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T06:07:32.588Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-22T06:07:32.589Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8434843d-bd28-44fe-b602-93d098c04b79",
"consumerID": "cds",
"timestamp": 1669097190918,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122060541/1.0/resourceInstances/vfw903cef79daf90/artifacts/vfw903cef79daf90_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-22T06:07:32.590Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-22T06:07:57.981Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8434843d-bd28-44fe-b602-93d098c04b79
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-11-22T06:07:58.002Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8434843d-bd28-44fe-b602-93d098c04b79
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-11-22T06:07:58.005Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-22T06:07:58.005Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-22T06:07:58.005Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-22T06:08:28.005Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8434843d-bd28-44fe-b602-93d098c04b79
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-11-22T06:08:28.017Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8434843d-bd28-44fe-b602-93d098c04b79
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-11-22T06:08:28.020Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-22T06:08:28.020Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-22T06:08:28.021Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-22T06:08:32.445Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T06:08:32.447Z||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-11-22T06:08:32.447Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T06:08:32.982Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T06:08:32.988Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:32.988Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8434843d-bd28-44fe-b602-93d098c04b79",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669097191564,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122060541/1.0/resourceInstances/vfw903cef79daf90/artifacts/vfw903cef79daf90_modules.json",
"status": "NOTIFIED"
}
2022-11-22T06:08:32.992Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-22T06:08:32.992Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:32.992Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8434843d-bd28-44fe-b602-93d098c04b79",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669097192443,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122060541/1.0/resourceInstances/vfw903cef79daf90/artifacts/vfw903cef79daf90_modules.json",
"status": "NOTIFIED"
}
2022-11-22T06:08:32.993Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-22T06:08:32.993Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:32.993Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8434843d-bd28-44fe-b602-93d098c04b79",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669097196134,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122060541/1.0/resourceInstances/vfw903cef79daf90/artifacts/vfw903cef79daf90_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-22T06:08:32.994Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-22T06:08:32.994Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:32.994Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8434843d-bd28-44fe-b602-93d098c04b79",
"consumerID": "cds",
"timestamp": 1669097190918,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122060541/1.0/resourceInstances/vfw903cef79daf90/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-22T06:08:32.995Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-22T06:08:32.995Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:32.995Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8434843d-bd28-44fe-b602-93d098c04b79",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669097191564,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122060541/1.0/resourceInstances/vfw903cef79daf90/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-11-22T06:08:32.995Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-22T06:08:32.995Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:32.996Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8434843d-bd28-44fe-b602-93d098c04b79",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669097192443,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122060541/1.0/resourceInstances/vfw903cef79daf90/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-11-22T06:08:32.996Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-22T06:08:32.996Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:32.997Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8434843d-bd28-44fe-b602-93d098c04b79",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669097196134,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122060541/1.0/resourceInstances/vfw903cef79daf90/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-22T06:08:32.997Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-22T06:08:32.997Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:32.997Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8434843d-bd28-44fe-b602-93d098c04b79",
"consumerID": "cds",
"timestamp": 1669097190918,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122060541/1.0/resourceInstances/vfw903cef79daf90/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-22T06:08:32.998Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-22T06:08:32.998Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:32.998Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8434843d-bd28-44fe-b602-93d098c04b79",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669097191564,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122060541/1.0/resourceInstances/vfw903cef79daf90/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-22T06:08:32.998Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-22T06:08:32.999Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:32.999Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8434843d-bd28-44fe-b602-93d098c04b79",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669097192443,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122060541/1.0/resourceInstances/vfw903cef79daf90/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-22T06:08:32.999Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-22T06:08:33.000Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:33.001Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8434843d-bd28-44fe-b602-93d098c04b79",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669097196134,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122060541/1.0/resourceInstances/vfw903cef79daf90/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-22T06:08:33.002Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-22T06:08:33.003Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:33.003Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8434843d-bd28-44fe-b602-93d098c04b79",
"consumerID": "cds",
"timestamp": 1669097190918,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122060541/1.0/resourceInstances/vfw903cef79daf90/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-22T06:08:33.004Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-22T06:08:33.004Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:33.004Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8434843d-bd28-44fe-b602-93d098c04b79",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669097191564,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122060541/1.0/resourceInstances/vfw903cef79daf90/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-11-22T06:08:33.004Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-22T06:08:33.005Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:33.005Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8434843d-bd28-44fe-b602-93d098c04b79",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669097192443,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122060541/1.0/resourceInstances/vfw903cef79daf90/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-11-22T06:08:33.006Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-22T06:08:33.006Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:33.006Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8434843d-bd28-44fe-b602-93d098c04b79",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669097196134,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122060541/1.0/resourceInstances/vfw903cef79daf90/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-22T06:08:33.006Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-22T06:08:33.007Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:33.007Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8434843d-bd28-44fe-b602-93d098c04b79",
"consumerID": "cds",
"timestamp": 1669097190918,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122060541/1.0/artifacts/service-Vfw20221122060541-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-22T06:08:33.007Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-22T06:08:33.007Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:33.008Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8434843d-bd28-44fe-b602-93d098c04b79",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669097191564,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122060541/1.0/artifacts/service-Vfw20221122060541-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-22T06:08:33.008Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-22T06:08:33.008Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:33.008Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8434843d-bd28-44fe-b602-93d098c04b79",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669097192443,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122060541/1.0/artifacts/service-Vfw20221122060541-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-22T06:08:33.009Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-22T06:08:33.010Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:33.010Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8434843d-bd28-44fe-b602-93d098c04b79",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669097196134,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122060541/1.0/artifacts/service-Vfw20221122060541-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-22T06:08:33.010Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-22T06:08:33.011Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:33.011Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8434843d-bd28-44fe-b602-93d098c04b79",
"consumerID": "cds",
"timestamp": 1669097190918,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122060541/1.0/artifacts/service-Vfw20221122060541-csar.csar",
"status": "NOTIFIED"
}
2022-11-22T06:08:33.011Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-22T06:08:33.012Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:33.012Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8434843d-bd28-44fe-b602-93d098c04b79",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669097191564,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122060541/1.0/artifacts/service-Vfw20221122060541-csar.csar",
"status": "NOTIFIED"
}
2022-11-22T06:08:33.012Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-22T06:08:33.012Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:33.013Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8434843d-bd28-44fe-b602-93d098c04b79",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669097192443,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122060541/1.0/artifacts/service-Vfw20221122060541-csar.csar",
"status": "NOTIFIED"
}
2022-11-22T06:08:33.013Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-22T06:08:33.013Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:33.013Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8434843d-bd28-44fe-b602-93d098c04b79",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669097196134,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122060541/1.0/artifacts/service-Vfw20221122060541-csar.csar",
"status": "NOTIFIED"
}
2022-11-22T06:08:33.014Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-22T06:08:33.014Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:33.014Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8434843d-bd28-44fe-b602-93d098c04b79",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669097205296,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122060541/1.0/resourceInstances/vfw903cef79daf90/artifacts/vfw903cef79daf90_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-22T06:08:33.015Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T06:08:33.015Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:33.015Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8434843d-bd28-44fe-b602-93d098c04b79",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669097205381,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122060541/1.0/artifacts/service-Vfw20221122060541-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-22T06:08:33.015Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T06:08:33.016Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:33.016Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8434843d-bd28-44fe-b602-93d098c04b79",
"consumerID": "cds",
"timestamp": 1669097205337,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122060541/1.0/artifacts/service-Vfw20221122060541-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-22T06:08:33.016Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T06:08:33.016Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:33.017Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8434843d-bd28-44fe-b602-93d098c04b79",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669097205336,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122060541/1.0/artifacts/service-Vfw20221122060541-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-22T06:08:33.017Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T06:08:33.017Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:33.017Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8434843d-bd28-44fe-b602-93d098c04b79",
"consumerID": "aai-ml",
"timestamp": 1669097205520,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122060541/1.0/resourceInstances/vfw903cef79daf90/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-22T06:08:33.018Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-22T06:08:33.018Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:33.018Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8434843d-bd28-44fe-b602-93d098c04b79",
"consumerID": "cds",
"timestamp": 1669097206354,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122060541/1.0/artifacts/service-Vfw20221122060541-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-11-22T06:08:33.032Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8434843d-bd28-44fe-b602-93d098c04b79
2022-11-22T06:08:33.033Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8434843d-bd28-44fe-b602-93d098c04b79 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-11-22T06:08:33.047Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:33.047Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8434843d-bd28-44fe-b602-93d098c04b79",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669097206374,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122060541/1.0/resourceInstances/vfw903cef79daf90/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-22T06:08:33.048Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T06:08:33.048Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:33.049Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8434843d-bd28-44fe-b602-93d098c04b79",
"consumerID": "ves-openapi-manager",
"timestamp": 1669097205624,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122060541/1.0/resourceInstances/vfw903cef79daf90/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-22T06:08:33.049Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-22T06:08:33.050Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:33.050Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8434843d-bd28-44fe-b602-93d098c04b79",
"consumerID": "aai-ml",
"timestamp": 1669097205520,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122060541/1.0/resourceInstances/vfw903cef79daf90/artifacts/vfw903cef79daf90_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-22T06:08:33.050Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-22T06:08:33.051Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:33.051Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8434843d-bd28-44fe-b602-93d098c04b79",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669097207445,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122060541/1.0/resourceInstances/vfw903cef79daf90/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-11-22T06:08:33.051Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T06:08:33.051Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:33.051Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8434843d-bd28-44fe-b602-93d098c04b79",
"consumerID": "ves-openapi-manager",
"timestamp": 1669097205624,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122060541/1.0/resourceInstances/vfw903cef79daf90/artifacts/vfw903cef79daf90_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-22T06:08:33.051Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-22T06:08:33.051Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:33.052Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8434843d-bd28-44fe-b602-93d098c04b79",
"consumerID": "aai-ml",
"timestamp": 1669097205520,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122060541/1.0/resourceInstances/vfw903cef79daf90/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-22T06:08:33.052Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-22T06:08:33.052Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:33.052Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8434843d-bd28-44fe-b602-93d098c04b79",
"consumerID": "ves-openapi-manager",
"timestamp": 1669097205624,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122060541/1.0/resourceInstances/vfw903cef79daf90/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-22T06:08:33.052Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-22T06:08:33.052Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:33.053Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8434843d-bd28-44fe-b602-93d098c04b79",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669097208538,
"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-11-22T06:08:33.059Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8434843d-bd28-44fe-b602-93d098c04b79
2022-11-22T06:08:33.060Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8434843d-bd28-44fe-b602-93d098c04b79 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-11-22T06:08:33.069Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:33.069Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8434843d-bd28-44fe-b602-93d098c04b79",
"consumerID": "aai-ml",
"timestamp": 1669097205520,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122060541/1.0/resourceInstances/vfw903cef79daf90/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-22T06:08:33.069Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-22T06:08:33.070Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:33.070Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8434843d-bd28-44fe-b602-93d098c04b79",
"consumerID": "ves-openapi-manager",
"timestamp": 1669097205624,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122060541/1.0/resourceInstances/vfw903cef79daf90/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-22T06:08:33.070Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-22T06:08:33.070Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:33.070Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8434843d-bd28-44fe-b602-93d098c04b79",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669097209542,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122060541/1.0/resourceInstances/vfw903cef79daf90/artifacts/vfw903cef79daf90_modules.json",
"status": "DEPLOY_OK"
}
2022-11-22T06:08:33.071Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T06:08:33.071Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:33.071Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8434843d-bd28-44fe-b602-93d098c04b79",
"consumerID": "aai-ml",
"timestamp": 1669097205520,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122060541/1.0/resourceInstances/vfw903cef79daf90/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-22T06:08:33.071Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-22T06:08:33.071Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:33.071Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8434843d-bd28-44fe-b602-93d098c04b79",
"consumerID": "ves-openapi-manager",
"timestamp": 1669097205624,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122060541/1.0/resourceInstances/vfw903cef79daf90/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-22T06:08:33.071Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-22T06:08:33.071Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:33.072Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8434843d-bd28-44fe-b602-93d098c04b79",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669097210357,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122060541/1.0/resourceInstances/vfw903cef79daf90/artifacts/vfw903cef79daf90_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-22T06:08:33.072Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T06:08:33.072Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:33.072Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8434843d-bd28-44fe-b602-93d098c04b79",
"consumerID": "aai-ml",
"timestamp": 1669097205520,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122060541/1.0/artifacts/service-Vfw20221122060541-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-22T06:08:33.072Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-22T06:08:33.072Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:33.072Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8434843d-bd28-44fe-b602-93d098c04b79",
"consumerID": "ves-openapi-manager",
"timestamp": 1669097205624,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122060541/1.0/artifacts/service-Vfw20221122060541-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-22T06:08:33.073Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-22T06:08:33.073Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:33.073Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8434843d-bd28-44fe-b602-93d098c04b79",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669097211527,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122060541/1.0/artifacts/service-Vfw20221122060541-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-22T06:08:33.073Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T06:08:33.073Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:33.074Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8434843d-bd28-44fe-b602-93d098c04b79",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669097211437,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122060541/1.0/resourceInstances/vfw903cef79daf90/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-22T06:08:33.074Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T06:08:33.074Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:33.074Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8434843d-bd28-44fe-b602-93d098c04b79",
"consumerID": "aai-ml",
"timestamp": 1669097205520,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122060541/1.0/artifacts/service-Vfw20221122060541-csar.csar",
"status": "NOTIFIED"
}
2022-11-22T06:08:33.075Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-22T06:08:33.075Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:33.075Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8434843d-bd28-44fe-b602-93d098c04b79",
"consumerID": "ves-openapi-manager",
"timestamp": 1669097205624,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122060541/1.0/artifacts/service-Vfw20221122060541-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-11-22T06:08:33.075Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-22T06:08:33.075Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:33.075Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8434843d-bd28-44fe-b602-93d098c04b79",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669097212532,
"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-11-22T06:08:33.081Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8434843d-bd28-44fe-b602-93d098c04b79
2022-11-22T06:08:33.081Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8434843d-bd28-44fe-b602-93d098c04b79 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-11-22T06:08:33.090Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:33.090Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8434843d-bd28-44fe-b602-93d098c04b79",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669097212489,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122060541/1.0/resourceInstances/vfw903cef79daf90/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-11-22T06:08:33.091Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T06:08:33.091Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:33.091Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8434843d-bd28-44fe-b602-93d098c04b79",
"consumerID": "aai-ml",
"timestamp": 1669097213356,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122060541/1.0/artifacts/service-Vfw20221122060541-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-22T06:08:33.092Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T06:08:33.092Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:33.092Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8434843d-bd28-44fe-b602-93d098c04b79",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669097213896,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122060541/1.0/resourceInstances/vfw903cef79daf90/artifacts/vfw903cef79daf90_modules.json",
"status": "DEPLOY_OK"
}
2022-11-22T06:08:33.093Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T06:08:33.093Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:33.093Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8434843d-bd28-44fe-b602-93d098c04b79",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669097214905,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122060541/1.0/resourceInstances/vfw903cef79daf90/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-11-22T06:08:33.094Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T06:08:33.094Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:33.094Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8434843d-bd28-44fe-b602-93d098c04b79",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669097215914,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122060541/1.0/resourceInstances/vfw903cef79daf90/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-11-22T06:08:33.095Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T06:08:33.095Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:33.096Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8434843d-bd28-44fe-b602-93d098c04b79",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669097216923,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122060541/1.0/artifacts/service-Vfw20221122060541-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-22T06:08:33.096Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T06:08:33.096Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:33.097Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3059a566-f23b-4ff9-a60d-f73c418076f1",
"consumerID": "cds",
"timestamp": 1669097220918,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/resourceInstances/basic_onboard_huyofl0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-22T06:08:33.097Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-22T06:08:33.097Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:33.098Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3059a566-f23b-4ff9-a60d-f73c418076f1",
"consumerID": "ves-openapi-manager",
"timestamp": 1669097225624,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/resourceInstances/basic_onboard_huyofl0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-22T06:08:33.098Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-22T06:08:33.098Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:33.099Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3059a566-f23b-4ff9-a60d-f73c418076f1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669097226134,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/resourceInstances/basic_onboard_huyofl0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-22T06:08:33.099Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-22T06:08:33.100Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:33.100Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3059a566-f23b-4ff9-a60d-f73c418076f1",
"consumerID": "cds",
"timestamp": 1669097220918,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/resourceInstances/basic_onboard_huyofl0/artifacts/basic_onboard_huyofl0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-22T06:08:33.100Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-22T06:08:33.101Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:33.101Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3059a566-f23b-4ff9-a60d-f73c418076f1",
"consumerID": "ves-openapi-manager",
"timestamp": 1669097225624,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/resourceInstances/basic_onboard_huyofl0/artifacts/basic_onboard_huyofl0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-22T06:08:33.101Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-22T06:08:33.101Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:33.103Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3059a566-f23b-4ff9-a60d-f73c418076f1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669097226134,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/resourceInstances/basic_onboard_huyofl0/artifacts/basic_onboard_huyofl0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-22T06:08:33.103Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-22T06:08:33.103Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:33.103Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3059a566-f23b-4ff9-a60d-f73c418076f1",
"consumerID": "cds",
"timestamp": 1669097220918,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/resourceInstances/basic_onboard_huyofl0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-22T06:08:33.104Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-22T06:08:33.104Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:33.104Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3059a566-f23b-4ff9-a60d-f73c418076f1",
"consumerID": "ves-openapi-manager",
"timestamp": 1669097225624,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/resourceInstances/basic_onboard_huyofl0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-22T06:08:33.104Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-22T06:08:33.105Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:33.105Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3059a566-f23b-4ff9-a60d-f73c418076f1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669097226134,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/resourceInstances/basic_onboard_huyofl0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-22T06:08:33.105Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-22T06:08:33.105Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:33.105Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8434843d-bd28-44fe-b602-93d098c04b79",
"consumerID": "aai-ml",
"timestamp": 1669097229273,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122060541/1.0/artifacts/service-Vfw20221122060541-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-22T06:08:33.106Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T06:08:33.106Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:33.106Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3059a566-f23b-4ff9-a60d-f73c418076f1",
"consumerID": "cds",
"timestamp": 1669097220918,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/resourceInstances/basic_onboard_huyofl0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-22T06:08:33.107Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-22T06:08:33.107Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:33.107Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3059a566-f23b-4ff9-a60d-f73c418076f1",
"consumerID": "ves-openapi-manager",
"timestamp": 1669097225624,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/resourceInstances/basic_onboard_huyofl0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-22T06:08:33.108Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-22T06:08:33.108Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:33.108Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3059a566-f23b-4ff9-a60d-f73c418076f1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669097226134,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/resourceInstances/basic_onboard_huyofl0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-22T06:08:33.108Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-22T06:08:33.109Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:33.109Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8434843d-bd28-44fe-b602-93d098c04b79",
"consumerID": "aai-ml",
"timestamp": 1669097230278,
"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-11-22T06:08:33.115Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8434843d-bd28-44fe-b602-93d098c04b79
2022-11-22T06:08:33.115Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8434843d-bd28-44fe-b602-93d098c04b79 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-11-22T06:08:33.150Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:33.150Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3059a566-f23b-4ff9-a60d-f73c418076f1",
"consumerID": "cds",
"timestamp": 1669097220918,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/resourceInstances/basic_onboard_huyofl0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-11-22T06:08:33.150Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-22T06:08:33.150Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:33.151Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3059a566-f23b-4ff9-a60d-f73c418076f1",
"consumerID": "ves-openapi-manager",
"timestamp": 1669097225624,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/resourceInstances/basic_onboard_huyofl0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-11-22T06:08:33.151Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-22T06:08:33.151Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:33.151Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3059a566-f23b-4ff9-a60d-f73c418076f1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669097226134,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/resourceInstances/basic_onboard_huyofl0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-11-22T06:08:33.151Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-22T06:08:33.152Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:33.152Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3059a566-f23b-4ff9-a60d-f73c418076f1",
"consumerID": "cds",
"timestamp": 1669097220918,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/artifacts/service-BasicOnboardHuyofl-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-22T06:08:33.152Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-22T06:08:33.152Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:33.152Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3059a566-f23b-4ff9-a60d-f73c418076f1",
"consumerID": "ves-openapi-manager",
"timestamp": 1669097225624,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/artifacts/service-BasicOnboardHuyofl-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-22T06:08:33.153Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-22T06:08:33.153Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:33.153Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3059a566-f23b-4ff9-a60d-f73c418076f1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669097226134,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/artifacts/service-BasicOnboardHuyofl-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-22T06:08:33.153Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-22T06:08:33.153Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:33.154Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3059a566-f23b-4ff9-a60d-f73c418076f1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669097231564,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/resourceInstances/basic_onboard_huyofl0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-22T06:08:33.154Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-22T06:08:33.154Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:33.154Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3059a566-f23b-4ff9-a60d-f73c418076f1",
"consumerID": "cds",
"timestamp": 1669097220918,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/artifacts/service-BasicOnboardHuyofl-csar.csar",
"status": "NOTIFIED"
}
2022-11-22T06:08:33.155Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-22T06:08:33.155Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:33.155Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3059a566-f23b-4ff9-a60d-f73c418076f1",
"consumerID": "ves-openapi-manager",
"timestamp": 1669097225624,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/artifacts/service-BasicOnboardHuyofl-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-11-22T06:08:33.156Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-22T06:08:33.156Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:33.156Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3059a566-f23b-4ff9-a60d-f73c418076f1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669097226134,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/artifacts/service-BasicOnboardHuyofl-csar.csar",
"status": "NOTIFIED"
}
2022-11-22T06:08:33.157Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-22T06:08:33.157Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:33.157Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3059a566-f23b-4ff9-a60d-f73c418076f1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669097231564,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/resourceInstances/basic_onboard_huyofl0/artifacts/basic_onboard_huyofl0_modules.json",
"status": "NOTIFIED"
}
2022-11-22T06:08:33.157Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-22T06:08:33.157Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:33.158Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3059a566-f23b-4ff9-a60d-f73c418076f1",
"consumerID": "cds",
"timestamp": 1669097234156,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/artifacts/service-BasicOnboardHuyofl-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-22T06:08:33.158Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T06:08:33.158Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:33.158Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3059a566-f23b-4ff9-a60d-f73c418076f1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669097234244,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/artifacts/service-BasicOnboardHuyofl-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-22T06:08:33.158Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T06:08:33.159Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:33.160Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3059a566-f23b-4ff9-a60d-f73c418076f1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669097231564,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/resourceInstances/basic_onboard_huyofl0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-11-22T06:08:33.160Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-22T06:08:33.160Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:33.160Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3059a566-f23b-4ff9-a60d-f73c418076f1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669097231564,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/resourceInstances/basic_onboard_huyofl0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-22T06:08:33.161Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-22T06:08:33.161Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:33.161Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3059a566-f23b-4ff9-a60d-f73c418076f1",
"consumerID": "cds",
"timestamp": 1669097235244,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/artifacts/service-BasicOnboardHuyofl-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-11-22T06:08:33.178Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3059a566-f23b-4ff9-a60d-f73c418076f1
2022-11-22T06:08:33.178Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3059a566-f23b-4ff9-a60d-f73c418076f1 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-11-22T06:08:33.186Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:33.186Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3059a566-f23b-4ff9-a60d-f73c418076f1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669097231564,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/resourceInstances/basic_onboard_huyofl0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-11-22T06:08:33.186Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-22T06:08:33.186Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:33.186Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3059a566-f23b-4ff9-a60d-f73c418076f1",
"consumerID": "aai-ml",
"timestamp": 1669097235520,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/resourceInstances/basic_onboard_huyofl0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-22T06:08:33.187Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-22T06:08:33.187Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:33.187Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3059a566-f23b-4ff9-a60d-f73c418076f1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669097236954,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/artifacts/service-BasicOnboardHuyofl-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-22T06:08:33.187Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T06:08:33.187Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:33.188Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3059a566-f23b-4ff9-a60d-f73c418076f1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669097231564,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/artifacts/service-BasicOnboardHuyofl-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-22T06:08:33.188Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-22T06:08:33.188Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:33.189Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3059a566-f23b-4ff9-a60d-f73c418076f1",
"consumerID": "aai-ml",
"timestamp": 1669097235520,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/resourceInstances/basic_onboard_huyofl0/artifacts/basic_onboard_huyofl0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-22T06:08:33.190Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-22T06:08:33.190Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:33.190Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3059a566-f23b-4ff9-a60d-f73c418076f1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669097237964,
"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-11-22T06:08:33.196Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3059a566-f23b-4ff9-a60d-f73c418076f1
2022-11-22T06:08:33.196Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3059a566-f23b-4ff9-a60d-f73c418076f1 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-11-22T06:08:33.203Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:33.204Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3059a566-f23b-4ff9-a60d-f73c418076f1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669097231564,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/artifacts/service-BasicOnboardHuyofl-csar.csar",
"status": "NOTIFIED"
}
2022-11-22T06:08:33.204Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-22T06:08:33.204Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:33.204Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3059a566-f23b-4ff9-a60d-f73c418076f1",
"consumerID": "aai-ml",
"timestamp": 1669097235520,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/resourceInstances/basic_onboard_huyofl0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-22T06:08:33.205Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-22T06:08:33.205Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:33.205Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3059a566-f23b-4ff9-a60d-f73c418076f1",
"consumerID": "aai-ml",
"timestamp": 1669097235520,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/resourceInstances/basic_onboard_huyofl0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-22T06:08:33.205Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-22T06:08:33.205Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:33.206Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3059a566-f23b-4ff9-a60d-f73c418076f1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669097239290,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/resourceInstances/basic_onboard_huyofl0/artifacts/basic_onboard_huyofl0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-22T06:08:33.206Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T06:08:33.206Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:33.206Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3059a566-f23b-4ff9-a60d-f73c418076f1",
"consumerID": "aai-ml",
"timestamp": 1669097235520,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/resourceInstances/basic_onboard_huyofl0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-11-22T06:08:33.207Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-22T06:08:33.207Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:33.207Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3059a566-f23b-4ff9-a60d-f73c418076f1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669097240345,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/resourceInstances/basic_onboard_huyofl0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-22T06:08:33.207Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T06:08:33.207Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:33.208Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3059a566-f23b-4ff9-a60d-f73c418076f1",
"consumerID": "aai-ml",
"timestamp": 1669097235520,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/artifacts/service-BasicOnboardHuyofl-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-22T06:08:33.208Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-22T06:08:33.208Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:33.208Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3059a566-f23b-4ff9-a60d-f73c418076f1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669097241398,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/resourceInstances/basic_onboard_huyofl0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-11-22T06:08:33.208Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T06:08:33.209Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:33.209Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3059a566-f23b-4ff9-a60d-f73c418076f1",
"consumerID": "aai-ml",
"timestamp": 1669097235520,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/artifacts/service-BasicOnboardHuyofl-csar.csar",
"status": "NOTIFIED"
}
2022-11-22T06:08:33.209Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-22T06:08:33.209Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:33.209Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3059a566-f23b-4ff9-a60d-f73c418076f1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669097242420,
"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-11-22T06:08:33.217Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3059a566-f23b-4ff9-a60d-f73c418076f1
2022-11-22T06:08:33.217Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3059a566-f23b-4ff9-a60d-f73c418076f1 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-11-22T06:08:33.226Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:33.226Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3059a566-f23b-4ff9-a60d-f73c418076f1",
"consumerID": "aai-ml",
"timestamp": 1669097243254,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/artifacts/service-BasicOnboardHuyofl-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-22T06:08:33.227Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T06:08:33.227Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:33.227Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3059a566-f23b-4ff9-a60d-f73c418076f1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669097243423,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/resourceInstances/basic_onboard_huyofl0/artifacts/basic_onboard_huyofl0_modules.json",
"status": "DEPLOY_OK"
}
2022-11-22T06:08:33.227Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T06:08:33.227Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:33.227Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3059a566-f23b-4ff9-a60d-f73c418076f1",
"consumerID": "aai-ml",
"timestamp": 1669097250494,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/artifacts/service-BasicOnboardHuyofl-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-22T06:08:33.228Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T06:08:33.228Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T06:08:33.228Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3059a566-f23b-4ff9-a60d-f73c418076f1",
"consumerID": "aai-ml",
"timestamp": 1669097251499,
"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-11-22T06:08:33.232Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3059a566-f23b-4ff9-a60d-f73c418076f1
2022-11-22T06:08:33.233Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3059a566-f23b-4ff9-a60d-f73c418076f1 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-11-22T06:08:58.021Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8434843d-bd28-44fe-b602-93d098c04b79
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-11-22T06:08:58.033Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8434843d-bd28-44fe-b602-93d098c04b79
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-11-22T06:08:58.037Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-22T06:08:58.037Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-22T06:08:58.037Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-22T06:08:58.038Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-22T06:08:58.038Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-22T06:08:58.038Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-22T06:08:58.038Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-22T06:08:58.038Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-22T06:08:58.039Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-22T06:08:58.039Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-22T06:08:58.045Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-22T06:09:28.048Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8434843d-bd28-44fe-b602-93d098c04b79 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-11-22T06:09:28.063Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8434843d-bd28-44fe-b602-93d098c04b79 and serviceModelVersionId: c85dff8d-17f8-4626-bdd1-52236fb5650d
2022-11-22T06:09:28.063Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c71dcc8d-52aa-401d-b25a-376b14effeeb
2022-11-22T06:09:32.445Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T06:09:32.446Z||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-11-22T06:09:32.447Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T06:09:41.988Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T06:09:43.930Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c71dcc8d-52aa-401d-b25a-376b14effeeb/model-vers/model-ver/c85dff8d-17f8-4626-bdd1-52236fb5650d?depth=0
2022-11-22T06:09:44.042Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-11-22T06:09:44.546Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c71dcc8d-52aa-401d-b25a-376b14effeeb/model-vers/model-ver/c85dff8d-17f8-4626-bdd1-52236fb5650d?depth=0|INFO|500||Invoke
2022-11-22T06:09:44.555Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c71dcc8d-52aa-401d-b25a-376b14effeeb/model-vers/model-ver/c85dff8d-17f8-4626-bdd1-52236fb5650d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c71dcc8d-52aa-401d-b25a-376b14effeeb/model-vers/model-ver/c85dff8d-17f8-4626-bdd1-52236fb5650d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[8434843d-bd28-44fe-b602-93d098c04b79], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[10cb0f23-329a-4bd8-8adf-21b85752a990], X-ECOMP-RequestID=[8434843d-bd28-44fe-b602-93d098c04b79], X-TransactionId=[], X-ONAP-RequestID=[8434843d-bd28-44fe-b602-93d098c04b79], Content-Type=[application/merge-patch+json]}
2022-11-22T06:09:44.693Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c71dcc8d-52aa-401d-b25a-376b14effeeb/model-vers/model-ver/c85dff8d-17f8-4626-bdd1-52236fb5650d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-11-22T06:09:44.886Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c71dcc8d-52aa-401d-b25a-376b14effeeb/model-vers/model-ver/c85dff8d-17f8-4626-bdd1-52236fb5650d?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/c71dcc8d-52aa-401d-b25a-376b14effeeb/model-vers/model-ver/c85dff8d-17f8-4626-bdd1-52236fb5650d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221122-06:09:44:971-82885], vertex-id=[147640], Content-Length=[0], Date=[Tue, 22 Nov 2022 06:09:44 GMT], Content-Type=[application/json]}
2022-11-22T06:09:44.887Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c71dcc8d-52aa-401d-b25a-376b14effeeb/model-vers/model-ver/c85dff8d-17f8-4626-bdd1-52236fb5650d?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-11-22T06:09:44.888Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c71dcc8d-52aa-401d-b25a-376b14effeeb/model-vers/model-ver/c85dff8d-17f8-4626-bdd1-52236fb5650d?depth=0|INFO|500||InvokeReturn
2022-11-22T06:09:44.892Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-22T06:09:44.892Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-22T06:09:44.901Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-11-22T06:09:44.902Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8434843d-bd28-44fe-b602-93d098c04b79 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-22T06:09:44.904Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-22T06:09:44.905Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-22T06:09:44.907Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T06:09:44.908Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "8434843d-bd28-44fe-b602-93d098c04b79",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669097384902,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-22T06:09:45.007Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-22T06:09:45.009Z||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-11-22T06:09:45.009Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I42KzNhva7kiZ3wc) ...
2022-11-22T06:09:45.021Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T06:09:45.022Z||pool-18-thread-1|||||INFO|500||cambria reply ok (14 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-11-22T06:09:45.922Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T06:09:45.923Z|8434843d-bd28-44fe-b602-93d098c04b79|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-11-22T06:09:45.923Z|8434843d-bd28-44fe-b602-93d098c04b79|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 I42KzNhva7kiZ3wc) ...
2022-11-22T06:09:50.360Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T06:09:50.361Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-22T06:09:50.361Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"3059a566-f23b-4ff9-a60d-f73c418076f1","serviceName":"basic_onboard_hUyoFl","serviceVersion":"1.0","serviceUUID":"78a18a5a-cc16-43a1-b66b-e0135b39c60f","serviceDescription":"service","serviceInvariantUUID":"bf3de3fc-a2b3-47ec-b0d3-d0f5e770cdf5","resources":[{"resourceInstanceName":"basic_onboard_hUyoFl 0","resourceName":"basic_onboard_hUyoFl","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"dd223edb-46a6-4ab7-8a1b-bc4c42de343c","resourceInvariantUUID":"2012e032-b3d3-4937-81ef-50761b2694af","resourceCustomizationUUID":"19bcacac-a3ee-453c-b1a8-5442d44e715e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/resourceInstances/basic_onboard_huyofl0/artifacts/vf-license-model.xml","artifactChecksum":"MDhiOWNjYzlkODZkZTdjMjM5ODQ1MGYwZWIxNjlkNmM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e8d637cb-99f2-4b14-bcd0-73826f625906","artifactVersion":"1"},{"artifactName":"basic_onboard_huyofl0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/resourceInstances/basic_onboard_huyofl0/artifacts/basic_onboard_huyofl0_modules.json","artifactChecksum":"NzU4MjAxNjBiMWE4NTZmNThmMjljMjBkOTM1OGFlMzA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d5228a03-2f74-4a7e-97c4-ec21248be248","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/resourceInstances/basic_onboard_huyofl0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f5ccd86b-b979-482a-a891-75b26bd7d443","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/resourceInstances/basic_onboard_huyofl0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f7cc5515-6b4f-4b7d-88d0-5a71677f191d","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/resourceInstances/basic_onboard_huyofl0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"87d1442a-5e63-4ec5-983d-6b573473e826","artifactVersion":"2","generatedFromUUID":"f5ccd86b-b979-482a-a891-75b26bd7d443"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardHuyofl-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/artifacts/service-BasicOnboardHuyofl-template.yml","artifactChecksum":"MGI1ZDFmMzg3ODkzMzk4M2VlMzBiNzI2ZGQ1ZDhkOGU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6c4a7e76-cd26-4724-9f20-49776becad6f","artifactVersion":"1"},{"artifactName":"service-BasicOnboardHuyofl-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/artifacts/service-BasicOnboardHuyofl-csar.csar","artifactChecksum":"YzgxZWQ3ZjA3YWYzNWY4YTBlYzgzZjc3MTM4NDdmMDI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6e6a4450-daf4-4623-9d22-a06f7b3ee17c","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-22T06:09:50.364Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-22T06:09:50.365Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-22T06:09:50.367Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T06:09:50.367Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "3059a566-f23b-4ff9-a60d-f73c418076f1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669097385922,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/resourceInstances/basic_onboard_huyofl0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-22T06:09:50.468Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-22T06:09:50.469Z||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-11-22T06:09:50.469Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I42KzNhva7kiZ3wc) ...
2022-11-22T06:09:50.480Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T06:09:50.480Z||pool-19-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-22T06:09:51.368Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-22T06:09:51.369Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-22T06:09:51.373Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T06:09:51.373Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "3059a566-f23b-4ff9-a60d-f73c418076f1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669097385922,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/resourceInstances/basic_onboard_huyofl0/artifacts/basic_onboard_huyofl0_modules.json",
"status": "NOTIFIED"
}
2022-11-22T06:09:51.473Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-22T06:09:51.473Z||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-11-22T06:09:51.474Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I42KzNhva7kiZ3wc) ...
2022-11-22T06:09:51.489Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T06:09:51.489Z||pool-20-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-22T06:09:52.374Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-22T06:09:52.375Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-22T06:09:52.381Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T06:09:52.382Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "3059a566-f23b-4ff9-a60d-f73c418076f1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669097385922,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/resourceInstances/basic_onboard_huyofl0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-11-22T06:09:52.482Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-22T06:09:52.483Z||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-11-22T06:09:52.483Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I42KzNhva7kiZ3wc) ...
2022-11-22T06:09:52.493Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T06:09:52.494Z||pool-21-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-11-22T06:09:53.382Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-22T06:09:53.383Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-22T06:09:53.386Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T06:09:53.386Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "3059a566-f23b-4ff9-a60d-f73c418076f1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669097385922,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/resourceInstances/basic_onboard_huyofl0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-22T06:09:53.486Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-22T06:09:53.487Z||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-11-22T06:09:53.487Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I42KzNhva7kiZ3wc) ...
2022-11-22T06:09:53.498Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T06:09:53.499Z||pool-22-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-22T06:09:54.387Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-22T06:09:54.388Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-22T06:09:54.390Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T06:09:54.390Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "3059a566-f23b-4ff9-a60d-f73c418076f1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669097385922,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/resourceInstances/basic_onboard_huyofl0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-11-22T06:09:54.492Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-11-22T06:09:54.493Z||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-11-22T06:09:54.493Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I42KzNhva7kiZ3wc) ...
2022-11-22T06:09:54.513Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T06:09:54.513Z||pool-23-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-11-22T06:09:55.391Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-22T06:09:55.391Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-22T06:09:55.393Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T06:09:55.394Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "3059a566-f23b-4ff9-a60d-f73c418076f1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669097385922,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/artifacts/service-BasicOnboardHuyofl-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-22T06:09:55.496Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-22T06:09:55.497Z||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-11-22T06:09:55.497Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I42KzNhva7kiZ3wc) ...
2022-11-22T06:09:55.506Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T06:09:55.507Z||pool-24-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-22T06:09:56.394Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-22T06:09:56.395Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-22T06:09:56.398Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T06:09:56.398Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "3059a566-f23b-4ff9-a60d-f73c418076f1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669097385922,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/artifacts/service-BasicOnboardHuyofl-csar.csar",
"status": "NOTIFIED"
}
2022-11-22T06:09:56.498Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-22T06:09:56.499Z||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-11-22T06:09:56.499Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I42KzNhva7kiZ3wc) ...
2022-11-22T06:09:56.509Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T06:09:56.510Z||pool-25-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-11-22T06:09:57.400Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "3059a566-f23b-4ff9-a60d-f73c418076f1",
"serviceName": "basic_onboard_hUyoFl",
"serviceVersion": "1.0",
"serviceUUID": "78a18a5a-cc16-43a1-b66b-e0135b39c60f",
"serviceDescription": "service",
"serviceInvariantUUID": "bf3de3fc-a2b3-47ec-b0d3-d0f5e770cdf5",
"resources": [
{
"resourceInstanceName": "basic_onboard_hUyoFl 0",
"resourceCustomizationUUID": "19bcacac-a3ee-453c-b1a8-5442d44e715e",
"resourceName": "basic_onboard_hUyoFl",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "dd223edb-46a6-4ab7-8a1b-bc4c42de343c",
"resourceInvariantUUID": "2012e032-b3d3-4937-81ef-50761b2694af",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_huyofl0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/resourceInstances/basic_onboard_huyofl0/artifacts/basic_onboard_huyofl0_modules.json",
"artifactChecksum": "NzU4MjAxNjBiMWE4NTZmNThmMjljMjBkOTM1OGFlMzA\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "d5228a03-2f74-4a7e-97c4-ec21248be248",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/resourceInstances/basic_onboard_huyofl0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "f5ccd86b-b979-482a-a891-75b26bd7d443",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/resourceInstances/basic_onboard_huyofl0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "87d1442a-5e63-4ec5-983d-6b573473e826",
"generatedFromUUID": "f5ccd86b-b979-482a-a891-75b26bd7d443"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/resourceInstances/basic_onboard_huyofl0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "87d1442a-5e63-4ec5-983d-6b573473e826",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardHuyofl-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/artifacts/service-BasicOnboardHuyofl-csar.csar",
"artifactChecksum": "YzgxZWQ3ZjA3YWYzNWY4YTBlYzgzZjc3MTM4NDdmMDI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "6e6a4450-daf4-4623-9d22-a06f7b3ee17c"
}
],
"workloadContext": "Production"
}
2022-11-22T06:09:57.400Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-22T06:09:57.400Z|8434843d-bd28-44fe-b602-93d098c04b79|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 78a18a5a-cc16-43a1-b66b-e0135b39c60f ASDC
2022-11-22T06:09:57.401Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:3059a566-f23b-4ff9-a60d-f73c418076f1
ServiceName:basic_onboard_hUyoFl
ServiceVersion:1.0
ServiceUUID:78a18a5a-cc16-43a1-b66b-e0135b39c60f
ServiceInvariantUUID:bf3de3fc-a2b3-47ec-b0d3-d0f5e770cdf5
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardHuyofl-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/artifacts/service-BasicOnboardHuyofl-csar.csar
ArtifactUUID:6e6a4450-daf4-4623-9d22-a06f7b3ee17c
ArtifactChecksum:YzgxZWQ3ZjA3YWYzNWY4YTBlYzgzZjc3MTM4NDdmMDI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_hUyoFl 0
ResourceCustomizationUUID:19bcacac-a3ee-453c-b1a8-5442d44e715e
ResourceInvariantUUID:2012e032-b3d3-4937-81ef-50761b2694af
ResourceName:basic_onboard_hUyoFl
ResourceType:VF
ResourceUUID:dd223edb-46a6-4ab7-8a1b-bc4c42de343c
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_huyofl0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/resourceInstances/basic_onboard_huyofl0/artifacts/basic_onboard_huyofl0_modules.json
ArtifactUUID:d5228a03-2f74-4a7e-97c4-ec21248be248
ArtifactChecksum:NzU4MjAxNjBiMWE4NTZmNThmMjljMjBkOTM1OGFlMzA=
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/BasicOnboardHuyofl/1.0/resourceInstances/basic_onboard_huyofl0/artifacts/base_ubuntu18.yaml
ArtifactUUID:f5ccd86b-b979-482a-a891-75b26bd7d443
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/BasicOnboardHuyofl/1.0/resourceInstances/basic_onboard_huyofl0/artifacts/base_ubuntu18.env
ArtifactUUID:87d1442a-5e63-4ec5-983d-6b573473e826
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/BasicOnboardHuyofl/1.0/resourceInstances/basic_onboard_huyofl0/artifacts/base_ubuntu18.env
ArtifactUUID:87d1442a-5e63-4ec5-983d-6b573473e826
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-11-22T06:09:57.401Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 78a18a5a-cc16-43a1-b66b-e0135b39c60f 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-11-22T06:09:57.437Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-22T06:09:57.438Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-11-22T06:09:57.438Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-11-22T06:09:57.439Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 6e6a4450-daf4-4623-9d22-a06f7b3ee17c from URL: /sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/artifacts/service-BasicOnboardHuyofl-csar.csar
2022-11-22T06:09:57.439Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-11-22T06:09:57.439Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/artifacts/service-BasicOnboardHuyofl-csar.csar
2022-11-22T06:09:57.507Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-11-22T06:09:57.514Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/artifacts/service-BasicOnboardHuyofl-csar.csar 6e6a4450-daf4-4623-9d22-a06f7b3ee17c 75306
2022-11-22T06:09:57.514Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/artifacts/service-BasicOnboardHuyofl-csar.csar ASDC sendASDCNotification
2022-11-22T06:09:57.514Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/artifacts/service-BasicOnboardHuyofl-csar.csar
2022-11-22T06:09:57.514Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-22T06:09:57.515Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-22T06:09:57.517Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T06:09:57.517Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "3059a566-f23b-4ff9-a60d-f73c418076f1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669097397514,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/artifacts/service-BasicOnboardHuyofl-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-22T06:09:57.618Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-11-22T06:09:57.619Z||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-11-22T06:09:57.619Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I42KzNhva7kiZ3wc) ...
2022-11-22T06:09:57.629Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T06:09:57.629Z||pool-26-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-22T06:09:58.522Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-22T06:09:58.522Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-11-22T06:09:58.523Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 6e6a4450-daf4-4623-9d22-a06f7b3ee17c, URL: /sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/artifacts/service-BasicOnboardHuyofl-csar.csar to file: /app/ASDC/1/service-BasicOnboardHuyofl-csar.csar
2022-11-22T06:09:58.523Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardHuyofl-csar.csar
2022-11-22T06:09:58.524Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardHuyofl-csar.csar
2022-11-22T06:09:58.524Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardHuyofl-csar.csar
2022-11-22T06:09:58.755Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13525308289295473196/Definitions/service-BasicOnboardHuyofl-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-11-22T06:09:59.927Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-22T06:09:59.928Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-11-22T06:09:59.928Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardHuyofl-csar.csar
2022-11-22T06:09:59.928Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-11-22T06:09:59.929Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardHuyofl-csar.csar
2022-11-22T06:09:59.929Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardHuyofl-csar.csar
2022-11-22T06:09:59.929Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_hUyoFl 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-BasicOnboardHuyofl-csar.csar
2022-11-22T06:09:59.929Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardHuyofl-csar.csar
2022-11-22T06:09:59.929Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardHuyofl-csar.csar
2022-11-22T06:09:59.930Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardHuyofl-csar.csar
2022-11-22T06:09:59.930Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardHuyofl-csar.csar
2022-11-22T06:09:59.930Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-11-22T06:09:59.930Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T06:09:59.930Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_hUyoFl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T06:09:59.930Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_hUyoFl 0 is matching search criteria
2022-11-22T06:09:59.930Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-11-22T06:09:59.931Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_hUyoFl 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-22T06:09:59.931Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T06:09:59.931Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_hUyoFl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T06:09:59.931Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_hUyoFl 0 is matching search criteria
2022-11-22T06:09:59.931Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-11-22T06:09:59.931Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_hUyoFl 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-22T06:09:59.932Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T06:09:59.932Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_hUyoFl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T06:09:59.932Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T06:09:59.932Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_hUyoFl 0 is not matching search criteria
2022-11-22T06:09:59.932Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-11-22T06:09:59.932Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-11-22T06:09:59.933Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-11-22T06:09:59.933Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-11-22T06:09:59.933Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-22T06:09:59.933Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T06:09:59.933Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_hUyoFl is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-22T06:09:59.933Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T06:09:59.933Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_hUyoFl 0 is matching search criteria
2022-11-22T06:09:59.934Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_hUyoFl 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-22T06:09:59.934Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T06:09:59.934Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_hUyoFl 0 is matching search criteria
2022-11-22T06:09:59.934Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_hUyoFl 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-22T06:09:59.934Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T06:09:59.935Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_hUyoFl 0 is matching search criteria
2022-11-22T06:09:59.935Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_hUyoFl 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-22T06:09:59.935Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T06:09:59.935Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_hUyoFl 0 is not matching search criteria
2022-11-22T06:09:59.935Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-11-22T06:09:59.935Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-11-22T06:09:59.935Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=e0a04c33-27f4-4963-9041-0c6a0bdd2fef
2022-11-22T06:09:59.936Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T06:09:59.936Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_hUyoFl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T06:09:59.936Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T06:09:59.936Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_hUyoFl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T06:09:59.936Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T06:09:59.936Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_hUyoFl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T06:09:59.937Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T06:09:59.937Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_hUyoFl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T06:09:59.937Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_hUyoFl
Description:service
Model UUID:78a18a5a-cc16-43a1-b66b-e0135b39c60f
Model Version:NULL
Model InvariantUuid:bf3de3fc-a2b3-47ec-b0d3-d0f5e770cdf5
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_hUyoFl
Model UUID:f385b7f8-edc5-4f27-bf9d-656b22635666
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:2012e032-b3d3-4937-81ef-50761b2694af
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:19bcacac-a3ee-453c-b1a8-5442d44e715e
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:3118a1bc-98f0-4a68-a280-e8b14c66f458
ModelName:BasicOnboardHuyofl..base_ubuntu18..module-0
ModelUuid:12f4ddee-1ba9-4d1e-95b3-a633d042897e
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:e0a04c33-27f4-4963-9041-0c6a0bdd2fef
ModelInvariantUuid:c9600f0c-6411-4fee-9d42-47ff01573cfd
ModelName:basic_onboard_hUyoFl-nodes.ubuntu18Cvfc
ModelUuid:34d43922-4886-4c24-a064-f7d9fb49b58f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:02a6fa41-fb84-4b9f-afef-a7a09460d9df
ModelInvariantUuid:a91f8674-dbd1-4648-b0d6-2e28f272bf50
ModelName:BasicOnboardHuyofl.compute.nodes.heat.ubuntu18
ModelUuid:5c09f7cc-9911-4741-a8e9-5c5749ffade3
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-11-22T06:09:59.947Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: dd223edb-46a6-4ab7-8a1b-bc4c42de343c
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-11-22T06:09:59.950Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||INFO|500||basic_onboard_hUyoFl 0
2022-11-22T06:09:59.950Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: dd223edb-46a6-4ab7-8a1b-bc4c42de343c
2022-11-22T06:09:59.950Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: d5228a03-2f74-4a7e-97c4-ec21248be248 from URL: /sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/resourceInstances/basic_onboard_huyofl0/artifacts/basic_onboard_huyofl0_modules.json
2022-11-22T06:09:59.950Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-11-22T06:09:59.950Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/resourceInstances/basic_onboard_huyofl0/artifacts/basic_onboard_huyofl0_modules.json
2022-11-22T06:09:59.994Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-11-22T06:09:59.994Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/resourceInstances/basic_onboard_huyofl0/artifacts/basic_onboard_huyofl0_modules.json d5228a03-2f74-4a7e-97c4-ec21248be248 798
2022-11-22T06:09:59.995Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/resourceInstances/basic_onboard_huyofl0/artifacts/basic_onboard_huyofl0_modules.json ASDC sendASDCNotification
2022-11-22T06:09:59.995Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/resourceInstances/basic_onboard_huyofl0/artifacts/basic_onboard_huyofl0_modules.json
2022-11-22T06:09:59.995Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-22T06:09:59.995Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-22T06:09:59.997Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T06:09:59.997Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "3059a566-f23b-4ff9-a60d-f73c418076f1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669097399994,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/resourceInstances/basic_onboard_huyofl0/artifacts/basic_onboard_huyofl0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-22T06:10:00.097Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-22T06:10:00.098Z||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-11-22T06:10:00.098Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I42KzNhva7kiZ3wc) ...
2022-11-22T06:10:00.108Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T06:10:00.108Z||pool-27-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-22T06:10:01.000Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardHuyofl..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "3118a1bc-98f0-4a68-a280-e8b14c66f458",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "12f4ddee-1ba9-4d1e-95b3-a633d042897e",
"vfModuleModelCustomizationUUID": "c282efe4-b471-4975-bae8-1c180e7b681a",
"isBase": true,
"artifacts": [
"f5ccd86b-b979-482a-a891-75b26bd7d443",
"87d1442a-5e63-4ec5-983d-6b573473e826"
],
"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-11-22T06:10:01.009Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardHuyofl..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:12f4ddee-1ba9-4d1e-95b3-a633d042897e
VfModuleModelInvariantUUID:3118a1bc-98f0-4a68-a280-e8b14c66f458
VfModuleModelDescription:NULL
Artifacts UUID List:{
f5ccd86b-b979-482a-a891-75b26bd7d443
,
87d1442a-5e63-4ec5-983d-6b573473e826
}
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-11-22T06:10:01.011Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardHuyofl..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "3118a1bc-98f0-4a68-a280-e8b14c66f458",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "12f4ddee-1ba9-4d1e-95b3-a633d042897e",
"vfModuleModelCustomizationUUID": "c282efe4-b471-4975-bae8-1c180e7b681a",
"isBase": true,
"artifacts": [
"f5ccd86b-b979-482a-a891-75b26bd7d443",
"87d1442a-5e63-4ec5-983d-6b573473e826"
],
"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-11-22T06:10:01.011Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardHuyofl..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:12f4ddee-1ba9-4d1e-95b3-a633d042897e
VfModuleModelInvariantUUID:3118a1bc-98f0-4a68-a280-e8b14c66f458
VfModuleModelDescription:NULL
Artifacts UUID List:{
f5ccd86b-b979-482a-a891-75b26bd7d443
,
87d1442a-5e63-4ec5-983d-6b573473e826
}
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-11-22T06:10:01.012Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: f5ccd86b-b979-482a-a891-75b26bd7d443 from URL: /sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/resourceInstances/basic_onboard_huyofl0/artifacts/base_ubuntu18.yaml
2022-11-22T06:10:01.012Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-11-22T06:10:01.012Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/resourceInstances/basic_onboard_huyofl0/artifacts/base_ubuntu18.yaml
2022-11-22T06:10:01.057Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-11-22T06:10:01.058Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/resourceInstances/basic_onboard_huyofl0/artifacts/base_ubuntu18.yaml f5ccd86b-b979-482a-a891-75b26bd7d443 5033
2022-11-22T06:10:01.058Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/resourceInstances/basic_onboard_huyofl0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-11-22T06:10:01.059Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/resourceInstances/basic_onboard_huyofl0/artifacts/base_ubuntu18.yaml
2022-11-22T06:10:01.059Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-22T06:10:01.060Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-22T06:10:01.062Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T06:10:01.063Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "3059a566-f23b-4ff9-a60d-f73c418076f1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669097401058,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/resourceInstances/basic_onboard_huyofl0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-22T06:10:01.163Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-22T06:10:01.164Z||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-11-22T06:10:01.164Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I42KzNhva7kiZ3wc) ...
2022-11-22T06:10:01.175Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T06:10:01.176Z||pool-28-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-11-22T06:10:02.063Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 87d1442a-5e63-4ec5-983d-6b573473e826 from URL: /sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/resourceInstances/basic_onboard_huyofl0/artifacts/base_ubuntu18.env
2022-11-22T06:10:02.064Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-11-22T06:10:02.065Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/resourceInstances/basic_onboard_huyofl0/artifacts/base_ubuntu18.env
2022-11-22T06:10:02.102Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-11-22T06:10:02.102Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/resourceInstances/basic_onboard_huyofl0/artifacts/base_ubuntu18.env 87d1442a-5e63-4ec5-983d-6b573473e826 909
2022-11-22T06:10:02.103Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/resourceInstances/basic_onboard_huyofl0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-11-22T06:10:02.103Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/resourceInstances/basic_onboard_huyofl0/artifacts/base_ubuntu18.env
2022-11-22T06:10:02.103Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-22T06:10:02.103Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-22T06:10:02.105Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T06:10:02.106Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "3059a566-f23b-4ff9-a60d-f73c418076f1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669097402103,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/resourceInstances/basic_onboard_huyofl0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-11-22T06:10:02.206Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-22T06:10:02.207Z||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-11-22T06:10:02.207Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I42KzNhva7kiZ3wc) ...
2022-11-22T06:10:02.216Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T06:10:02.217Z||pool-29-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-22T06:10:03.107Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 78a18a5a-cc16-43a1-b66b-e0135b39c60f
2022-11-22T06:10:03.108Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_hUyoFl 0 dd223edb-46a6-4ab7-8a1b-bc4c42de343c 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-11-22T06:10:03.124Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@d20720c, org.onap.sdc.toscaparser.api.parameters.Input@16699c0b, org.onap.sdc.toscaparser.api.parameters.Input@6795eaee, org.onap.sdc.toscaparser.api.parameters.Input@7ec50008, org.onap.sdc.toscaparser.api.parameters.Input@70fbbdce]
2022-11-22T06:10:03.126Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T06:10:03.127Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_hUyoFl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T06:10:03.127Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic
2022-11-22T06:10:03.127Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 19bcacac-a3ee-453c-b1a8-5442d44e715e
2022-11-22T06:10:03.127Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 19bcacac-a3ee-453c-b1a8-5442d44e715e matches Tosca VF Customization UUID: 19bcacac-a3ee-453c-b1a8-5442d44e715e
2022-11-22T06:10:03.127Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 19bcacac-a3ee-453c-b1a8-5442d44e715e 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-11-22T06:10:03.130Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T06:10:03.130Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_hUyoFl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T06:10:03.135Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 19bcacac-a3ee-453c-b1a8-5442d44e715e: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-11-22T06:10:03.135Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@34312a33
2022-11-22T06:10:03.135Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T06:10:03.135Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_hUyoFl is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-22T06:10:03.136Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c282efe4-b471-4975-bae8-1c180e7b681a
2022-11-22T06:10:03.136Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c282efe4-b471-4975-bae8-1c180e7b681a
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-11-22T06:10:03.139Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T06:10:03.144Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_hUyoFl 0 is matching search criteria
2022-11-22T06:10:03.144Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_hUyoFl 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-22T06:10:03.144Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T06:10:03.144Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_hUyoFl 0 is matching search criteria
2022-11-22T06:10:03.145Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_hUyoFl 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-22T06:10:03.145Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T06:10:03.145Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_hUyoFl 0 is not matching search criteria
2022-11-22T06:10:03.145Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-11-22T06:10:03.146Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-11-22T06:10:03.146Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=e0a04c33-27f4-4963-9041-0c6a0bdd2fef
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-11-22T06:10:03.148Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T06:10:03.148Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_hUyoFl 0 is matching search criteria
2022-11-22T06:10:03.149Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_hUyoFl 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-22T06:10:03.149Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T06:10:03.149Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_hUyoFl 0 is matching search criteria
2022-11-22T06:10:03.149Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_hUyoFl 0] matching following query criteria: sdcType=VF, customizationUUID=19bcacac-a3ee-453c-b1a8-5442d44e715e
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-11-22T06:10:03.151Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T06:10:03.151Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_hUyoFl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T06:10:03.151Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 78a18a5a-cc16-43a1-b66b-e0135b39c60f: basic_onboard_hUyoFl
2022-11-22T06:10:03.151Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T06:10:03.151Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_hUyoFl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T06:10:03.152Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T06:10:03.152Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_hUyoFl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T06:10:03.152Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T06:10:03.158Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_hUyoFl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T06:10:03.158Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T06:10:03.158Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_hUyoFl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T06:10:03.158Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T06:10:03.159Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_hUyoFl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T06:10:03.159Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||INFO|500||Saving Service: basic_onboard_hUyoFl
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-11-22T06:10:03.257Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_hUyoFl dd223edb-46a6-4ab7-8a1b-bc4c42de343c 1 ASDC deployResourceStructure
2022-11-22T06:10:03.257Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/resourceInstances/basic_onboard_huyofl0/artifacts/basic_onboard_huyofl0_modules.json ASDC sendASDCNotification
2022-11-22T06:10:03.257Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/resourceInstances/basic_onboard_huyofl0/artifacts/basic_onboard_huyofl0_modules.json
2022-11-22T06:10:03.257Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-22T06:10:03.258Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-22T06:10:03.260Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T06:10:03.260Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "3059a566-f23b-4ff9-a60d-f73c418076f1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669097403257,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/resourceInstances/basic_onboard_huyofl0/artifacts/basic_onboard_huyofl0_modules.json",
"status": "DEPLOY_OK"
}
2022-11-22T06:10:03.360Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-22T06:10:03.361Z||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-11-22T06:10:03.361Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I42KzNhva7kiZ3wc) ...
2022-11-22T06:10:03.380Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T06:10:03.381Z||pool-30-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-11-22T06:10:04.261Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/resourceInstances/basic_onboard_huyofl0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-11-22T06:10:04.262Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/resourceInstances/basic_onboard_huyofl0/artifacts/base_ubuntu18.yaml
2022-11-22T06:10:04.262Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-22T06:10:04.262Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-22T06:10:04.264Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T06:10:04.265Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "3059a566-f23b-4ff9-a60d-f73c418076f1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669097404261,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/resourceInstances/basic_onboard_huyofl0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-11-22T06:10:04.365Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-22T06:10:04.365Z||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-11-22T06:10:04.366Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I42KzNhva7kiZ3wc) ...
2022-11-22T06:10:04.375Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T06:10:04.375Z||pool-31-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2022-11-22T06:10:05.266Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/resourceInstances/basic_onboard_huyofl0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-11-22T06:10:05.266Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/resourceInstances/basic_onboard_huyofl0/artifacts/base_ubuntu18.env
2022-11-22T06:10:05.266Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-22T06:10:05.267Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-22T06:10:05.269Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T06:10:05.270Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "3059a566-f23b-4ff9-a60d-f73c418076f1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669097405265,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/resourceInstances/basic_onboard_huyofl0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-11-22T06:10:05.369Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-22T06:10:05.370Z||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-11-22T06:10:05.371Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I42KzNhva7kiZ3wc) ...
2022-11-22T06:10:05.381Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T06:10:05.381Z||pool-32-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-22T06:10:06.272Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/artifacts/service-BasicOnboardHuyofl-csar.csar ASDC sendASDCNotification
2022-11-22T06:10:06.272Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/artifacts/service-BasicOnboardHuyofl-csar.csar
2022-11-22T06:10:06.272Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-22T06:10:06.273Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-22T06:10:06.275Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T06:10:06.275Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "3059a566-f23b-4ff9-a60d-f73c418076f1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669097406272,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/artifacts/service-BasicOnboardHuyofl-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-22T06:10:06.375Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-22T06:10:06.376Z||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-11-22T06:10:06.376Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I42KzNhva7kiZ3wc) ...
2022-11-22T06:10:06.386Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T06:10:06.387Z||pool-33-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-11-22T06:10:07.276Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3059a566-f23b-4ff9-a60d-f73c418076f1
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-11-22T06:10:07.292Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3059a566-f23b-4ff9-a60d-f73c418076f1
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-11-22T06:10:07.296Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-22T06:10:07.296Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-22T06:10:07.297Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-22T06:10:07.297Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-22T06:10:07.297Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-22T06:10:07.297Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-22T06:10:07.297Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-22T06:10:07.297Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-22T06:10:07.297Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-22T06:10:07.298Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-22T06:10:07.303Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-22T06:10:32.445Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T06:10:32.447Z||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-11-22T06:10:32.447Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T06:10:33.073Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T06:10:33.074Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:10:33.074Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8434843d-bd28-44fe-b602-93d098c04b79",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669097384902,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-22T06:10:33.076Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T06:10:33.076Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:10:33.077Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3059a566-f23b-4ff9-a60d-f73c418076f1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669097385922,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/resourceInstances/basic_onboard_huyofl0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-22T06:10:33.077Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-22T06:10:33.077Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:10:33.077Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3059a566-f23b-4ff9-a60d-f73c418076f1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669097385922,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/resourceInstances/basic_onboard_huyofl0/artifacts/basic_onboard_huyofl0_modules.json",
"status": "NOTIFIED"
}
2022-11-22T06:10:33.077Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-22T06:10:33.078Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:10:33.078Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3059a566-f23b-4ff9-a60d-f73c418076f1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669097385922,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/resourceInstances/basic_onboard_huyofl0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-11-22T06:10:33.078Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-22T06:10:33.078Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:10:33.078Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3059a566-f23b-4ff9-a60d-f73c418076f1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669097385922,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/resourceInstances/basic_onboard_huyofl0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-22T06:10:33.079Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-22T06:10:33.079Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:10:33.079Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3059a566-f23b-4ff9-a60d-f73c418076f1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669097385922,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/resourceInstances/basic_onboard_huyofl0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-11-22T06:10:33.079Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-22T06:10:33.079Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:10:33.079Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3059a566-f23b-4ff9-a60d-f73c418076f1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669097385922,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/artifacts/service-BasicOnboardHuyofl-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-22T06:10:33.080Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-22T06:10:33.080Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:10:33.080Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3059a566-f23b-4ff9-a60d-f73c418076f1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669097385922,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/artifacts/service-BasicOnboardHuyofl-csar.csar",
"status": "NOTIFIED"
}
2022-11-22T06:10:33.080Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-22T06:10:33.080Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:10:33.081Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3059a566-f23b-4ff9-a60d-f73c418076f1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669097397514,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/artifacts/service-BasicOnboardHuyofl-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-22T06:10:33.081Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T06:10:33.081Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:10:33.081Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3059a566-f23b-4ff9-a60d-f73c418076f1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669097399994,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/resourceInstances/basic_onboard_huyofl0/artifacts/basic_onboard_huyofl0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-22T06:10:33.081Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T06:10:33.082Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:10:33.082Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3059a566-f23b-4ff9-a60d-f73c418076f1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669097401058,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/resourceInstances/basic_onboard_huyofl0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-22T06:10:33.082Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T06:10:33.082Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:10:33.082Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3059a566-f23b-4ff9-a60d-f73c418076f1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669097402103,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/resourceInstances/basic_onboard_huyofl0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-11-22T06:10:33.083Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T06:10:33.083Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:10:33.083Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3059a566-f23b-4ff9-a60d-f73c418076f1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669097403257,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/resourceInstances/basic_onboard_huyofl0/artifacts/basic_onboard_huyofl0_modules.json",
"status": "DEPLOY_OK"
}
2022-11-22T06:10:33.083Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T06:10:33.083Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:10:33.083Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3059a566-f23b-4ff9-a60d-f73c418076f1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669097404261,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/resourceInstances/basic_onboard_huyofl0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-11-22T06:10:33.084Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T06:10:33.084Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:10:33.084Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3059a566-f23b-4ff9-a60d-f73c418076f1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669097405265,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/resourceInstances/basic_onboard_huyofl0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-11-22T06:10:33.084Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T06:10:33.084Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:10:33.085Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3059a566-f23b-4ff9-a60d-f73c418076f1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669097406272,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuyofl/1.0/artifacts/service-BasicOnboardHuyofl-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-22T06:10:33.085Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T06:10:37.303Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3059a566-f23b-4ff9-a60d-f73c418076f1 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-11-22T06:10:37.311Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3059a566-f23b-4ff9-a60d-f73c418076f1 and serviceModelVersionId: 78a18a5a-cc16-43a1-b66b-e0135b39c60f
2022-11-22T06:10:37.311Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : bf3de3fc-a2b3-47ec-b0d3-d0f5e770cdf5
2022-11-22T06:10:37.313Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/bf3de3fc-a2b3-47ec-b0d3-d0f5e770cdf5/model-vers/model-ver/78a18a5a-cc16-43a1-b66b-e0135b39c60f?depth=0
2022-11-22T06:10:37.318Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-11-22T06:10:37.380Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bf3de3fc-a2b3-47ec-b0d3-d0f5e770cdf5/model-vers/model-ver/78a18a5a-cc16-43a1-b66b-e0135b39c60f?depth=0|INFO|500||Invoke
2022-11-22T06:10:37.381Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bf3de3fc-a2b3-47ec-b0d3-d0f5e770cdf5/model-vers/model-ver/78a18a5a-cc16-43a1-b66b-e0135b39c60f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bf3de3fc-a2b3-47ec-b0d3-d0f5e770cdf5/model-vers/model-ver/78a18a5a-cc16-43a1-b66b-e0135b39c60f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[3059a566-f23b-4ff9-a60d-f73c418076f1], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[32244df3-8477-48c8-9881-d3c415c92841], X-ECOMP-RequestID=[3059a566-f23b-4ff9-a60d-f73c418076f1], X-TransactionId=[], X-ONAP-RequestID=[3059a566-f23b-4ff9-a60d-f73c418076f1], Content-Type=[application/merge-patch+json]}
2022-11-22T06:10:37.412Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bf3de3fc-a2b3-47ec-b0d3-d0f5e770cdf5/model-vers/model-ver/78a18a5a-cc16-43a1-b66b-e0135b39c60f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-11-22T06:10:37.505Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bf3de3fc-a2b3-47ec-b0d3-d0f5e770cdf5/model-vers/model-ver/78a18a5a-cc16-43a1-b66b-e0135b39c60f?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/bf3de3fc-a2b3-47ec-b0d3-d0f5e770cdf5/model-vers/model-ver/78a18a5a-cc16-43a1-b66b-e0135b39c60f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221122-06:10:37:689-85123], vertex-id=[139336], Content-Length=[0], Date=[Tue, 22 Nov 2022 06:10:37 GMT], Content-Type=[application/json]}
2022-11-22T06:10:37.505Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bf3de3fc-a2b3-47ec-b0d3-d0f5e770cdf5/model-vers/model-ver/78a18a5a-cc16-43a1-b66b-e0135b39c60f?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-11-22T06:10:37.506Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bf3de3fc-a2b3-47ec-b0d3-d0f5e770cdf5/model-vers/model-ver/78a18a5a-cc16-43a1-b66b-e0135b39c60f?depth=0|INFO|500||InvokeReturn
2022-11-22T06:10:37.507Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-22T06:10:37.507Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-22T06:10:37.512Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-11-22T06:10:37.512Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3059a566-f23b-4ff9-a60d-f73c418076f1 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-22T06:10:37.513Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-22T06:10:37.513Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-22T06:10:37.515Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T06:10:37.515Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "3059a566-f23b-4ff9-a60d-f73c418076f1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669097437512,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-22T06:10:37.615Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-22T06:10:37.616Z||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-11-22T06:10:37.616Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I42KzNhva7kiZ3wc) ...
2022-11-22T06:10:37.635Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T06:10:37.636Z||pool-34-thread-1|||||INFO|500||cambria reply ok (20 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-11-22T06:10:38.527Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T06:10:38.528Z|3059a566-f23b-4ff9-a60d-f73c418076f1|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-11-22T06:10:38.528Z|3059a566-f23b-4ff9-a60d-f73c418076f1|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 I42KzNhva7kiZ3wc) ...
2022-11-22T06:10:48.085Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T06:10:48.086Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T06:10:48.086Z|3059a566-f23b-4ff9-a60d-f73c418076f1|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-11-22T06:10:48.087Z|3059a566-f23b-4ff9-a60d-f73c418076f1|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 I42KzNhva7kiZ3wc) ...
2022-11-22T06:10:57.622Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T06:10:57.624Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T06:10:57.625Z|3059a566-f23b-4ff9-a60d-f73c418076f1|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-11-22T06:10:57.625Z|3059a566-f23b-4ff9-a60d-f73c418076f1|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 I42KzNhva7kiZ3wc) ...
2022-11-22T06:11:07.197Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T06:11:32.443Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T06:11:32.445Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T06:11:32.445Z||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-11-22T06:11:32.445Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T06:11:32.445Z||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-11-22T06:11:32.445Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T06:11:33.077Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T06:11:33.078Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T06:11:33.078Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3059a566-f23b-4ff9-a60d-f73c418076f1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669097437512,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-22T06:11:33.079Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T06:11:42.003Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T06:12:32.443Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T06:12:32.444Z||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-11-22T06:12:32.444Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T06:12:32.445Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T06:12:32.445Z||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-11-22T06:12:32.445Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T06:12:42.011Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T06:12:42.011Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T06:13:32.445Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T06:13:32.445Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T06:13:32.446Z|3059a566-f23b-4ff9-a60d-f73c418076f1|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-11-22T06:13:32.446Z||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-11-22T06:13:32.446Z|3059a566-f23b-4ff9-a60d-f73c418076f1|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 I42KzNhva7kiZ3wc) ...
2022-11-22T06:13:32.446Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T06:13:42.013Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T06:13:42.021Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T06:14:32.443Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T06:14:32.445Z|3059a566-f23b-4ff9-a60d-f73c418076f1|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-11-22T06:14:32.445Z|3059a566-f23b-4ff9-a60d-f73c418076f1|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 I42KzNhva7kiZ3wc) ...
2022-11-22T06:14:32.445Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T06:14:32.446Z||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-11-22T06:14:32.446Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T06:14:42.029Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T06:14:42.032Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T06:15:32.443Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T06:15:32.444Z|3059a566-f23b-4ff9-a60d-f73c418076f1|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-11-22T06:15:32.444Z|3059a566-f23b-4ff9-a60d-f73c418076f1|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 I42KzNhva7kiZ3wc) ...
2022-11-22T06:15:32.445Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T06:15:32.445Z||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-11-22T06:15:32.445Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T06:15:41.994Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T06:15:42.001Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T06:16:32.442Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T06:16:32.443Z|3059a566-f23b-4ff9-a60d-f73c418076f1|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-11-22T06:16:32.444Z|3059a566-f23b-4ff9-a60d-f73c418076f1|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 I42KzNhva7kiZ3wc) ...
2022-11-22T06:16:32.445Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T06:16:32.445Z||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-11-22T06:16:32.445Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T06:16:42.006Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T06:16:42.009Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T06:17:32.442Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T06:17:32.444Z|3059a566-f23b-4ff9-a60d-f73c418076f1|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-11-22T06:17:32.444Z|3059a566-f23b-4ff9-a60d-f73c418076f1|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 I42KzNhva7kiZ3wc) ...
2022-11-22T06:17:32.445Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T06:17:32.445Z||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-11-22T06:17:32.445Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T06:17:42.014Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T06:17:42.017Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T06:18:32.443Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T06:18:32.444Z|3059a566-f23b-4ff9-a60d-f73c418076f1|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-11-22T06:18:32.445Z|3059a566-f23b-4ff9-a60d-f73c418076f1|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 I42KzNhva7kiZ3wc) ...
2022-11-22T06:18:32.445Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T06:18:32.445Z||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-11-22T06:18:32.445Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T06:18:42.000Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T06:18:42.016Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T06:19:32.443Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T06:19:32.444Z|3059a566-f23b-4ff9-a60d-f73c418076f1|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-11-22T06:19:32.444Z|3059a566-f23b-4ff9-a60d-f73c418076f1|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 I42KzNhva7kiZ3wc) ...
2022-11-22T06:19:32.445Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T06:19:32.445Z||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-11-22T06:19:32.445Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T06:19:42.020Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T06:19:42.035Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T06:20:32.442Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T06:20:32.443Z|3059a566-f23b-4ff9-a60d-f73c418076f1|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-11-22T06:20:32.444Z|3059a566-f23b-4ff9-a60d-f73c418076f1|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 I42KzNhva7kiZ3wc) ...
2022-11-22T06:20:32.445Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T06:20:32.445Z||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-11-22T06:20:32.445Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T06:20:41.997Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T06:20:42.001Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T06:21:32.443Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T06:21:32.445Z|3059a566-f23b-4ff9-a60d-f73c418076f1|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-11-22T06:21:32.445Z|3059a566-f23b-4ff9-a60d-f73c418076f1|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 I42KzNhva7kiZ3wc) ...
2022-11-22T06:21:32.445Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T06:21:32.445Z||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-11-22T06:21:32.445Z||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 I42KzNhva7kiZ3wc) ...
2022-11-22T06:21:32.581Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T06:21:32.584Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-22T06:21:32.584Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33499854-752f-460c-aea5-18f823a16bee",
"consumerID": "aai-ml",
"timestamp": 1669098045520,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-22T06:21:32.586Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-22T06:21:32.586Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-22T06:21:32.587Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33499854-752f-460c-aea5-18f823a16bee",
"consumerID": "cds",
"timestamp": 1669098045924,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-22T06:21:32.587Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-22T06:21:32.587Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-22T06:21:32.587Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33499854-752f-460c-aea5-18f823a16bee",
"consumerID": "ves-openapi-manager",
"timestamp": 1669098045624,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-22T06:21:32.588Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-22T06:21:32.588Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-22T06:21:32.588Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33499854-752f-460c-aea5-18f823a16bee",
"consumerID": "aai-ml",
"timestamp": 1669098045520,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-22T06:21:32.588Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-22T06:21:32.589Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-22T06:21:32.589Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33499854-752f-460c-aea5-18f823a16bee",
"consumerID": "ves-openapi-manager",
"timestamp": 1669098045624,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-11-22T06:21:32.589Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-22T06:21:32.589Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-22T06:21:32.590Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33499854-752f-460c-aea5-18f823a16bee",
"consumerID": "cds",
"timestamp": 1669098045924,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-22T06:21:32.590Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-22T06:21:32.590Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-22T06:21:32.590Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33499854-752f-460c-aea5-18f823a16bee",
"consumerID": "cds",
"timestamp": 1669098049169,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-22T06:21:32.590Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T06:21:32.591Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-22T06:21:32.591Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33499854-752f-460c-aea5-18f823a16bee",
"consumerID": "aai-ml",
"timestamp": 1669098049100,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-22T06:21:32.591Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T06:21:32.591Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-22T06:21:32.592Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33499854-752f-460c-aea5-18f823a16bee",
"consumerID": "cds",
"timestamp": 1669098050176,
"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=?
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-11-22T06:21:32.617Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 33499854-752f-460c-aea5-18f823a16bee
2022-11-22T06:21:32.617Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 33499854-752f-460c-aea5-18f823a16bee 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-11-22T06:21:32.631Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-22T06:21:32.631Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33499854-752f-460c-aea5-18f823a16bee",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669098051564,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-22T06:21:32.632Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-22T06:21:32.632Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-22T06:21:32.632Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33499854-752f-460c-aea5-18f823a16bee",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669098051564,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-22T06:21:32.632Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-22T06:21:32.633Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-22T06:21:32.633Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33499854-752f-460c-aea5-18f823a16bee",
"consumerID": "aai-ml",
"timestamp": 1669098053492,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-22T06:21:32.633Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T06:21:32.633Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-22T06:21:32.633Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33499854-752f-460c-aea5-18f823a16bee",
"consumerID": "aai-ml",
"timestamp": 1669098054496,
"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-11-22T06:21:32.639Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 33499854-752f-460c-aea5-18f823a16bee
2022-11-22T06:21:32.639Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 33499854-752f-460c-aea5-18f823a16bee 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-11-22T06:21:32.649Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-22T06:21:32.650Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33499854-752f-460c-aea5-18f823a16bee",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669098066134,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-22T06:21:32.650Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-22T06:21:32.650Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-22T06:21:32.650Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33499854-752f-460c-aea5-18f823a16bee",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669098066134,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-22T06:21:32.651Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-22T06:21:32.651Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-22T06:21:32.651Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33499854-752f-460c-aea5-18f823a16bee",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669098068916,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-22T06:21:32.651Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T06:21:32.651Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-22T06:21:32.651Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33499854-752f-460c-aea5-18f823a16bee",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669098070840,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-22T06:21:32.652Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T06:21:32.652Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-22T06:21:32.652Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33499854-752f-460c-aea5-18f823a16bee",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669098071851,
"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-11-22T06:21:32.657Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 33499854-752f-460c-aea5-18f823a16bee
2022-11-22T06:21:32.657Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 33499854-752f-460c-aea5-18f823a16bee 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-11-22T06:21:32.668Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-22T06:21:32.668Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2",
"consumerID": "cds",
"timestamp": 1669098075918,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMvchzs96t2zowxtclln9/1.0/resourceInstances/pnf78eb9608250e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-22T06:21:32.669Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-22T06:21:32.669Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-22T06:21:32.669Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2",
"consumerID": "aai-ml",
"timestamp": 1669098075521,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMvchzs96t2zowxtclln9/1.0/resourceInstances/pnf78eb9608250e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-22T06:21:32.669Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-22T06:21:32.669Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-22T06:21:32.670Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2",
"consumerID": "aai-ml",
"timestamp": 1669098075521,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMvchzs96t2zowxtclln9/1.0/resourceInstances/pnf78eb9608250e0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-11-22T06:21:32.670Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-22T06:21:32.670Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-22T06:21:32.670Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2",
"consumerID": "cds",
"timestamp": 1669098075918,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMvchzs96t2zowxtclln9/1.0/resourceInstances/pnf78eb9608250e0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-11-22T06:21:32.671Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-22T06:21:32.671Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-22T06:21:32.671Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2",
"consumerID": "ves-openapi-manager",
"timestamp": 1669098085624,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMvchzs96t2zowxtclln9/1.0/resourceInstances/pnf78eb9608250e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-22T06:21:32.671Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-22T06:21:32.671Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-22T06:21:32.672Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2",
"consumerID": "aai-ml",
"timestamp": 1669098075521,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMvchzs96t2zowxtclln9/1.0/resourceInstances/pnf78eb9608250e0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-11-22T06:21:32.672Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-22T06:21:32.672Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-22T06:21:32.672Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2",
"consumerID": "cds",
"timestamp": 1669098075918,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMvchzs96t2zowxtclln9/1.0/resourceInstances/pnf78eb9608250e0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-11-22T06:21:32.673Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-22T06:21:32.673Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-22T06:21:32.673Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2",
"consumerID": "ves-openapi-manager",
"timestamp": 1669098085624,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMvchzs96t2zowxtclln9/1.0/resourceInstances/pnf78eb9608250e0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-11-22T06:21:32.673Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-22T06:21:32.673Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-22T06:21:32.674Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2",
"consumerID": "aai-ml",
"timestamp": 1669098075521,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMvchzs96t2zowxtclln9/1.0/resourceInstances/pnf78eb9608250e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-22T06:21:32.674Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-22T06:21:32.674Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-22T06:21:32.674Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2",
"consumerID": "cds",
"timestamp": 1669098075918,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMvchzs96t2zowxtclln9/1.0/resourceInstances/pnf78eb9608250e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-22T06:21:32.674Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-22T06:21:32.675Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-22T06:21:32.675Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2",
"consumerID": "ves-openapi-manager",
"timestamp": 1669098085624,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMvchzs96t2zowxtclln9/1.0/resourceInstances/pnf78eb9608250e0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-11-22T06:21:32.675Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-22T06:21:32.675Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-22T06:21:32.675Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2",
"consumerID": "aai-ml",
"timestamp": 1669098075521,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMvchzs96t2zowxtclln9/1.0/resourceInstances/pnf78eb9608250e0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-22T06:21:32.677Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-22T06:21:32.678Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-22T06:21:32.678Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2",
"consumerID": "cds",
"timestamp": 1669098075918,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMvchzs96t2zowxtclln9/1.0/resourceInstances/pnf78eb9608250e0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-22T06:21:32.678Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-22T06:21:32.678Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-22T06:21:32.678Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2",
"consumerID": "ves-openapi-manager",
"timestamp": 1669098085624,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMvchzs96t2zowxtclln9/1.0/resourceInstances/pnf78eb9608250e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-22T06:21:32.679Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-22T06:21:32.679Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-22T06:21:32.679Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2",
"consumerID": "aai-ml",
"timestamp": 1669098075521,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMvchzs96t2zowxtclln9/1.0/resourceInstances/pnf78eb9608250e0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-22T06:21:32.679Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-22T06:21:32.679Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-22T06:21:32.680Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2",
"consumerID": "cds",
"timestamp": 1669098075918,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMvchzs96t2zowxtclln9/1.0/resourceInstances/pnf78eb9608250e0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-22T06:21:32.680Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-22T06:21:32.680Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-22T06:21:32.681Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2",
"consumerID": "ves-openapi-manager",
"timestamp": 1669098085624,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMvchzs96t2zowxtclln9/1.0/resourceInstances/pnf78eb9608250e0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-22T06:21:32.681Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-22T06:21:32.681Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-22T06:21:32.681Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2",
"consumerID": "aai-ml",
"timestamp": 1669098075521,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMvchzs96t2zowxtclln9/1.0/artifacts/service-DemoPnfMvchzs96t2zowxtclln9-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-22T06:21:32.682Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-22T06:21:32.682Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-22T06:21:32.682Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2",
"consumerID": "cds",
"timestamp": 1669098075918,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMvchzs96t2zowxtclln9/1.0/artifacts/service-DemoPnfMvchzs96t2zowxtclln9-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-22T06:21:32.682Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-22T06:21:32.682Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-22T06:21:32.683Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2",
"consumerID": "ves-openapi-manager",
"timestamp": 1669098085624,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMvchzs96t2zowxtclln9/1.0/resourceInstances/pnf78eb9608250e0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOTIFIED"
}
2022-11-22T06:21:32.683Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-22T06:21:32.683Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-22T06:21:32.683Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2",
"consumerID": "aai-ml",
"timestamp": 1669098075521,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMvchzs96t2zowxtclln9/1.0/artifacts/service-DemoPnfMvchzs96t2zowxtclln9-csar.csar",
"status": "NOTIFIED"
}
2022-11-22T06:21:32.683Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-22T06:21:32.684Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-22T06:21:32.684Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2",
"consumerID": "cds",
"timestamp": 1669098075918,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMvchzs96t2zowxtclln9/1.0/artifacts/service-DemoPnfMvchzs96t2zowxtclln9-csar.csar",
"status": "NOTIFIED"
}
2022-11-22T06:21:32.684Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-22T06:21:32.684Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-22T06:21:32.684Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669098091564,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMvchzs96t2zowxtclln9/1.0/resourceInstances/pnf78eb9608250e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-22T06:21:32.685Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-22T06:21:32.685Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-22T06:21:32.685Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2",
"consumerID": "ves-openapi-manager",
"timestamp": 1669098085624,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMvchzs96t2zowxtclln9/1.0/artifacts/service-DemoPnfMvchzs96t2zowxtclln9-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-22T06:21:32.685Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-22T06:21:33.075Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T06:21:33.076Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-22T06:21:33.076Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"33499854-752f-460c-aea5-18f823a16bee","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"f0c5b5fc-5e3b-4dcc-ab9f-c7748859db26","serviceDescription":"service","serviceInvariantUUID":"e1b0af84-cdea-4113-9069-4b1f329f5ca1","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"628f71fd-d9fe-44ea-9455-b488c8c54d0b","resourceInvariantUUID":"ee15af55-2342-45ce-9aa3-88d5a1c4deaf","resourceCustomizationUUID":"3d669bb3-e702-49e3-a253-7b2fe0a486a3","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":"MzRlMGVjZGM3NmExNzZkNTUwMWUwMDhjMTgxYTRkMDY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"690feeb8-36bb-44be-8b3a-0f5d6fe58655","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZTQ4YmI0OGMyNWQ3NjgwNTYwMzE4ODUxM2E0MTA2Mjk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ddafa1f3-c03b-4d70-8004-93ff4af0b072","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-22T06:21:33.083Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-22T06:21:33.085Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-22T06:21:33.089Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T06:21:33.089Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "33499854-752f-460c-aea5-18f823a16bee",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669098092443,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-22T06:21:33.189Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-22T06:21:33.190Z||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-11-22T06:21:33.190Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I42KzNhva7kiZ3wc) ...
2022-11-22T06:21:33.202Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T06:21:33.203Z||pool-35-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-11-22T06:21:34.090Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-22T06:21:34.091Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-22T06:21:34.093Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T06:21:34.093Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "33499854-752f-460c-aea5-18f823a16bee",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669098092443,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-22T06:21:34.193Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-22T06:21:34.194Z||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-11-22T06:21:34.194Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I42KzNhva7kiZ3wc) ...
2022-11-22T06:21:34.204Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T06:21:34.205Z||pool-36-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-22T06:21:35.094Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "33499854-752f-460c-aea5-18f823a16bee",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "f0c5b5fc-5e3b-4dcc-ab9f-c7748859db26",
"serviceDescription": "service",
"serviceInvariantUUID": "e1b0af84-cdea-4113-9069-4b1f329f5ca1",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "3d669bb3-e702-49e3-a253-7b2fe0a486a3",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "628f71fd-d9fe-44ea-9455-b488c8c54d0b",
"resourceInvariantUUID": "ee15af55-2342-45ce-9aa3-88d5a1c4deaf",
"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": "ZTQ4YmI0OGMyNWQ3NjgwNTYwMzE4ODUxM2E0MTA2Mjk\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "ddafa1f3-c03b-4d70-8004-93ff4af0b072"
}
],
"workloadContext": "Production"
}
2022-11-22T06:21:35.095Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-22T06:21:35.096Z|3059a566-f23b-4ff9-a60d-f73c418076f1|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 f0c5b5fc-5e3b-4dcc-ab9f-c7748859db26 ASDC
2022-11-22T06:21:35.097Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:33499854-752f-460c-aea5-18f823a16bee
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:f0c5b5fc-5e3b-4dcc-ab9f-c7748859db26
ServiceInvariantUUID:e1b0af84-cdea-4113-9069-4b1f329f5ca1
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:ddafa1f3-c03b-4d70-8004-93ff4af0b072
ArtifactChecksum:ZTQ4YmI0OGMyNWQ3NjgwNTYwMzE4ODUxM2E0MTA2Mjk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:3d669bb3-e702-49e3-a253-7b2fe0a486a3
ResourceInvariantUUID:ee15af55-2342-45ce-9aa3-88d5a1c4deaf
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:628f71fd-d9fe-44ea-9455-b488c8c54d0b
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-11-22T06:21:35.097Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f0c5b5fc-5e3b-4dcc-ab9f-c7748859db26 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-11-22T06:21:35.128Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-22T06:21:35.129Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-11-22T06:21:35.130Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-11-22T06:21:35.130Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: ddafa1f3-c03b-4d70-8004-93ff4af0b072 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-22T06:21:35.130Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-11-22T06:21:35.131Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-22T06:21:35.193Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-11-22T06:21:35.196Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ddafa1f3-c03b-4d70-8004-93ff4af0b072 57658
2022-11-22T06:21:35.196Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-11-22T06:21:35.196Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-22T06:21:35.197Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-22T06:21:35.197Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-22T06:21:35.199Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T06:21:35.199Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "33499854-752f-460c-aea5-18f823a16bee",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669098095196,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-22T06:21:35.300Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-22T06:21:35.302Z||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-11-22T06:21:35.303Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I42KzNhva7kiZ3wc) ...
2022-11-22T06:21:35.335Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T06:21:35.336Z||pool-37-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-11-22T06:21:36.200Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-22T06:21:36.202Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-11-22T06:21:36.202Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: ddafa1f3-c03b-4d70-8004-93ff4af0b072, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-22T06:21:36.203Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-11-22T06:21:36.204Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-22T06:21:36.204Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-22T06:21:36.464Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15684971848426128848/Definitions/service-BasicNetwork-template.yml
2022-11-22T06:21:37.028Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-22T06:21:37.029Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-11-22T06:21:37.029Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-22T06:21:37.029Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-11-22T06:21:37.029Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-22T06:21:37.030Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-22T06:21:37.030Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-22T06:21:37.030Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-22T06:21:37.030Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-22T06:21:37.030Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-22T06:21:37.031Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-22T06:21:37.031Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-22T06:21:37.031Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-11-22T06:21:37.031Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T06:21:37.032Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T06:21:37.032Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-11-22T06:21:37.032Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-11-22T06:21:37.033Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-22T06:21:37.033Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T06:21:37.033Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T06:21:37.033Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-11-22T06:21:37.034Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-11-22T06:21:37.034Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-22T06:21:37.034Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T06:21:37.034Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T06:21:37.034Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T06:21:37.035Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T06:21:37.035Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T06:21:37.035Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T06:21:37.036Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T06:21:37.036Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T06:21:37.036Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T06:21:37.036Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T06:21:37.037Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:f0c5b5fc-5e3b-4dcc-ab9f-c7748859db26
Model Version:NULL
Model InvariantUuid:e1b0af84-cdea-4113-9069-4b1f329f5ca1
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:ee15af55-2342-45ce-9aa3-88d5a1c4deaf
Model UUID:aa58c0b6-8258-48bf-acdd-46a011114658
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:3d669bb3-e702-49e3-a253-7b2fe0a486a3
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-11-22T06:21:37.044Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||INFO|500||Processing Resource Type: VL, Model UUID: 628f71fd-d9fe-44ea-9455-b488c8c54d0b
2022-11-22T06:21:37.045Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||INFO|500||No resources found for Service: f0c5b5fc-5e3b-4dcc-ab9f-c7748859db26
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-11-22T06:21:37.051Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||INFO|500||
2022-11-22T06:21:37.051Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-11-22T06:21:37.052Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||DEBUG|500||No resources found for Service: f0c5b5fc-5e3b-4dcc-ab9f-c7748859db26
2022-11-22T06:21:37.053Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: f0c5b5fc-5e3b-4dcc-ab9f-c7748859db26
2022-11-22T06:21:37.053Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-11-22T06:21:37.053Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-22T06:21:37.058Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6eda2b96, org.onap.sdc.toscaparser.api.parameters.Input@3153de9f, org.onap.sdc.toscaparser.api.parameters.Input@6611bac4, org.onap.sdc.toscaparser.api.parameters.Input@54a5a166, org.onap.sdc.toscaparser.api.parameters.Input@6b9ca6ff]
2022-11-22T06:21:37.060Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T06:21:37.060Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T06:21:37.060Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T06:21:37.060Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T06:21:37.061Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid f0c5b5fc-5e3b-4dcc-ab9f-c7748859db26: Generic NeutronNet
2022-11-22T06:21:37.061Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T06:21:37.061Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T06:21:37.062Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T06:21:37.062Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-11-22T06:21:37.096Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T06:21:37.097Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T06:21:37.097Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T06:21:37.097Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T06:21:37.097Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T06:21:37.097Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T06:21:37.098Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||INFO|500||Saving Service: basic_network
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-11-22T06:21:37.166Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2022-11-22T06:21:37.166Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-11-22T06:21:37.166Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-22T06:21:37.166Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-22T06:21:37.166Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-22T06:21:37.169Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T06:21:37.169Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "33499854-752f-460c-aea5-18f823a16bee",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669098097166,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-22T06:21:37.269Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-22T06:21:37.269Z||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-11-22T06:21:37.270Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I42KzNhva7kiZ3wc) ...
2022-11-22T06:21:37.280Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T06:21:37.280Z||pool-38-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-22T06:21:38.170Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 33499854-752f-460c-aea5-18f823a16bee
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-11-22T06:21:38.184Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 33499854-752f-460c-aea5-18f823a16bee
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-11-22T06:21:38.187Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-22T06:21:38.187Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-22T06:21:38.188Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-22T06:21:38.188Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-22T06:21:38.188Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-22T06:21:38.188Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-22T06:21:38.189Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-22T06:21:38.189Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-22T06:21:38.189Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-22T06:21:38.194Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-22T06:22:08.195Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 33499854-752f-460c-aea5-18f823a16bee 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-11-22T06:22:08.205Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 33499854-752f-460c-aea5-18f823a16bee and serviceModelVersionId: f0c5b5fc-5e3b-4dcc-ab9f-c7748859db26
2022-11-22T06:22:08.206Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e1b0af84-cdea-4113-9069-4b1f329f5ca1
2022-11-22T06:22:08.208Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e1b0af84-cdea-4113-9069-4b1f329f5ca1/model-vers/model-ver/f0c5b5fc-5e3b-4dcc-ab9f-c7748859db26?depth=0
2022-11-22T06:22:08.222Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-11-22T06:22:08.291Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1b0af84-cdea-4113-9069-4b1f329f5ca1/model-vers/model-ver/f0c5b5fc-5e3b-4dcc-ab9f-c7748859db26?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-11-22T06:22:08.294Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1b0af84-cdea-4113-9069-4b1f329f5ca1/model-vers/model-ver/f0c5b5fc-5e3b-4dcc-ab9f-c7748859db26?depth=0|INFO|500||Invoke
2022-11-22T06:22:08.317Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1b0af84-cdea-4113-9069-4b1f329f5ca1/model-vers/model-ver/f0c5b5fc-5e3b-4dcc-ab9f-c7748859db26?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-11-22T06:22:08.406Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1b0af84-cdea-4113-9069-4b1f329f5ca1/model-vers/model-ver/f0c5b5fc-5e3b-4dcc-ab9f-c7748859db26?depth=0|INFO|500||InvokeReturn
2022-11-22T06:22:08.407Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1b0af84-cdea-4113-9069-4b1f329f5ca1/model-vers/model-ver/f0c5b5fc-5e3b-4dcc-ab9f-c7748859db26?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221122-06:22:08:615-73416], vertex-id=[327912], Content-Length=[0], Date=[Tue, 22 Nov 2022 06:22:08 GMT], Content-Type=[application/json]}
2022-11-22T06:22:08.407Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2022-11-22T06:22:08.408Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-22T06:22:08.408Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-22T06:22:08.413Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-11-22T06:22:08.414Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 33499854-752f-460c-aea5-18f823a16bee and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-22T06:22:08.414Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-22T06:22:08.415Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-22T06:22:08.419Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T06:22:08.419Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "33499854-752f-460c-aea5-18f823a16bee",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669098128414,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-22T06:22:08.519Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-22T06:22:08.520Z||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-11-22T06:22:08.520Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I42KzNhva7kiZ3wc) ...
2022-11-22T06:22:08.533Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T06:22:08.533Z||pool-39-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-22T06:22:09.431Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-22T06:22:09.431Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2","serviceName":"Demo_pNF_MVcHzS96t2zOWXTClln9","serviceVersion":"1.0","serviceUUID":"4fc3d8c5-4600-41b5-b79a-a7eb2a56c504","serviceDescription":"catalog service description","serviceInvariantUUID":"612fdd82-a38b-4159-9031-2bacc7307fae","resources":[{"resourceInstanceName":"pNF 78eb9608-250e 0","resourceName":"pNF 78eb9608-250e","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"02410e2e-0ee1-4e25-99ba-957747eb51c8","resourceInvariantUUID":"bba5de0c-2a80-4a8b-adcd-8d0cd999d273","resourceCustomizationUUID":"6cdfc757-79f9-448c-a274-d43b6b542bbd","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMvchzs96t2zowxtclln9/1.0/resourceInstances/pnf78eb9608250e0/artifacts/vf-license-model.xml","artifactChecksum":"Y2Q2NzIxY2Y4MzExMzE4YWVkMzgzMjJiZDZkNGVkMmE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"cdf6d413-0b57-4d00-8ce2-fddf2fc15164","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMvchzs96t2zowxtclln9/1.0/resourceInstances/pnf78eb9608250e0/artifacts/pNF.csar","artifactChecksum":"YmI2ODA3MDVlY2U3ZmQwNWY3MmM2OWVhZWE2NDg0Y2Y\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ea7a827f-1ba8-4582-bcc5-e45d1a5baab8","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMvchzs96t2zowxtclln9/1.0/resourceInstances/pnf78eb9608250e0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ee389ac1-5e25-44cb-9b8f-15cd2b5a8568","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMvchzs96t2zowxtclln9/1.0/resourceInstances/pnf78eb9608250e0/artifacts/vendor-license-model.xml","artifactChecksum":"OWQ0ZmQ1NzU0ZjMwMjA5YmYzMjc1YmIzMGJhMDNkYmY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"529afd32-ca26-48c6-b71c-a44bc2e361c1","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfMvchzs96t2zowxtclln9/1.0/resourceInstances/pnf78eb9608250e0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b46b6aef-85cf-4603-a0f4-b522d482ae22","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfMvchzs96t2zowxtclln9/1.0/resourceInstances/pnf78eb9608250e0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1dfec8ef-9f58-4ea3-b810-1b07e7a07dde","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfMvchzs96t2zowxtclln9-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMvchzs96t2zowxtclln9/1.0/artifacts/service-DemoPnfMvchzs96t2zowxtclln9-template.yml","artifactChecksum":"Yjg4MWI0NDk0MDI3YjI4NmI5OGFlNzVjNWZlMjdlY2U\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"fe7fb855-8dde-49e7-b606-5bf4cd83e21b","artifactVersion":"1"},{"artifactName":"service-DemoPnfMvchzs96t2zowxtclln9-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfMvchzs96t2zowxtclln9/1.0/artifacts/service-DemoPnfMvchzs96t2zowxtclln9-csar.csar","artifactChecksum":"Y2YxM2M1MmNiNWMxZjQ1ZGY2ZDk5NDk4Zjk4OTMxMGY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fcba98ac-1638-4ef5-8fa0-bef4ea91bff1","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-22T06:22:09.432Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-22T06:22:09.433Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-22T06:22:09.435Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T06:22:09.435Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669098092443,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMvchzs96t2zowxtclln9/1.0/resourceInstances/pnf78eb9608250e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-22T06:22:09.535Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-22T06:22:09.537Z||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-11-22T06:22:09.537Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I42KzNhva7kiZ3wc) ...
2022-11-22T06:22:09.549Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T06:22:09.550Z||pool-40-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-22T06:22:10.436Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-22T06:22:10.437Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-22T06:22:10.439Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T06:22:10.439Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669098092443,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMvchzs96t2zowxtclln9/1.0/resourceInstances/pnf78eb9608250e0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-11-22T06:22:10.551Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 112 ms
2022-11-22T06:22:10.553Z||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-11-22T06:22:10.553Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I42KzNhva7kiZ3wc) ...
2022-11-22T06:22:10.581Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T06:22:10.582Z||pool-41-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-11-22T06:22:11.440Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-22T06:22:11.440Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-22T06:22:11.443Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T06:22:11.443Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669098092443,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMvchzs96t2zowxtclln9/1.0/resourceInstances/pnf78eb9608250e0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-11-22T06:22:11.544Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-22T06:22:11.545Z||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-11-22T06:22:11.545Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I42KzNhva7kiZ3wc) ...
2022-11-22T06:22:11.563Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T06:22:11.563Z||pool-42-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-22T06:22:12.443Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-22T06:22:12.444Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-22T06:22:12.446Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T06:22:12.446Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669098092443,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMvchzs96t2zowxtclln9/1.0/resourceInstances/pnf78eb9608250e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-22T06:22:12.547Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-22T06:22:12.550Z||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-11-22T06:22:12.550Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I42KzNhva7kiZ3wc) ...
2022-11-22T06:22:12.562Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T06:22:12.562Z||pool-43-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-22T06:22:13.447Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-22T06:22:13.448Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-22T06:22:13.450Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T06:22:13.450Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669098092443,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMvchzs96t2zowxtclln9/1.0/resourceInstances/pnf78eb9608250e0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-22T06:22:13.551Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-22T06:22:13.552Z||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-11-22T06:22:13.552Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I42KzNhva7kiZ3wc) ...
2022-11-22T06:22:13.570Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T06:22:13.571Z||pool-44-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-11-22T06:22:14.456Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-22T06:22:14.457Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-22T06:22:14.465Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T06:22:14.466Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669098092443,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMvchzs96t2zowxtclln9/1.0/resourceInstances/pnf78eb9608250e0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-22T06:22:14.560Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-11-22T06:22:14.561Z||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-11-22T06:22:14.561Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I42KzNhva7kiZ3wc) ...
2022-11-22T06:22:14.572Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T06:22:14.572Z||pool-45-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-11-22T06:22:15.466Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-22T06:22:15.467Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-22T06:22:15.469Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T06:22:15.469Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669098092443,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMvchzs96t2zowxtclln9/1.0/artifacts/service-DemoPnfMvchzs96t2zowxtclln9-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-22T06:22:15.570Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-22T06:22:15.571Z||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-11-22T06:22:15.571Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I42KzNhva7kiZ3wc) ...
2022-11-22T06:22:15.588Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T06:22:15.589Z||pool-46-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-11-22T06:22:16.470Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-22T06:22:16.471Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-22T06:22:16.473Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T06:22:16.473Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669098092443,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMvchzs96t2zowxtclln9/1.0/artifacts/service-DemoPnfMvchzs96t2zowxtclln9-csar.csar",
"status": "NOTIFIED"
}
2022-11-22T06:22:16.576Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-11-22T06:22:16.577Z||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-11-22T06:22:16.577Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I42KzNhva7kiZ3wc) ...
2022-11-22T06:22:16.587Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T06:22:16.587Z||pool-47-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-11-22T06:22:17.475Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2",
"serviceName": "Demo_pNF_MVcHzS96t2zOWXTClln9",
"serviceVersion": "1.0",
"serviceUUID": "4fc3d8c5-4600-41b5-b79a-a7eb2a56c504",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "612fdd82-a38b-4159-9031-2bacc7307fae",
"resources": [
{
"resourceInstanceName": "pNF 78eb9608-250e 0",
"resourceCustomizationUUID": "6cdfc757-79f9-448c-a274-d43b6b542bbd",
"resourceName": "pNF 78eb9608-250e",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "02410e2e-0ee1-4e25-99ba-957747eb51c8",
"resourceInvariantUUID": "bba5de0c-2a80-4a8b-adcd-8d0cd999d273",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfMvchzs96t2zowxtclln9-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMvchzs96t2zowxtclln9/1.0/artifacts/service-DemoPnfMvchzs96t2zowxtclln9-csar.csar",
"artifactChecksum": "Y2YxM2M1MmNiNWMxZjQ1ZGY2ZDk5NDk4Zjk4OTMxMGY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "fcba98ac-1638-4ef5-8fa0-bef4ea91bff1"
}
],
"workloadContext": "Production"
}
2022-11-22T06:22:17.475Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-22T06:22:17.475Z|33499854-752f-460c-aea5-18f823a16bee|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 4fc3d8c5-4600-41b5-b79a-a7eb2a56c504 ASDC
2022-11-22T06:22:17.476Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2
ServiceName:Demo_pNF_MVcHzS96t2zOWXTClln9
ServiceVersion:1.0
ServiceUUID:4fc3d8c5-4600-41b5-b79a-a7eb2a56c504
ServiceInvariantUUID:612fdd82-a38b-4159-9031-2bacc7307fae
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfMvchzs96t2zowxtclln9-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfMvchzs96t2zowxtclln9/1.0/artifacts/service-DemoPnfMvchzs96t2zowxtclln9-csar.csar
ArtifactUUID:fcba98ac-1638-4ef5-8fa0-bef4ea91bff1
ArtifactChecksum:Y2YxM2M1MmNiNWMxZjQ1ZGY2ZDk5NDk4Zjk4OTMxMGY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 78eb9608-250e 0
ResourceCustomizationUUID:6cdfc757-79f9-448c-a274-d43b6b542bbd
ResourceInvariantUUID:bba5de0c-2a80-4a8b-adcd-8d0cd999d273
ResourceName:pNF 78eb9608-250e
ResourceType:PNF
ResourceUUID:02410e2e-0ee1-4e25-99ba-957747eb51c8
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2022-11-22T06:22:17.476Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4fc3d8c5-4600-41b5-b79a-a7eb2a56c504 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-11-22T06:22:17.523Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-22T06:22:17.524Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-11-22T06:22:17.524Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-11-22T06:22:17.525Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: fcba98ac-1638-4ef5-8fa0-bef4ea91bff1 from URL: /sdc/v1/catalog/services/DemoPnfMvchzs96t2zowxtclln9/1.0/artifacts/service-DemoPnfMvchzs96t2zowxtclln9-csar.csar
2022-11-22T06:22:17.525Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-11-22T06:22:17.525Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfMvchzs96t2zowxtclln9/1.0/artifacts/service-DemoPnfMvchzs96t2zowxtclln9-csar.csar
2022-11-22T06:22:17.588Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-11-22T06:22:17.595Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfMvchzs96t2zowxtclln9/1.0/artifacts/service-DemoPnfMvchzs96t2zowxtclln9-csar.csar fcba98ac-1638-4ef5-8fa0-bef4ea91bff1 87783
2022-11-22T06:22:17.595Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfMvchzs96t2zowxtclln9/1.0/artifacts/service-DemoPnfMvchzs96t2zowxtclln9-csar.csar ASDC sendASDCNotification
2022-11-22T06:22:17.596Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMvchzs96t2zowxtclln9/1.0/artifacts/service-DemoPnfMvchzs96t2zowxtclln9-csar.csar
2022-11-22T06:22:17.596Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-22T06:22:17.596Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-22T06:22:17.598Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T06:22:17.599Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669098137595,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMvchzs96t2zowxtclln9/1.0/artifacts/service-DemoPnfMvchzs96t2zowxtclln9-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-22T06:22:17.699Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-22T06:22:17.700Z||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-11-22T06:22:17.700Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I42KzNhva7kiZ3wc) ...
2022-11-22T06:22:17.709Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T06:22:17.710Z||pool-48-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-22T06:22:18.604Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-22T06:22:18.605Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-11-22T06:22:18.605Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: fcba98ac-1638-4ef5-8fa0-bef4ea91bff1, URL: /sdc/v1/catalog/services/DemoPnfMvchzs96t2zowxtclln9/1.0/artifacts/service-DemoPnfMvchzs96t2zowxtclln9-csar.csar to file: /app/ASDC/1/service-DemoPnfMvchzs96t2zowxtclln9-csar.csar
2022-11-22T06:22:18.611Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfMvchzs96t2zowxtclln9-csar.csar
2022-11-22T06:22:18.612Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfMvchzs96t2zowxtclln9-csar.csar
2022-11-22T06:22:18.612Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfMvchzs96t2zowxtclln9-csar.csar
2022-11-22T06:22:18.779Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10034225671267427556/Definitions/service-DemoPnfMvchzs96t2zowxtclln9-template.yml
2022-11-22T06:22:19.762Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-22T06:22:19.762Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-11-22T06:22:19.763Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfMvchzs96t2zowxtclln9-csar.csar
2022-11-22T06:22:19.763Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-11-22T06:22:19.763Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfMvchzs96t2zowxtclln9-csar.csar
2022-11-22T06:22:19.763Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 78eb9608-250e 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-DemoPnfMvchzs96t2zowxtclln9-csar.csar
2022-11-22T06:22:19.763Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfMvchzs96t2zowxtclln9-csar.csar
2022-11-22T06:22:19.763Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMvchzs96t2zowxtclln9-csar.csar
2022-11-22T06:22:19.763Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMvchzs96t2zowxtclln9-csar.csar
2022-11-22T06:22:19.763Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMvchzs96t2zowxtclln9-csar.csar
2022-11-22T06:22:19.764Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMvchzs96t2zowxtclln9-csar.csar
2022-11-22T06:22:19.764Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-11-22T06:22:19.764Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T06:22:19.764Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_MVcHzS96t2zOWXTClln9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T06:22:19.764Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||DEBUG|500||Node template pNF 78eb9608-250e 0 is matching search criteria
2022-11-22T06:22:19.765Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-11-22T06:22:19.765Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 78eb9608-250e 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-22T06:22:19.765Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T06:22:19.765Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_MVcHzS96t2zOWXTClln9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T06:22:19.765Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||DEBUG|500||Node template pNF 78eb9608-250e 0 is matching search criteria
2022-11-22T06:22:19.765Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-11-22T06:22:19.766Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 78eb9608-250e 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-22T06:22:19.766Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T06:22:19.766Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_MVcHzS96t2zOWXTClln9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T06:22:19.766Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T06:22:19.766Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_MVcHzS96t2zOWXTClln9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T06:22:19.767Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T06:22:19.767Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_MVcHzS96t2zOWXTClln9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T06:22:19.767Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T06:22:19.767Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_MVcHzS96t2zOWXTClln9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T06:22:19.767Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T06:22:19.767Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_MVcHzS96t2zOWXTClln9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T06:22:19.768Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_MVcHzS96t2zOWXTClln9
Description:catalog service description
Model UUID:4fc3d8c5-4600-41b5-b79a-a7eb2a56c504
Model Version:NULL
Model InvariantUuid:612fdd82-a38b-4159-9031-2bacc7307fae
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-11-22T06:22:19.773Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: 02410e2e-0ee1-4e25-99ba-957747eb51c8
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-11-22T06:22:19.776Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||INFO|500||pNF 78eb9608-250e 0
2022-11-22T06:22:19.777Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 02410e2e-0ee1-4e25-99ba-957747eb51c8
2022-11-22T06:22:19.777Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||DEBUG|500||No resources found for Service: 4fc3d8c5-4600-41b5-b79a-a7eb2a56c504
2022-11-22T06:22:19.777Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 4fc3d8c5-4600-41b5-b79a-a7eb2a56c504
2022-11-22T06:22:19.777Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 78eb9608-250e 0 02410e2e-0ee1-4e25-99ba-957747eb51c8 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-11-22T06:22:19.783Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7ef0f92d, org.onap.sdc.toscaparser.api.parameters.Input@241e178, org.onap.sdc.toscaparser.api.parameters.Input@32d26f03, org.onap.sdc.toscaparser.api.parameters.Input@15667534, org.onap.sdc.toscaparser.api.parameters.Input@6ca6cf24]
2022-11-22T06:22:19.783Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T06:22:19.784Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_MVcHzS96t2zOWXTClln9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T06:22:19.784Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 4fc3d8c5-4600-41b5-b79a-a7eb2a56c504: pNF 78eb9608-250e
2022-11-22T06:22:19.784Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||INFO|500||Processing PNF resource: 02410e2e-0ee1-4e25-99ba-957747eb51c8
2022-11-22T06:22:19.784Z|8eb7ab99-e293-4ef1-b0cd-1e2ae0d2b0d2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery