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-15T05:17:25.838Z||main|||||INFO|500||The following profiles are active: basic
2022-11-15T05:17:38.593Z||main|||||INFO|500||Starting service [Tomcat]
2022-11-15T05:17:38.594Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-11-15T05:17:38.721Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-11-15T05:17:42.945Z||main|||||INFO|500||catdb-pool - Starting...
2022-11-15T05:17:43.334Z||main|||||INFO|500||catdb-pool - Start completed.
2022-11-15T05:17:43.819Z||main|||||INFO|500||reqdb-pool - Starting...
2022-11-15T05:17:43.825Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-11-15T05:17:43.934Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-11-15T05:17:44.165Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-11-15T05:17:44.754Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-11-15T05:17:46.670Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-11-15T05:17:49.116Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-11-15T05:17:49.175Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-11-15T05:17:49.849Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-11-15T05:17:50.122Z||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-15T05:17:51.256Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-11-15T05:17:52.294Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-11-15T05:17:52.314Z||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-15T05:17:52.314Z||main|||||WARN|500||The sdc end point is not alive
2022-11-15T05:17:55.309Z||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-15T05:17:57.947Z||main|||||WARN|500||---
2022-11-15T05:17:57.947Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-11-15T05:17:57.948Z||main|||||WARN|500||---
2022-11-15T05:17:58.370Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-11-15T05:18:03.505Z||main|||||INFO|500||Started Application in 41.304 seconds (JVM running for 43.467)
2022-11-15T05:18:03.518Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-11-15T05:18:03.520Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-11-15T05:18:03.531Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-11-15T05:18:03.554Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-11-15T05:18:03.602Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 99c6bf85-780c-4a21-9b2d-5aa677da6d66 url= /sdc/v1/artifactTypes
2022-11-15T05:18:03.602Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-11-15T05:18:03.953Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-11-15T05:18:03.980Z||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-15T05:18:04.001Z||scheduling-1|||||DEBUG|500||create keys
2022-11-15T05:18:04.009Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-11-15T05:18:04.049Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T05:18:04.065Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 979a16e9-95f1-4688-9c49-bc6452d9858d url= /sdc/v1/registerForDistribution
2022-11-15T05:18:04.203Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 979a16e9-95f1-4688-9c49-bc6452d9858d url= /sdc/v1/registerForDistribution
2022-11-15T05:18:04.203Z||scheduling-1|||||INFO|500||start DistributionClient
2022-11-15T05:18:04.213Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T05:18:04.213Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T05:18:04.222Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-11-15T05:18:04.230Z||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-15T05:18:04.230Z||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-15T05:18:04.230Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T05:18:04.230Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T05:18:14.620Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T05:18:14.631Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T05:19:04.211Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T05:19:04.214Z||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-15T05:19:04.214Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T05:19:04.215Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T05:19:04.216Z||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-15T05:19:04.218Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T05:19:13.768Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T05:19:13.775Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T05:20:04.210Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T05:20:04.212Z||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-15T05:20:04.212Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T05:20:04.213Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T05:20:04.213Z||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-15T05:20:04.214Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T05:20:13.762Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T05:20:13.761Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T05:21:04.210Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T05:21:04.211Z||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-15T05:21:04.212Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T05:21:04.213Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T05:21:04.214Z||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-15T05:21:04.214Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T05:21:13.754Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T05:21:13.756Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T05:22:04.211Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T05:22:04.213Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T05:22:04.215Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-15T05:22:04.215Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JHbKx3zhxoVYxJsz) ...
2022-11-15T05:22:04.218Z||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-15T05:22:04.219Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T05:22:13.758Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T05:22:13.758Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T05:23:04.210Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T05:23:04.212Z||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-15T05:23:04.213Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T05:23:04.213Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T05:23:04.214Z||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-15T05:23:04.214Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T05:23:13.762Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T05:23:13.764Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T05:24:04.210Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T05:24:04.211Z||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-15T05:24:04.212Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T05:24:04.213Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T05:24:04.215Z||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-15T05:24:04.215Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T05:24:13.761Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T05:24:13.762Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T05:25:04.210Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T05:25:04.211Z||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-15T05:25:04.212Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T05:25:04.213Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T05:25:04.215Z||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-15T05:25:04.215Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T05:25:13.757Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T05:25:13.757Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T05:26:04.210Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T05:26:04.211Z||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-15T05:26:04.211Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T05:26:04.213Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T05:26:04.213Z||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-15T05:26:04.213Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T05:26:13.756Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T05:26:13.762Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T05:27:04.210Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T05:27:04.211Z||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-15T05:27:04.212Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T05:27:04.213Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T05:27:04.214Z||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-15T05:27:04.214Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T05:27:13.759Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T05:27:13.759Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T05:28:00.704Z||http-nio-8085-exec-2|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-11-15T05:28:04.211Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T05:28:04.212Z||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-15T05:28:04.212Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T05:28:04.213Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T05:28:04.213Z||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-15T05:28:04.214Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T05:28:13.778Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T05:28:13.787Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T05:29:04.211Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T05:29:04.213Z||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-15T05:29:04.213Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T05:29:04.213Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T05:29:04.213Z||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-15T05:29:04.213Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T05:29:13.759Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T05:29:13.761Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T05:30:04.210Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T05:30:04.212Z||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-15T05:30:04.212Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T05:30:04.213Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T05:30:04.213Z||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-15T05:30:04.214Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T05:30:13.771Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T05:30:13.777Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T05:31:04.210Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T05:31:04.211Z||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-15T05:31:04.211Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T05:31:04.213Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T05:31:04.214Z||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-15T05:31:04.214Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T05:31:13.751Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T05:31:13.753Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T05:32:04.210Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T05:32:04.211Z||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-15T05:32:04.211Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T05:32:04.213Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T05:32:04.214Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-15T05:32:04.214Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JHbKx3zhxoVYxJsz) ...
2022-11-15T05:32:13.750Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T05:32:13.759Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T05:33:04.210Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T05:33:04.211Z||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-15T05:33:04.211Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T05:33:04.213Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T05:33:04.213Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-15T05:33:04.214Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JHbKx3zhxoVYxJsz) ...
2022-11-15T05:33:13.766Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T05:33:13.766Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T05:34:04.210Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T05:34:04.212Z||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-15T05:34:04.212Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T05:34:04.213Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T05:34:04.214Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-15T05:34:04.214Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JHbKx3zhxoVYxJsz) ...
2022-11-15T05:34:13.753Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T05:34:13.755Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T05:35:04.210Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T05:35:04.211Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-15T05:35:04.211Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JHbKx3zhxoVYxJsz) ...
2022-11-15T05:35:04.213Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T05:35:04.214Z||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-15T05:35:04.215Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T05:35:13.758Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T05:35:13.761Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T05:36:04.210Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T05:36:04.212Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-15T05:36:04.212Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JHbKx3zhxoVYxJsz) ...
2022-11-15T05:36:04.213Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T05:36:04.214Z||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-15T05:36:04.214Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T05:36:13.755Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T05:36:13.757Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T05:37:04.210Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T05:37:04.212Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-15T05:37:04.212Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JHbKx3zhxoVYxJsz) ...
2022-11-15T05:37:04.213Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T05:37:04.214Z||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-15T05:37:04.214Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T05:37:13.752Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T05:37:13.755Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T05:38:04.210Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T05:38:04.212Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-15T05:38:04.212Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JHbKx3zhxoVYxJsz) ...
2022-11-15T05:38:04.213Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T05:38:04.213Z||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-15T05:38:04.214Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T05:38:13.769Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T05:38:13.775Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T05:39:04.210Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T05:39:04.211Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-15T05:39:04.212Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JHbKx3zhxoVYxJsz) ...
2022-11-15T05:39:04.213Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T05:39:04.214Z||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-15T05:39:04.215Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T05:39:13.756Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T05:39:13.760Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T05:40:04.210Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T05:40:04.211Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-15T05:40:04.211Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JHbKx3zhxoVYxJsz) ...
2022-11-15T05:40:04.213Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T05:40:04.213Z||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-15T05:40:04.213Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T05:40:13.746Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T05:40:13.750Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T05:41:04.210Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T05:41:04.211Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-15T05:41:04.212Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JHbKx3zhxoVYxJsz) ...
2022-11-15T05:41:04.213Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T05:41:04.214Z||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-15T05:41:04.214Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T05:41:13.752Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T05:41:13.752Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T05:42:04.210Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T05:42:04.211Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-15T05:42:04.212Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JHbKx3zhxoVYxJsz) ...
2022-11-15T05:42:04.213Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T05:42:04.214Z||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-15T05:42:04.214Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T05:42:13.770Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T05:42:13.771Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T05:43:04.210Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T05:43:04.211Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-15T05:43:04.211Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JHbKx3zhxoVYxJsz) ...
2022-11-15T05:43:04.213Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T05:43:04.213Z||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-15T05:43:04.213Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T05:43:13.754Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T05:43:13.755Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T05:44:04.210Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T05:44:04.211Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-15T05:44:04.211Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JHbKx3zhxoVYxJsz) ...
2022-11-15T05:44:04.213Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T05:44:04.214Z||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-15T05:44:04.214Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T05:44:13.756Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T05:44:13.756Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T05:45:04.212Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T05:45:04.213Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-15T05:45:04.213Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T05:45:04.214Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JHbKx3zhxoVYxJsz) ...
2022-11-15T05:45:04.214Z||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-15T05:45:04.214Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T05:45:13.758Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T05:45:13.758Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T05:46:04.210Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T05:46:04.211Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-15T05:46:04.211Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JHbKx3zhxoVYxJsz) ...
2022-11-15T05:46:04.213Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T05:46:04.213Z||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-15T05:46:04.213Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T05:46:13.751Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T05:46:13.752Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T05:47:04.210Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T05:47:04.212Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-15T05:47:04.212Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JHbKx3zhxoVYxJsz) ...
2022-11-15T05:47:04.213Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T05:47:04.214Z||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-15T05:47:04.214Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T05:47:13.752Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T05:47:13.752Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T05:48:04.210Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T05:48:04.212Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-15T05:48:04.212Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JHbKx3zhxoVYxJsz) ...
2022-11-15T05:48:04.214Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T05:48:04.215Z||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-15T05:48:04.215Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T05:48:13.759Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T05:48:13.760Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T05:49:04.210Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T05:49:04.211Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-15T05:49:04.211Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JHbKx3zhxoVYxJsz) ...
2022-11-15T05:49:04.213Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T05:49:04.214Z||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-15T05:49:04.214Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T05:49:13.762Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T05:49:13.765Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T05:50:04.210Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T05:50:04.211Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-15T05:50:04.211Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JHbKx3zhxoVYxJsz) ...
2022-11-15T05:50:04.214Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T05:50:04.214Z||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-15T05:50:04.214Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T05:50:13.801Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T05:50:13.801Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T05:51:04.210Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T05:51:04.211Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-15T05:51:04.211Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JHbKx3zhxoVYxJsz) ...
2022-11-15T05:51:04.213Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T05:51:04.214Z||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-15T05:51:04.214Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T05:51:13.752Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T05:51:13.754Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T05:52:04.210Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T05:52:04.211Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-15T05:52:04.211Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JHbKx3zhxoVYxJsz) ...
2022-11-15T05:52:04.213Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T05:52:04.213Z||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-15T05:52:04.213Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T05:52:13.773Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T05:52:13.775Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T05:53:04.210Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T05:53:04.211Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-15T05:53:04.211Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JHbKx3zhxoVYxJsz) ...
2022-11-15T05:53:04.213Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T05:53:04.214Z||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-15T05:53:04.214Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T05:53:13.771Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T05:53:13.781Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T05:54:04.210Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T05:54:04.211Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-15T05:54:04.211Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JHbKx3zhxoVYxJsz) ...
2022-11-15T05:54:04.213Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T05:54:04.214Z||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-15T05:54:04.214Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T05:54:13.753Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T05:54:13.754Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T05:55:04.210Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T05:55:04.211Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-15T05:55:04.212Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JHbKx3zhxoVYxJsz) ...
2022-11-15T05:55:04.213Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T05:55:04.213Z||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-15T05:55:04.214Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T05:55:13.773Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T05:55:13.774Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T05:56:04.210Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T05:56:04.211Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-15T05:56:04.212Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JHbKx3zhxoVYxJsz) ...
2022-11-15T05:56:04.213Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T05:56:04.213Z||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-15T05:56:04.214Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T05:56:13.783Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T05:56:13.784Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T05:57:04.211Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T05:57:04.213Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-15T05:57:04.213Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T05:57:04.213Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JHbKx3zhxoVYxJsz) ...
2022-11-15T05:57:04.214Z||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-15T05:57:04.214Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T05:57:13.777Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T05:57:13.777Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T05:58:04.210Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T05:58:04.211Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-15T05:58:04.211Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JHbKx3zhxoVYxJsz) ...
2022-11-15T05:58:04.213Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T05:58:04.214Z||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-15T05:58:04.214Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T05:58:13.781Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T05:58:13.786Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T05:59:04.210Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T05:59:04.211Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-15T05:59:04.211Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JHbKx3zhxoVYxJsz) ...
2022-11-15T05:59:04.213Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T05:59:04.214Z||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-15T05:59:04.214Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T05:59:13.767Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T05:59:13.767Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T06:00:04.210Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T06:00:04.211Z||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-15T06:00:04.211Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T06:00:04.215Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T06:00:04.215Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-15T06:00:04.216Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JHbKx3zhxoVYxJsz) ...
2022-11-15T06:00:13.764Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T06:00:13.766Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T06:01:04.211Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T06:01:04.212Z||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-15T06:01:04.213Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T06:01:04.213Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T06:01:04.214Z||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-15T06:01:04.214Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T06:01:13.762Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T06:01:13.764Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T06:02:04.210Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T06:02:04.211Z||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-15T06:02:04.211Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T06:02:04.213Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T06:02:04.213Z||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-15T06:02:04.214Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T06:02:13.768Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T06:02:13.768Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T06:03:04.210Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T06:03:04.211Z||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-15T06:03:04.211Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T06:03:04.213Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T06:03:04.214Z||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-15T06:03:04.214Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T06:03:13.771Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T06:03:13.771Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T06:04:04.210Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T06:04:04.211Z||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-15T06:04:04.211Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T06:04:04.213Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T06:04:04.214Z||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-15T06:04:04.214Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T06:04:13.763Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T06:04:13.763Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T06:05:04.210Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T06:05:04.211Z||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-15T06:05:04.211Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T06:05:04.213Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T06:05:04.214Z||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-15T06:05:04.214Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T06:05:13.759Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T06:05:13.762Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T06:06:04.210Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T06:06:04.213Z||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-15T06:06:04.213Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T06:06:04.213Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T06:06:04.213Z||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-15T06:06:04.213Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T06:06:04.646Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T06:06:04.649Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-15T06:06:04.650Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0305d8b2-8492-4046-82ff-08c3ee5f9e88",
"consumerID": "cds",
"timestamp": 1668492351839,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221115060453/1.0/resourceInstances/vfwf0f345e59ef90/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-15T06:06:04.679Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-15T06:06:04.679Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-15T06:06:04.680Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0305d8b2-8492-4046-82ff-08c3ee5f9e88",
"consumerID": "cds",
"timestamp": 1668492351839,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221115060453/1.0/resourceInstances/vfwf0f345e59ef90/artifacts/vfwf0f345e59ef90_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-15T06:06:04.680Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-15T06:06:04.680Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-15T06:06:04.680Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0305d8b2-8492-4046-82ff-08c3ee5f9e88",
"consumerID": "cds",
"timestamp": 1668492351839,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221115060453/1.0/resourceInstances/vfwf0f345e59ef90/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-15T06:06:04.680Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-15T06:06:04.680Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-15T06:06:04.680Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0305d8b2-8492-4046-82ff-08c3ee5f9e88",
"consumerID": "cds",
"timestamp": 1668492351839,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221115060453/1.0/resourceInstances/vfwf0f345e59ef90/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-15T06:06:04.680Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-15T06:06:04.681Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-15T06:06:04.681Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0305d8b2-8492-4046-82ff-08c3ee5f9e88",
"consumerID": "ves-openapi-manager",
"timestamp": 1668492355271,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221115060453/1.0/resourceInstances/vfwf0f345e59ef90/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-15T06:06:04.681Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-15T06:06:04.681Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-15T06:06:04.681Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0305d8b2-8492-4046-82ff-08c3ee5f9e88",
"consumerID": "cds",
"timestamp": 1668492351839,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221115060453/1.0/resourceInstances/vfwf0f345e59ef90/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-15T06:06:04.681Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-15T06:06:04.681Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-15T06:06:04.681Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0305d8b2-8492-4046-82ff-08c3ee5f9e88",
"consumerID": "ves-openapi-manager",
"timestamp": 1668492355271,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221115060453/1.0/resourceInstances/vfwf0f345e59ef90/artifacts/vfwf0f345e59ef90_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-15T06:06:04.682Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-15T06:06:04.682Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-15T06:06:04.682Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0305d8b2-8492-4046-82ff-08c3ee5f9e88",
"consumerID": "cds",
"timestamp": 1668492351839,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221115060453/1.0/artifacts/service-Vfw20221115060453-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-15T06:06:04.682Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-15T06:06:04.682Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-15T06:06:04.682Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0305d8b2-8492-4046-82ff-08c3ee5f9e88",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668492357895,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221115060453/1.0/resourceInstances/vfwf0f345e59ef90/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-15T06:06:04.682Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-15T06:06:04.682Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-15T06:06:04.682Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0305d8b2-8492-4046-82ff-08c3ee5f9e88",
"consumerID": "ves-openapi-manager",
"timestamp": 1668492355271,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221115060453/1.0/resourceInstances/vfwf0f345e59ef90/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-15T06:06:04.683Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-15T06:06:04.683Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-15T06:06:04.683Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0305d8b2-8492-4046-82ff-08c3ee5f9e88",
"consumerID": "cds",
"timestamp": 1668492351839,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221115060453/1.0/artifacts/service-Vfw20221115060453-csar.csar",
"status": "NOTIFIED"
}
2022-11-15T06:06:04.683Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-15T06:06:04.683Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-15T06:06:04.683Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0305d8b2-8492-4046-82ff-08c3ee5f9e88",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668492357895,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221115060453/1.0/resourceInstances/vfwf0f345e59ef90/artifacts/vfwf0f345e59ef90_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-15T06:06:04.684Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-15T06:06:04.684Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-15T06:06:04.684Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0305d8b2-8492-4046-82ff-08c3ee5f9e88",
"consumerID": "ves-openapi-manager",
"timestamp": 1668492355271,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221115060453/1.0/resourceInstances/vfwf0f345e59ef90/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-15T06:06:04.684Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-15T06:06:04.684Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-15T06:06:04.684Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0305d8b2-8492-4046-82ff-08c3ee5f9e88",
"consumerID": "cds",
"timestamp": 1668492360423,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221115060453/1.0/artifacts/service-Vfw20221115060453-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-15T06:06:04.684Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T06:06:04.684Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-15T06:06:04.685Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0305d8b2-8492-4046-82ff-08c3ee5f9e88",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668492357895,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221115060453/1.0/resourceInstances/vfwf0f345e59ef90/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-15T06:06:04.685Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-15T06:06:04.685Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-15T06:06:04.685Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0305d8b2-8492-4046-82ff-08c3ee5f9e88",
"consumerID": "ves-openapi-manager",
"timestamp": 1668492355271,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221115060453/1.0/resourceInstances/vfwf0f345e59ef90/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-15T06:06:04.686Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-15T06:06:04.686Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-15T06:06:04.686Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0305d8b2-8492-4046-82ff-08c3ee5f9e88",
"consumerID": "cds",
"timestamp": 1668492361442,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221115060453/1.0/artifacts/service-Vfw20221115060453-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=?
2022-11-15T06:06:04.837Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T06:06:04.838Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-15T06:06:04.838Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"0305d8b2-8492-4046-82ff-08c3ee5f9e88","serviceName":"vFW 2022-11-15 06-04-53","serviceVersion":"1.0","serviceUUID":"85fb402d-f7f5-4118-ab4e-684c82b8431d","serviceDescription":"catalog service description","serviceInvariantUUID":"ffd97f1f-d97b-4d39-9459-4210a2ad0ffb","resources":[{"resourceInstanceName":"vFW f0f345e5-9ef9 0","resourceName":"vFW f0f345e5-9ef9","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e470efe5-7d6f-49c3-a04f-d8d2c0754ae2","resourceInvariantUUID":"5f8dc7f3-62b9-42af-b6fe-169812dca8c0","resourceCustomizationUUID":"59a5a0ed-686e-4786-aac2-a67aebe420f9","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221115060453/1.0/resourceInstances/vfwf0f345e59ef90/artifacts/vf-license-model.xml","artifactChecksum":"ZDE0OWM4NWRkOTM4ZjM4ZmZmNzc5ZTFhMDJkYzZhNWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"271a17b4-272e-47d3-8ecc-72f8dd3a5431","artifactVersion":"1"},{"artifactName":"vfwf0f345e59ef90_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20221115060453/1.0/resourceInstances/vfwf0f345e59ef90/artifacts/vfwf0f345e59ef90_modules.json","artifactChecksum":"Yjc0ZmMyMjA2MmYyNGIyOWNmMjdiYWRhNjY2MTYwZTA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d92678dd-d5e8-45b2-ab81-c919a6dc3d28","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20221115060453/1.0/resourceInstances/vfwf0f345e59ef90/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"548b944a-284a-4e98-87c3-a314a1c55d88","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221115060453/1.0/resourceInstances/vfwf0f345e59ef90/artifacts/vendor-license-model.xml","artifactChecksum":"ZDg4YTI5NDBiNzJlY2I5ZThiNmU5ODIwMmE0NDNmZTE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3bd2f600-33cd-4307-963e-1b54f2a87ca5","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20221115060453/1.0/resourceInstances/vfwf0f345e59ef90/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"02386b3b-44f7-45c7-a021-b2776c172866","artifactVersion":"2","generatedFromUUID":"548b944a-284a-4e98-87c3-a314a1c55d88"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20221115060453-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20221115060453/1.0/artifacts/service-Vfw20221115060453-template.yml","artifactChecksum":"OTU4NzgzYjhlN2VhYjhhZjMyOTE0OGQ4Mjk0ZmJhN2I\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c708ac20-f0dd-4a12-9695-dd3f43bd5abf","artifactVersion":"1"},{"artifactName":"service-Vfw20221115060453-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20221115060453/1.0/artifacts/service-Vfw20221115060453-csar.csar","artifactChecksum":"NWY1YTRkZjBhNzZlYjdkZWNhNzZjODA1ZGIzZTA3MTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7ab61240-adda-425b-afe0-27488cd35116","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-15T06:06:04.846Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-15T06:06:04.851Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-15T06:06:04.863Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T06:06:04.863Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "0305d8b2-8492-4046-82ff-08c3ee5f9e88",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668492364210,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221115060453/1.0/resourceInstances/vfwf0f345e59ef90/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-15T06:06:04.895Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0305d8b2-8492-4046-82ff-08c3ee5f9e88
2022-11-15T06:06:04.915Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0305d8b2-8492-4046-82ff-08c3ee5f9e88 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-15T06:06:04.939Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-15T06:06:04.939Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0305d8b2-8492-4046-82ff-08c3ee5f9e88",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668492357895,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221115060453/1.0/resourceInstances/vfwf0f345e59ef90/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-15T06:06:04.940Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-15T06:06:04.940Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-15T06:06:04.940Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0305d8b2-8492-4046-82ff-08c3ee5f9e88",
"consumerID": "ves-openapi-manager",
"timestamp": 1668492355271,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221115060453/1.0/artifacts/service-Vfw20221115060453-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-15T06:06:04.940Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-15T06:06:04.941Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-15T06:06:04.941Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0305d8b2-8492-4046-82ff-08c3ee5f9e88",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668492357895,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221115060453/1.0/resourceInstances/vfwf0f345e59ef90/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-15T06:06:04.941Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-15T06:06:04.941Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-15T06:06:04.941Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0305d8b2-8492-4046-82ff-08c3ee5f9e88",
"consumerID": "ves-openapi-manager",
"timestamp": 1668492355271,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221115060453/1.0/artifacts/service-Vfw20221115060453-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-11-15T06:06:04.942Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-15T06:06:04.942Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-15T06:06:04.942Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0305d8b2-8492-4046-82ff-08c3ee5f9e88",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668492362698,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221115060453/1.0/resourceInstances/vfwf0f345e59ef90/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-15T06:06:04.942Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-15T06:06:04.942Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-15T06:06:04.943Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0305d8b2-8492-4046-82ff-08c3ee5f9e88",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668492357895,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221115060453/1.0/artifacts/service-Vfw20221115060453-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-15T06:06:04.943Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-15T06:06:04.943Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-15T06:06:04.943Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0305d8b2-8492-4046-82ff-08c3ee5f9e88",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668492362698,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221115060453/1.0/resourceInstances/vfwf0f345e59ef90/artifacts/vfwf0f345e59ef90_modules.json",
"status": "NOTIFIED"
}
2022-11-15T06:06:04.943Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-15T06:06:04.944Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-15T06:06:04.944Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0305d8b2-8492-4046-82ff-08c3ee5f9e88",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668492357895,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221115060453/1.0/artifacts/service-Vfw20221115060453-csar.csar",
"status": "NOTIFIED"
}
2022-11-15T06:06:04.944Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-15T06:06:04.963Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-11-15T06:06:04.967Z||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-15T06:06:04.968Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JHbKx3zhxoVYxJsz) ...
2022-11-15T06:06:04.979Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T06:06:04.979Z||pool-3-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-15T06:06:05.873Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-15T06:06:05.874Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-15T06:06:05.876Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T06:06:05.876Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "0305d8b2-8492-4046-82ff-08c3ee5f9e88",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668492364210,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221115060453/1.0/resourceInstances/vfwf0f345e59ef90/artifacts/vfwf0f345e59ef90_modules.json",
"status": "NOTIFIED"
}
2022-11-15T06:06:05.976Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-15T06:06:05.977Z||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-15T06:06:05.978Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JHbKx3zhxoVYxJsz) ...
2022-11-15T06:06:05.990Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T06:06:05.990Z||pool-4-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-15T06:06:06.880Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-15T06:06:06.880Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-15T06:06:06.883Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T06:06:06.883Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "0305d8b2-8492-4046-82ff-08c3ee5f9e88",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668492364210,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221115060453/1.0/resourceInstances/vfwf0f345e59ef90/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-11-15T06:06:06.983Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-15T06:06:06.984Z||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-15T06:06:06.985Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JHbKx3zhxoVYxJsz) ...
2022-11-15T06:06:07.000Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T06:06:07.001Z||pool-5-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-11-15T06:06:07.884Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-15T06:06:07.885Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-15T06:06:07.887Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T06:06:07.887Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "0305d8b2-8492-4046-82ff-08c3ee5f9e88",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668492364210,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221115060453/1.0/resourceInstances/vfwf0f345e59ef90/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-15T06:06:07.987Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-15T06:06:07.988Z||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-15T06:06:07.989Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JHbKx3zhxoVYxJsz) ...
2022-11-15T06:06:07.999Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T06:06:08.001Z||pool-6-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-15T06:06:08.888Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-15T06:06:08.891Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-15T06:06:08.894Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T06:06:08.894Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "0305d8b2-8492-4046-82ff-08c3ee5f9e88",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668492364210,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221115060453/1.0/resourceInstances/vfwf0f345e59ef90/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-11-15T06:06:08.994Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-15T06:06:08.995Z||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-15T06:06:08.995Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JHbKx3zhxoVYxJsz) ...
2022-11-15T06:06:09.007Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T06:06:09.007Z||pool-7-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-11-15T06:06:09.894Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-15T06:06:09.895Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-15T06:06:09.897Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T06:06:09.898Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "0305d8b2-8492-4046-82ff-08c3ee5f9e88",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668492364210,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221115060453/1.0/artifacts/service-Vfw20221115060453-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-15T06:06:09.998Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-15T06:06:09.999Z||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-15T06:06:10.000Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JHbKx3zhxoVYxJsz) ...
2022-11-15T06:06:10.012Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T06:06:10.012Z||pool-8-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-15T06:06:10.898Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-15T06:06:10.899Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-15T06:06:10.901Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T06:06:10.901Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "0305d8b2-8492-4046-82ff-08c3ee5f9e88",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668492364210,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221115060453/1.0/artifacts/service-Vfw20221115060453-csar.csar",
"status": "NOTIFIED"
}
2022-11-15T06:06:11.002Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-15T06:06:11.002Z||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-15T06:06:11.003Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JHbKx3zhxoVYxJsz) ...
2022-11-15T06:06:11.015Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T06:06:11.015Z||pool-9-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-15T06:06:11.903Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
"distributionID": "0305d8b2-8492-4046-82ff-08c3ee5f9e88",
"serviceName": "vFW 2022-11-15 06-04-53",
"serviceVersion": "1.0",
"serviceUUID": "85fb402d-f7f5-4118-ab4e-684c82b8431d",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "ffd97f1f-d97b-4d39-9459-4210a2ad0ffb",
"resources": [
{
"resourceInstanceName": "vFW f0f345e5-9ef9 0",
"resourceCustomizationUUID": "59a5a0ed-686e-4786-aac2-a67aebe420f9",
"resourceName": "vFW f0f345e5-9ef9",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "e470efe5-7d6f-49c3-a04f-d8d2c0754ae2",
"resourceInvariantUUID": "5f8dc7f3-62b9-42af-b6fe-169812dca8c0",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwf0f345e59ef90_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221115060453/1.0/resourceInstances/vfwf0f345e59ef90/artifacts/vfwf0f345e59ef90_modules.json",
"artifactChecksum": "Yjc0ZmMyMjA2MmYyNGIyOWNmMjdiYWRhNjY2MTYwZTA\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "d92678dd-d5e8-45b2-ab81-c919a6dc3d28",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221115060453/1.0/resourceInstances/vfwf0f345e59ef90/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "548b944a-284a-4e98-87c3-a314a1c55d88",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221115060453/1.0/resourceInstances/vfwf0f345e59ef90/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "02386b3b-44f7-45c7-a021-b2776c172866",
"generatedFromUUID": "548b944a-284a-4e98-87c3-a314a1c55d88"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221115060453/1.0/resourceInstances/vfwf0f345e59ef90/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "02386b3b-44f7-45c7-a021-b2776c172866",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20221115060453-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221115060453/1.0/artifacts/service-Vfw20221115060453-csar.csar",
"artifactChecksum": "NWY1YTRkZjBhNzZlYjdkZWNhNzZjODA1ZGIzZTA3MTA\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "7ab61240-adda-425b-afe0-27488cd35116"
}
],
"workloadContext": "Production"
}
2022-11-15T06:06:11.904Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-15T06:06:11.905Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 85fb402d-f7f5-4118-ab4e-684c82b8431d ASDC
2022-11-15T06:06:12.027Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:0305d8b2-8492-4046-82ff-08c3ee5f9e88
ServiceName:vFW 2022-11-15 06-04-53
ServiceVersion:1.0
ServiceUUID:85fb402d-f7f5-4118-ab4e-684c82b8431d
ServiceInvariantUUID:ffd97f1f-d97b-4d39-9459-4210a2ad0ffb
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20221115060453-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221115060453/1.0/artifacts/service-Vfw20221115060453-csar.csar
ArtifactUUID:7ab61240-adda-425b-afe0-27488cd35116
ArtifactChecksum:NWY1YTRkZjBhNzZlYjdkZWNhNzZjODA1ZGIzZTA3MTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW f0f345e5-9ef9 0
ResourceCustomizationUUID:59a5a0ed-686e-4786-aac2-a67aebe420f9
ResourceInvariantUUID:5f8dc7f3-62b9-42af-b6fe-169812dca8c0
ResourceName:vFW f0f345e5-9ef9
ResourceType:VF
ResourceUUID:e470efe5-7d6f-49c3-a04f-d8d2c0754ae2
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwf0f345e59ef90_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221115060453/1.0/resourceInstances/vfwf0f345e59ef90/artifacts/vfwf0f345e59ef90_modules.json
ArtifactUUID:d92678dd-d5e8-45b2-ab81-c919a6dc3d28
ArtifactChecksum:Yjc0ZmMyMjA2MmYyNGIyOWNmMjdiYWRhNjY2MTYwZTA=
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/Vfw20221115060453/1.0/resourceInstances/vfwf0f345e59ef90/artifacts/base_vfw.yaml
ArtifactUUID:548b944a-284a-4e98-87c3-a314a1c55d88
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/Vfw20221115060453/1.0/resourceInstances/vfwf0f345e59ef90/artifacts/base_vfw.env
ArtifactUUID:02386b3b-44f7-45c7-a021-b2776c172866
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/Vfw20221115060453/1.0/resourceInstances/vfwf0f345e59ef90/artifacts/base_vfw.env
ArtifactUUID:02386b3b-44f7-45c7-a021-b2776c172866
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-11-15T06:06:12.027Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 85fb402d-f7f5-4118-ab4e-684c82b8431d 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-15T06:06:12.088Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-15T06:06:12.089Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-11-15T06:06:12.091Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-11-15T06:06:12.091Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 7ab61240-adda-425b-afe0-27488cd35116 from URL: /sdc/v1/catalog/services/Vfw20221115060453/1.0/artifacts/service-Vfw20221115060453-csar.csar
2022-11-15T06:06:12.091Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-11-15T06:06:12.093Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221115060453/1.0/artifacts/service-Vfw20221115060453-csar.csar
2022-11-15T06:06:12.226Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-11-15T06:06:12.250Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221115060453/1.0/artifacts/service-Vfw20221115060453-csar.csar 7ab61240-adda-425b-afe0-27488cd35116 100685
2022-11-15T06:06:12.252Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221115060453/1.0/artifacts/service-Vfw20221115060453-csar.csar ASDC sendASDCNotification
2022-11-15T06:06:12.252Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221115060453/1.0/artifacts/service-Vfw20221115060453-csar.csar
2022-11-15T06:06:12.254Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-15T06:06:12.255Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-15T06:06:12.257Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T06:06:12.258Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "0305d8b2-8492-4046-82ff-08c3ee5f9e88",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668492372250,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221115060453/1.0/artifacts/service-Vfw20221115060453-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-15T06:06:12.358Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-15T06:06:12.359Z||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-15T06:06:12.359Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JHbKx3zhxoVYxJsz) ...
2022-11-15T06:06:12.370Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T06:06:12.370Z||pool-10-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-15T06:06:13.258Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-15T06:06:13.259Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-11-15T06:06:13.260Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 7ab61240-adda-425b-afe0-27488cd35116, URL: /sdc/v1/catalog/services/Vfw20221115060453/1.0/artifacts/service-Vfw20221115060453-csar.csar to file: /app/ASDC/1/service-Vfw20221115060453-csar.csar
2022-11-15T06:06:13.260Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20221115060453-csar.csar
2022-11-15T06:06:13.342Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20221115060453-csar.csar
2022-11-15T06:06:13.342Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20221115060453-csar.csar
2022-11-15T06:06:14.043Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9153317934852260541/Definitions/service-Vfw20221115060453-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
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
2022-11-15T06:06:17.044Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-15T06:06:17.049Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-11-15T06:06:17.050Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20221115060453-csar.csar
2022-11-15T06:06:17.050Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-11-15T06:06:17.050Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221115060453-csar.csar
2022-11-15T06:06:17.050Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221115060453-csar.csar
2022-11-15T06:06:17.050Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20221115060453-csar.csar
2022-11-15T06:06:17.050Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221115060453-csar.csar
2022-11-15T06:06:17.050Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221115060453-csar.csar
2022-11-15T06:06:17.050Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221115060453-csar.csar
2022-11-15T06:06:17.051Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221115060453-csar.csar
2022-11-15T06:06:17.051Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221115060453-csar.csar
2022-11-15T06:06:17.051Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221115060453-csar.csar
2022-11-15T06:06:17.051Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW f0f345e5-9ef9 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-Vfw20221115060453-csar.csar
2022-11-15T06:06:17.051Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221115060453-csar.csar
2022-11-15T06:06:17.051Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-11-15T06:06:17.058Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-15T06:06:17.059Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-15 06-04-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T06:06:17.063Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template vFW f0f345e5-9ef9 0 is matching search criteria
2022-11-15T06:06:17.064Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-11-15T06:06:17.065Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW f0f345e5-9ef9 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-15T06:06:17.067Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-15T06:06:17.067Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-15 06-04-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T06:06:17.068Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template vFW f0f345e5-9ef9 0 is matching search criteria
2022-11-15T06:06:17.068Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-11-15T06:06:17.068Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW f0f345e5-9ef9 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-15T06:06:17.068Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-15T06:06:17.068Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-15 06-04-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T06:06:17.072Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-15T06:06:17.072Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template vFW f0f345e5-9ef9 0 is not matching search criteria
2022-11-15T06:06:17.072Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-15T06:06:17.072Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-15T06:06:17.072Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-15T06:06:17.072Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-15T06:06:17.073Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-15T06:06:17.073Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-15T06:06:17.073Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-15T06:06:17.073Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-15T06:06:17.073Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-15T06:06:17.073Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-15T06:06:17.074Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-15T06:06:17.074Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-15T06:06:17.074Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-15T06:06:17.074Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-15T06:06:17.074Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-15T06:06:17.074Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-15T06:06:17.075Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-15T06:06:17.075Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-15 06-04-53 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-15T06:06:17.076Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-15T06:06:17.076Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template vFW f0f345e5-9ef9 0 is matching search criteria
2022-11-15T06:06:17.076Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW f0f345e5-9ef9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-15T06:06:17.077Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-15T06:06:17.077Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template vFW f0f345e5-9ef9 0 is matching search criteria
2022-11-15T06:06:17.077Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW f0f345e5-9ef9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-15T06:06:17.077Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-15T06:06:17.078Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template vFW f0f345e5-9ef9 0 is matching search criteria
2022-11-15T06:06:17.078Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW f0f345e5-9ef9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-15T06:06:17.078Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-15T06:06:17.078Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template vFW f0f345e5-9ef9 0 is not matching search criteria
2022-11-15T06:06:17.079Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-15T06:06:17.079Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-11-15T06:06:17.079Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-15T06:06:17.080Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-15T06:06:17.080Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-15T06:06:17.080Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-15T06:06:17.081Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-15T06:06:17.081Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-15T06:06:17.081Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-15T06:06:17.081Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-15T06:06:17.081Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-15T06:06:17.081Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=7bf0b681-c728-463f-b26e-8bed23f0b0fe
2022-11-15T06:06:17.082Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-15T06:06:17.082Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template vFW f0f345e5-9ef9 0 is not matching search criteria
2022-11-15T06:06:17.082Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-15T06:06:17.082Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-15T06:06:17.082Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-15T06:06:17.083Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-15T06:06:17.083Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-15T06:06:17.083Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-15T06:06:17.083Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-15T06:06:17.083Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-11-15T06:06:17.084Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-15T06:06:17.084Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-15T06:06:17.084Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-15T06:06:17.084Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-15T06:06:17.084Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=f12a1ae9-a70d-48ba-9d49-e0c5012b73e3
2022-11-15T06:06:17.084Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-15T06:06:17.085Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template vFW f0f345e5-9ef9 0 is not matching search criteria
2022-11-15T06:06:17.085Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-15T06:06:17.085Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-15T06:06:17.085Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-15T06:06:17.086Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-15T06:06:17.086Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-15T06:06:17.086Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-15T06:06:17.086Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-15T06:06:17.086Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-15T06:06:17.086Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-15T06:06:17.087Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-15T06:06:17.087Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-15T06:06:17.087Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-11-15T06:06:17.087Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=b38113cc-d931-49d6-af7e-fb7847fb82d9
2022-11-15T06:06:17.087Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-15T06:06:17.088Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-15 06-04-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T06:06:17.088Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-15T06:06:17.088Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-15 06-04-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T06:06:17.088Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-15T06:06:17.088Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-15 06-04-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T06:06:17.088Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-15T06:06:17.089Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-15 06-04-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T06:06:17.089Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-11-15 06-04-53
Description:catalog service description
Model UUID:85fb402d-f7f5-4118-ab4e-684c82b8431d
Model Version:NULL
Model InvariantUuid:ffd97f1f-d97b-4d39-9459-4210a2ad0ffb
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW f0f345e5-9ef9
Model UUID:88345373-c654-475c-bc96-d424ec662c2e
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:5f8dc7f3-62b9-42af-b6fe-169812dca8c0
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:59a5a0ed-686e-4786-aac2-a67aebe420f9
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:2424f8a9-95e5-4dc1-b344-01a21cb743e0
ModelName:VfwF0f345e59ef9..base_vfw..module-0
ModelUuid:2269d697-9db6-4a81-99f4-4f4f78ad94d6
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:7bf0b681-c728-463f-b26e-8bed23f0b0fe
ModelInvariantUuid:c5b3d41c-b168-4294-99cb-f0436cdbd188
ModelName:vFW f0f345e5-9ef9-nodes.vfwCvfc
ModelUuid:3b3d04a0-a3b6-4082-85be-a1bae45d23a2
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:6ee79516-9913-4648-9868-de9495dc0f35
ModelInvariantUuid:e88cb22f-b4af-4406-985e-2b66b34781df
ModelName:VfwF0f345e59ef9.compute.nodes.heat.vfw
ModelUuid:dab3ff3e-3239-4397-8b4f-12bc09bff5ef
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:f12a1ae9-a70d-48ba-9d49-e0c5012b73e3
ModelInvariantUuid:a273150a-93e4-481c-8de6-ba66a4a2bba3
ModelName:vFW f0f345e5-9ef9-nodes.vsnCvfc
ModelUuid:53a4bf42-886c-426e-ae02-e203d4de587c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:bd80c53d-b260-4903-82c3-35edaae360d2
ModelInvariantUuid:0129c06a-3813-4a08-ab92-2b33e0b3f5f4
ModelName:VfwF0f345e59ef9.compute.nodes.heat.vsn
ModelUuid:6e18989c-e5a8-4270-b214-95c42cdf6a80
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:b38113cc-d931-49d6-af7e-fb7847fb82d9
ModelInvariantUuid:f34698e9-1d13-4898-b613-acd73dcf4700
ModelName:vFW f0f345e5-9ef9-nodes.vpgCvfc
ModelUuid:c6d607d1-03b7-44ad-bd14-1aa521b9c8a5
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:bdda0b48-afc9-45f0-8a3f-630140aaca2f
ModelInvariantUuid:5efe7c8b-edd0-4ffb-8162-a4ba151cf71b
ModelName:VfwF0f345e59ef9.compute.nodes.heat.vpg
ModelUuid:37821f8b-75b6-4fb0-acd6-22c4d00e8c28
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-15T06:06:17.100Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: e470efe5-7d6f-49c3-a04f-d8d2c0754ae2
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-15T06:06:17.205Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||INFO|500||vFW f0f345e5-9ef9 0
2022-11-15T06:06:17.211Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e470efe5-7d6f-49c3-a04f-d8d2c0754ae2
2022-11-15T06:06:17.211Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: d92678dd-d5e8-45b2-ab81-c919a6dc3d28 from URL: /sdc/v1/catalog/services/Vfw20221115060453/1.0/resourceInstances/vfwf0f345e59ef90/artifacts/vfwf0f345e59ef90_modules.json
2022-11-15T06:06:17.211Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-11-15T06:06:17.212Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221115060453/1.0/resourceInstances/vfwf0f345e59ef90/artifacts/vfwf0f345e59ef90_modules.json
2022-11-15T06:06:17.286Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-11-15T06:06:17.287Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221115060453/1.0/resourceInstances/vfwf0f345e59ef90/artifacts/vfwf0f345e59ef90_modules.json d92678dd-d5e8-45b2-ab81-c919a6dc3d28 785
2022-11-15T06:06:17.287Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221115060453/1.0/resourceInstances/vfwf0f345e59ef90/artifacts/vfwf0f345e59ef90_modules.json ASDC sendASDCNotification
2022-11-15T06:06:17.287Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221115060453/1.0/resourceInstances/vfwf0f345e59ef90/artifacts/vfwf0f345e59ef90_modules.json
2022-11-15T06:06:17.287Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-15T06:06:17.287Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-15T06:06:17.290Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T06:06:17.290Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "0305d8b2-8492-4046-82ff-08c3ee5f9e88",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668492377287,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221115060453/1.0/resourceInstances/vfwf0f345e59ef90/artifacts/vfwf0f345e59ef90_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-15T06:06:17.390Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-15T06:06:17.391Z||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-15T06:06:17.391Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JHbKx3zhxoVYxJsz) ...
2022-11-15T06:06:17.403Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T06:06:17.403Z||pool-11-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-11-15T06:06:18.291Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwF0f345e59ef9..base_vfw..module-0",
"vfModuleModelInvariantUUID": "2424f8a9-95e5-4dc1-b344-01a21cb743e0",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "2269d697-9db6-4a81-99f4-4f4f78ad94d6",
"vfModuleModelCustomizationUUID": "ab3b2e09-80fb-4e8b-a73c-def306640487",
"isBase": true,
"artifacts": [
"548b944a-284a-4e98-87c3-a314a1c55d88",
"02386b3b-44f7-45c7-a021-b2776c172866"
],
"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-15T06:06:18.305Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwF0f345e59ef9..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2269d697-9db6-4a81-99f4-4f4f78ad94d6
VfModuleModelInvariantUUID:2424f8a9-95e5-4dc1-b344-01a21cb743e0
VfModuleModelDescription:NULL
Artifacts UUID List:{
548b944a-284a-4e98-87c3-a314a1c55d88
,
02386b3b-44f7-45c7-a021-b2776c172866
}
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-15T06:06:18.308Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwF0f345e59ef9..base_vfw..module-0",
"vfModuleModelInvariantUUID": "2424f8a9-95e5-4dc1-b344-01a21cb743e0",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "2269d697-9db6-4a81-99f4-4f4f78ad94d6",
"vfModuleModelCustomizationUUID": "ab3b2e09-80fb-4e8b-a73c-def306640487",
"isBase": true,
"artifacts": [
"548b944a-284a-4e98-87c3-a314a1c55d88",
"02386b3b-44f7-45c7-a021-b2776c172866"
],
"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-15T06:06:18.308Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwF0f345e59ef9..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2269d697-9db6-4a81-99f4-4f4f78ad94d6
VfModuleModelInvariantUUID:2424f8a9-95e5-4dc1-b344-01a21cb743e0
VfModuleModelDescription:NULL
Artifacts UUID List:{
548b944a-284a-4e98-87c3-a314a1c55d88
,
02386b3b-44f7-45c7-a021-b2776c172866
}
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-15T06:06:18.308Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 548b944a-284a-4e98-87c3-a314a1c55d88 from URL: /sdc/v1/catalog/services/Vfw20221115060453/1.0/resourceInstances/vfwf0f345e59ef90/artifacts/base_vfw.yaml
2022-11-15T06:06:18.308Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-11-15T06:06:18.308Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221115060453/1.0/resourceInstances/vfwf0f345e59ef90/artifacts/base_vfw.yaml
2022-11-15T06:06:18.400Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-11-15T06:06:18.401Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221115060453/1.0/resourceInstances/vfwf0f345e59ef90/artifacts/base_vfw.yaml 548b944a-284a-4e98-87c3-a314a1c55d88 20368
2022-11-15T06:06:18.401Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221115060453/1.0/resourceInstances/vfwf0f345e59ef90/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-11-15T06:06:18.402Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221115060453/1.0/resourceInstances/vfwf0f345e59ef90/artifacts/base_vfw.yaml
2022-11-15T06:06:18.402Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-15T06:06:18.402Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-15T06:06:18.404Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T06:06:18.404Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "0305d8b2-8492-4046-82ff-08c3ee5f9e88",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668492378401,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221115060453/1.0/resourceInstances/vfwf0f345e59ef90/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-15T06:06:18.506Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-11-15T06:06:18.507Z||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-15T06:06:18.507Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JHbKx3zhxoVYxJsz) ...
2022-11-15T06:06:18.519Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T06:06:18.520Z||pool-12-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-15T06:06:19.405Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 02386b3b-44f7-45c7-a021-b2776c172866 from URL: /sdc/v1/catalog/services/Vfw20221115060453/1.0/resourceInstances/vfwf0f345e59ef90/artifacts/base_vfw.env
2022-11-15T06:06:19.405Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-11-15T06:06:19.405Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221115060453/1.0/resourceInstances/vfwf0f345e59ef90/artifacts/base_vfw.env
2022-11-15T06:06:19.470Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-11-15T06:06:19.470Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221115060453/1.0/resourceInstances/vfwf0f345e59ef90/artifacts/base_vfw.env 02386b3b-44f7-45c7-a021-b2776c172866 2098
2022-11-15T06:06:19.471Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221115060453/1.0/resourceInstances/vfwf0f345e59ef90/artifacts/base_vfw.env ASDC sendASDCNotification
2022-11-15T06:06:19.471Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221115060453/1.0/resourceInstances/vfwf0f345e59ef90/artifacts/base_vfw.env
2022-11-15T06:06:19.471Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-15T06:06:19.471Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-15T06:06:19.474Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T06:06:19.474Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "0305d8b2-8492-4046-82ff-08c3ee5f9e88",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668492379471,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221115060453/1.0/resourceInstances/vfwf0f345e59ef90/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-11-15T06:06:19.574Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-15T06:06:19.576Z||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-15T06:06:19.576Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JHbKx3zhxoVYxJsz) ...
2022-11-15T06:06:19.586Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T06:06:19.587Z||pool-13-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-11-15T06:06:20.479Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 85fb402d-f7f5-4118-ab4e-684c82b8431d
2022-11-15T06:06:20.479Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW f0f345e5-9ef9 0 e470efe5-7d6f-49c3-a04f-d8d2c0754ae2 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-15T06:06:20.511Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6f82541b, org.onap.sdc.toscaparser.api.parameters.Input@5c6b549f, org.onap.sdc.toscaparser.api.parameters.Input@59ad34fb, org.onap.sdc.toscaparser.api.parameters.Input@608fbf2b, org.onap.sdc.toscaparser.api.parameters.Input@1dd01dad]
2022-11-15T06:06:20.515Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-15T06:06:20.515Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-15 06-04-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T06:06:20.515Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic
2022-11-15T06:06:20.516Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 59a5a0ed-686e-4786-aac2-a67aebe420f9
2022-11-15T06:06:20.516Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 59a5a0ed-686e-4786-aac2-a67aebe420f9 matches Tosca VF Customization UUID: 59a5a0ed-686e-4786-aac2-a67aebe420f9
2022-11-15T06:06:20.516Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 59a5a0ed-686e-4786-aac2-a67aebe420f9 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-15T06:06:20.522Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-15T06:06:20.522Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-15 06-04-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T06:06:20.523Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 59a5a0ed-686e-4786-aac2-a67aebe420f9: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-11-15T06:06:20.523Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@9a19beb
2022-11-15T06:06:20.523Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-15T06:06:20.524Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-15 06-04-53 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-15T06:06:20.524Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ab3b2e09-80fb-4e8b-a73c-def306640487
2022-11-15T06:06:20.525Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ab3b2e09-80fb-4e8b-a73c-def306640487
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-15T06:06:20.530Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-15T06:06:20.531Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template vFW f0f345e5-9ef9 0 is matching search criteria
2022-11-15T06:06:20.531Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW f0f345e5-9ef9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-15T06:06:20.532Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-15T06:06:20.532Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template vFW f0f345e5-9ef9 0 is matching search criteria
2022-11-15T06:06:20.532Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW f0f345e5-9ef9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-15T06:06:20.532Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-15T06:06:20.532Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template vFW f0f345e5-9ef9 0 is not matching search criteria
2022-11-15T06:06:20.533Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-15T06:06:20.533Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-11-15T06:06:20.533Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-15T06:06:20.533Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-15T06:06:20.533Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-15T06:06:20.534Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-15T06:06:20.534Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-15T06:06:20.534Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-15T06:06:20.534Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-15T06:06:20.534Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-15T06:06:20.534Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-15T06:06:20.535Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=7bf0b681-c728-463f-b26e-8bed23f0b0fe
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-15T06:06:20.541Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-15T06:06:20.541Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template vFW f0f345e5-9ef9 0 is matching search criteria
2022-11-15T06:06:20.542Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW f0f345e5-9ef9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-15T06:06:20.542Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-15T06:06:20.542Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template vFW f0f345e5-9ef9 0 is not matching search criteria
2022-11-15T06:06:20.542Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-15T06:06:20.542Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-15T06:06:20.543Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-15T06:06:20.543Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-15T06:06:20.543Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-15T06:06:20.543Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-15T06:06:20.543Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-15T06:06:20.543Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-11-15T06:06:20.544Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-15T06:06:20.544Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-15T06:06:20.544Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-15T06:06:20.544Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-15T06:06:20.544Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=f12a1ae9-a70d-48ba-9d49-e0c5012b73e3
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-15T06:06:20.546Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-15T06:06:20.546Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template vFW f0f345e5-9ef9 0 is matching search criteria
2022-11-15T06:06:20.546Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW f0f345e5-9ef9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-15T06:06:20.548Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-15T06:06:20.548Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template vFW f0f345e5-9ef9 0 is not matching search criteria
2022-11-15T06:06:20.549Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-15T06:06:20.549Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-15T06:06:20.549Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-15T06:06:20.549Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-15T06:06:20.549Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-15T06:06:20.549Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-15T06:06:20.550Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-15T06:06:20.550Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-15T06:06:20.550Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-15T06:06:20.550Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-15T06:06:20.550Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-15T06:06:20.550Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-11-15T06:06:20.551Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=b38113cc-d931-49d6-af7e-fb7847fb82d9
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-15T06:06:20.552Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-15T06:06:20.553Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template vFW f0f345e5-9ef9 0 is matching search criteria
2022-11-15T06:06:20.553Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW f0f345e5-9ef9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-15T06:06:20.553Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-15T06:06:20.553Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Node template vFW f0f345e5-9ef9 0 is matching search criteria
2022-11-15T06:06:20.554Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW f0f345e5-9ef9 0] matching following query criteria: sdcType=VF, customizationUUID=59a5a0ed-686e-4786-aac2-a67aebe420f9
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-15T06:06:20.555Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-15T06:06:20.555Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-15 06-04-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T06:06:20.556Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 85fb402d-f7f5-4118-ab4e-684c82b8431d: vFW f0f345e5-9ef9
2022-11-15T06:06:20.556Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-15T06:06:20.556Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-15 06-04-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T06:06:20.556Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-15T06:06:20.557Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-15 06-04-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T06:06:20.557Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-15T06:06:20.557Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-15 06-04-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T06:06:20.557Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-15T06:06:20.557Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-15 06-04-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T06:06:20.557Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-15T06:06:20.558Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-15 06-04-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T06:06:20.558Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||INFO|500||Saving Service: vFW 2022-11-15 06-04-53
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-15T06:06:20.782Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW f0f345e5-9ef9 e470efe5-7d6f-49c3-a04f-d8d2c0754ae2 1 ASDC deployResourceStructure
2022-11-15T06:06:20.782Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221115060453/1.0/resourceInstances/vfwf0f345e59ef90/artifacts/vfwf0f345e59ef90_modules.json ASDC sendASDCNotification
2022-11-15T06:06:20.783Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221115060453/1.0/resourceInstances/vfwf0f345e59ef90/artifacts/vfwf0f345e59ef90_modules.json
2022-11-15T06:06:20.783Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-15T06:06:20.783Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-15T06:06:20.785Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T06:06:20.785Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "0305d8b2-8492-4046-82ff-08c3ee5f9e88",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668492380782,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221115060453/1.0/resourceInstances/vfwf0f345e59ef90/artifacts/vfwf0f345e59ef90_modules.json",
"status": "DEPLOY_OK"
}
2022-11-15T06:06:20.885Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-15T06:06:20.886Z||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-15T06:06:20.886Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JHbKx3zhxoVYxJsz) ...
2022-11-15T06:06:20.896Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T06:06:20.897Z||pool-14-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-15T06:06:21.790Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221115060453/1.0/resourceInstances/vfwf0f345e59ef90/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-11-15T06:06:21.790Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221115060453/1.0/resourceInstances/vfwf0f345e59ef90/artifacts/base_vfw.yaml
2022-11-15T06:06:21.790Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-15T06:06:21.790Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-15T06:06:21.793Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T06:06:21.793Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "0305d8b2-8492-4046-82ff-08c3ee5f9e88",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668492381785,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221115060453/1.0/resourceInstances/vfwf0f345e59ef90/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-11-15T06:06:21.893Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-15T06:06:21.895Z||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-15T06:06:21.895Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JHbKx3zhxoVYxJsz) ...
2022-11-15T06:06:21.908Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T06:06:21.908Z||pool-15-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-11-15T06:06:22.794Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221115060453/1.0/resourceInstances/vfwf0f345e59ef90/artifacts/base_vfw.env ASDC sendASDCNotification
2022-11-15T06:06:22.794Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221115060453/1.0/resourceInstances/vfwf0f345e59ef90/artifacts/base_vfw.env
2022-11-15T06:06:22.794Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-15T06:06:22.795Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-15T06:06:22.797Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T06:06:22.797Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "0305d8b2-8492-4046-82ff-08c3ee5f9e88",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668492382794,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221115060453/1.0/resourceInstances/vfwf0f345e59ef90/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-11-15T06:06:22.897Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-15T06:06:22.898Z||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-15T06:06:22.898Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JHbKx3zhxoVYxJsz) ...
2022-11-15T06:06:22.910Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T06:06:22.910Z||pool-16-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-15T06:06:23.798Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221115060453/1.0/artifacts/service-Vfw20221115060453-csar.csar ASDC sendASDCNotification
2022-11-15T06:06:23.798Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221115060453/1.0/artifacts/service-Vfw20221115060453-csar.csar
2022-11-15T06:06:23.798Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-15T06:06:23.799Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-15T06:06:23.801Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T06:06:23.801Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "0305d8b2-8492-4046-82ff-08c3ee5f9e88",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668492383798,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221115060453/1.0/artifacts/service-Vfw20221115060453-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-15T06:06:23.901Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-15T06:06:23.902Z||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-15T06:06:23.902Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JHbKx3zhxoVYxJsz) ...
2022-11-15T06:06:23.914Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T06:06:23.915Z||pool-17-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-15T06:06:24.802Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0305d8b2-8492-4046-82ff-08c3ee5f9e88
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-15T06:06:24.822Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0305d8b2-8492-4046-82ff-08c3ee5f9e88
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-15T06:06:24.824Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-15T06:06:24.825Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-15T06:06:24.825Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-15T06:06:54.825Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0305d8b2-8492-4046-82ff-08c3ee5f9e88
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-15T06:06:54.838Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0305d8b2-8492-4046-82ff-08c3ee5f9e88
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-15T06:06:54.840Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-15T06:06:54.841Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-15T06:06:54.841Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-15T06:07:04.213Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T06:07:04.214Z||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-15T06:07:04.214Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T06:07:04.236Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T06:07:04.236Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-15T06:07:04.237Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0305d8b2-8492-4046-82ff-08c3ee5f9e88",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668492362698,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221115060453/1.0/resourceInstances/vfwf0f345e59ef90/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-11-15T06:07:04.238Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-15T06:07:24.841Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0305d8b2-8492-4046-82ff-08c3ee5f9e88
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-15T06:07:24.853Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0305d8b2-8492-4046-82ff-08c3ee5f9e88
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-15T06:07:24.855Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-15T06:07:24.855Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-15T06:07:24.856Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-15T06:07:54.856Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0305d8b2-8492-4046-82ff-08c3ee5f9e88
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-15T06:07:54.869Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0305d8b2-8492-4046-82ff-08c3ee5f9e88
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-15T06:07:54.871Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-15T06:07:54.871Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-15T06:07:54.871Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-15T06:08:04.213Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T06:08:04.214Z||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-15T06:08:04.214Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T06:08:04.241Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T06:08:04.241Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-15T06:08:04.241Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0305d8b2-8492-4046-82ff-08c3ee5f9e88",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668492364210,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221115060453/1.0/resourceInstances/vfwf0f345e59ef90/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-15T06:08:04.242Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-15T06:08:24.872Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0305d8b2-8492-4046-82ff-08c3ee5f9e88
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-15T06:08:24.882Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0305d8b2-8492-4046-82ff-08c3ee5f9e88
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-15T06:08:24.884Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-15T06:08:24.885Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-15T06:08:24.885Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-15T06:08:54.885Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0305d8b2-8492-4046-82ff-08c3ee5f9e88
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-15T06:08:54.897Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0305d8b2-8492-4046-82ff-08c3ee5f9e88
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-15T06:08:54.900Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-15T06:08:54.900Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-15T06:08:54.900Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-15T06:09:04.213Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T06:09:04.214Z||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-15T06:09:04.215Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T06:09:04.741Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T06:09:04.747Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-15T06:09:04.748Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0305d8b2-8492-4046-82ff-08c3ee5f9e88",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668492365764,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221115060453/1.0/artifacts/service-Vfw20221115060453-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-15T06:09:04.750Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T06:09:04.750Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-15T06:09:04.750Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0305d8b2-8492-4046-82ff-08c3ee5f9e88",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668492362698,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221115060453/1.0/resourceInstances/vfwf0f345e59ef90/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-15T06:09:04.751Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-15T06:09:04.751Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-15T06:09:04.751Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0305d8b2-8492-4046-82ff-08c3ee5f9e88",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668492364210,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221115060453/1.0/resourceInstances/vfwf0f345e59ef90/artifacts/vfwf0f345e59ef90_modules.json",
"status": "NOTIFIED"
}
2022-11-15T06:09:04.752Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-15T06:09:04.752Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-15T06:09:04.752Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0305d8b2-8492-4046-82ff-08c3ee5f9e88",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668492362698,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221115060453/1.0/resourceInstances/vfwf0f345e59ef90/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-11-15T06:09:04.753Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-15T06:09:04.753Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-15T06:09:04.753Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0305d8b2-8492-4046-82ff-08c3ee5f9e88",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668492364210,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221115060453/1.0/resourceInstances/vfwf0f345e59ef90/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-11-15T06:09:04.753Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-15T06:09:04.754Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-15T06:09:04.754Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0305d8b2-8492-4046-82ff-08c3ee5f9e88",
"consumerID": "aai-ml",
"timestamp": 1668492367198,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221115060453/1.0/resourceInstances/vfwf0f345e59ef90/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-15T06:09:04.754Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-15T06:09:04.754Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-15T06:09:04.754Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0305d8b2-8492-4046-82ff-08c3ee5f9e88",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668492362698,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221115060453/1.0/artifacts/service-Vfw20221115060453-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-15T06:09:04.754Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-15T06:09:04.755Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-15T06:09:04.755Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0305d8b2-8492-4046-82ff-08c3ee5f9e88",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668492364210,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221115060453/1.0/resourceInstances/vfwf0f345e59ef90/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-15T06:09:04.755Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-15T06:09:04.755Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-15T06:09:04.755Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0305d8b2-8492-4046-82ff-08c3ee5f9e88",
"consumerID": "aai-ml",
"timestamp": 1668492367198,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221115060453/1.0/resourceInstances/vfwf0f345e59ef90/artifacts/vfwf0f345e59ef90_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-15T06:09:04.756Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-15T06:09:04.756Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-15T06:09:04.756Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0305d8b2-8492-4046-82ff-08c3ee5f9e88",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668492362698,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221115060453/1.0/artifacts/service-Vfw20221115060453-csar.csar",
"status": "NOTIFIED"
}
2022-11-15T06:09:04.757Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-15T06:09:04.757Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-15T06:09:04.757Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0305d8b2-8492-4046-82ff-08c3ee5f9e88",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668492364210,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221115060453/1.0/resourceInstances/vfwf0f345e59ef90/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-11-15T06:09:04.758Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-15T06:09:04.758Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-15T06:09:04.758Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0305d8b2-8492-4046-82ff-08c3ee5f9e88",
"consumerID": "aai-ml",
"timestamp": 1668492367198,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221115060453/1.0/resourceInstances/vfwf0f345e59ef90/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-15T06:09:04.759Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-15T06:09:04.759Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-15T06:09:04.759Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0305d8b2-8492-4046-82ff-08c3ee5f9e88",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668492370627,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221115060453/1.0/resourceInstances/vfwf0f345e59ef90/artifacts/vfwf0f345e59ef90_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-15T06:09:04.759Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T06:09:04.760Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-15T06:09:04.760Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0305d8b2-8492-4046-82ff-08c3ee5f9e88",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668492364210,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221115060453/1.0/artifacts/service-Vfw20221115060453-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-15T06:09:04.760Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-15T06:09:04.760Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-15T06:09:04.760Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0305d8b2-8492-4046-82ff-08c3ee5f9e88",
"consumerID": "aai-ml",
"timestamp": 1668492367198,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221115060453/1.0/resourceInstances/vfwf0f345e59ef90/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-15T06:09:04.761Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-15T06:09:04.761Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-15T06:09:04.761Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0305d8b2-8492-4046-82ff-08c3ee5f9e88",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668492371748,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221115060453/1.0/resourceInstances/vfwf0f345e59ef90/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-15T06:09:04.761Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T06:09:04.762Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-15T06:09:04.762Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0305d8b2-8492-4046-82ff-08c3ee5f9e88",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668492364210,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221115060453/1.0/artifacts/service-Vfw20221115060453-csar.csar",
"status": "NOTIFIED"
}
2022-11-15T06:09:04.762Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-15T06:09:04.762Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-15T06:09:04.762Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0305d8b2-8492-4046-82ff-08c3ee5f9e88",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668492371758,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221115060453/1.0/artifacts/service-Vfw20221115060453-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-15T06:09:04.763Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T06:09:04.763Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-15T06:09:04.763Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0305d8b2-8492-4046-82ff-08c3ee5f9e88",
"consumerID": "aai-ml",
"timestamp": 1668492367198,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221115060453/1.0/resourceInstances/vfwf0f345e59ef90/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-15T06:09:04.764Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-15T06:09:04.764Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-15T06:09:04.764Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0305d8b2-8492-4046-82ff-08c3ee5f9e88",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668492372828,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221115060453/1.0/resourceInstances/vfwf0f345e59ef90/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-11-15T06:09:04.764Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T06:09:04.765Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-15T06:09:04.765Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0305d8b2-8492-4046-82ff-08c3ee5f9e88",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668492372764,
"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-15T06:09:04.774Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0305d8b2-8492-4046-82ff-08c3ee5f9e88
2022-11-15T06:09:04.774Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0305d8b2-8492-4046-82ff-08c3ee5f9e88 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-15T06:09:04.784Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-15T06:09:04.784Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0305d8b2-8492-4046-82ff-08c3ee5f9e88",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668492372250,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221115060453/1.0/artifacts/service-Vfw20221115060453-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-15T06:09:04.785Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T06:09:04.785Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-15T06:09:04.785Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0305d8b2-8492-4046-82ff-08c3ee5f9e88",
"consumerID": "aai-ml",
"timestamp": 1668492367198,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221115060453/1.0/artifacts/service-Vfw20221115060453-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-15T06:09:04.786Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-15T06:09:04.786Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-15T06:09:04.786Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0305d8b2-8492-4046-82ff-08c3ee5f9e88",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668492373934,
"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-15T06:09:04.791Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0305d8b2-8492-4046-82ff-08c3ee5f9e88
2022-11-15T06:09:04.791Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0305d8b2-8492-4046-82ff-08c3ee5f9e88 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-15T06:09:04.800Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-15T06:09:04.800Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0305d8b2-8492-4046-82ff-08c3ee5f9e88",
"consumerID": "aai-ml",
"timestamp": 1668492367198,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221115060453/1.0/artifacts/service-Vfw20221115060453-csar.csar",
"status": "NOTIFIED"
}
2022-11-15T06:09:04.800Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-15T06:09:04.800Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-15T06:09:04.801Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0305d8b2-8492-4046-82ff-08c3ee5f9e88",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668492374939,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221115060453/1.0/resourceInstances/vfwf0f345e59ef90/artifacts/vfwf0f345e59ef90_modules.json",
"status": "DEPLOY_OK"
}
2022-11-15T06:09:04.801Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T06:09:04.801Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-15T06:09:04.801Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0305d8b2-8492-4046-82ff-08c3ee5f9e88",
"consumerID": "aai-ml",
"timestamp": 1668492375104,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221115060453/1.0/artifacts/service-Vfw20221115060453-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-15T06:09:04.802Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T06:09:04.802Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-15T06:09:04.802Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0305d8b2-8492-4046-82ff-08c3ee5f9e88",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668492377287,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221115060453/1.0/resourceInstances/vfwf0f345e59ef90/artifacts/vfwf0f345e59ef90_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-15T06:09:04.802Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T06:09:04.802Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-15T06:09:04.802Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0305d8b2-8492-4046-82ff-08c3ee5f9e88",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668492378401,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221115060453/1.0/resourceInstances/vfwf0f345e59ef90/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-15T06:09:04.803Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T06:09:04.803Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-15T06:09:04.803Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0305d8b2-8492-4046-82ff-08c3ee5f9e88",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668492379471,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221115060453/1.0/resourceInstances/vfwf0f345e59ef90/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-11-15T06:09:04.803Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T06:09:04.803Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-15T06:09:04.803Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0305d8b2-8492-4046-82ff-08c3ee5f9e88",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668492380782,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221115060453/1.0/resourceInstances/vfwf0f345e59ef90/artifacts/vfwf0f345e59ef90_modules.json",
"status": "DEPLOY_OK"
}
2022-11-15T06:09:04.804Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T06:09:04.804Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-15T06:09:04.804Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0305d8b2-8492-4046-82ff-08c3ee5f9e88",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668492381785,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221115060453/1.0/resourceInstances/vfwf0f345e59ef90/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-11-15T06:09:04.804Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T06:09:04.804Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-15T06:09:04.804Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0305d8b2-8492-4046-82ff-08c3ee5f9e88",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668492382794,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221115060453/1.0/resourceInstances/vfwf0f345e59ef90/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-11-15T06:09:04.805Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T06:09:04.805Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-15T06:09:04.805Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0305d8b2-8492-4046-82ff-08c3ee5f9e88",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668492383798,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221115060453/1.0/artifacts/service-Vfw20221115060453-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-15T06:09:04.805Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T06:09:04.805Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-15T06:09:04.805Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0305d8b2-8492-4046-82ff-08c3ee5f9e88",
"consumerID": "aai-ml",
"timestamp": 1668492390077,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221115060453/1.0/artifacts/service-Vfw20221115060453-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-15T06:09:04.806Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T06:09:04.806Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-15T06:09:04.806Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0305d8b2-8492-4046-82ff-08c3ee5f9e88",
"consumerID": "aai-ml",
"timestamp": 1668492391084,
"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-15T06:09:04.811Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0305d8b2-8492-4046-82ff-08c3ee5f9e88
2022-11-15T06:09:04.812Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0305d8b2-8492-4046-82ff-08c3ee5f9e88 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-15T06:09:04.820Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-15T06:09:04.820Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9889b617-f08c-449c-a764-449005f47cc8",
"consumerID": "ves-openapi-manager",
"timestamp": 1668492395271,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/resourceInstances/basic_onboard_dkviza0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-15T06:09:04.820Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-15T06:09:04.820Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-15T06:09:04.820Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9889b617-f08c-449c-a764-449005f47cc8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668492387895,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/resourceInstances/basic_onboard_dkviza0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-15T06:09:04.821Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-15T06:09:04.821Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-15T06:09:04.821Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9889b617-f08c-449c-a764-449005f47cc8",
"consumerID": "cds",
"timestamp": 1668492396839,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/resourceInstances/basic_onboard_dkviza0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-15T06:09:04.821Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-15T06:09:04.822Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-15T06:09:04.822Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9889b617-f08c-449c-a764-449005f47cc8",
"consumerID": "ves-openapi-manager",
"timestamp": 1668492395271,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/resourceInstances/basic_onboard_dkviza0/artifacts/basic_onboard_dkviza0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-15T06:09:04.822Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-15T06:09:04.822Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-15T06:09:04.822Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9889b617-f08c-449c-a764-449005f47cc8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668492387895,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/resourceInstances/basic_onboard_dkviza0/artifacts/basic_onboard_dkviza0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-15T06:09:04.822Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-15T06:09:04.822Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-15T06:09:04.823Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9889b617-f08c-449c-a764-449005f47cc8",
"consumerID": "aai-ml",
"timestamp": 1668492397198,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/resourceInstances/basic_onboard_dkviza0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-15T06:09:04.823Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-15T06:09:04.823Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-15T06:09:04.823Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9889b617-f08c-449c-a764-449005f47cc8",
"consumerID": "cds",
"timestamp": 1668492396839,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/resourceInstances/basic_onboard_dkviza0/artifacts/basic_onboard_dkviza0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-15T06:09:04.823Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-15T06:09:04.824Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-15T06:09:04.824Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9889b617-f08c-449c-a764-449005f47cc8",
"consumerID": "ves-openapi-manager",
"timestamp": 1668492395271,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/resourceInstances/basic_onboard_dkviza0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-15T06:09:04.824Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-15T06:09:04.824Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-15T06:09:04.824Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9889b617-f08c-449c-a764-449005f47cc8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668492387895,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/resourceInstances/basic_onboard_dkviza0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-15T06:09:04.825Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-15T06:09:04.825Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-15T06:09:04.825Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9889b617-f08c-449c-a764-449005f47cc8",
"consumerID": "aai-ml",
"timestamp": 1668492397198,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/resourceInstances/basic_onboard_dkviza0/artifacts/basic_onboard_dkviza0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-15T06:09:04.826Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-15T06:09:04.826Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-15T06:09:04.826Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9889b617-f08c-449c-a764-449005f47cc8",
"consumerID": "cds",
"timestamp": 1668492396839,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/resourceInstances/basic_onboard_dkviza0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-15T06:09:04.826Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-15T06:09:04.826Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-15T06:09:04.826Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9889b617-f08c-449c-a764-449005f47cc8",
"consumerID": "ves-openapi-manager",
"timestamp": 1668492395271,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/resourceInstances/basic_onboard_dkviza0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-15T06:09:04.827Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-15T06:09:04.827Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-15T06:09:04.827Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9889b617-f08c-449c-a764-449005f47cc8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668492387895,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/resourceInstances/basic_onboard_dkviza0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-15T06:09:04.827Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-15T06:09:04.827Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-15T06:09:04.827Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9889b617-f08c-449c-a764-449005f47cc8",
"consumerID": "aai-ml",
"timestamp": 1668492397198,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/resourceInstances/basic_onboard_dkviza0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-15T06:09:04.827Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-15T06:09:04.827Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-15T06:09:04.828Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9889b617-f08c-449c-a764-449005f47cc8",
"consumerID": "cds",
"timestamp": 1668492396839,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/resourceInstances/basic_onboard_dkviza0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-15T06:09:04.828Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-15T06:09:04.828Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-15T06:09:04.828Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9889b617-f08c-449c-a764-449005f47cc8",
"consumerID": "ves-openapi-manager",
"timestamp": 1668492395271,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/resourceInstances/basic_onboard_dkviza0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-11-15T06:09:04.828Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-15T06:09:04.828Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-15T06:09:04.828Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9889b617-f08c-449c-a764-449005f47cc8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668492387895,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/resourceInstances/basic_onboard_dkviza0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-11-15T06:09:04.829Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-15T06:09:04.829Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-15T06:09:04.829Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9889b617-f08c-449c-a764-449005f47cc8",
"consumerID": "aai-ml",
"timestamp": 1668492397198,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/resourceInstances/basic_onboard_dkviza0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-15T06:09:04.830Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-15T06:09:04.830Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-15T06:09:04.830Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9889b617-f08c-449c-a764-449005f47cc8",
"consumerID": "cds",
"timestamp": 1668492396839,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/resourceInstances/basic_onboard_dkviza0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-11-15T06:09:04.831Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-15T06:09:04.831Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-15T06:09:04.831Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9889b617-f08c-449c-a764-449005f47cc8",
"consumerID": "ves-openapi-manager",
"timestamp": 1668492395271,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/artifacts/service-BasicOnboardDkviza-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-15T06:09:04.832Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-15T06:09:04.832Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-15T06:09:04.832Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9889b617-f08c-449c-a764-449005f47cc8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668492387895,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/artifacts/service-BasicOnboardDkviza-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-15T06:09:04.832Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-15T06:09:04.832Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-15T06:09:04.833Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9889b617-f08c-449c-a764-449005f47cc8",
"consumerID": "aai-ml",
"timestamp": 1668492397198,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/resourceInstances/basic_onboard_dkviza0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-11-15T06:09:04.833Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-15T06:09:04.833Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-15T06:09:04.833Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9889b617-f08c-449c-a764-449005f47cc8",
"consumerID": "cds",
"timestamp": 1668492396839,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/artifacts/service-BasicOnboardDkviza-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-15T06:09:04.834Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-15T06:09:04.834Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-15T06:09:04.834Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9889b617-f08c-449c-a764-449005f47cc8",
"consumerID": "ves-openapi-manager",
"timestamp": 1668492395271,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/artifacts/service-BasicOnboardDkviza-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-11-15T06:09:04.835Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-15T06:09:04.835Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-15T06:09:04.835Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9889b617-f08c-449c-a764-449005f47cc8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668492387895,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/artifacts/service-BasicOnboardDkviza-csar.csar",
"status": "NOTIFIED"
}
2022-11-15T06:09:04.836Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-15T06:09:04.836Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-15T06:09:04.836Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9889b617-f08c-449c-a764-449005f47cc8",
"consumerID": "aai-ml",
"timestamp": 1668492397198,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/artifacts/service-BasicOnboardDkviza-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-15T06:09:04.836Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-15T06:09:04.837Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-15T06:09:04.837Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9889b617-f08c-449c-a764-449005f47cc8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668492402698,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/resourceInstances/basic_onboard_dkviza0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-15T06:09:04.837Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-15T06:09:04.837Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-15T06:09:04.838Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9889b617-f08c-449c-a764-449005f47cc8",
"consumerID": "cds",
"timestamp": 1668492396839,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/artifacts/service-BasicOnboardDkviza-csar.csar",
"status": "NOTIFIED"
}
2022-11-15T06:09:04.838Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-15T06:09:04.838Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-15T06:09:04.838Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9889b617-f08c-449c-a764-449005f47cc8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668492403769,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/artifacts/service-BasicOnboardDkviza-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-15T06:09:04.839Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T06:09:04.839Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-15T06:09:04.839Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9889b617-f08c-449c-a764-449005f47cc8",
"consumerID": "aai-ml",
"timestamp": 1668492397198,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/artifacts/service-BasicOnboardDkviza-csar.csar",
"status": "NOTIFIED"
}
2022-11-15T06:09:04.840Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-15T06:09:04.840Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-15T06:09:04.840Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9889b617-f08c-449c-a764-449005f47cc8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668492402698,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/resourceInstances/basic_onboard_dkviza0/artifacts/basic_onboard_dkviza0_modules.json",
"status": "NOTIFIED"
}
2022-11-15T06:09:04.840Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-15T06:09:04.841Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-15T06:09:04.841Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9889b617-f08c-449c-a764-449005f47cc8",
"consumerID": "cds",
"timestamp": 1668492404599,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/artifacts/service-BasicOnboardDkviza-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-15T06:09:04.841Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T06:09:04.841Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-15T06:09:04.842Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9889b617-f08c-449c-a764-449005f47cc8",
"consumerID": "aai-ml",
"timestamp": 1668492404921,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/artifacts/service-BasicOnboardDkviza-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-15T06:09:04.842Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T06:09:04.842Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-15T06:09:04.842Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9889b617-f08c-449c-a764-449005f47cc8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668492402698,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/resourceInstances/basic_onboard_dkviza0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-11-15T06:09:04.843Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-15T06:09:04.843Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-15T06:09:04.843Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9889b617-f08c-449c-a764-449005f47cc8",
"consumerID": "cds",
"timestamp": 1668492405606,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/artifacts/service-BasicOnboardDkviza-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-15T06:09:04.856Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9889b617-f08c-449c-a764-449005f47cc8
2022-11-15T06:09:04.856Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9889b617-f08c-449c-a764-449005f47cc8 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-15T06:09:04.865Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-15T06:09:04.866Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9889b617-f08c-449c-a764-449005f47cc8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668492402698,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/resourceInstances/basic_onboard_dkviza0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-15T06:09:04.866Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-15T06:09:04.866Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-15T06:09:04.866Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9889b617-f08c-449c-a764-449005f47cc8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668492406338,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/artifacts/service-BasicOnboardDkviza-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-15T06:09:04.867Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T06:09:04.867Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-15T06:09:04.867Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9889b617-f08c-449c-a764-449005f47cc8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668492402698,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/resourceInstances/basic_onboard_dkviza0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-11-15T06:09:04.868Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-15T06:09:04.868Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-15T06:09:04.868Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9889b617-f08c-449c-a764-449005f47cc8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668492407344,
"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-15T06:09:04.873Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9889b617-f08c-449c-a764-449005f47cc8
2022-11-15T06:09:04.873Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9889b617-f08c-449c-a764-449005f47cc8 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-15T06:09:04.881Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-15T06:09:04.881Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9889b617-f08c-449c-a764-449005f47cc8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668492402698,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/artifacts/service-BasicOnboardDkviza-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-15T06:09:04.882Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-15T06:09:04.882Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-15T06:09:04.882Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9889b617-f08c-449c-a764-449005f47cc8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668492402698,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/artifacts/service-BasicOnboardDkviza-csar.csar",
"status": "NOTIFIED"
}
2022-11-15T06:09:04.883Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-15T06:09:04.883Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-15T06:09:04.883Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9889b617-f08c-449c-a764-449005f47cc8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668492410491,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/resourceInstances/basic_onboard_dkviza0/artifacts/basic_onboard_dkviza0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-15T06:09:04.883Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T06:09:04.884Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-15T06:09:04.884Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9889b617-f08c-449c-a764-449005f47cc8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668492411590,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/resourceInstances/basic_onboard_dkviza0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-15T06:09:04.884Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T06:09:04.884Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-15T06:09:04.885Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9889b617-f08c-449c-a764-449005f47cc8",
"consumerID": "aai-ml",
"timestamp": 1668492412064,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/artifacts/service-BasicOnboardDkviza-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-15T06:09:04.885Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T06:09:04.885Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-15T06:09:04.885Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9889b617-f08c-449c-a764-449005f47cc8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668492412660,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/resourceInstances/basic_onboard_dkviza0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-11-15T06:09:04.886Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T06:09:04.886Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-15T06:09:04.886Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9889b617-f08c-449c-a764-449005f47cc8",
"consumerID": "aai-ml",
"timestamp": 1668492413069,
"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-15T06:09:04.891Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9889b617-f08c-449c-a764-449005f47cc8
2022-11-15T06:09:04.891Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9889b617-f08c-449c-a764-449005f47cc8 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-15T06:09:04.900Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-15T06:09:04.900Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9889b617-f08c-449c-a764-449005f47cc8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668492413691,
"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-15T06:09:04.907Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9889b617-f08c-449c-a764-449005f47cc8
2022-11-15T06:09:04.907Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9889b617-f08c-449c-a764-449005f47cc8 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-15T06:09:04.917Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-15T06:09:04.917Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9889b617-f08c-449c-a764-449005f47cc8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668492414695,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/resourceInstances/basic_onboard_dkviza0/artifacts/basic_onboard_dkviza0_modules.json",
"status": "DEPLOY_OK"
}
2022-11-15T06:09:04.917Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T06:09:24.900Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0305d8b2-8492-4046-82ff-08c3ee5f9e88
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-15T06:09:24.913Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0305d8b2-8492-4046-82ff-08c3ee5f9e88
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-15T06:09:24.916Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-15T06:09:24.916Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-15T06:09:24.916Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-15T06:09:24.916Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-15T06:09:24.916Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-15T06:09:24.916Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-15T06:09:24.916Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-15T06:09:24.916Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-15T06:09:24.917Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-15T06:09:24.917Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-15T06:09:24.921Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-15T06:09:54.921Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0305d8b2-8492-4046-82ff-08c3ee5f9e88 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-15T06:09:54.933Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0305d8b2-8492-4046-82ff-08c3ee5f9e88 and serviceModelVersionId: 85fb402d-f7f5-4118-ab4e-684c82b8431d
2022-11-15T06:09:54.933Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ffd97f1f-d97b-4d39-9459-4210a2ad0ffb
2022-11-15T06:10:04.213Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T06:10:04.214Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-15T06:10:04.214Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JHbKx3zhxoVYxJsz) ...
2022-11-15T06:10:09.686Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ffd97f1f-d97b-4d39-9459-4210a2ad0ffb/model-vers/model-ver/85fb402d-f7f5-4118-ab4e-684c82b8431d?depth=0
2022-11-15T06:10:09.790Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-11-15T06:10:10.277Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffd97f1f-d97b-4d39-9459-4210a2ad0ffb/model-vers/model-ver/85fb402d-f7f5-4118-ab4e-684c82b8431d?depth=0|INFO|500||Invoke
2022-11-15T06:10:10.285Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffd97f1f-d97b-4d39-9459-4210a2ad0ffb/model-vers/model-ver/85fb402d-f7f5-4118-ab4e-684c82b8431d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffd97f1f-d97b-4d39-9459-4210a2ad0ffb/model-vers/model-ver/85fb402d-f7f5-4118-ab4e-684c82b8431d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[0305d8b2-8492-4046-82ff-08c3ee5f9e88], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b92ec680-e0fb-4fa7-a464-cb8815d10bf3], X-ECOMP-RequestID=[0305d8b2-8492-4046-82ff-08c3ee5f9e88], X-TransactionId=[], X-ONAP-RequestID=[0305d8b2-8492-4046-82ff-08c3ee5f9e88], Content-Type=[application/merge-patch+json]}
2022-11-15T06:10:10.399Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffd97f1f-d97b-4d39-9459-4210a2ad0ffb/model-vers/model-ver/85fb402d-f7f5-4118-ab4e-684c82b8431d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-11-15T06:10:10.656Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffd97f1f-d97b-4d39-9459-4210a2ad0ffb/model-vers/model-ver/85fb402d-f7f5-4118-ab4e-684c82b8431d?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/ffd97f1f-d97b-4d39-9459-4210a2ad0ffb/model-vers/model-ver/85fb402d-f7f5-4118-ab4e-684c82b8431d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221115-06:10:11:537-19242], vertex-id=[188632], Content-Length=[0], Date=[Tue, 15 Nov 2022 06:10:11 GMT], Content-Type=[application/json]}
2022-11-15T06:10:10.658Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffd97f1f-d97b-4d39-9459-4210a2ad0ffb/model-vers/model-ver/85fb402d-f7f5-4118-ab4e-684c82b8431d?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-11-15T06:10:10.659Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffd97f1f-d97b-4d39-9459-4210a2ad0ffb/model-vers/model-ver/85fb402d-f7f5-4118-ab4e-684c82b8431d?depth=0|INFO|500||InvokeReturn
2022-11-15T06:10:10.664Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-15T06:10:10.664Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-15T06:10:10.670Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-11-15T06:10:10.672Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0305d8b2-8492-4046-82ff-08c3ee5f9e88 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-15T06:10:10.673Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-15T06:10:10.673Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-15T06:10:10.676Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T06:10:10.677Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "0305d8b2-8492-4046-82ff-08c3ee5f9e88",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668492610672,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-15T06:10:10.777Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-15T06:10:10.778Z||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-15T06:10:10.778Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JHbKx3zhxoVYxJsz) ...
2022-11-15T06:10:10.812Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T06:10:10.813Z||pool-18-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-11-15T06:10:11.451Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T06:10:11.452Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-15T06:10:11.452Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0305d8b2-8492-4046-82ff-08c3ee5f9e88",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668492610672,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-15T06:10:11.453Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-15T06:10:11.689Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T06:10:11.690Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|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-15T06:10:11.690Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|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 JHbKx3zhxoVYxJsz) ...
2022-11-15T06:10:16.152Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T06:10:16.153Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-15T06:10:16.153Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"9889b617-f08c-449c-a764-449005f47cc8","serviceName":"basic_onboard_DKViza","serviceVersion":"1.0","serviceUUID":"2f7a4bfc-6f39-42b3-ad3c-751b86304919","serviceDescription":"service","serviceInvariantUUID":"69e492fa-4232-4c12-804d-46b9b99d97df","resources":[{"resourceInstanceName":"basic_onboard_DKViza 0","resourceName":"basic_onboard_DKViza","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b3710ea8-5e8f-4dca-b872-642dd483d709","resourceInvariantUUID":"2ff0bd14-959f-4113-983c-c09c5ed5b342","resourceCustomizationUUID":"e2d35d15-da2e-4add-9320-40db725fec40","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/resourceInstances/basic_onboard_dkviza0/artifacts/vf-license-model.xml","artifactChecksum":"MmIyYWM1MDNhODQyMDA5OWYzNDIxY2U4YWRlY2U4N2I\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ebbc648d-c572-409f-89a2-64b83a359258","artifactVersion":"1"},{"artifactName":"basic_onboard_dkviza0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/resourceInstances/basic_onboard_dkviza0/artifacts/basic_onboard_dkviza0_modules.json","artifactChecksum":"NGE4YjkwMWQwOGMyYjRhZWNiMTgwZDNiMmZmMDEyYzA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ac016a7a-175f-447d-ac1e-830131ed4197","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/resourceInstances/basic_onboard_dkviza0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"e3240503-ae11-49c9-8175-cef6b2b06cce","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/resourceInstances/basic_onboard_dkviza0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"58836efe-0e72-4d20-82c8-49013cf798d4","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/resourceInstances/basic_onboard_dkviza0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"b4a51f75-0bf8-48f3-84f5-f67702e32812","artifactVersion":"2","generatedFromUUID":"e3240503-ae11-49c9-8175-cef6b2b06cce"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardDkviza-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/artifacts/service-BasicOnboardDkviza-template.yml","artifactChecksum":"MDAxZjVmMTdjYjA0MDIzZjNkZjBiMjQ3ZGFjYzg3ZDM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4e9633cb-30b6-447f-98a9-e13e05f1f94a","artifactVersion":"1"},{"artifactName":"service-BasicOnboardDkviza-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/artifacts/service-BasicOnboardDkviza-csar.csar","artifactChecksum":"MWE5Mzg3ZmM3NTk1ODEwYTRkOWJhMGMyYTBlMWE4YmM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"198944e9-8e90-4fff-9019-9a3586259659","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-15T06:10:16.155Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-15T06:10:16.156Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-15T06:10:16.158Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T06:10:16.158Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "9889b617-f08c-449c-a764-449005f47cc8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668492611689,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/resourceInstances/basic_onboard_dkviza0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-15T06:10:16.258Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-15T06:10:16.259Z||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-15T06:10:16.259Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JHbKx3zhxoVYxJsz) ...
2022-11-15T06:10:16.274Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T06:10:16.275Z||pool-19-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-15T06:10:17.158Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-15T06:10:17.159Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-15T06:10:17.162Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T06:10:17.162Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "9889b617-f08c-449c-a764-449005f47cc8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668492611689,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/resourceInstances/basic_onboard_dkviza0/artifacts/basic_onboard_dkviza0_modules.json",
"status": "NOTIFIED"
}
2022-11-15T06:10:17.262Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-15T06:10:17.263Z||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-15T06:10:17.264Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JHbKx3zhxoVYxJsz) ...
2022-11-15T06:10:17.274Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T06:10:17.275Z||pool-20-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-15T06:10:18.162Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-15T06:10:18.163Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-15T06:10:18.165Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T06:10:18.166Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "9889b617-f08c-449c-a764-449005f47cc8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668492611689,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/resourceInstances/basic_onboard_dkviza0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-11-15T06:10:18.266Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-15T06:10:18.267Z||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-15T06:10:18.268Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JHbKx3zhxoVYxJsz) ...
2022-11-15T06:10:18.278Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T06:10:18.278Z||pool-21-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-15T06:10:19.166Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-15T06:10:19.167Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-15T06:10:19.170Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T06:10:19.170Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "9889b617-f08c-449c-a764-449005f47cc8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668492611689,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/resourceInstances/basic_onboard_dkviza0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-15T06:10:19.271Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-15T06:10:19.272Z||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-15T06:10:19.272Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JHbKx3zhxoVYxJsz) ...
2022-11-15T06:10:19.300Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T06:10:19.301Z||pool-22-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-11-15T06:10:20.171Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-15T06:10:20.172Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-15T06:10:20.174Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T06:10:20.174Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "9889b617-f08c-449c-a764-449005f47cc8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668492611689,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/resourceInstances/basic_onboard_dkviza0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-11-15T06:10:20.274Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-15T06:10:20.275Z||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-15T06:10:20.275Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JHbKx3zhxoVYxJsz) ...
2022-11-15T06:10:20.286Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T06:10:20.287Z||pool-23-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-15T06:10:21.175Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-15T06:10:21.175Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-15T06:10:21.178Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T06:10:21.178Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "9889b617-f08c-449c-a764-449005f47cc8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668492611689,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/artifacts/service-BasicOnboardDkviza-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-15T06:10:21.278Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-15T06:10:21.279Z||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-15T06:10:21.279Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JHbKx3zhxoVYxJsz) ...
2022-11-15T06:10:21.291Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T06:10:21.292Z||pool-24-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-11-15T06:10:22.179Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-15T06:10:22.180Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-15T06:10:22.182Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T06:10:22.182Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "9889b617-f08c-449c-a764-449005f47cc8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668492611689,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/artifacts/service-BasicOnboardDkviza-csar.csar",
"status": "NOTIFIED"
}
2022-11-15T06:10:22.282Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-15T06:10:22.283Z||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-15T06:10:22.283Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JHbKx3zhxoVYxJsz) ...
2022-11-15T06:10:22.294Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T06:10:22.295Z||pool-25-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-15T06:10:23.183Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
"distributionID": "9889b617-f08c-449c-a764-449005f47cc8",
"serviceName": "basic_onboard_DKViza",
"serviceVersion": "1.0",
"serviceUUID": "2f7a4bfc-6f39-42b3-ad3c-751b86304919",
"serviceDescription": "service",
"serviceInvariantUUID": "69e492fa-4232-4c12-804d-46b9b99d97df",
"resources": [
{
"resourceInstanceName": "basic_onboard_DKViza 0",
"resourceCustomizationUUID": "e2d35d15-da2e-4add-9320-40db725fec40",
"resourceName": "basic_onboard_DKViza",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "b3710ea8-5e8f-4dca-b872-642dd483d709",
"resourceInvariantUUID": "2ff0bd14-959f-4113-983c-c09c5ed5b342",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_dkviza0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/resourceInstances/basic_onboard_dkviza0/artifacts/basic_onboard_dkviza0_modules.json",
"artifactChecksum": "NGE4YjkwMWQwOGMyYjRhZWNiMTgwZDNiMmZmMDEyYzA\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "ac016a7a-175f-447d-ac1e-830131ed4197",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/resourceInstances/basic_onboard_dkviza0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "e3240503-ae11-49c9-8175-cef6b2b06cce",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/resourceInstances/basic_onboard_dkviza0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "b4a51f75-0bf8-48f3-84f5-f67702e32812",
"generatedFromUUID": "e3240503-ae11-49c9-8175-cef6b2b06cce"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/resourceInstances/basic_onboard_dkviza0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "b4a51f75-0bf8-48f3-84f5-f67702e32812",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardDkviza-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/artifacts/service-BasicOnboardDkviza-csar.csar",
"artifactChecksum": "MWE5Mzg3ZmM3NTk1ODEwYTRkOWJhMGMyYTBlMWE4YmM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "198944e9-8e90-4fff-9019-9a3586259659"
}
],
"workloadContext": "Production"
}
2022-11-15T06:10:23.184Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-15T06:10:23.184Z|0305d8b2-8492-4046-82ff-08c3ee5f9e88|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 2f7a4bfc-6f39-42b3-ad3c-751b86304919 ASDC
2022-11-15T06:10:23.184Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:9889b617-f08c-449c-a764-449005f47cc8
ServiceName:basic_onboard_DKViza
ServiceVersion:1.0
ServiceUUID:2f7a4bfc-6f39-42b3-ad3c-751b86304919
ServiceInvariantUUID:69e492fa-4232-4c12-804d-46b9b99d97df
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardDkviza-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/artifacts/service-BasicOnboardDkviza-csar.csar
ArtifactUUID:198944e9-8e90-4fff-9019-9a3586259659
ArtifactChecksum:MWE5Mzg3ZmM3NTk1ODEwYTRkOWJhMGMyYTBlMWE4YmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_DKViza 0
ResourceCustomizationUUID:e2d35d15-da2e-4add-9320-40db725fec40
ResourceInvariantUUID:2ff0bd14-959f-4113-983c-c09c5ed5b342
ResourceName:basic_onboard_DKViza
ResourceType:VF
ResourceUUID:b3710ea8-5e8f-4dca-b872-642dd483d709
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_dkviza0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/resourceInstances/basic_onboard_dkviza0/artifacts/basic_onboard_dkviza0_modules.json
ArtifactUUID:ac016a7a-175f-447d-ac1e-830131ed4197
ArtifactChecksum:NGE4YjkwMWQwOGMyYjRhZWNiMTgwZDNiMmZmMDEyYzA=
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/BasicOnboardDkviza/1.0/resourceInstances/basic_onboard_dkviza0/artifacts/base_ubuntu18.yaml
ArtifactUUID:e3240503-ae11-49c9-8175-cef6b2b06cce
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/BasicOnboardDkviza/1.0/resourceInstances/basic_onboard_dkviza0/artifacts/base_ubuntu18.env
ArtifactUUID:b4a51f75-0bf8-48f3-84f5-f67702e32812
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/BasicOnboardDkviza/1.0/resourceInstances/basic_onboard_dkviza0/artifacts/base_ubuntu18.env
ArtifactUUID:b4a51f75-0bf8-48f3-84f5-f67702e32812
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-11-15T06:10:23.185Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2f7a4bfc-6f39-42b3-ad3c-751b86304919 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-15T06:10:23.218Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-15T06:10:23.219Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-11-15T06:10:23.219Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-11-15T06:10:23.219Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 198944e9-8e90-4fff-9019-9a3586259659 from URL: /sdc/v1/catalog/services/BasicOnboardDkviza/1.0/artifacts/service-BasicOnboardDkviza-csar.csar
2022-11-15T06:10:23.219Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-11-15T06:10:23.219Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/artifacts/service-BasicOnboardDkviza-csar.csar
2022-11-15T06:10:23.421Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-11-15T06:10:23.424Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardDkviza/1.0/artifacts/service-BasicOnboardDkviza-csar.csar 198944e9-8e90-4fff-9019-9a3586259659 75298
2022-11-15T06:10:23.424Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardDkviza/1.0/artifacts/service-BasicOnboardDkviza-csar.csar ASDC sendASDCNotification
2022-11-15T06:10:23.425Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/artifacts/service-BasicOnboardDkviza-csar.csar
2022-11-15T06:10:23.425Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-15T06:10:23.425Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-15T06:10:23.427Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T06:10:23.427Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "9889b617-f08c-449c-a764-449005f47cc8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668492623424,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/artifacts/service-BasicOnboardDkviza-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-15T06:10:23.527Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-15T06:10:23.528Z||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-15T06:10:23.528Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JHbKx3zhxoVYxJsz) ...
2022-11-15T06:10:23.540Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T06:10:23.540Z||pool-26-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-15T06:10:24.428Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-15T06:10:24.430Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-11-15T06:10:24.430Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 198944e9-8e90-4fff-9019-9a3586259659, URL: /sdc/v1/catalog/services/BasicOnboardDkviza/1.0/artifacts/service-BasicOnboardDkviza-csar.csar to file: /app/ASDC/1/service-BasicOnboardDkviza-csar.csar
2022-11-15T06:10:24.431Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardDkviza-csar.csar
2022-11-15T06:10:24.431Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardDkviza-csar.csar
2022-11-15T06:10:24.431Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardDkviza-csar.csar
2022-11-15T06:10:24.607Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3462480160331155814/Definitions/service-BasicOnboardDkviza-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-15T06:10:25.752Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-15T06:10:25.752Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-11-15T06:10:25.752Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardDkviza-csar.csar
2022-11-15T06:10:25.752Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-11-15T06:10:25.753Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_DKViza 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-BasicOnboardDkviza-csar.csar
2022-11-15T06:10:25.753Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardDkviza-csar.csar
2022-11-15T06:10:25.753Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardDkviza-csar.csar
2022-11-15T06:10:25.753Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardDkviza-csar.csar
2022-11-15T06:10:25.753Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardDkviza-csar.csar
2022-11-15T06:10:25.753Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardDkviza-csar.csar
2022-11-15T06:10:25.753Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardDkviza-csar.csar
2022-11-15T06:10:25.753Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-11-15T06:10:25.754Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-15T06:10:25.754Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_DKViza is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T06:10:25.754Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_DKViza 0 is matching search criteria
2022-11-15T06:10:25.754Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-11-15T06:10:25.754Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_DKViza 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-15T06:10:25.755Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-15T06:10:25.755Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_DKViza is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T06:10:25.755Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_DKViza 0 is matching search criteria
2022-11-15T06:10:25.755Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-11-15T06:10:25.755Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_DKViza 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-15T06:10:25.756Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-15T06:10:25.756Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_DKViza is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T06:10:25.756Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-15T06:10:25.756Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_DKViza 0 is not matching search criteria
2022-11-15T06:10:25.756Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-11-15T06:10:25.756Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-11-15T06:10:25.757Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-11-15T06:10:25.757Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-11-15T06:10:25.757Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-15T06:10:25.757Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-15T06:10:25.757Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_DKViza is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-15T06:10:25.758Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-15T06:10:25.758Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_DKViza 0 is matching search criteria
2022-11-15T06:10:25.758Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_DKViza 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-15T06:10:25.758Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-15T06:10:25.759Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_DKViza 0 is matching search criteria
2022-11-15T06:10:25.759Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_DKViza 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-15T06:10:25.759Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-15T06:10:25.759Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_DKViza 0 is matching search criteria
2022-11-15T06:10:25.759Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_DKViza 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-15T06:10:25.760Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-15T06:10:25.760Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_DKViza 0 is not matching search criteria
2022-11-15T06:10:25.760Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-11-15T06:10:25.760Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-11-15T06:10:25.760Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=1e79b4ee-3e6d-4513-9674-b3a9298a78a2
2022-11-15T06:10:25.760Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-15T06:10:25.761Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_DKViza is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T06:10:25.761Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-15T06:10:25.761Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_DKViza is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T06:10:25.761Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-15T06:10:25.761Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_DKViza is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T06:10:25.762Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-15T06:10:25.762Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_DKViza is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T06:10:25.762Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_DKViza
Description:service
Model UUID:2f7a4bfc-6f39-42b3-ad3c-751b86304919
Model Version:NULL
Model InvariantUuid:69e492fa-4232-4c12-804d-46b9b99d97df
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_DKViza
Model UUID:a7b48948-79ac-497e-adb6-80b55d6c70bc
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:2ff0bd14-959f-4113-983c-c09c5ed5b342
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:e2d35d15-da2e-4add-9320-40db725fec40
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:a123fe63-649b-4b9e-bd57-df2ce5450db2
ModelName:BasicOnboardDkviza..base_ubuntu18..module-0
ModelUuid:41858c0c-cceb-4137-9159-0b028788b136
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:1e79b4ee-3e6d-4513-9674-b3a9298a78a2
ModelInvariantUuid:f7111cde-87de-4685-9039-3238f91e9900
ModelName:basic_onboard_DKViza-nodes.ubuntu18Cvfc
ModelUuid:fe3d685d-c2bc-4fd0-9f21-84011d697019
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:3c7cce57-71de-44f0-a3f3-2285c92aced8
ModelInvariantUuid:dbb9c97c-6f5c-49a8-968a-faf83d89880a
ModelName:BasicOnboardDkviza.compute.nodes.heat.ubuntu18
ModelUuid:62b99adf-9a60-420f-8ea1-0c704c9373c3
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-15T06:10:25.769Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: b3710ea8-5e8f-4dca-b872-642dd483d709
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-15T06:10:25.771Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||INFO|500||basic_onboard_DKViza 0
2022-11-15T06:10:25.772Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b3710ea8-5e8f-4dca-b872-642dd483d709
2022-11-15T06:10:25.772Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: ac016a7a-175f-447d-ac1e-830131ed4197 from URL: /sdc/v1/catalog/services/BasicOnboardDkviza/1.0/resourceInstances/basic_onboard_dkviza0/artifacts/basic_onboard_dkviza0_modules.json
2022-11-15T06:10:25.772Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-11-15T06:10:25.772Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/resourceInstances/basic_onboard_dkviza0/artifacts/basic_onboard_dkviza0_modules.json
2022-11-15T06:10:25.826Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-11-15T06:10:25.826Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardDkviza/1.0/resourceInstances/basic_onboard_dkviza0/artifacts/basic_onboard_dkviza0_modules.json ac016a7a-175f-447d-ac1e-830131ed4197 798
2022-11-15T06:10:25.826Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardDkviza/1.0/resourceInstances/basic_onboard_dkviza0/artifacts/basic_onboard_dkviza0_modules.json ASDC sendASDCNotification
2022-11-15T06:10:25.826Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/resourceInstances/basic_onboard_dkviza0/artifacts/basic_onboard_dkviza0_modules.json
2022-11-15T06:10:25.827Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-15T06:10:25.827Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-15T06:10:25.829Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T06:10:25.829Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "9889b617-f08c-449c-a764-449005f47cc8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668492625826,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/resourceInstances/basic_onboard_dkviza0/artifacts/basic_onboard_dkviza0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-15T06:10:25.930Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 79 ms
2022-11-15T06:10:25.930Z||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-15T06:10:25.931Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JHbKx3zhxoVYxJsz) ...
2022-11-15T06:10:25.942Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T06:10:25.942Z||pool-27-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-15T06:10:26.850Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardDkviza..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "a123fe63-649b-4b9e-bd57-df2ce5450db2",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "41858c0c-cceb-4137-9159-0b028788b136",
"vfModuleModelCustomizationUUID": "cd21088e-d397-4350-bbd3-618f0ef5fd2d",
"isBase": true,
"artifacts": [
"e3240503-ae11-49c9-8175-cef6b2b06cce",
"b4a51f75-0bf8-48f3-84f5-f67702e32812"
],
"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-15T06:10:26.854Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardDkviza..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:41858c0c-cceb-4137-9159-0b028788b136
VfModuleModelInvariantUUID:a123fe63-649b-4b9e-bd57-df2ce5450db2
VfModuleModelDescription:NULL
Artifacts UUID List:{
e3240503-ae11-49c9-8175-cef6b2b06cce
,
b4a51f75-0bf8-48f3-84f5-f67702e32812
}
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-15T06:10:26.856Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardDkviza..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "a123fe63-649b-4b9e-bd57-df2ce5450db2",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "41858c0c-cceb-4137-9159-0b028788b136",
"vfModuleModelCustomizationUUID": "cd21088e-d397-4350-bbd3-618f0ef5fd2d",
"isBase": true,
"artifacts": [
"e3240503-ae11-49c9-8175-cef6b2b06cce",
"b4a51f75-0bf8-48f3-84f5-f67702e32812"
],
"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-15T06:10:26.856Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardDkviza..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:41858c0c-cceb-4137-9159-0b028788b136
VfModuleModelInvariantUUID:a123fe63-649b-4b9e-bd57-df2ce5450db2
VfModuleModelDescription:NULL
Artifacts UUID List:{
e3240503-ae11-49c9-8175-cef6b2b06cce
,
b4a51f75-0bf8-48f3-84f5-f67702e32812
}
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-15T06:10:26.857Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: e3240503-ae11-49c9-8175-cef6b2b06cce from URL: /sdc/v1/catalog/services/BasicOnboardDkviza/1.0/resourceInstances/basic_onboard_dkviza0/artifacts/base_ubuntu18.yaml
2022-11-15T06:10:26.857Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-11-15T06:10:26.857Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/resourceInstances/basic_onboard_dkviza0/artifacts/base_ubuntu18.yaml
2022-11-15T06:10:26.927Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-11-15T06:10:26.927Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardDkviza/1.0/resourceInstances/basic_onboard_dkviza0/artifacts/base_ubuntu18.yaml e3240503-ae11-49c9-8175-cef6b2b06cce 5033
2022-11-15T06:10:26.928Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardDkviza/1.0/resourceInstances/basic_onboard_dkviza0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-11-15T06:10:26.928Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/resourceInstances/basic_onboard_dkviza0/artifacts/base_ubuntu18.yaml
2022-11-15T06:10:26.928Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-15T06:10:26.928Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-15T06:10:26.930Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T06:10:26.930Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "9889b617-f08c-449c-a764-449005f47cc8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668492626928,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/resourceInstances/basic_onboard_dkviza0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-15T06:10:27.030Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-15T06:10:27.032Z||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-15T06:10:27.032Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JHbKx3zhxoVYxJsz) ...
2022-11-15T06:10:27.042Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T06:10:27.043Z||pool-28-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-15T06:10:27.931Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: b4a51f75-0bf8-48f3-84f5-f67702e32812 from URL: /sdc/v1/catalog/services/BasicOnboardDkviza/1.0/resourceInstances/basic_onboard_dkviza0/artifacts/base_ubuntu18.env
2022-11-15T06:10:27.931Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-11-15T06:10:27.932Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/resourceInstances/basic_onboard_dkviza0/artifacts/base_ubuntu18.env
2022-11-15T06:10:27.984Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-11-15T06:10:27.984Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardDkviza/1.0/resourceInstances/basic_onboard_dkviza0/artifacts/base_ubuntu18.env b4a51f75-0bf8-48f3-84f5-f67702e32812 909
2022-11-15T06:10:27.984Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardDkviza/1.0/resourceInstances/basic_onboard_dkviza0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-11-15T06:10:27.984Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/resourceInstances/basic_onboard_dkviza0/artifacts/base_ubuntu18.env
2022-11-15T06:10:27.985Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-15T06:10:27.985Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-15T06:10:27.987Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T06:10:27.987Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "9889b617-f08c-449c-a764-449005f47cc8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668492627984,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/resourceInstances/basic_onboard_dkviza0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-11-15T06:10:28.087Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-15T06:10:28.088Z||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-15T06:10:28.088Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JHbKx3zhxoVYxJsz) ...
2022-11-15T06:10:28.097Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T06:10:28.098Z||pool-29-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-11-15T06:10:28.988Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 2f7a4bfc-6f39-42b3-ad3c-751b86304919
2022-11-15T06:10:28.988Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_DKViza 0 b3710ea8-5e8f-4dca-b872-642dd483d709 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-15T06:10:29.002Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@24c4b306, org.onap.sdc.toscaparser.api.parameters.Input@3f5aded8, org.onap.sdc.toscaparser.api.parameters.Input@6b32a366, org.onap.sdc.toscaparser.api.parameters.Input@223bb1d, org.onap.sdc.toscaparser.api.parameters.Input@3fe74dc]
2022-11-15T06:10:29.003Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-15T06:10:29.003Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_DKViza is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T06:10:29.004Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic
2022-11-15T06:10:29.004Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= e2d35d15-da2e-4add-9320-40db725fec40
2022-11-15T06:10:29.004Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e2d35d15-da2e-4add-9320-40db725fec40 matches Tosca VF Customization UUID: e2d35d15-da2e-4add-9320-40db725fec40
2022-11-15T06:10:29.005Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: e2d35d15-da2e-4add-9320-40db725fec40 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-15T06:10:29.007Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-15T06:10:29.007Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_DKViza is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T06:10:29.008Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id e2d35d15-da2e-4add-9320-40db725fec40: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-11-15T06:10:29.008Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@b88cb04
2022-11-15T06:10:29.008Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-15T06:10:29.009Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_DKViza is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-15T06:10:29.009Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : cd21088e-d397-4350-bbd3-618f0ef5fd2d
2022-11-15T06:10:29.009Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID cd21088e-d397-4350-bbd3-618f0ef5fd2d
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-15T06:10:29.012Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-15T06:10:29.012Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_DKViza 0 is matching search criteria
2022-11-15T06:10:29.012Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_DKViza 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-15T06:10:29.013Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-15T06:10:29.013Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_DKViza 0 is matching search criteria
2022-11-15T06:10:29.013Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_DKViza 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-15T06:10:29.014Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-15T06:10:29.014Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_DKViza 0 is not matching search criteria
2022-11-15T06:10:29.014Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-11-15T06:10:29.014Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-11-15T06:10:29.015Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=1e79b4ee-3e6d-4513-9674-b3a9298a78a2
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-15T06:10:29.017Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-15T06:10:29.017Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_DKViza 0 is matching search criteria
2022-11-15T06:10:29.017Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_DKViza 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-15T06:10:29.018Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-15T06:10:29.018Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_DKViza 0 is matching search criteria
2022-11-15T06:10:29.018Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_DKViza 0] matching following query criteria: sdcType=VF, customizationUUID=e2d35d15-da2e-4add-9320-40db725fec40
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-15T06:10:29.020Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-15T06:10:29.021Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_DKViza is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T06:10:29.021Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 2f7a4bfc-6f39-42b3-ad3c-751b86304919: basic_onboard_DKViza
2022-11-15T06:10:29.021Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-15T06:10:29.021Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_DKViza is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T06:10:29.022Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-15T06:10:29.022Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_DKViza is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T06:10:29.023Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-15T06:10:29.023Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_DKViza is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T06:10:29.024Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-15T06:10:29.024Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_DKViza is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T06:10:29.025Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-15T06:10:29.025Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_DKViza is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T06:10:29.026Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||INFO|500||Saving Service: basic_onboard_DKViza
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-15T06:10:29.117Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_DKViza b3710ea8-5e8f-4dca-b872-642dd483d709 1 ASDC deployResourceStructure
2022-11-15T06:10:29.117Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardDkviza/1.0/resourceInstances/basic_onboard_dkviza0/artifacts/basic_onboard_dkviza0_modules.json ASDC sendASDCNotification
2022-11-15T06:10:29.118Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/resourceInstances/basic_onboard_dkviza0/artifacts/basic_onboard_dkviza0_modules.json
2022-11-15T06:10:29.118Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-15T06:10:29.118Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-15T06:10:29.120Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T06:10:29.121Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "9889b617-f08c-449c-a764-449005f47cc8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668492629117,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/resourceInstances/basic_onboard_dkviza0/artifacts/basic_onboard_dkviza0_modules.json",
"status": "DEPLOY_OK"
}
2022-11-15T06:10:29.221Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-15T06:10:29.221Z||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-15T06:10:29.221Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JHbKx3zhxoVYxJsz) ...
2022-11-15T06:10:29.233Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T06:10:29.233Z||pool-30-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-15T06:10:30.121Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardDkviza/1.0/resourceInstances/basic_onboard_dkviza0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-11-15T06:10:30.122Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/resourceInstances/basic_onboard_dkviza0/artifacts/base_ubuntu18.yaml
2022-11-15T06:10:30.123Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-15T06:10:30.123Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-15T06:10:30.125Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T06:10:30.126Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "9889b617-f08c-449c-a764-449005f47cc8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668492630121,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/resourceInstances/basic_onboard_dkviza0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-11-15T06:10:30.226Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-15T06:10:30.226Z||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-15T06:10:30.227Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JHbKx3zhxoVYxJsz) ...
2022-11-15T06:10:30.237Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T06:10:30.237Z||pool-31-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-11-15T06:10:31.126Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardDkviza/1.0/resourceInstances/basic_onboard_dkviza0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-11-15T06:10:31.127Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/resourceInstances/basic_onboard_dkviza0/artifacts/base_ubuntu18.env
2022-11-15T06:10:31.127Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-15T06:10:31.128Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-15T06:10:31.130Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T06:10:31.130Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "9889b617-f08c-449c-a764-449005f47cc8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668492631126,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/resourceInstances/basic_onboard_dkviza0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-11-15T06:10:31.230Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-15T06:10:31.231Z||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-15T06:10:31.231Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JHbKx3zhxoVYxJsz) ...
2022-11-15T06:10:31.242Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T06:10:31.242Z||pool-32-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-15T06:10:32.130Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardDkviza/1.0/artifacts/service-BasicOnboardDkviza-csar.csar ASDC sendASDCNotification
2022-11-15T06:10:32.131Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/artifacts/service-BasicOnboardDkviza-csar.csar
2022-11-15T06:10:32.132Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-15T06:10:32.132Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-15T06:10:32.134Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T06:10:32.134Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "9889b617-f08c-449c-a764-449005f47cc8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668492632130,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/artifacts/service-BasicOnboardDkviza-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-15T06:10:32.234Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-15T06:10:32.235Z||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-15T06:10:32.235Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JHbKx3zhxoVYxJsz) ...
2022-11-15T06:10:32.246Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T06:10:32.247Z||pool-33-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-15T06:10:33.135Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9889b617-f08c-449c-a764-449005f47cc8
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-15T06:10:33.148Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9889b617-f08c-449c-a764-449005f47cc8
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-15T06:10:33.153Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-15T06:10:33.154Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-15T06:10:33.154Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-15T06:10:33.154Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-15T06:10:33.155Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-15T06:10:33.155Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-15T06:10:33.155Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-15T06:10:33.155Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-15T06:10:33.156Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-15T06:10:33.156Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-15T06:10:33.162Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-15T06:11:03.163Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9889b617-f08c-449c-a764-449005f47cc8 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-15T06:11:03.169Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9889b617-f08c-449c-a764-449005f47cc8 and serviceModelVersionId: 2f7a4bfc-6f39-42b3-ad3c-751b86304919
2022-11-15T06:11:03.170Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 69e492fa-4232-4c12-804d-46b9b99d97df
2022-11-15T06:11:03.170Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/69e492fa-4232-4c12-804d-46b9b99d97df/model-vers/model-ver/2f7a4bfc-6f39-42b3-ad3c-751b86304919?depth=0
2022-11-15T06:11:03.176Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-11-15T06:11:03.243Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69e492fa-4232-4c12-804d-46b9b99d97df/model-vers/model-ver/2f7a4bfc-6f39-42b3-ad3c-751b86304919?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-15T06:11:03.244Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69e492fa-4232-4c12-804d-46b9b99d97df/model-vers/model-ver/2f7a4bfc-6f39-42b3-ad3c-751b86304919?depth=0|INFO|500||Invoke
2022-11-15T06:11:03.269Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69e492fa-4232-4c12-804d-46b9b99d97df/model-vers/model-ver/2f7a4bfc-6f39-42b3-ad3c-751b86304919?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-11-15T06:11:03.384Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69e492fa-4232-4c12-804d-46b9b99d97df/model-vers/model-ver/2f7a4bfc-6f39-42b3-ad3c-751b86304919?depth=0|INFO|500||InvokeReturn
2022-11-15T06:11:03.385Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69e492fa-4232-4c12-804d-46b9b99d97df/model-vers/model-ver/2f7a4bfc-6f39-42b3-ad3c-751b86304919?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221115-06:11:04:408-34481], vertex-id=[176280], Content-Length=[0], Date=[Tue, 15 Nov 2022 06:11:04 GMT], Content-Type=[application/json]}
2022-11-15T06:11:03.385Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2022-11-15T06:11:03.386Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-15T06:11:03.386Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-15T06:11:03.390Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-11-15T06:11:03.390Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9889b617-f08c-449c-a764-449005f47cc8 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-15T06:11:03.390Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-15T06:11:03.390Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-15T06:11:03.395Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T06:11:03.395Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "9889b617-f08c-449c-a764-449005f47cc8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668492663390,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-15T06:11:03.493Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-11-15T06:11:03.494Z||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-15T06:11:03.494Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JHbKx3zhxoVYxJsz) ...
2022-11-15T06:11:03.529Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T06:11:03.530Z||pool-34-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":1,"count":1}
2022-11-15T06:11:04.213Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T06:11:04.214Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-15T06:11:04.214Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JHbKx3zhxoVYxJsz) ...
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-15T06:11:04.407Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T06:11:04.407Z|9889b617-f08c-449c-a764-449005f47cc8|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-15T06:11:04.408Z|9889b617-f08c-449c-a764-449005f47cc8|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 JHbKx3zhxoVYxJsz) ...
2022-11-15T06:11:04.840Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T06:11:04.841Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-15T06:11:04.841Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9889b617-f08c-449c-a764-449005f47cc8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668492611689,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/resourceInstances/basic_onboard_dkviza0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-15T06:11:04.841Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-15T06:11:04.842Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-15T06:11:04.842Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9889b617-f08c-449c-a764-449005f47cc8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668492611689,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/resourceInstances/basic_onboard_dkviza0/artifacts/basic_onboard_dkviza0_modules.json",
"status": "NOTIFIED"
}
2022-11-15T06:11:04.842Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-15T06:11:04.842Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-15T06:11:04.842Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9889b617-f08c-449c-a764-449005f47cc8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668492611689,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/resourceInstances/basic_onboard_dkviza0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-11-15T06:11:04.842Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-15T06:11:04.842Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-15T06:11:04.842Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9889b617-f08c-449c-a764-449005f47cc8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668492611689,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/resourceInstances/basic_onboard_dkviza0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-15T06:11:04.843Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-15T06:11:04.843Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-15T06:11:04.843Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9889b617-f08c-449c-a764-449005f47cc8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668492611689,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/resourceInstances/basic_onboard_dkviza0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-11-15T06:11:04.843Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-15T06:11:04.843Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-15T06:11:04.843Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9889b617-f08c-449c-a764-449005f47cc8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668492611689,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/artifacts/service-BasicOnboardDkviza-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-15T06:11:04.843Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-15T06:11:04.843Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-15T06:11:04.843Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9889b617-f08c-449c-a764-449005f47cc8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668492611689,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/artifacts/service-BasicOnboardDkviza-csar.csar",
"status": "NOTIFIED"
}
2022-11-15T06:11:04.844Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-15T06:11:04.844Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-15T06:11:04.844Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9889b617-f08c-449c-a764-449005f47cc8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668492623424,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/artifacts/service-BasicOnboardDkviza-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-15T06:11:04.844Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T06:11:04.844Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-15T06:11:04.844Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9889b617-f08c-449c-a764-449005f47cc8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668492625826,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/resourceInstances/basic_onboard_dkviza0/artifacts/basic_onboard_dkviza0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-15T06:11:04.844Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T06:11:04.845Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-15T06:11:04.845Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9889b617-f08c-449c-a764-449005f47cc8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668492626928,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/resourceInstances/basic_onboard_dkviza0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-15T06:11:04.845Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T06:11:04.845Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-15T06:11:04.845Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9889b617-f08c-449c-a764-449005f47cc8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668492627984,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/resourceInstances/basic_onboard_dkviza0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-11-15T06:11:04.845Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T06:11:04.845Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-15T06:11:04.845Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9889b617-f08c-449c-a764-449005f47cc8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668492629117,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/resourceInstances/basic_onboard_dkviza0/artifacts/basic_onboard_dkviza0_modules.json",
"status": "DEPLOY_OK"
}
2022-11-15T06:11:04.846Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T06:11:04.846Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-15T06:11:04.846Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9889b617-f08c-449c-a764-449005f47cc8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668492630121,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/resourceInstances/basic_onboard_dkviza0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-11-15T06:11:04.846Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T06:11:04.846Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-15T06:11:04.846Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9889b617-f08c-449c-a764-449005f47cc8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668492631126,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/resourceInstances/basic_onboard_dkviza0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-11-15T06:11:04.846Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T06:11:04.846Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-15T06:11:04.846Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9889b617-f08c-449c-a764-449005f47cc8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668492632130,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDkviza/1.0/artifacts/service-BasicOnboardDkviza-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-15T06:11:04.847Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T06:11:04.847Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-15T06:11:04.847Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9889b617-f08c-449c-a764-449005f47cc8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668492663390,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-15T06:11:04.847Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T06:11:13.951Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T06:11:13.952Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T06:11:13.952Z|9889b617-f08c-449c-a764-449005f47cc8|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-15T06:11:13.953Z|9889b617-f08c-449c-a764-449005f47cc8|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 JHbKx3zhxoVYxJsz) ...
2022-11-15T06:11:23.491Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T06:11:23.492Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T06:11:23.493Z|9889b617-f08c-449c-a764-449005f47cc8|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-15T06:11:23.493Z|9889b617-f08c-449c-a764-449005f47cc8|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 JHbKx3zhxoVYxJsz) ...
2022-11-15T06:11:33.035Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T06:11:33.036Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T06:11:33.036Z|9889b617-f08c-449c-a764-449005f47cc8|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-15T06:11:33.037Z|9889b617-f08c-449c-a764-449005f47cc8|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 JHbKx3zhxoVYxJsz) ...
2022-11-15T06:11:42.573Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T06:12:04.210Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T06:12:04.211Z|9889b617-f08c-449c-a764-449005f47cc8|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-15T06:12:04.211Z|9889b617-f08c-449c-a764-449005f47cc8|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 JHbKx3zhxoVYxJsz) ...
2022-11-15T06:12:04.213Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T06:12:04.213Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-15T06:12:04.213Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JHbKx3zhxoVYxJsz) ...
2022-11-15T06:12:13.746Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T06:12:13.747Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T06:13:04.210Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T06:13:04.212Z|9889b617-f08c-449c-a764-449005f47cc8|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-15T06:13:04.212Z|9889b617-f08c-449c-a764-449005f47cc8|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 JHbKx3zhxoVYxJsz) ...
2022-11-15T06:13:04.213Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T06:13:04.214Z||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-15T06:13:04.214Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T06:13:13.752Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T06:13:13.755Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T06:14:04.210Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T06:14:04.212Z|9889b617-f08c-449c-a764-449005f47cc8|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-15T06:14:04.212Z|9889b617-f08c-449c-a764-449005f47cc8|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 JHbKx3zhxoVYxJsz) ...
2022-11-15T06:14:04.213Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T06:14:04.214Z||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-15T06:14:04.214Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T06:14:13.749Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T06:14:13.751Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T06:15:04.210Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T06:15:04.212Z|9889b617-f08c-449c-a764-449005f47cc8|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-15T06:15:04.212Z|9889b617-f08c-449c-a764-449005f47cc8|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 JHbKx3zhxoVYxJsz) ...
2022-11-15T06:15:04.213Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T06:15:04.213Z||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-15T06:15:04.213Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T06:15:13.774Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T06:15:13.775Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T06:16:04.210Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T06:16:04.212Z|9889b617-f08c-449c-a764-449005f47cc8|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-15T06:16:04.212Z|9889b617-f08c-449c-a764-449005f47cc8|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 JHbKx3zhxoVYxJsz) ...
2022-11-15T06:16:04.213Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T06:16:04.213Z||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-15T06:16:04.213Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T06:16:13.755Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T06:16:13.760Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T06:17:04.210Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T06:17:04.211Z|9889b617-f08c-449c-a764-449005f47cc8|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-15T06:17:04.211Z|9889b617-f08c-449c-a764-449005f47cc8|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 JHbKx3zhxoVYxJsz) ...
2022-11-15T06:17:04.213Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T06:17:04.214Z||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-15T06:17:04.214Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T06:17:13.753Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T06:17:13.754Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T06:18:04.210Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T06:18:04.211Z|9889b617-f08c-449c-a764-449005f47cc8|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-15T06:18:04.211Z|9889b617-f08c-449c-a764-449005f47cc8|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 JHbKx3zhxoVYxJsz) ...
2022-11-15T06:18:04.213Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T06:18:04.213Z||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-15T06:18:04.213Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T06:18:13.750Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T06:18:13.754Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T06:19:04.210Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T06:19:04.211Z|9889b617-f08c-449c-a764-449005f47cc8|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-15T06:19:04.211Z|9889b617-f08c-449c-a764-449005f47cc8|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 JHbKx3zhxoVYxJsz) ...
2022-11-15T06:19:04.213Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T06:19:04.214Z||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-15T06:19:04.214Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T06:19:13.753Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T06:19:13.757Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T06:20:04.210Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T06:20:04.211Z|9889b617-f08c-449c-a764-449005f47cc8|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-15T06:20:04.212Z|9889b617-f08c-449c-a764-449005f47cc8|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 JHbKx3zhxoVYxJsz) ...
2022-11-15T06:20:04.213Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T06:20:04.213Z||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-15T06:20:04.214Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T06:20:13.754Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T06:20:13.754Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T06:20:13.755Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-15T06:20:13.755Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"4325a0cf-f29e-41a6-8713-a07317a14dbf","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"1d931767-a38f-4c42-a8e6-a8e2684a6fc3","serviceDescription":"service","serviceInvariantUUID":"0d55fd3f-bdc8-41b2-9fd5-2ab2cc7653e4","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"fc36ae98-76e9-432e-8f70-e7001950f453","resourceInvariantUUID":"b3a8eb04-f532-4c95-8023-3174362e8653","resourceCustomizationUUID":"36656388-3c38-4e7d-9028-3c2f7378ece3","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":"OGQxNjVhZDg4OTUyNDdjM2I2ZDcxMjUwNDY4Njk3Zjk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"81bb7a72-a56a-4e6a-9f02-862fa6227b89","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MmFmYzM3Mzg3OGU2Y2JmNmUxOTIwYWNkNmI5ODI2N2M\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"78eced38-514e-4d4c-95a2-c96f6300c565","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-15T06:20:13.760Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-15T06:20:13.761Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-15T06:20:13.764Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T06:20:13.764Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "4325a0cf-f29e-41a6-8713-a07317a14dbf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668493204210,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-15T06:20:13.865Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-15T06:20:13.866Z||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-15T06:20:13.866Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JHbKx3zhxoVYxJsz) ...
2022-11-15T06:20:13.882Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T06:20:13.883Z||pool-35-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":2,"count":1}
2022-11-15T06:20:14.765Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-15T06:20:14.765Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-15T06:20:14.768Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T06:20:14.768Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "4325a0cf-f29e-41a6-8713-a07317a14dbf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668493204210,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-15T06:20:14.869Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-15T06:20:14.870Z||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-15T06:20:14.870Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JHbKx3zhxoVYxJsz) ...
2022-11-15T06:20:14.880Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T06:20:14.881Z||pool-36-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-15T06:20:15.769Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
"distributionID": "4325a0cf-f29e-41a6-8713-a07317a14dbf",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "1d931767-a38f-4c42-a8e6-a8e2684a6fc3",
"serviceDescription": "service",
"serviceInvariantUUID": "0d55fd3f-bdc8-41b2-9fd5-2ab2cc7653e4",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "36656388-3c38-4e7d-9028-3c2f7378ece3",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "fc36ae98-76e9-432e-8f70-e7001950f453",
"resourceInvariantUUID": "b3a8eb04-f532-4c95-8023-3174362e8653",
"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": "MmFmYzM3Mzg3OGU2Y2JmNmUxOTIwYWNkNmI5ODI2N2M\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "78eced38-514e-4d4c-95a2-c96f6300c565"
}
],
"workloadContext": "Production"
}
2022-11-15T06:20:15.769Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-15T06:20:15.769Z|9889b617-f08c-449c-a764-449005f47cc8|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 1d931767-a38f-4c42-a8e6-a8e2684a6fc3 ASDC
2022-11-15T06:20:15.770Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:4325a0cf-f29e-41a6-8713-a07317a14dbf
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:1d931767-a38f-4c42-a8e6-a8e2684a6fc3
ServiceInvariantUUID:0d55fd3f-bdc8-41b2-9fd5-2ab2cc7653e4
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:78eced38-514e-4d4c-95a2-c96f6300c565
ArtifactChecksum:MmFmYzM3Mzg3OGU2Y2JmNmUxOTIwYWNkNmI5ODI2N2M=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:36656388-3c38-4e7d-9028-3c2f7378ece3
ResourceInvariantUUID:b3a8eb04-f532-4c95-8023-3174362e8653
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:fc36ae98-76e9-432e-8f70-e7001950f453
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-11-15T06:20:15.770Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1d931767-a38f-4c42-a8e6-a8e2684a6fc3 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-15T06:20:15.804Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-15T06:20:15.805Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-11-15T06:20:15.805Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-11-15T06:20:15.805Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 78eced38-514e-4d4c-95a2-c96f6300c565 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-15T06:20:15.805Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-11-15T06:20:15.805Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-15T06:20:15.927Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-11-15T06:20:15.931Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 78eced38-514e-4d4c-95a2-c96f6300c565 57665
2022-11-15T06:20:15.932Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-11-15T06:20:15.932Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-15T06:20:15.932Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-15T06:20:15.933Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-15T06:20:15.936Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T06:20:15.936Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "4325a0cf-f29e-41a6-8713-a07317a14dbf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668493215932,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-15T06:20:16.036Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-15T06:20:16.037Z||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-15T06:20:16.037Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JHbKx3zhxoVYxJsz) ...
2022-11-15T06:20:16.051Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T06:20:16.051Z||pool-37-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-15T06:20:16.938Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-15T06:20:16.940Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-11-15T06:20:16.940Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 78eced38-514e-4d4c-95a2-c96f6300c565, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-15T06:20:16.940Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-11-15T06:20:16.941Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-15T06:20:16.942Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-15T06:20:17.167Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1872470824498091152/Definitions/service-BasicNetwork-template.yml
2022-11-15T06:20:17.754Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-15T06:20:17.754Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-11-15T06:20:17.755Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-15T06:20:17.755Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-11-15T06:20:17.755Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-15T06:20:17.755Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-15T06:20:17.755Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-15T06:20:17.755Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-15T06:20:17.755Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-15T06:20:17.755Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-15T06:20:17.755Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-15T06:20:17.756Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-15T06:20:17.756Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-11-15T06:20:17.756Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-15T06:20:17.756Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T06:20:17.756Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-11-15T06:20:17.756Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-11-15T06:20:17.757Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-15T06:20:17.757Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-15T06:20:17.757Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T06:20:17.757Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-11-15T06:20:17.757Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-11-15T06:20:17.757Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-15T06:20:17.757Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-15T06:20:17.758Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T06:20:17.758Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-15T06:20:17.758Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T06:20:17.758Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-15T06:20:17.758Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T06:20:17.758Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-15T06:20:17.759Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T06:20:17.759Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-15T06:20:17.759Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T06:20:17.759Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:1d931767-a38f-4c42-a8e6-a8e2684a6fc3
Model Version:NULL
Model InvariantUuid:0d55fd3f-bdc8-41b2-9fd5-2ab2cc7653e4
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:b3a8eb04-f532-4c95-8023-3174362e8653
Model UUID:050a465a-1983-45d2-8fdc-12b9dde583b6
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:36656388-3c38-4e7d-9028-3c2f7378ece3
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-15T06:20:17.769Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||INFO|500||Processing Resource Type: VL, Model UUID: fc36ae98-76e9-432e-8f70-e7001950f453
2022-11-15T06:20:17.769Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||INFO|500||No resources found for Service: 1d931767-a38f-4c42-a8e6-a8e2684a6fc3
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-15T06:20:17.776Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||INFO|500||
2022-11-15T06:20:17.776Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-11-15T06:20:17.777Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||No resources found for Service: 1d931767-a38f-4c42-a8e6-a8e2684a6fc3
2022-11-15T06:20:17.778Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 1d931767-a38f-4c42-a8e6-a8e2684a6fc3
2022-11-15T06:20:17.778Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-11-15T06:20:17.778Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-15T06:20:17.786Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7112edf0, org.onap.sdc.toscaparser.api.parameters.Input@4b6dc286, org.onap.sdc.toscaparser.api.parameters.Input@18b40797, org.onap.sdc.toscaparser.api.parameters.Input@3ccaeaf0, org.onap.sdc.toscaparser.api.parameters.Input@5a51fdf4]
2022-11-15T06:20:17.788Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-15T06:20:17.788Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T06:20:17.789Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-15T06:20:17.789Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T06:20:17.789Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 1d931767-a38f-4c42-a8e6-a8e2684a6fc3: Generic NeutronNet
2022-11-15T06:20:17.789Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-15T06:20:17.790Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T06:20:17.790Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-15T06:20:17.790Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-11-15T06:20:17.838Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-15T06:20:17.839Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T06:20:17.840Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-15T06:20:17.840Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T06:20:17.840Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-15T06:20:17.841Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T06:20:17.841Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||INFO|500||Saving Service: basic_network
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-11-15T06:20:17.937Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2022-11-15T06:20:17.937Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-11-15T06:20:17.937Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-15T06:20:17.938Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-15T06:20:17.938Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-15T06:20:17.942Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T06:20:17.942Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "4325a0cf-f29e-41a6-8713-a07317a14dbf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668493217937,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-15T06:20:18.041Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-11-15T06:20:18.042Z||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-15T06:20:18.042Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JHbKx3zhxoVYxJsz) ...
2022-11-15T06:20:18.054Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T06:20:18.054Z||pool-38-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-15T06:20:18.946Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4325a0cf-f29e-41a6-8713-a07317a14dbf
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-15T06:20:18.956Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4325a0cf-f29e-41a6-8713-a07317a14dbf
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-15T06:20:18.958Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-15T06:20:18.967Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-15T06:20:18.967Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-15T06:20:48.967Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4325a0cf-f29e-41a6-8713-a07317a14dbf
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-15T06:20:48.975Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4325a0cf-f29e-41a6-8713-a07317a14dbf
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-15T06:20:48.977Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-15T06:20:48.977Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-15T06:20:48.978Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-15T06:21:04.213Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T06:21:04.214Z||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-15T06:21:04.214Z||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 JHbKx3zhxoVYxJsz) ...
2022-11-15T06:21:04.342Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T06:21:04.346Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:21:04.346Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4325a0cf-f29e-41a6-8713-a07317a14dbf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668493204210,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-15T06:21:04.347Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-15T06:21:04.348Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:21:04.348Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4325a0cf-f29e-41a6-8713-a07317a14dbf",
"consumerID": "aai-ml",
"timestamp": 1668493207198,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-15T06:21:04.348Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-15T06:21:04.348Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:21:04.348Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4325a0cf-f29e-41a6-8713-a07317a14dbf",
"consumerID": "cds",
"timestamp": 1668493206840,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-15T06:21:04.349Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-15T06:21:04.349Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:21:04.349Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4325a0cf-f29e-41a6-8713-a07317a14dbf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668493204210,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-15T06:21:04.349Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-15T06:21:04.349Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:21:04.349Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4325a0cf-f29e-41a6-8713-a07317a14dbf",
"consumerID": "aai-ml",
"timestamp": 1668493207198,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-15T06:21:04.350Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-15T06:21:04.350Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:21:04.350Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4325a0cf-f29e-41a6-8713-a07317a14dbf",
"consumerID": "cds",
"timestamp": 1668493206840,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-15T06:21:04.350Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-15T06:21:04.350Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:21:04.350Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4325a0cf-f29e-41a6-8713-a07317a14dbf",
"consumerID": "ves-openapi-manager",
"timestamp": 1668493215271,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-15T06:21:04.350Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-15T06:21:04.351Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:21:04.351Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4325a0cf-f29e-41a6-8713-a07317a14dbf",
"consumerID": "cds",
"timestamp": 1668493216605,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-15T06:21:04.351Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T06:21:04.351Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:21:04.351Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4325a0cf-f29e-41a6-8713-a07317a14dbf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668493215932,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-15T06:21:04.352Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T06:21:04.352Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:21:04.352Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4325a0cf-f29e-41a6-8713-a07317a14dbf",
"consumerID": "aai-ml",
"timestamp": 1668493216615,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-15T06:21:04.352Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T06:21:04.353Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:21:04.353Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4325a0cf-f29e-41a6-8713-a07317a14dbf",
"consumerID": "ves-openapi-manager",
"timestamp": 1668493215271,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-11-15T06:21:04.353Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-15T06:21:04.353Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:21:04.353Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4325a0cf-f29e-41a6-8713-a07317a14dbf",
"consumerID": "cds",
"timestamp": 1668493217614,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-15T06:21:04.360Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4325a0cf-f29e-41a6-8713-a07317a14dbf
2022-11-15T06:21:04.360Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4325a0cf-f29e-41a6-8713-a07317a14dbf 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-15T06:21:04.369Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:21:04.369Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4325a0cf-f29e-41a6-8713-a07317a14dbf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668493217937,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-15T06:21:04.369Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T06:21:04.369Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:21:04.369Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4325a0cf-f29e-41a6-8713-a07317a14dbf",
"consumerID": "aai-ml",
"timestamp": 1668493220780,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-15T06:21:04.370Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T06:21:04.370Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:21:04.370Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4325a0cf-f29e-41a6-8713-a07317a14dbf",
"consumerID": "aai-ml",
"timestamp": 1668493221785,
"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-15T06:21:04.375Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4325a0cf-f29e-41a6-8713-a07317a14dbf
2022-11-15T06:21:04.375Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4325a0cf-f29e-41a6-8713-a07317a14dbf 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-15T06:21:04.382Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:21:04.382Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4325a0cf-f29e-41a6-8713-a07317a14dbf",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668493222698,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-15T06:21:04.382Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-15T06:21:04.382Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:21:04.382Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4325a0cf-f29e-41a6-8713-a07317a14dbf",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668493222698,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-15T06:21:04.383Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-15T06:21:04.383Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:21:04.383Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4325a0cf-f29e-41a6-8713-a07317a14dbf",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668493227895,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-15T06:21:04.383Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-15T06:21:04.383Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:21:04.384Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4325a0cf-f29e-41a6-8713-a07317a14dbf",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668493227895,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-15T06:21:04.384Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-15T06:21:04.384Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:21:04.384Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4325a0cf-f29e-41a6-8713-a07317a14dbf",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668493230671,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-15T06:21:04.384Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T06:21:04.384Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:21:04.385Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4325a0cf-f29e-41a6-8713-a07317a14dbf",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668493232524,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-15T06:21:04.385Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-15T06:21:04.385Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:21:04.385Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4325a0cf-f29e-41a6-8713-a07317a14dbf",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668493233542,
"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-15T06:21:04.390Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4325a0cf-f29e-41a6-8713-a07317a14dbf
2022-11-15T06:21:04.390Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4325a0cf-f29e-41a6-8713-a07317a14dbf 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-15T06:21:04.398Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:21:04.399Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f8acecb-7c30-412e-ab91-0b3cddc282c8",
"consumerID": "ves-openapi-manager",
"timestamp": 1668493255271,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMk7nfjhsz63uztkmxtfg/1.0/resourceInstances/pnf64cc63759b4a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-15T06:21:04.399Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-15T06:21:04.399Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:21:04.399Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f8acecb-7c30-412e-ab91-0b3cddc282c8",
"consumerID": "cds",
"timestamp": 1668493251840,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMk7nfjhsz63uztkmxtfg/1.0/resourceInstances/pnf64cc63759b4a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-15T06:21:04.400Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-15T06:21:04.400Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:21:04.400Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f8acecb-7c30-412e-ab91-0b3cddc282c8",
"consumerID": "ves-openapi-manager",
"timestamp": 1668493255271,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMk7nfjhsz63uztkmxtfg/1.0/resourceInstances/pnf64cc63759b4a0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-11-15T06:21:04.401Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-15T06:21:04.401Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:21:04.401Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f8acecb-7c30-412e-ab91-0b3cddc282c8",
"consumerID": "cds",
"timestamp": 1668493251840,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMk7nfjhsz63uztkmxtfg/1.0/resourceInstances/pnf64cc63759b4a0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-11-15T06:21:04.401Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-15T06:21:04.401Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:21:04.401Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f8acecb-7c30-412e-ab91-0b3cddc282c8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668493257896,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMk7nfjhsz63uztkmxtfg/1.0/resourceInstances/pnf64cc63759b4a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-15T06:21:04.402Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-15T06:21:04.402Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:21:04.402Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f8acecb-7c30-412e-ab91-0b3cddc282c8",
"consumerID": "ves-openapi-manager",
"timestamp": 1668493255271,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMk7nfjhsz63uztkmxtfg/1.0/resourceInstances/pnf64cc63759b4a0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-11-15T06:21:04.402Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-15T06:21:04.403Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:21:04.403Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f8acecb-7c30-412e-ab91-0b3cddc282c8",
"consumerID": "cds",
"timestamp": 1668493251840,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMk7nfjhsz63uztkmxtfg/1.0/resourceInstances/pnf64cc63759b4a0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-11-15T06:21:04.403Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-15T06:21:04.403Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:21:04.403Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f8acecb-7c30-412e-ab91-0b3cddc282c8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668493257896,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMk7nfjhsz63uztkmxtfg/1.0/resourceInstances/pnf64cc63759b4a0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-11-15T06:21:04.404Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-15T06:21:04.404Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:21:04.404Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f8acecb-7c30-412e-ab91-0b3cddc282c8",
"consumerID": "ves-openapi-manager",
"timestamp": 1668493255271,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMk7nfjhsz63uztkmxtfg/1.0/resourceInstances/pnf64cc63759b4a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-15T06:21:04.404Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-15T06:21:04.404Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:21:04.404Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f8acecb-7c30-412e-ab91-0b3cddc282c8",
"consumerID": "cds",
"timestamp": 1668493251840,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMk7nfjhsz63uztkmxtfg/1.0/resourceInstances/pnf64cc63759b4a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-15T06:21:04.405Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-15T06:21:04.405Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:21:04.405Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f8acecb-7c30-412e-ab91-0b3cddc282c8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668493257896,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMk7nfjhsz63uztkmxtfg/1.0/resourceInstances/pnf64cc63759b4a0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-11-15T06:21:04.405Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-15T06:21:04.405Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:21:04.405Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f8acecb-7c30-412e-ab91-0b3cddc282c8",
"consumerID": "ves-openapi-manager",
"timestamp": 1668493255271,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMk7nfjhsz63uztkmxtfg/1.0/resourceInstances/pnf64cc63759b4a0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-15T06:21:04.406Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-15T06:21:04.406Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:21:04.406Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f8acecb-7c30-412e-ab91-0b3cddc282c8",
"consumerID": "cds",
"timestamp": 1668493251840,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMk7nfjhsz63uztkmxtfg/1.0/resourceInstances/pnf64cc63759b4a0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-15T06:21:04.406Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-15T06:21:04.406Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:21:04.406Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f8acecb-7c30-412e-ab91-0b3cddc282c8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668493257896,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMk7nfjhsz63uztkmxtfg/1.0/resourceInstances/pnf64cc63759b4a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-15T06:21:04.407Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-15T06:21:04.407Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:21:04.407Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f8acecb-7c30-412e-ab91-0b3cddc282c8",
"consumerID": "ves-openapi-manager",
"timestamp": 1668493255271,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMk7nfjhsz63uztkmxtfg/1.0/resourceInstances/pnf64cc63759b4a0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOTIFIED"
}
2022-11-15T06:21:04.407Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-15T06:21:04.407Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:21:04.407Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f8acecb-7c30-412e-ab91-0b3cddc282c8",
"consumerID": "cds",
"timestamp": 1668493251840,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMk7nfjhsz63uztkmxtfg/1.0/resourceInstances/pnf64cc63759b4a0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-15T06:21:04.408Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-15T06:21:04.408Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:21:04.408Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f8acecb-7c30-412e-ab91-0b3cddc282c8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668493257896,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMk7nfjhsz63uztkmxtfg/1.0/resourceInstances/pnf64cc63759b4a0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-15T06:21:04.409Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-15T06:21:04.409Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:21:04.409Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f8acecb-7c30-412e-ab91-0b3cddc282c8",
"consumerID": "ves-openapi-manager",
"timestamp": 1668493255271,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMk7nfjhsz63uztkmxtfg/1.0/artifacts/service-DemoPnfMk7nfjhsz63uztkmxtfg-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-15T06:21:04.409Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-15T06:21:04.409Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:21:04.409Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f8acecb-7c30-412e-ab91-0b3cddc282c8",
"consumerID": "cds",
"timestamp": 1668493251840,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMk7nfjhsz63uztkmxtfg/1.0/artifacts/service-DemoPnfMk7nfjhsz63uztkmxtfg-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-15T06:21:04.410Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-15T06:21:04.410Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:21:04.410Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f8acecb-7c30-412e-ab91-0b3cddc282c8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668493262698,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMk7nfjhsz63uztkmxtfg/1.0/resourceInstances/pnf64cc63759b4a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-15T06:21:04.410Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-15T06:21:04.410Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:21:04.411Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f8acecb-7c30-412e-ab91-0b3cddc282c8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668493257896,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMk7nfjhsz63uztkmxtfg/1.0/resourceInstances/pnf64cc63759b4a0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-15T06:21:04.411Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-15T06:21:04.411Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:21:04.411Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f8acecb-7c30-412e-ab91-0b3cddc282c8",
"consumerID": "ves-openapi-manager",
"timestamp": 1668493255271,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMk7nfjhsz63uztkmxtfg/1.0/artifacts/service-DemoPnfMk7nfjhsz63uztkmxtfg-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-11-15T06:21:04.411Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-15T06:21:04.411Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:21:04.412Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f8acecb-7c30-412e-ab91-0b3cddc282c8",
"consumerID": "cds",
"timestamp": 1668493251840,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMk7nfjhsz63uztkmxtfg/1.0/artifacts/service-DemoPnfMk7nfjhsz63uztkmxtfg-csar.csar",
"status": "NOTIFIED"
}
2022-11-15T06:21:04.412Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-15T06:21:04.412Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:21:04.412Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f8acecb-7c30-412e-ab91-0b3cddc282c8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668493262698,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMk7nfjhsz63uztkmxtfg/1.0/resourceInstances/pnf64cc63759b4a0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-11-15T06:21:04.413Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-15T06:21:04.413Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-15T06:21:04.413Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f8acecb-7c30-412e-ab91-0b3cddc282c8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668493257896,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMk7nfjhsz63uztkmxtfg/1.0/artifacts/service-DemoPnfMk7nfjhsz63uztkmxtfg-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-15T06:21:04.413Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-15T06:21:18.978Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4325a0cf-f29e-41a6-8713-a07317a14dbf
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-15T06:21:18.990Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4325a0cf-f29e-41a6-8713-a07317a14dbf
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-15T06:21:18.995Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-15T06:21:18.996Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-15T06:21:18.996Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-15T06:21:18.996Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-15T06:21:18.996Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-15T06:21:18.996Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-15T06:21:18.996Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-15T06:21:18.996Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-15T06:21:18.996Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-15T06:21:19.005Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-15T06:21:49.006Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4325a0cf-f29e-41a6-8713-a07317a14dbf 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-15T06:21:49.014Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4325a0cf-f29e-41a6-8713-a07317a14dbf and serviceModelVersionId: 1d931767-a38f-4c42-a8e6-a8e2684a6fc3
2022-11-15T06:21:49.014Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0d55fd3f-bdc8-41b2-9fd5-2ab2cc7653e4
2022-11-15T06:21:49.016Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0d55fd3f-bdc8-41b2-9fd5-2ab2cc7653e4/model-vers/model-ver/1d931767-a38f-4c42-a8e6-a8e2684a6fc3?depth=0
2022-11-15T06:21:49.020Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-11-15T06:21:49.086Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0d55fd3f-bdc8-41b2-9fd5-2ab2cc7653e4/model-vers/model-ver/1d931767-a38f-4c42-a8e6-a8e2684a6fc3?depth=0|INFO|500||Invoke
2022-11-15T06:21:49.086Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0d55fd3f-bdc8-41b2-9fd5-2ab2cc7653e4/model-vers/model-ver/1d931767-a38f-4c42-a8e6-a8e2684a6fc3?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0d55fd3f-bdc8-41b2-9fd5-2ab2cc7653e4/model-vers/model-ver/1d931767-a38f-4c42-a8e6-a8e2684a6fc3?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[4325a0cf-f29e-41a6-8713-a07317a14dbf], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[6558e417-e669-4cae-ada8-a85a53f9e8cb], X-ECOMP-RequestID=[4325a0cf-f29e-41a6-8713-a07317a14dbf], X-TransactionId=[], X-ONAP-RequestID=[4325a0cf-f29e-41a6-8713-a07317a14dbf], Content-Type=[application/merge-patch+json]}
2022-11-15T06:21:49.111Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0d55fd3f-bdc8-41b2-9fd5-2ab2cc7653e4/model-vers/model-ver/1d931767-a38f-4c42-a8e6-a8e2684a6fc3?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-11-15T06:21:49.235Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0d55fd3f-bdc8-41b2-9fd5-2ab2cc7653e4/model-vers/model-ver/1d931767-a38f-4c42-a8e6-a8e2684a6fc3?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/0d55fd3f-bdc8-41b2-9fd5-2ab2cc7653e4/model-vers/model-ver/1d931767-a38f-4c42-a8e6-a8e2684a6fc3?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221115-06:21:50:272-17631], vertex-id=[200920], Content-Length=[0], Date=[Tue, 15 Nov 2022 06:21:50 GMT], Content-Type=[application/json]}
2022-11-15T06:21:49.236Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0d55fd3f-bdc8-41b2-9fd5-2ab2cc7653e4/model-vers/model-ver/1d931767-a38f-4c42-a8e6-a8e2684a6fc3?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-11-15T06:21:49.236Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0d55fd3f-bdc8-41b2-9fd5-2ab2cc7653e4/model-vers/model-ver/1d931767-a38f-4c42-a8e6-a8e2684a6fc3?depth=0|INFO|500||InvokeReturn
2022-11-15T06:21:49.237Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-15T06:21:49.237Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-15T06:21:49.243Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-11-15T06:21:49.245Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4325a0cf-f29e-41a6-8713-a07317a14dbf and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-15T06:21:49.246Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-15T06:21:49.246Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-15T06:21:49.249Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T06:21:49.249Z|4325a0cf-f29e-41a6-8713-a07317a14dbf|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "4325a0cf-f29e-41a6-8713-a07317a14dbf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668493309246,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-15T06:21:49.350Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-15T06:21:49.351Z||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-15T06:21:49.351Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JHbKx3zhxoVYxJsz) ...
2022-11-15T06:21:49.374Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T06:21:49.375Z||pool-39-thread-1|||||INFO|500||cambria reply ok (25 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-15T06:21:50.264Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-15T06:21:50.265Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-15T06:21:50.265Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JHbKx3zhxoVYxJsz) ...
2022-11-15T06:21:50.891Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T06:21:50.892Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-15T06:21:50.893Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"7f8acecb-7c30-412e-ab91-0b3cddc282c8","serviceName":"Demo_pNF_Mk7nFjhSZ63uzTKMxTfG","serviceVersion":"1.0","serviceUUID":"ecb46d60-e6ad-4f94-a684-578005fc71db","serviceDescription":"catalog service description","serviceInvariantUUID":"1af5f38e-4b41-439b-b736-ec67fd9a07af","resources":[{"resourceInstanceName":"pNF 64cc6375-9b4a 0","resourceName":"pNF 64cc6375-9b4a","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"6f1c7a36-475f-4df5-94a4-7985dde6e4d6","resourceInvariantUUID":"ff807a2e-d265-4eae-ae34-a99fd3feebc7","resourceCustomizationUUID":"0291b31e-c33e-4d8d-b237-d90663dbfe62","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMk7nfjhsz63uztkmxtfg/1.0/resourceInstances/pnf64cc63759b4a0/artifacts/vf-license-model.xml","artifactChecksum":"MWZlZjRlNzUxNjVjYTMxYzlkMjBhMmFjMDc0OWU2YjQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"97d503d9-eea9-45a4-a47a-697e1b39ac4f","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMk7nfjhsz63uztkmxtfg/1.0/resourceInstances/pnf64cc63759b4a0/artifacts/pNF.csar","artifactChecksum":"ZjkwZmNiNGQ3OTIxMzIzYjI2ZTUwMzQyMTM1MTViOTA\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"587d77e8-9bae-4096-ac81-ce99b54ca4f1","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMk7nfjhsz63uztkmxtfg/1.0/resourceInstances/pnf64cc63759b4a0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"730d7471-0646-491b-9e29-b872b45adb68","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMk7nfjhsz63uztkmxtfg/1.0/resourceInstances/pnf64cc63759b4a0/artifacts/vendor-license-model.xml","artifactChecksum":"NThkMDc2OThhNjA0YmZlMGVlZjdlZThkYjJjOGRiNzk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"440f95fa-d7b4-451e-8ca9-867b5b7e1a7b","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfMk7nfjhsz63uztkmxtfg/1.0/resourceInstances/pnf64cc63759b4a0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7489a3b1-f8c9-4c86-bc71-2b4ab82d9ce4","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfMk7nfjhsz63uztkmxtfg/1.0/resourceInstances/pnf64cc63759b4a0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f6e874c0-ba40-479b-a7e2-b7497237b06e","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfMk7nfjhsz63uztkmxtfg-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMk7nfjhsz63uztkmxtfg/1.0/artifacts/service-DemoPnfMk7nfjhsz63uztkmxtfg-template.yml","artifactChecksum":"OWY3MzAyNTljNzhhNTljYzhhOGViZTI3MjE0N2E5MTg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"240aaa1c-2f02-4d50-aaf3-dfbbe0cbd50e","artifactVersion":"1"},{"artifactName":"service-DemoPnfMk7nfjhsz63uztkmxtfg-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfMk7nfjhsz63uztkmxtfg/1.0/artifacts/service-DemoPnfMk7nfjhsz63uztkmxtfg-csar.csar","artifactChecksum":"OTEzOTllMDk2MTRkNjk5NmVhMDljMmY4MTg4ZDQ2MzI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f42e5ec8-4a22-45ce-bd45-0e7601351406","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-15T06:21:50.897Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-15T06:21:50.897Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-15T06:21:50.900Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T06:21:50.900Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "7f8acecb-7c30-412e-ab91-0b3cddc282c8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668493310264,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMk7nfjhsz63uztkmxtfg/1.0/resourceInstances/pnf64cc63759b4a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-15T06:21:51.000Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-15T06:21:51.000Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-15T06:21:51.001Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JHbKx3zhxoVYxJsz) ...
2022-11-15T06:21:51.013Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T06:21:51.013Z||pool-40-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-15T06:21:51.900Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-15T06:21:51.901Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-15T06:21:51.903Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T06:21:51.903Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "7f8acecb-7c30-412e-ab91-0b3cddc282c8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668493310264,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMk7nfjhsz63uztkmxtfg/1.0/resourceInstances/pnf64cc63759b4a0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-11-15T06:21:52.003Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-15T06:21:52.004Z||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-15T06:21:52.004Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JHbKx3zhxoVYxJsz) ...
2022-11-15T06:21:52.016Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T06:21:52.016Z||pool-41-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-15T06:21:52.907Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-15T06:21:52.909Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-15T06:21:52.912Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T06:21:52.912Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "7f8acecb-7c30-412e-ab91-0b3cddc282c8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668493310264,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMk7nfjhsz63uztkmxtfg/1.0/resourceInstances/pnf64cc63759b4a0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-11-15T06:21:53.012Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-15T06:21:53.012Z||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-15T06:21:53.012Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JHbKx3zhxoVYxJsz) ...
2022-11-15T06:21:53.023Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T06:21:53.023Z||pool-42-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-15T06:21:53.912Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-15T06:21:53.913Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-15T06:21:53.915Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T06:21:53.915Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "7f8acecb-7c30-412e-ab91-0b3cddc282c8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668493310264,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMk7nfjhsz63uztkmxtfg/1.0/resourceInstances/pnf64cc63759b4a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-15T06:21:54.015Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-15T06:21:54.016Z||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-15T06:21:54.016Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JHbKx3zhxoVYxJsz) ...
2022-11-15T06:21:54.026Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T06:21:54.026Z||pool-43-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-11-15T06:21:54.917Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-15T06:21:54.917Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-15T06:21:54.919Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T06:21:54.919Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "7f8acecb-7c30-412e-ab91-0b3cddc282c8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668493310264,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMk7nfjhsz63uztkmxtfg/1.0/resourceInstances/pnf64cc63759b4a0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-15T06:21:55.020Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-15T06:21:55.021Z||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-15T06:21:55.021Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JHbKx3zhxoVYxJsz) ...
2022-11-15T06:21:55.055Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T06:21:55.056Z||pool-44-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":1,"count":1}
2022-11-15T06:21:55.920Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-15T06:21:55.920Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-15T06:21:55.923Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T06:21:55.923Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "7f8acecb-7c30-412e-ab91-0b3cddc282c8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668493310264,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMk7nfjhsz63uztkmxtfg/1.0/resourceInstances/pnf64cc63759b4a0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-15T06:21:56.022Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-15T06:21:56.023Z||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-15T06:21:56.023Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JHbKx3zhxoVYxJsz) ...
2022-11-15T06:21:56.036Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T06:21:56.037Z||pool-45-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-15T06:21:56.924Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-15T06:21:56.926Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-15T06:21:56.928Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T06:21:56.928Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "7f8acecb-7c30-412e-ab91-0b3cddc282c8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668493310264,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMk7nfjhsz63uztkmxtfg/1.0/artifacts/service-DemoPnfMk7nfjhsz63uztkmxtfg-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-15T06:21:57.029Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-15T06:21:57.029Z||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-15T06:21:57.030Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JHbKx3zhxoVYxJsz) ...
2022-11-15T06:21:57.040Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T06:21:57.040Z||pool-46-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-15T06:21:57.929Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-15T06:21:57.931Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-15T06:21:57.933Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T06:21:57.933Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "7f8acecb-7c30-412e-ab91-0b3cddc282c8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668493310264,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMk7nfjhsz63uztkmxtfg/1.0/artifacts/service-DemoPnfMk7nfjhsz63uztkmxtfg-csar.csar",
"status": "NOTIFIED"
}
2022-11-15T06:21:58.033Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-15T06:21:58.034Z||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-15T06:21:58.034Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JHbKx3zhxoVYxJsz) ...
2022-11-15T06:21:58.046Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T06:21:58.046Z||pool-47-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-15T06:21:58.936Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "7f8acecb-7c30-412e-ab91-0b3cddc282c8",
"serviceName": "Demo_pNF_Mk7nFjhSZ63uzTKMxTfG",
"serviceVersion": "1.0",
"serviceUUID": "ecb46d60-e6ad-4f94-a684-578005fc71db",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "1af5f38e-4b41-439b-b736-ec67fd9a07af",
"resources": [
{
"resourceInstanceName": "pNF 64cc6375-9b4a 0",
"resourceCustomizationUUID": "0291b31e-c33e-4d8d-b237-d90663dbfe62",
"resourceName": "pNF 64cc6375-9b4a",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "6f1c7a36-475f-4df5-94a4-7985dde6e4d6",
"resourceInvariantUUID": "ff807a2e-d265-4eae-ae34-a99fd3feebc7",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfMk7nfjhsz63uztkmxtfg-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMk7nfjhsz63uztkmxtfg/1.0/artifacts/service-DemoPnfMk7nfjhsz63uztkmxtfg-csar.csar",
"artifactChecksum": "OTEzOTllMDk2MTRkNjk5NmVhMDljMmY4MTg4ZDQ2MzI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "f42e5ec8-4a22-45ce-bd45-0e7601351406"
}
],
"workloadContext": "Production"
}
2022-11-15T06:21:58.937Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-15T06:21:58.937Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 ecb46d60-e6ad-4f94-a684-578005fc71db ASDC
2022-11-15T06:21:58.939Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:7f8acecb-7c30-412e-ab91-0b3cddc282c8
ServiceName:Demo_pNF_Mk7nFjhSZ63uzTKMxTfG
ServiceVersion:1.0
ServiceUUID:ecb46d60-e6ad-4f94-a684-578005fc71db
ServiceInvariantUUID:1af5f38e-4b41-439b-b736-ec67fd9a07af
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfMk7nfjhsz63uztkmxtfg-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfMk7nfjhsz63uztkmxtfg/1.0/artifacts/service-DemoPnfMk7nfjhsz63uztkmxtfg-csar.csar
ArtifactUUID:f42e5ec8-4a22-45ce-bd45-0e7601351406
ArtifactChecksum:OTEzOTllMDk2MTRkNjk5NmVhMDljMmY4MTg4ZDQ2MzI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 64cc6375-9b4a 0
ResourceCustomizationUUID:0291b31e-c33e-4d8d-b237-d90663dbfe62
ResourceInvariantUUID:ff807a2e-d265-4eae-ae34-a99fd3feebc7
ResourceName:pNF 64cc6375-9b4a
ResourceType:PNF
ResourceUUID:6f1c7a36-475f-4df5-94a4-7985dde6e4d6
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2022-11-15T06:21:58.942Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ecb46d60-e6ad-4f94-a684-578005fc71db 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-15T06:21:58.973Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-15T06:21:58.973Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-11-15T06:21:58.974Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-11-15T06:21:58.974Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: f42e5ec8-4a22-45ce-bd45-0e7601351406 from URL: /sdc/v1/catalog/services/DemoPnfMk7nfjhsz63uztkmxtfg/1.0/artifacts/service-DemoPnfMk7nfjhsz63uztkmxtfg-csar.csar
2022-11-15T06:21:58.974Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-11-15T06:21:58.974Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfMk7nfjhsz63uztkmxtfg/1.0/artifacts/service-DemoPnfMk7nfjhsz63uztkmxtfg-csar.csar
2022-11-15T06:21:59.092Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-11-15T06:21:59.098Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfMk7nfjhsz63uztkmxtfg/1.0/artifacts/service-DemoPnfMk7nfjhsz63uztkmxtfg-csar.csar f42e5ec8-4a22-45ce-bd45-0e7601351406 87794
2022-11-15T06:21:59.099Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfMk7nfjhsz63uztkmxtfg/1.0/artifacts/service-DemoPnfMk7nfjhsz63uztkmxtfg-csar.csar ASDC sendASDCNotification
2022-11-15T06:21:59.099Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMk7nfjhsz63uztkmxtfg/1.0/artifacts/service-DemoPnfMk7nfjhsz63uztkmxtfg-csar.csar
2022-11-15T06:21:59.099Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-15T06:21:59.100Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-11-15T06:21:59.102Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-15T06:21:59.103Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "7f8acecb-7c30-412e-ab91-0b3cddc282c8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668493319099,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMk7nfjhsz63uztkmxtfg/1.0/artifacts/service-DemoPnfMk7nfjhsz63uztkmxtfg-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-15T06:21:59.212Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 109 ms
2022-11-15T06:21:59.213Z||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-15T06:21:59.213Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JHbKx3zhxoVYxJsz) ...
2022-11-15T06:21:59.224Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-15T06:21:59.224Z||pool-48-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-15T06:22:00.103Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-15T06:22:00.105Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-11-15T06:22:00.106Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: f42e5ec8-4a22-45ce-bd45-0e7601351406, URL: /sdc/v1/catalog/services/DemoPnfMk7nfjhsz63uztkmxtfg/1.0/artifacts/service-DemoPnfMk7nfjhsz63uztkmxtfg-csar.csar to file: /app/ASDC/1/service-DemoPnfMk7nfjhsz63uztkmxtfg-csar.csar
2022-11-15T06:22:00.106Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfMk7nfjhsz63uztkmxtfg-csar.csar
2022-11-15T06:22:00.107Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfMk7nfjhsz63uztkmxtfg-csar.csar
2022-11-15T06:22:00.107Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfMk7nfjhsz63uztkmxtfg-csar.csar
2022-11-15T06:22:00.211Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13969649138214596976/Definitions/service-DemoPnfMk7nfjhsz63uztkmxtfg-template.yml
2022-11-15T06:22:00.983Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-15T06:22:00.984Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-11-15T06:22:00.984Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfMk7nfjhsz63uztkmxtfg-csar.csar
2022-11-15T06:22:00.984Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-11-15T06:22:00.984Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfMk7nfjhsz63uztkmxtfg-csar.csar
2022-11-15T06:22:00.984Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfMk7nfjhsz63uztkmxtfg-csar.csar
2022-11-15T06:22:00.984Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMk7nfjhsz63uztkmxtfg-csar.csar
2022-11-15T06:22:00.985Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMk7nfjhsz63uztkmxtfg-csar.csar
2022-11-15T06:22:00.985Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMk7nfjhsz63uztkmxtfg-csar.csar
2022-11-15T06:22:00.985Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 64cc6375-9b4a 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-DemoPnfMk7nfjhsz63uztkmxtfg-csar.csar
2022-11-15T06:22:00.985Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMk7nfjhsz63uztkmxtfg-csar.csar
2022-11-15T06:22:00.985Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-11-15T06:22:00.985Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-15T06:22:00.985Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_Mk7nFjhSZ63uzTKMxTfG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T06:22:00.985Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||DEBUG|500||Node template pNF 64cc6375-9b4a 0 is matching search criteria
2022-11-15T06:22:00.986Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-11-15T06:22:00.986Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 64cc6375-9b4a 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-15T06:22:00.986Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-15T06:22:00.986Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_Mk7nFjhSZ63uzTKMxTfG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T06:22:00.986Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||DEBUG|500||Node template pNF 64cc6375-9b4a 0 is matching search criteria
2022-11-15T06:22:00.986Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-11-15T06:22:00.986Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 64cc6375-9b4a 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-15T06:22:00.987Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-15T06:22:00.987Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_Mk7nFjhSZ63uzTKMxTfG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T06:22:00.987Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-15T06:22:00.987Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_Mk7nFjhSZ63uzTKMxTfG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T06:22:00.987Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-15T06:22:00.987Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_Mk7nFjhSZ63uzTKMxTfG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T06:22:00.987Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-15T06:22:00.988Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_Mk7nFjhSZ63uzTKMxTfG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T06:22:00.988Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-15T06:22:00.988Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_Mk7nFjhSZ63uzTKMxTfG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T06:22:00.988Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_Mk7nFjhSZ63uzTKMxTfG
Description:catalog service description
Model UUID:ecb46d60-e6ad-4f94-a684-578005fc71db
Model Version:NULL
Model InvariantUuid:1af5f38e-4b41-439b-b736-ec67fd9a07af
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-15T06:22:00.995Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: 6f1c7a36-475f-4df5-94a4-7985dde6e4d6
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-15T06:22:00.998Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||INFO|500||pNF 64cc6375-9b4a 0
2022-11-15T06:22:00.998Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 6f1c7a36-475f-4df5-94a4-7985dde6e4d6
2022-11-15T06:22:00.998Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||DEBUG|500||No resources found for Service: ecb46d60-e6ad-4f94-a684-578005fc71db
2022-11-15T06:22:00.998Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: ecb46d60-e6ad-4f94-a684-578005fc71db
2022-11-15T06:22:00.998Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 64cc6375-9b4a 0 6f1c7a36-475f-4df5-94a4-7985dde6e4d6 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-15T06:22:01.004Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6fcefff, org.onap.sdc.toscaparser.api.parameters.Input@7bfce9c2, org.onap.sdc.toscaparser.api.parameters.Input@10846dc2, org.onap.sdc.toscaparser.api.parameters.Input@4a89ce65, org.onap.sdc.toscaparser.api.parameters.Input@2beb53dc]
2022-11-15T06:22:01.004Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-15T06:22:01.004Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_Mk7nFjhSZ63uzTKMxTfG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-15T06:22:01.004Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid ecb46d60-e6ad-4f94-a684-578005fc71db: pNF 64cc6375-9b4a
2022-11-15T06:22:01.004Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||INFO|500||Processing PNF resource: 6f1c7a36-475f-4df5-94a4-7985dde6e4d6
2022-11-15T06:22:01.005Z|7f8acecb-7c30-412e-ab91-0b3cddc282c8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery