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)
2023-01-07T05:30:26.935Z||main|||||INFO|500||The following profiles are active: basic
2023-01-07T05:30:38.502Z||main|||||INFO|500||Starting service [Tomcat]
2023-01-07T05:30:38.502Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2023-01-07T05:30:38.612Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2023-01-07T05:30:42.667Z||main|||||INFO|500||catdb-pool - Starting...
2023-01-07T05:30:43.056Z||main|||||INFO|500||catdb-pool - Start completed.
2023-01-07T05:30:43.514Z||main|||||INFO|500||reqdb-pool - Starting...
2023-01-07T05:30:43.522Z||main|||||INFO|500||reqdb-pool - Start completed.
2023-01-07T05:30:43.635Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2023-01-07T05:30:43.875Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2023-01-07T05:30:44.459Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2023-01-07T05:30:46.170Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-01-07T05:30:48.436Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-01-07T05:30:48.497Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2023-01-07T05:30:49.099Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-01-07T05:30:49.326Z||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.
2023-01-07T05:30:50.432Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-01-07T05:30:51.445Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2023-01-07T05:30:51.463Z||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$$30e71889.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)
2023-01-07T05:30:51.464Z||main|||||WARN|500||The sdc end point is not alive
2023-01-07T05:30:54.323Z||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
2023-01-07T05:30:56.921Z||main|||||WARN|500||---
2023-01-07T05:30:56.922Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2023-01-07T05:30:56.922Z||main|||||WARN|500||---
2023-01-07T05:30:57.370Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2023-01-07T05:31:01.973Z||main|||||INFO|500||Started Application in 38.258 seconds (JVM running for 40.42)
2023-01-07T05:31:01.989Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-01-07T05:31:02.004Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-01-07T05:31:02.016Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-01-07T05:31:02.064Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2023-01-07T05:31:02.105Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 6c976dbe-239e-4c0d-a9bd-d7023ebeff8a url= /sdc/v1/artifactTypes
2023-01-07T05:31:02.106Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2023-01-07T05:31:02.353Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-01-07T05:31:02.376Z||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
2023-01-07T05:31:02.397Z||scheduling-1|||||DEBUG|500||create keys
2023-01-07T05:31:02.405Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2023-01-07T05:31:02.456Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T05:31:02.473Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= f96074de-bfbd-43e8-a4c3-f20cf886fa70 url= /sdc/v1/registerForDistribution
2023-01-07T05:31:02.602Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= f96074de-bfbd-43e8-a4c3-f20cf886fa70 url= /sdc/v1/registerForDistribution
2023-01-07T05:31:02.602Z||scheduling-1|||||INFO|500||start DistributionClient
2023-01-07T05:31:02.613Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:31:02.613Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:31:02.626Z||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.
2023-01-07T05:31:02.626Z||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.
2023-01-07T05:31:02.626Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T05:31:02.629Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2023-01-07T05:31:02.629Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T05:31:13.116Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T05:31:13.147Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T05:32:02.610Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:32:02.611Z||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.
2023-01-07T05:32:02.611Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T05:32:02.613Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:32:02.615Z||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.
2023-01-07T05:32:02.618Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T05:32:12.169Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T05:32:12.177Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T05:33:02.613Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:33:02.613Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:33:02.616Z||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.
2023-01-07T05:33:02.616Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T05:33:02.616Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T05:33:02.616Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 3qjjno0LHPO6nyxS) ...
2023-01-07T05:33:12.193Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T05:33:12.193Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T05:34:02.610Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:34:02.611Z||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.
2023-01-07T05:34:02.611Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T05:34:02.613Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:34:02.614Z||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.
2023-01-07T05:34:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T05:34:12.170Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T05:34:12.173Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T05:35:02.610Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:35:02.611Z||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.
2023-01-07T05:35:02.611Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T05:35:02.613Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:35:02.614Z||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.
2023-01-07T05:35:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T05:35:12.177Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T05:35:12.192Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T05:36:02.610Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:36:02.611Z||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.
2023-01-07T05:36:02.611Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T05:36:02.613Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:36:02.614Z||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.
2023-01-07T05:36:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T05:36:12.168Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T05:36:12.196Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T05:37:02.611Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:37:02.613Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:37:02.615Z||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.
2023-01-07T05:37:02.615Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T05:37:02.617Z||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.
2023-01-07T05:37:02.617Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T05:37:12.165Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T05:37:12.168Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T05:38:02.610Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:38:02.611Z||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.
2023-01-07T05:38:02.611Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T05:38:02.613Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:38:02.614Z||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.
2023-01-07T05:38:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T05:38:12.171Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T05:38:12.175Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T05:39:02.610Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:39:02.613Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:39:02.614Z||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.
2023-01-07T05:39:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T05:39:02.614Z||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.
2023-01-07T05:39:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T05:39:12.169Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T05:39:12.175Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T05:40:02.610Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:40:02.611Z||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.
2023-01-07T05:40:02.612Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T05:40:02.613Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:40:02.614Z||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.
2023-01-07T05:40:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T05:40:12.166Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T05:40:12.184Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T05:40:57.931Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2023-01-07T05:41:02.610Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:41:02.611Z||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.
2023-01-07T05:41:02.611Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T05:41:02.613Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:41:02.614Z||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.
2023-01-07T05:41:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T05:41:12.162Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T05:41:12.166Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T05:42:02.610Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:42:02.611Z||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.
2023-01-07T05:42:02.611Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T05:42:02.613Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:42:02.614Z||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.
2023-01-07T05:42:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T05:42:12.184Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T05:42:12.184Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T05:43:02.610Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:43:02.611Z||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.
2023-01-07T05:43:02.611Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T05:43:02.613Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:43:02.614Z||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.
2023-01-07T05:43:02.615Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T05:43:12.159Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T05:43:12.162Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T05:44:02.610Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:44:02.612Z||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.
2023-01-07T05:44:02.613Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T05:44:02.613Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:44:02.614Z||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.
2023-01-07T05:44:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T05:44:12.168Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T05:44:12.182Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T05:45:02.610Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:45:02.611Z||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.
2023-01-07T05:45:02.611Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T05:45:02.613Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:45:02.614Z||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.
2023-01-07T05:45:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T05:45:12.164Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T05:45:12.165Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T05:46:02.610Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:46:02.611Z||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.
2023-01-07T05:46:02.611Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T05:46:02.613Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:46:02.614Z||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.
2023-01-07T05:46:02.615Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T05:46:12.157Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T05:46:12.178Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T05:47:02.610Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:47:02.611Z||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.
2023-01-07T05:47:02.611Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T05:47:02.613Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:47:02.614Z||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.
2023-01-07T05:47:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T05:47:12.176Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T05:47:12.176Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T05:48:02.610Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:48:02.611Z||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.
2023-01-07T05:48:02.611Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T05:48:02.613Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:48:02.614Z||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.
2023-01-07T05:48:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T05:48:12.156Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T05:48:12.184Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T05:49:02.610Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:49:02.611Z||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.
2023-01-07T05:49:02.611Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T05:49:02.613Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:49:02.614Z||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.
2023-01-07T05:49:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T05:49:12.161Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T05:49:12.166Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T05:50:02.610Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:50:02.611Z||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.
2023-01-07T05:50:02.611Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T05:50:02.613Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:50:02.614Z||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.
2023-01-07T05:50:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T05:50:12.168Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T05:50:12.169Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T05:51:02.610Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:51:02.612Z||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.
2023-01-07T05:51:02.613Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T05:51:02.613Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:51:02.614Z||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.
2023-01-07T05:51:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T05:51:12.164Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T05:51:12.165Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T05:52:02.610Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:52:02.611Z||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.
2023-01-07T05:52:02.611Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T05:52:02.613Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:52:02.614Z||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.
2023-01-07T05:52:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T05:52:12.175Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T05:52:12.175Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T05:53:02.610Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:53:02.611Z||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.
2023-01-07T05:53:02.611Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T05:53:02.613Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:53:02.614Z||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.
2023-01-07T05:53:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T05:53:12.166Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T05:53:12.173Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T05:54:02.610Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:54:02.611Z||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.
2023-01-07T05:54:02.611Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T05:54:02.613Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:54:02.614Z||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.
2023-01-07T05:54:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T05:54:12.172Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T05:54:12.175Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T05:55:02.610Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:55:02.611Z||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.
2023-01-07T05:55:02.611Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T05:55:02.613Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:55:02.614Z||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.
2023-01-07T05:55:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T05:55:12.168Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T05:55:12.169Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T05:56:02.610Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:56:02.611Z||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.
2023-01-07T05:56:02.611Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T05:56:02.613Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:56:02.614Z||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.
2023-01-07T05:56:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T05:56:12.157Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T05:56:12.158Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T05:57:02.610Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:57:02.611Z||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.
2023-01-07T05:57:02.612Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T05:57:02.613Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:57:02.614Z||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.
2023-01-07T05:57:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T05:57:12.166Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T05:57:12.203Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T05:58:02.610Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:58:02.613Z||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.
2023-01-07T05:58:02.613Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T05:58:02.613Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:58:02.614Z||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.
2023-01-07T05:58:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T05:58:12.167Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T05:58:12.170Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T05:59:02.610Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:59:02.611Z||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.
2023-01-07T05:59:02.611Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T05:59:02.613Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T05:59:02.614Z||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.
2023-01-07T05:59:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T05:59:12.176Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T05:59:12.181Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:00:02.610Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:00:02.611Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T06:00:02.612Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 3qjjno0LHPO6nyxS) ...
2023-01-07T06:00:02.614Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:00:02.616Z||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.
2023-01-07T06:00:02.616Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T06:00:12.157Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:00:12.164Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:01:02.610Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:01:02.611Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T06:01:02.611Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 3qjjno0LHPO6nyxS) ...
2023-01-07T06:01:02.613Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:01:02.614Z||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.
2023-01-07T06:01:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T06:01:12.159Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:01:12.164Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:02:02.610Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:02:02.611Z||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.
2023-01-07T06:02:02.611Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T06:02:02.613Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:02:02.614Z||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.
2023-01-07T06:02:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T06:02:12.156Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:02:12.158Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:03:02.610Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:03:02.611Z||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.
2023-01-07T06:03:02.611Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T06:03:02.613Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:03:02.614Z||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.
2023-01-07T06:03:02.615Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T06:03:12.169Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:03:12.212Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:04:02.610Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:04:02.611Z||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.
2023-01-07T06:04:02.611Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T06:04:02.613Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:04:02.614Z||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.
2023-01-07T06:04:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T06:04:12.186Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:04:12.193Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:05:02.610Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:05:02.612Z||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.
2023-01-07T06:05:02.613Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T06:05:02.613Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:05:02.614Z||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.
2023-01-07T06:05:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T06:05:12.197Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:05:12.205Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:06:02.610Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:06:02.611Z||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.
2023-01-07T06:06:02.611Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T06:06:02.613Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:06:02.614Z||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.
2023-01-07T06:06:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T06:06:12.159Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:06:12.164Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:07:02.610Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:07:02.611Z||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.
2023-01-07T06:07:02.611Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T06:07:02.613Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:07:02.614Z||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.
2023-01-07T06:07:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T06:07:12.205Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:07:12.244Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:08:02.610Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:08:02.611Z||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.
2023-01-07T06:08:02.611Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T06:08:02.613Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:08:02.614Z||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.
2023-01-07T06:08:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T06:08:12.176Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:08:12.194Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:09:02.610Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:09:02.611Z||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.
2023-01-07T06:09:02.611Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T06:09:02.613Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:09:02.614Z||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.
2023-01-07T06:09:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T06:09:12.173Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:09:12.184Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:10:02.610Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:10:02.613Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:10:02.614Z||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.
2023-01-07T06:10:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T06:10:02.614Z||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.
2023-01-07T06:10:02.615Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T06:10:12.165Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:10:12.176Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:11:02.610Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:11:02.611Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T06:11:02.611Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 3qjjno0LHPO6nyxS) ...
2023-01-07T06:11:02.613Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:11:02.614Z||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.
2023-01-07T06:11:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T06:11:12.169Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:11:12.172Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:12:02.610Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:12:02.611Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T06:12:02.611Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 3qjjno0LHPO6nyxS) ...
2023-01-07T06:12:02.613Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:12:02.614Z||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.
2023-01-07T06:12:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T06:12:12.171Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:12:12.194Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:13:02.610Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:13:02.611Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T06:13:02.611Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 3qjjno0LHPO6nyxS) ...
2023-01-07T06:13:02.613Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:13:02.614Z||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.
2023-01-07T06:13:02.615Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T06:13:12.185Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:13:12.247Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:14:02.610Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:14:02.611Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T06:14:02.611Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 3qjjno0LHPO6nyxS) ...
2023-01-07T06:14:02.613Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:14:02.614Z||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.
2023-01-07T06:14:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T06:14:12.185Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:14:12.189Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:15:02.610Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:15:02.611Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T06:15:02.611Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 3qjjno0LHPO6nyxS) ...
2023-01-07T06:15:02.613Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:15:02.614Z||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.
2023-01-07T06:15:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T06:15:12.180Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:15:12.192Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:16:02.610Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:16:02.612Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T06:16:02.612Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 3qjjno0LHPO6nyxS) ...
2023-01-07T06:16:02.613Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:16:02.614Z||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.
2023-01-07T06:16:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T06:16:12.181Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:16:12.224Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:17:02.610Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:17:02.611Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T06:17:02.611Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 3qjjno0LHPO6nyxS) ...
2023-01-07T06:17:02.613Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:17:02.614Z||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.
2023-01-07T06:17:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T06:17:12.165Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:17:12.177Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:18:02.610Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:18:02.611Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T06:18:02.611Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 3qjjno0LHPO6nyxS) ...
2023-01-07T06:18:02.613Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:18:02.614Z||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.
2023-01-07T06:18:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T06:18:12.218Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:18:12.219Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:19:02.610Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:19:02.611Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T06:19:02.611Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 3qjjno0LHPO6nyxS) ...
2023-01-07T06:19:02.613Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:19:02.614Z||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.
2023-01-07T06:19:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T06:19:12.184Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:19:12.204Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:20:02.610Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:20:02.611Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T06:20:02.611Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 3qjjno0LHPO6nyxS) ...
2023-01-07T06:20:02.613Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:20:02.614Z||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.
2023-01-07T06:20:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T06:20:12.235Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:20:12.251Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:21:02.610Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:21:02.611Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T06:21:02.611Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 3qjjno0LHPO6nyxS) ...
2023-01-07T06:21:02.613Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:21:02.614Z||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.
2023-01-07T06:21:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T06:21:12.203Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:21:12.213Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:22:02.610Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:22:02.611Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T06:22:02.611Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 3qjjno0LHPO6nyxS) ...
2023-01-07T06:22:02.613Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:22:02.614Z||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.
2023-01-07T06:22:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T06:22:12.182Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:22:12.263Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:23:02.610Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:23:02.612Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T06:23:02.612Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 3qjjno0LHPO6nyxS) ...
2023-01-07T06:23:02.613Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:23:02.614Z||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.
2023-01-07T06:23:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T06:23:12.205Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:23:12.217Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:24:02.610Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:24:02.611Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T06:24:02.611Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 3qjjno0LHPO6nyxS) ...
2023-01-07T06:24:02.613Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:24:02.613Z||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.
2023-01-07T06:24:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T06:24:12.199Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:24:12.208Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:25:02.610Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:25:02.611Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T06:25:02.611Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 3qjjno0LHPO6nyxS) ...
2023-01-07T06:25:02.613Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:25:02.614Z||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.
2023-01-07T06:25:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T06:25:12.196Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:25:12.253Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:26:02.610Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:26:02.611Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T06:26:02.611Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 3qjjno0LHPO6nyxS) ...
2023-01-07T06:26:02.613Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:26:02.614Z||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.
2023-01-07T06:26:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T06:26:12.178Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:26:12.231Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:27:02.610Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:27:02.611Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T06:27:02.612Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 3qjjno0LHPO6nyxS) ...
2023-01-07T06:27:02.613Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:27:02.614Z||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.
2023-01-07T06:27:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T06:27:12.179Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:27:12.183Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:28:02.610Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:28:02.611Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T06:28:02.611Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 3qjjno0LHPO6nyxS) ...
2023-01-07T06:28:02.613Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:28:02.614Z||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.
2023-01-07T06:28:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T06:28:12.192Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:28:12.201Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:29:02.610Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:29:02.612Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T06:29:02.613Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 3qjjno0LHPO6nyxS) ...
2023-01-07T06:29:02.613Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:29:02.614Z||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.
2023-01-07T06:29:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T06:29:12.179Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:29:12.188Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:30:02.610Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:30:02.611Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T06:30:02.611Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 3qjjno0LHPO6nyxS) ...
2023-01-07T06:30:02.613Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:30:02.614Z||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.
2023-01-07T06:30:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T06:30:12.179Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:30:12.196Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:31:02.610Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:31:02.611Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T06:31:02.611Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 3qjjno0LHPO6nyxS) ...
2023-01-07T06:31:02.613Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:31:02.614Z||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.
2023-01-07T06:31:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T06:31:12.187Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:31:12.195Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:32:02.610Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:32:02.611Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T06:32:02.611Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 3qjjno0LHPO6nyxS) ...
2023-01-07T06:32:02.613Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:32:02.613Z||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.
2023-01-07T06:32:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T06:32:12.173Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:32:12.179Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:33:02.610Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:33:02.611Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T06:33:02.612Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 3qjjno0LHPO6nyxS) ...
2023-01-07T06:33:02.613Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:33:02.613Z||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.
2023-01-07T06:33:02.613Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T06:33:12.176Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:33:12.179Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:34:02.610Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:34:02.611Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T06:34:02.611Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 3qjjno0LHPO6nyxS) ...
2023-01-07T06:34:02.613Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:34:02.614Z||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.
2023-01-07T06:34:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T06:34:12.198Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:34:12.204Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:35:02.610Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:35:02.613Z||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.
2023-01-07T06:35:02.613Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T06:35:02.613Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:35:02.614Z||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.
2023-01-07T06:35:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T06:35:03.249Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:35:03.254Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:35:03.255Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9",
"consumerID": "aai-model-loader",
"timestamp": 1673073269192,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230107063314/1.0/resourceInstances/vfwd1559833970a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-07T06:35:03.264Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:35:03.265Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T06:35:03.265Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9","serviceName":"vFW 2023-01-07 06-33-14","serviceVersion":"1.0","serviceUUID":"cf5007f8-d0dd-4942-a9ef-8185a805caaa","serviceDescription":"catalog service description","serviceInvariantUUID":"361d42bf-ce1b-4fd0-847f-9e93f6c88e54","resources":[{"resourceInstanceName":"vFW d1559833-970a 0","resourceName":"vFW d1559833-970a","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"14018fb2-282f-4108-ba09-c9396b7bede6","resourceInvariantUUID":"b6590d5a-f748-4805-a68a-8e83fa4b896d","resourceCustomizationUUID":"bf76b2a8-92eb-45b2-95d5-3335b85550a5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230107063314/1.0/resourceInstances/vfwd1559833970a0/artifacts/vf-license-model.xml","artifactChecksum":"NGI1NTAxZDU3ODJkYWYxMTE4MjlhZTE1M2I2MzcxZTY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b5ae4930-2b93-4be6-b068-a911933559db","artifactVersion":"1"},{"artifactName":"vfwd1559833970a0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230107063314/1.0/resourceInstances/vfwd1559833970a0/artifacts/vfwd1559833970a0_modules.json","artifactChecksum":"ZGNkYjBiMjYxZGJhYWYwYzI1YjM2YjZlZWY1OGM3ZmQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"84762e90-170b-481f-91e6-3a380477a33c","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230107063314/1.0/resourceInstances/vfwd1559833970a0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"9cafa92e-e1c3-4e1f-b942-a660d540fac4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230107063314/1.0/resourceInstances/vfwd1559833970a0/artifacts/vendor-license-model.xml","artifactChecksum":"NWE0YjM0ZTA4OTg1ZTdlNmU2MWM2MzM5ZDk1ZWQ4NTQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"85b58ce4-a3bd-4d5f-9dc8-27fccbe67b33","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230107063314/1.0/resourceInstances/vfwd1559833970a0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a5d62997-6b67-4a84-9aa9-adedf007d2f4","artifactVersion":"2","generatedFromUUID":"9cafa92e-e1c3-4e1f-b942-a660d540fac4"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230107063314-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230107063314/1.0/artifacts/service-Vfw20230107063314-template.yml","artifactChecksum":"OTcxZWM5Yzk5NjgwMmU1ODRiMzAyZTViZTViNzIxMTk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"32505403-be01-4004-9de3-1c6f49c5676f","artifactVersion":"1"},{"artifactName":"service-Vfw20230107063314-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230107063314/1.0/artifacts/service-Vfw20230107063314-csar.csar","artifactChecksum":"YmY4MzQ1NWVhMDgxNGUzNzI0YzJjZmM0OGEzNTI4Mjk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d0d363ed-2fe0-4f7a-a8e9-0910cf003662","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-07T06:35:03.289Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-07T06:35:03.298Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-07T06:35:03.298Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:35:03.298Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9",
"consumerID": "cds-sdc-listener",
"timestamp": 1673073240132,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230107063314/1.0/resourceInstances/vfwd1559833970a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-07T06:35:03.298Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-07T06:35:03.298Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:35:03.299Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9",
"consumerID": "multicloud-k8s",
"timestamp": 1673073247411,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230107063314/1.0/resourceInstances/vfwd1559833970a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-07T06:35:03.299Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-07T06:35:03.299Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:35:03.299Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9",
"consumerID": "ves-openapi-manager",
"timestamp": 1673073265128,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230107063314/1.0/resourceInstances/vfwd1559833970a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-07T06:35:03.299Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-07T06:35:03.300Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-07T06:35:03.300Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:35:03.300Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673073265573,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230107063314/1.0/resourceInstances/vfwd1559833970a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-07T06:35:03.300Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-07T06:35:03.300Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:35:03.300Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9",
"consumerID": "cds-sdc-listener",
"timestamp": 1673073240132,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230107063314/1.0/resourceInstances/vfwd1559833970a0/artifacts/vfwd1559833970a0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-07T06:35:03.301Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-07T06:35:03.301Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:35:03.301Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9",
"consumerID": "multicloud-k8s",
"timestamp": 1673073247411,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230107063314/1.0/resourceInstances/vfwd1559833970a0/artifacts/vfwd1559833970a0_modules.json",
"status": "NOTIFIED"
}
2023-01-07T06:35:03.301Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-07T06:35:03.301Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:35:03.301Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9",
"consumerID": "aai-model-loader",
"timestamp": 1673073269192,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230107063314/1.0/resourceInstances/vfwd1559833970a0/artifacts/vfwd1559833970a0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-07T06:35:03.302Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-07T06:35:03.302Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:35:03.302Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9",
"consumerID": "ves-openapi-manager",
"timestamp": 1673073265128,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230107063314/1.0/resourceInstances/vfwd1559833970a0/artifacts/vfwd1559833970a0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-07T06:35:03.302Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-07T06:35:03.302Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:35:03.302Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673073265573,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230107063314/1.0/resourceInstances/vfwd1559833970a0/artifacts/vfwd1559833970a0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-07T06:35:03.302Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-07T06:35:03.303Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:35:03.303Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9",
"consumerID": "cds-sdc-listener",
"timestamp": 1673073240132,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230107063314/1.0/resourceInstances/vfwd1559833970a0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-07T06:35:03.303Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-07T06:35:03.303Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:35:03.303Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9",
"consumerID": "multicloud-k8s",
"timestamp": 1673073247411,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230107063314/1.0/resourceInstances/vfwd1559833970a0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2023-01-07T06:35:03.303Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-07T06:35:03.303Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:35:03.304Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9",
"consumerID": "aai-model-loader",
"timestamp": 1673073269192,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230107063314/1.0/resourceInstances/vfwd1559833970a0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-07T06:35:03.304Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-07T06:35:03.304Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:35:03.304Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9",
"consumerID": "ves-openapi-manager",
"timestamp": 1673073265128,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230107063314/1.0/resourceInstances/vfwd1559833970a0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-07T06:35:03.304Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-07T06:35:03.304Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:35:03.305Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673073265573,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230107063314/1.0/resourceInstances/vfwd1559833970a0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-07T06:35:03.305Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-07T06:35:03.305Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:35:03.305Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9",
"consumerID": "cds-sdc-listener",
"timestamp": 1673073240132,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230107063314/1.0/resourceInstances/vfwd1559833970a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-07T06:35:03.306Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-07T06:35:03.306Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:35:03.306Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9",
"consumerID": "multicloud-k8s",
"timestamp": 1673073247411,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230107063314/1.0/resourceInstances/vfwd1559833970a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-07T06:35:03.307Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-07T06:35:03.307Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:35:03.307Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9",
"consumerID": "aai-model-loader",
"timestamp": 1673073269192,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230107063314/1.0/resourceInstances/vfwd1559833970a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-07T06:35:03.307Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-07T06:35:03.307Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:35:03.307Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9",
"consumerID": "ves-openapi-manager",
"timestamp": 1673073265128,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230107063314/1.0/resourceInstances/vfwd1559833970a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-07T06:35:03.307Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-07T06:35:03.307Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:35:03.307Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673073265573,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230107063314/1.0/resourceInstances/vfwd1559833970a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-07T06:35:03.308Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-07T06:35:03.308Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:35:03.308Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9",
"consumerID": "cds-sdc-listener",
"timestamp": 1673073240132,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230107063314/1.0/resourceInstances/vfwd1559833970a0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-01-07T06:35:03.309Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-07T06:35:03.309Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:35:03.309Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9",
"consumerID": "multicloud-k8s",
"timestamp": 1673073247411,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230107063314/1.0/resourceInstances/vfwd1559833970a0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2023-01-07T06:35:03.310Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-07T06:35:03.310Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:35:03.310Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9",
"consumerID": "aai-model-loader",
"timestamp": 1673073269192,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230107063314/1.0/resourceInstances/vfwd1559833970a0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-01-07T06:35:03.311Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-07T06:35:03.311Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:35:03.311Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9",
"consumerID": "ves-openapi-manager",
"timestamp": 1673073265128,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230107063314/1.0/resourceInstances/vfwd1559833970a0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-01-07T06:35:03.312Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-07T06:35:03.312Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:35:03.312Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673073265573,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230107063314/1.0/resourceInstances/vfwd1559833970a0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-01-07T06:35:03.312Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-07T06:35:03.312Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:35:03.312Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9",
"consumerID": "cds-sdc-listener",
"timestamp": 1673073240132,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230107063314/1.0/artifacts/service-Vfw20230107063314-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-07T06:35:03.314Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-07T06:35:03.314Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:35:03.314Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9",
"consumerID": "aai-model-loader",
"timestamp": 1673073269192,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230107063314/1.0/artifacts/service-Vfw20230107063314-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-07T06:35:03.315Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-07T06:35:03.315Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:35:03.315Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9",
"consumerID": "multicloud-k8s",
"timestamp": 1673073247411,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230107063314/1.0/artifacts/service-Vfw20230107063314-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-07T06:35:03.315Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-07T06:35:03.315Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:35:03.315Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T06:35:03.316Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9",
"consumerID": "ves-openapi-manager",
"timestamp": 1673073265128,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230107063314/1.0/artifacts/service-Vfw20230107063314-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-07T06:35:03.316Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673073302610,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230107063314/1.0/resourceInstances/vfwd1559833970a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-07T06:35:03.316Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-07T06:35:03.316Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:35:03.316Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673073265573,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230107063314/1.0/artifacts/service-Vfw20230107063314-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-07T06:35:03.317Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-07T06:35:03.317Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:35:03.317Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9",
"consumerID": "cds-sdc-listener",
"timestamp": 1673073240132,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230107063314/1.0/artifacts/service-Vfw20230107063314-csar.csar",
"status": "NOTIFIED"
}
2023-01-07T06:35:03.317Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-07T06:35:03.317Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:35:03.317Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9",
"consumerID": "multicloud-k8s",
"timestamp": 1673073247411,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230107063314/1.0/artifacts/service-Vfw20230107063314-csar.csar",
"status": "NOTIFIED"
}
2023-01-07T06:35:03.318Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-07T06:35:03.318Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:35:03.318Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9",
"consumerID": "aai-model-loader",
"timestamp": 1673073269192,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230107063314/1.0/artifacts/service-Vfw20230107063314-csar.csar",
"status": "NOTIFIED"
}
2023-01-07T06:35:03.318Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-07T06:35:03.318Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:35:03.318Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9",
"consumerID": "ves-openapi-manager",
"timestamp": 1673073265128,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230107063314/1.0/artifacts/service-Vfw20230107063314-csar.csar",
"status": "NOT_NOTIFIED"
}
2023-01-07T06:35:03.319Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-07T06:35:03.319Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:35:03.319Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673073265573,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230107063314/1.0/artifacts/service-Vfw20230107063314-csar.csar",
"status": "NOTIFIED"
}
2023-01-07T06:35:03.319Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-07T06:35:03.320Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:35:03.320Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9",
"consumerID": "multicloud-k8s",
"timestamp": 1673073280180,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230107063314/1.0/resourceInstances/vfwd1559833970a0/artifacts/vfwd1559833970a0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-01-07T06:35:03.320Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T06:35:03.320Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:35:03.320Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9",
"consumerID": "cds-sdc-listener",
"timestamp": 1673073279633,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230107063314/1.0/artifacts/service-Vfw20230107063314-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-07T06:35:03.321Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T06:35:03.321Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:35:03.321Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9",
"consumerID": "aai-model-loader",
"timestamp": 1673073280491,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230107063314/1.0/artifacts/service-Vfw20230107063314-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-07T06:35:03.321Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T06:35:03.322Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:35:03.322Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673073281391,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230107063314/1.0/artifacts/service-Vfw20230107063314-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-07T06:35:03.322Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T06:35:03.322Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:35:03.322Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9",
"consumerID": "cds-sdc-listener",
"timestamp": 1673073280650,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230107063314/1.0/artifacts/service-Vfw20230107063314-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=?
2023-01-07T06:35:03.418Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2023-01-07T06:35:03.421Z||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.
2023-01-07T06:35:03.422Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3qjjno0LHPO6nyxS) ...
2023-01-07T06:35:03.435Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:35:03.436Z||pool-3-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-01-07T06:35:03.557Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9
2023-01-07T06:35:03.575Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9 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 (?, ?, ?, ?, ?)
2023-01-07T06:35:03.598Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:35:03.598Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9",
"consumerID": "multicloud-k8s",
"timestamp": 1673073281259,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230107063314/1.0/resourceInstances/vfwd1559833970a0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2023-01-07T06:35:03.598Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T06:35:03.599Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:35:03.599Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9",
"consumerID": "multicloud-k8s",
"timestamp": 1673073282331,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230107063314/1.0/resourceInstances/vfwd1559833970a0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2023-01-07T06:35:03.599Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T06:35:03.599Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:35:03.599Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9",
"consumerID": "multicloud-k8s",
"timestamp": 1673073283438,
"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=?
2023-01-07T06:35:03.614Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9
2023-01-07T06:35:03.614Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9 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 (?, ?, ?, ?, ?)
2023-01-07T06:35:03.623Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:35:03.624Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9",
"consumerID": "multicloud-k8s",
"timestamp": 1673073284441,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230107063314/1.0/resourceInstances/vfwd1559833970a0/artifacts/vfwd1559833970a0_modules.json",
"status": "DEPLOY_OK"
}
2023-01-07T06:35:03.624Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T06:35:03.624Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:35:03.624Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673073288254,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230107063314/1.0/artifacts/service-Vfw20230107063314-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-07T06:35:03.625Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T06:35:03.625Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:35:03.625Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673073289259,
"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=?
2023-01-07T06:35:03.630Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9
2023-01-07T06:35:03.630Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9 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 (?, ?, ?, ?, ?)
2023-01-07T06:35:03.640Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:35:03.640Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9",
"consumerID": "aai-model-loader",
"timestamp": 1673073298145,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230107063314/1.0/artifacts/service-Vfw20230107063314-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-07T06:35:03.640Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T06:35:03.641Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:35:03.641Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9",
"consumerID": "aai-model-loader",
"timestamp": 1673073299149,
"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=?
2023-01-07T06:35:03.646Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9
2023-01-07T06:35:03.646Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9 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 (?, ?, ?, ?, ?)
2023-01-07T06:35:04.326Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-07T06:35:04.326Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-07T06:35:04.329Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T06:35:04.329Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673073302610,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230107063314/1.0/resourceInstances/vfwd1559833970a0/artifacts/vfwd1559833970a0_modules.json",
"status": "NOTIFIED"
}
2023-01-07T06:35:04.429Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-07T06:35:04.430Z||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.
2023-01-07T06:35:04.430Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3qjjno0LHPO6nyxS) ...
2023-01-07T06:35:04.442Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:35:04.442Z||pool-4-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2023-01-07T06:35:05.333Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-07T06:35:05.334Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-07T06:35:05.337Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T06:35:05.337Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673073302610,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230107063314/1.0/resourceInstances/vfwd1559833970a0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2023-01-07T06:35:05.437Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-07T06:35:05.439Z||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.
2023-01-07T06:35:05.439Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3qjjno0LHPO6nyxS) ...
2023-01-07T06:35:05.458Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:35:05.458Z||pool-5-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2023-01-07T06:35:06.338Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-07T06:35:06.339Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-07T06:35:06.341Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T06:35:06.341Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673073302610,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230107063314/1.0/resourceInstances/vfwd1559833970a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-07T06:35:06.442Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-07T06:35:06.443Z||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.
2023-01-07T06:35:06.443Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3qjjno0LHPO6nyxS) ...
2023-01-07T06:35:06.458Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:35:06.458Z||pool-6-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2023-01-07T06:35:07.343Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-07T06:35:07.344Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-07T06:35:07.346Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T06:35:07.347Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673073302610,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230107063314/1.0/resourceInstances/vfwd1559833970a0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2023-01-07T06:35:07.447Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-07T06:35:07.448Z||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.
2023-01-07T06:35:07.448Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3qjjno0LHPO6nyxS) ...
2023-01-07T06:35:07.463Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:35:07.464Z||pool-7-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2023-01-07T06:35:08.347Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-07T06:35:08.349Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-07T06:35:08.352Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T06:35:08.352Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673073302610,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230107063314/1.0/artifacts/service-Vfw20230107063314-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-07T06:35:08.452Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-07T06:35:08.453Z||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.
2023-01-07T06:35:08.453Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3qjjno0LHPO6nyxS) ...
2023-01-07T06:35:08.465Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:35:08.465Z||pool-8-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2023-01-07T06:35:09.353Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-07T06:35:09.354Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-07T06:35:09.356Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T06:35:09.356Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673073302610,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230107063314/1.0/artifacts/service-Vfw20230107063314-csar.csar",
"status": "NOTIFIED"
}
2023-01-07T06:35:09.456Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-07T06:35:09.457Z||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.
2023-01-07T06:35:09.457Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3qjjno0LHPO6nyxS) ...
2023-01-07T06:35:09.482Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:35:09.482Z||pool-9-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":2,"count":1}
2023-01-07T06:35:10.359Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
"distributionID": "e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9",
"serviceName": "vFW 2023-01-07 06-33-14",
"serviceVersion": "1.0",
"serviceUUID": "cf5007f8-d0dd-4942-a9ef-8185a805caaa",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "361d42bf-ce1b-4fd0-847f-9e93f6c88e54",
"resources": [
{
"resourceInstanceName": "vFW d1559833-970a 0",
"resourceCustomizationUUID": "bf76b2a8-92eb-45b2-95d5-3335b85550a5",
"resourceName": "vFW d1559833-970a",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "14018fb2-282f-4108-ba09-c9396b7bede6",
"resourceInvariantUUID": "b6590d5a-f748-4805-a68a-8e83fa4b896d",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwd1559833970a0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230107063314/1.0/resourceInstances/vfwd1559833970a0/artifacts/vfwd1559833970a0_modules.json",
"artifactChecksum": "ZGNkYjBiMjYxZGJhYWYwYzI1YjM2YjZlZWY1OGM3ZmQ\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "84762e90-170b-481f-91e6-3a380477a33c",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230107063314/1.0/resourceInstances/vfwd1559833970a0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "9cafa92e-e1c3-4e1f-b942-a660d540fac4",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230107063314/1.0/resourceInstances/vfwd1559833970a0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "a5d62997-6b67-4a84-9aa9-adedf007d2f4",
"generatedFromUUID": "9cafa92e-e1c3-4e1f-b942-a660d540fac4"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230107063314/1.0/resourceInstances/vfwd1559833970a0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "a5d62997-6b67-4a84-9aa9-adedf007d2f4",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20230107063314-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230107063314/1.0/artifacts/service-Vfw20230107063314-csar.csar",
"artifactChecksum": "YmY4MzQ1NWVhMDgxNGUzNzI0YzJjZmM0OGEzNTI4Mjk\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "d0d363ed-2fe0-4f7a-a8e9-0910cf003662"
}
],
"workloadContext": "Production"
}
2023-01-07T06:35:10.361Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-07T06:35:10.362Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 cf5007f8-d0dd-4942-a9ef-8185a805caaa ASDC
2023-01-07T06:35:10.561Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9
ServiceName:vFW 2023-01-07 06-33-14
ServiceVersion:1.0
ServiceUUID:cf5007f8-d0dd-4942-a9ef-8185a805caaa
ServiceInvariantUUID:361d42bf-ce1b-4fd0-847f-9e93f6c88e54
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230107063314-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230107063314/1.0/artifacts/service-Vfw20230107063314-csar.csar
ArtifactUUID:d0d363ed-2fe0-4f7a-a8e9-0910cf003662
ArtifactChecksum:YmY4MzQ1NWVhMDgxNGUzNzI0YzJjZmM0OGEzNTI4Mjk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW d1559833-970a 0
ResourceCustomizationUUID:bf76b2a8-92eb-45b2-95d5-3335b85550a5
ResourceInvariantUUID:b6590d5a-f748-4805-a68a-8e83fa4b896d
ResourceName:vFW d1559833-970a
ResourceType:VF
ResourceUUID:14018fb2-282f-4108-ba09-c9396b7bede6
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwd1559833970a0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230107063314/1.0/resourceInstances/vfwd1559833970a0/artifacts/vfwd1559833970a0_modules.json
ArtifactUUID:84762e90-170b-481f-91e6-3a380477a33c
ArtifactChecksum:ZGNkYjBiMjYxZGJhYWYwYzI1YjM2YjZlZWY1OGM3ZmQ=
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/Vfw20230107063314/1.0/resourceInstances/vfwd1559833970a0/artifacts/base_vfw.yaml
ArtifactUUID:9cafa92e-e1c3-4e1f-b942-a660d540fac4
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/Vfw20230107063314/1.0/resourceInstances/vfwd1559833970a0/artifacts/base_vfw.env
ArtifactUUID:a5d62997-6b67-4a84-9aa9-adedf007d2f4
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/Vfw20230107063314/1.0/resourceInstances/vfwd1559833970a0/artifacts/base_vfw.env
ArtifactUUID:a5d62997-6b67-4a84-9aa9-adedf007d2f4
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2023-01-07T06:35:10.563Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cf5007f8-d0dd-4942-a9ef-8185a805caaa 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=?
2023-01-07T06:35:10.616Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-07T06:35:10.617Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-01-07T06:35:10.618Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-01-07T06:35:10.618Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: d0d363ed-2fe0-4f7a-a8e9-0910cf003662 from URL: /sdc/v1/catalog/services/Vfw20230107063314/1.0/artifacts/service-Vfw20230107063314-csar.csar
2023-01-07T06:35:10.619Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-01-07T06:35:10.620Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230107063314/1.0/artifacts/service-Vfw20230107063314-csar.csar
2023-01-07T06:35:10.717Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-01-07T06:35:10.737Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230107063314/1.0/artifacts/service-Vfw20230107063314-csar.csar d0d363ed-2fe0-4f7a-a8e9-0910cf003662 101550
2023-01-07T06:35:10.739Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230107063314/1.0/artifacts/service-Vfw20230107063314-csar.csar ASDC sendASDCNotification
2023-01-07T06:35:10.739Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230107063314/1.0/artifacts/service-Vfw20230107063314-csar.csar
2023-01-07T06:35:10.740Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-07T06:35:10.741Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-07T06:35:10.743Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T06:35:10.743Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673073310737,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230107063314/1.0/artifacts/service-Vfw20230107063314-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-07T06:35:10.844Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-07T06:35:10.844Z||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.
2023-01-07T06:35:10.845Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3qjjno0LHPO6nyxS) ...
2023-01-07T06:35:10.902Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:35:10.902Z||pool-10-thread-1|||||INFO|500||cambria reply ok (58 ms):{"serverTimeMs":0,"count":1}
2023-01-07T06:35:11.744Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-07T06:35:11.746Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-01-07T06:35:11.746Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: d0d363ed-2fe0-4f7a-a8e9-0910cf003662, URL: /sdc/v1/catalog/services/Vfw20230107063314/1.0/artifacts/service-Vfw20230107063314-csar.csar to file: /app/ASDC/1/service-Vfw20230107063314-csar.csar
2023-01-07T06:35:11.747Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230107063314-csar.csar
2023-01-07T06:35:11.861Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230107063314-csar.csar
2023-01-07T06:35:11.861Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230107063314-csar.csar
2023-01-07T06:35:12.444Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6128096988952465209/Definitions/service-Vfw20230107063314-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
2023-01-07T06:35:15.319Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-07T06:35:15.325Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-01-07T06:35:15.325Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230107063314-csar.csar
2023-01-07T06:35:15.326Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-01-07T06:35:15.326Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230107063314-csar.csar
2023-01-07T06:35:15.326Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||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-Vfw20230107063314-csar.csar
2023-01-07T06:35:15.326Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||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-Vfw20230107063314-csar.csar
2023-01-07T06:35:15.326Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||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-Vfw20230107063314-csar.csar
2023-01-07T06:35:15.327Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230107063314-csar.csar
2023-01-07T06:35:15.327Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230107063314-csar.csar
2023-01-07T06:35:15.327Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||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-Vfw20230107063314-csar.csar
2023-01-07T06:35:15.327Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230107063314-csar.csar
2023-01-07T06:35:15.327Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230107063314-csar.csar
2023-01-07T06:35:15.328Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230107063314-csar.csar
2023-01-07T06:35:15.328Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW d1559833-970a 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-Vfw20230107063314-csar.csar
2023-01-07T06:35:15.328Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-01-07T06:35:15.334Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-07T06:35:15.336Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-01-07 06-33-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T06:35:15.340Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template vFW d1559833-970a 0 is matching search criteria
2023-01-07T06:35:15.340Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-01-07T06:35:15.342Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW d1559833-970a 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-07T06:35:15.344Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-07T06:35:15.344Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-01-07 06-33-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T06:35:15.344Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template vFW d1559833-970a 0 is matching search criteria
2023-01-07T06:35:15.344Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-01-07T06:35:15.345Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW d1559833-970a 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-07T06:35:15.345Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-07T06:35:15.345Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-01-07 06-33-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T06:35:15.348Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-07T06:35:15.349Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template vFW d1559833-970a 0 is not matching search criteria
2023-01-07T06:35:15.349Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-07T06:35:15.349Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-07T06:35:15.349Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-07T06:35:15.350Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-07T06:35:15.350Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-07T06:35:15.350Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-07T06:35:15.350Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-07T06:35:15.351Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-07T06:35:15.351Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-07T06:35:15.351Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-07T06:35:15.351Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-07T06:35:15.352Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-07T06:35:15.352Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-07T06:35:15.352Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-07T06:35:15.352Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-07T06:35:15.352Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-01-07T06:35:15.353Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-07T06:35:15.353Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-01-07 06-33-14 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-07T06:35:15.354Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-07T06:35:15.354Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template vFW d1559833-970a 0 is matching search criteria
2023-01-07T06:35:15.355Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW d1559833-970a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-07T06:35:15.355Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-07T06:35:15.355Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template vFW d1559833-970a 0 is matching search criteria
2023-01-07T06:35:15.356Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW d1559833-970a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-07T06:35:15.356Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-07T06:35:15.356Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template vFW d1559833-970a 0 is matching search criteria
2023-01-07T06:35:15.356Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW d1559833-970a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-07T06:35:15.357Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-07T06:35:15.357Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template vFW d1559833-970a 0 is not matching search criteria
2023-01-07T06:35:15.357Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-07T06:35:15.357Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-01-07T06:35:15.358Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-07T06:35:15.358Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-07T06:35:15.358Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-07T06:35:15.358Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-07T06:35:15.358Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-07T06:35:15.359Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-07T06:35:15.359Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-07T06:35:15.359Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-07T06:35:15.359Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-07T06:35:15.360Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=77910ad2-5df5-49d4-a8fe-cecdada6de9a
2023-01-07T06:35:15.360Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-07T06:35:15.360Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template vFW d1559833-970a 0 is not matching search criteria
2023-01-07T06:35:15.360Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-07T06:35:15.361Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-07T06:35:15.361Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-07T06:35:15.361Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-07T06:35:15.362Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-07T06:35:15.362Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-07T06:35:15.362Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-07T06:35:15.363Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-01-07T06:35:15.363Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-07T06:35:15.364Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-07T06:35:15.364Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-07T06:35:15.365Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-07T06:35:15.365Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=b722c26f-a812-4c9c-98ad-68bbcefc4c0d
2023-01-07T06:35:15.365Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-07T06:35:15.366Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template vFW d1559833-970a 0 is not matching search criteria
2023-01-07T06:35:15.366Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-07T06:35:15.366Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-07T06:35:15.366Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-07T06:35:15.367Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-07T06:35:15.367Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-07T06:35:15.367Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-07T06:35:15.367Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-07T06:35:15.367Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-07T06:35:15.368Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-07T06:35:15.368Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-07T06:35:15.368Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-07T06:35:15.368Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-01-07T06:35:15.369Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=7706b566-52f7-4284-a2ea-a7e48aecc1af
2023-01-07T06:35:15.369Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-07T06:35:15.369Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-01-07 06-33-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T06:35:15.369Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-07T06:35:15.370Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-01-07 06-33-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T06:35:15.370Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-07T06:35:15.370Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-01-07 06-33-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T06:35:15.370Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-07T06:35:15.371Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-01-07 06-33-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T06:35:15.371Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2023-01-07 06-33-14
Description:catalog service description
Model UUID:cf5007f8-d0dd-4942-a9ef-8185a805caaa
Model Version:NULL
Model InvariantUuid:361d42bf-ce1b-4fd0-847f-9e93f6c88e54
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW d1559833-970a
Model UUID:b22a67da-1de3-47cc-9766-26609eca2ddd
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:b6590d5a-f748-4805-a68a-8e83fa4b896d
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:bf76b2a8-92eb-45b2-95d5-3335b85550a5
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:b7387594-1ab8-4f82-949f-81355cb11c2d
ModelName:VfwD1559833970a..base_vfw..module-0
ModelUuid:7a4e2e97-af79-44b1-995c-197bede1a341
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:77910ad2-5df5-49d4-a8fe-cecdada6de9a
ModelInvariantUuid:4b77850b-c861-4a12-afa3-5a9d6eff5c4e
ModelName:vFW d1559833-970a-nodes.vfwCvfc
ModelUuid:082cce30-0954-4628-98f0-dd1531158f00
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:ac078f82-3709-43e2-b10c-0842bac7fc27
ModelInvariantUuid:f997c5ec-4052-4b97-be8d-22a1b497d772
ModelName:VfwD1559833970a.compute.nodes.heat.vfw
ModelUuid:ea441ce7-b414-47e7-a7e7-4a2801e8ca83
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:b722c26f-a812-4c9c-98ad-68bbcefc4c0d
ModelInvariantUuid:651849a1-c516-410a-b289-a2d2381917d6
ModelName:vFW d1559833-970a-nodes.vsnCvfc
ModelUuid:955afa74-4f5c-40e8-acad-f9ab4304862e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:147b0ba9-f65f-477f-aa88-accaf10bbd2f
ModelInvariantUuid:1ffacd0b-9e5e-43d5-a114-92bbd6414a2a
ModelName:VfwD1559833970a.compute.nodes.heat.vsn
ModelUuid:0ac7bdb1-ee74-47ea-9e04-e259b57ec0e2
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:7706b566-52f7-4284-a2ea-a7e48aecc1af
ModelInvariantUuid:e03bf7da-fe06-4a7e-947f-e8f8f3759d8f
ModelName:vFW d1559833-970a-nodes.vpgCvfc
ModelUuid:aa6e6082-8ecd-496e-b860-483b6448375b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:7639b215-2cf8-49c8-8c31-04c3cb8b508d
ModelInvariantUuid:d735cdb3-9089-46fd-b708-0b65bd2513a1
ModelName:VfwD1559833970a.compute.nodes.heat.vpg
ModelUuid:ce45d45f-7381-472d-aa59-31985cb5d0f5
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=?
2023-01-07T06:35:15.398Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 14018fb2-282f-4108-ba09-c9396b7bede6
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=?
2023-01-07T06:35:15.524Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||INFO|500||vFW d1559833-970a 0
2023-01-07T06:35:15.531Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 14018fb2-282f-4108-ba09-c9396b7bede6
2023-01-07T06:35:15.531Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 84762e90-170b-481f-91e6-3a380477a33c from URL: /sdc/v1/catalog/services/Vfw20230107063314/1.0/resourceInstances/vfwd1559833970a0/artifacts/vfwd1559833970a0_modules.json
2023-01-07T06:35:15.532Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-01-07T06:35:15.532Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230107063314/1.0/resourceInstances/vfwd1559833970a0/artifacts/vfwd1559833970a0_modules.json
2023-01-07T06:35:15.580Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-01-07T06:35:15.580Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230107063314/1.0/resourceInstances/vfwd1559833970a0/artifacts/vfwd1559833970a0_modules.json 84762e90-170b-481f-91e6-3a380477a33c 785
2023-01-07T06:35:15.581Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230107063314/1.0/resourceInstances/vfwd1559833970a0/artifacts/vfwd1559833970a0_modules.json ASDC sendASDCNotification
2023-01-07T06:35:15.581Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230107063314/1.0/resourceInstances/vfwd1559833970a0/artifacts/vfwd1559833970a0_modules.json
2023-01-07T06:35:15.581Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-07T06:35:15.581Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-07T06:35:15.584Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T06:35:15.584Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673073315581,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230107063314/1.0/resourceInstances/vfwd1559833970a0/artifacts/vfwd1559833970a0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-01-07T06:35:15.684Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-07T06:35:15.685Z||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.
2023-01-07T06:35:15.685Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3qjjno0LHPO6nyxS) ...
2023-01-07T06:35:15.701Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:35:15.702Z||pool-11-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2023-01-07T06:35:16.586Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwD1559833970a..base_vfw..module-0",
"vfModuleModelInvariantUUID": "b7387594-1ab8-4f82-949f-81355cb11c2d",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "7a4e2e97-af79-44b1-995c-197bede1a341",
"vfModuleModelCustomizationUUID": "c898a67c-c200-4f43-8ff0-6924973c5844",
"isBase": true,
"artifacts": [
"9cafa92e-e1c3-4e1f-b942-a660d540fac4",
"a5d62997-6b67-4a84-9aa9-adedf007d2f4"
],
"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": ""
}
}
]
2023-01-07T06:35:16.604Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwD1559833970a..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7a4e2e97-af79-44b1-995c-197bede1a341
VfModuleModelInvariantUUID:b7387594-1ab8-4f82-949f-81355cb11c2d
VfModuleModelDescription:NULL
Artifacts UUID List:{
9cafa92e-e1c3-4e1f-b942-a660d540fac4
,
a5d62997-6b67-4a84-9aa9-adedf007d2f4
}
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
}
2023-01-07T06:35:16.607Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwD1559833970a..base_vfw..module-0",
"vfModuleModelInvariantUUID": "b7387594-1ab8-4f82-949f-81355cb11c2d",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "7a4e2e97-af79-44b1-995c-197bede1a341",
"vfModuleModelCustomizationUUID": "c898a67c-c200-4f43-8ff0-6924973c5844",
"isBase": true,
"artifacts": [
"9cafa92e-e1c3-4e1f-b942-a660d540fac4",
"a5d62997-6b67-4a84-9aa9-adedf007d2f4"
],
"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": ""
}
}
]
2023-01-07T06:35:16.607Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwD1559833970a..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7a4e2e97-af79-44b1-995c-197bede1a341
VfModuleModelInvariantUUID:b7387594-1ab8-4f82-949f-81355cb11c2d
VfModuleModelDescription:NULL
Artifacts UUID List:{
9cafa92e-e1c3-4e1f-b942-a660d540fac4
,
a5d62997-6b67-4a84-9aa9-adedf007d2f4
}
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
}
2023-01-07T06:35:16.607Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 9cafa92e-e1c3-4e1f-b942-a660d540fac4 from URL: /sdc/v1/catalog/services/Vfw20230107063314/1.0/resourceInstances/vfwd1559833970a0/artifacts/base_vfw.yaml
2023-01-07T06:35:16.607Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-01-07T06:35:16.608Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230107063314/1.0/resourceInstances/vfwd1559833970a0/artifacts/base_vfw.yaml
2023-01-07T06:35:16.669Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-01-07T06:35:16.670Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230107063314/1.0/resourceInstances/vfwd1559833970a0/artifacts/base_vfw.yaml 9cafa92e-e1c3-4e1f-b942-a660d540fac4 20368
2023-01-07T06:35:16.670Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230107063314/1.0/resourceInstances/vfwd1559833970a0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-01-07T06:35:16.671Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230107063314/1.0/resourceInstances/vfwd1559833970a0/artifacts/base_vfw.yaml
2023-01-07T06:35:16.671Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-07T06:35:16.672Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-07T06:35:16.674Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T06:35:16.674Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673073316670,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230107063314/1.0/resourceInstances/vfwd1559833970a0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2023-01-07T06:35:16.774Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-07T06:35:16.776Z||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.
2023-01-07T06:35:16.776Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3qjjno0LHPO6nyxS) ...
2023-01-07T06:35:16.789Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:35:16.789Z||pool-12-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2023-01-07T06:35:17.675Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: a5d62997-6b67-4a84-9aa9-adedf007d2f4 from URL: /sdc/v1/catalog/services/Vfw20230107063314/1.0/resourceInstances/vfwd1559833970a0/artifacts/base_vfw.env
2023-01-07T06:35:17.676Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-01-07T06:35:17.676Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230107063314/1.0/resourceInstances/vfwd1559833970a0/artifacts/base_vfw.env
2023-01-07T06:35:17.749Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-01-07T06:35:17.750Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230107063314/1.0/resourceInstances/vfwd1559833970a0/artifacts/base_vfw.env a5d62997-6b67-4a84-9aa9-adedf007d2f4 2098
2023-01-07T06:35:17.750Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230107063314/1.0/resourceInstances/vfwd1559833970a0/artifacts/base_vfw.env ASDC sendASDCNotification
2023-01-07T06:35:17.750Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230107063314/1.0/resourceInstances/vfwd1559833970a0/artifacts/base_vfw.env
2023-01-07T06:35:17.750Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-07T06:35:17.751Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-07T06:35:17.753Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T06:35:17.754Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673073317750,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230107063314/1.0/resourceInstances/vfwd1559833970a0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2023-01-07T06:35:17.854Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-07T06:35:17.855Z||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.
2023-01-07T06:35:17.855Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3qjjno0LHPO6nyxS) ...
2023-01-07T06:35:17.869Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:35:17.869Z||pool-13-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2023-01-07T06:35:18.754Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: cf5007f8-d0dd-4942-a9ef-8185a805caaa
2023-01-07T06:35:18.755Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW d1559833-970a 0 14018fb2-282f-4108-ba09-c9396b7bede6 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=?
2023-01-07T06:35:18.799Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@381fbb90, org.onap.sdc.toscaparser.api.parameters.Input@ae25496, org.onap.sdc.toscaparser.api.parameters.Input@4b532404, org.onap.sdc.toscaparser.api.parameters.Input@37b66f42, org.onap.sdc.toscaparser.api.parameters.Input@7230811f]
2023-01-07T06:35:18.803Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-07T06:35:18.804Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-01-07 06-33-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T06:35:18.804Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic
2023-01-07T06:35:18.804Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= bf76b2a8-92eb-45b2-95d5-3335b85550a5
2023-01-07T06:35:18.804Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: bf76b2a8-92eb-45b2-95d5-3335b85550a5 matches Tosca VF Customization UUID: bf76b2a8-92eb-45b2-95d5-3335b85550a5
2023-01-07T06:35:18.805Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: bf76b2a8-92eb-45b2-95d5-3335b85550a5 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=?
2023-01-07T06:35:18.811Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-07T06:35:18.812Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-01-07 06-33-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T06:35:18.813Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id bf76b2a8-92eb-45b2-95d5-3335b85550a5: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-01-07T06:35:18.813Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7d711f7c
2023-01-07T06:35:18.813Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-07T06:35:18.813Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-01-07 06-33-14 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-07T06:35:18.814Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c898a67c-c200-4f43-8ff0-6924973c5844
2023-01-07T06:35:18.815Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c898a67c-c200-4f43-8ff0-6924973c5844
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=?
2023-01-07T06:35:18.821Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-07T06:35:18.821Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template vFW d1559833-970a 0 is matching search criteria
2023-01-07T06:35:18.822Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW d1559833-970a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-07T06:35:18.822Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-07T06:35:18.823Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template vFW d1559833-970a 0 is matching search criteria
2023-01-07T06:35:18.823Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW d1559833-970a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-07T06:35:18.823Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-07T06:35:18.824Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template vFW d1559833-970a 0 is not matching search criteria
2023-01-07T06:35:18.824Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-07T06:35:18.824Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-01-07T06:35:18.824Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-07T06:35:18.824Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-07T06:35:18.825Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-07T06:35:18.825Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-07T06:35:18.825Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-07T06:35:18.825Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-07T06:35:18.826Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-07T06:35:18.826Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-07T06:35:18.826Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-07T06:35:18.826Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=77910ad2-5df5-49d4-a8fe-cecdada6de9a
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=?
2023-01-07T06:35:18.836Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-07T06:35:18.837Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template vFW d1559833-970a 0 is matching search criteria
2023-01-07T06:35:18.837Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW d1559833-970a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-07T06:35:18.837Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-07T06:35:18.837Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template vFW d1559833-970a 0 is not matching search criteria
2023-01-07T06:35:18.838Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-07T06:35:18.838Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-07T06:35:18.838Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-07T06:35:18.838Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-07T06:35:18.839Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-07T06:35:18.839Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-07T06:35:18.839Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-07T06:35:18.840Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-01-07T06:35:18.840Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-07T06:35:18.840Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-07T06:35:18.840Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-07T06:35:18.841Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-07T06:35:18.841Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=b722c26f-a812-4c9c-98ad-68bbcefc4c0d
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=?
2023-01-07T06:35:18.844Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-07T06:35:18.844Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template vFW d1559833-970a 0 is matching search criteria
2023-01-07T06:35:18.845Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW d1559833-970a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-07T06:35:18.847Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-07T06:35:18.847Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template vFW d1559833-970a 0 is not matching search criteria
2023-01-07T06:35:18.848Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-07T06:35:18.848Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-07T06:35:18.848Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-07T06:35:18.848Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-07T06:35:18.849Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-07T06:35:18.849Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-07T06:35:18.849Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-07T06:35:18.849Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-07T06:35:18.850Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-07T06:35:18.850Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-07T06:35:18.850Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-07T06:35:18.850Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-01-07T06:35:18.851Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=7706b566-52f7-4284-a2ea-a7e48aecc1af
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=?
2023-01-07T06:35:18.853Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-07T06:35:18.854Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template vFW d1559833-970a 0 is matching search criteria
2023-01-07T06:35:18.854Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW d1559833-970a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-07T06:35:18.854Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-07T06:35:18.854Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Node template vFW d1559833-970a 0 is matching search criteria
2023-01-07T06:35:18.855Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW d1559833-970a 0] matching following query criteria: sdcType=VF, customizationUUID=bf76b2a8-92eb-45b2-95d5-3335b85550a5
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=?
2023-01-07T06:35:18.859Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-07T06:35:18.860Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-01-07 06-33-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T06:35:18.860Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid cf5007f8-d0dd-4942-a9ef-8185a805caaa: vFW d1559833-970a
2023-01-07T06:35:18.860Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-07T06:35:18.861Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-01-07 06-33-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T06:35:18.861Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-07T06:35:18.861Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-01-07 06-33-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T06:35:18.861Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-07T06:35:18.862Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-01-07 06-33-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T06:35:18.862Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-07T06:35:18.862Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-01-07 06-33-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T06:35:18.862Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-07T06:35:18.863Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-01-07 06-33-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T06:35:18.863Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||INFO|500||Saving Service: vFW 2023-01-07 06-33-14
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 (?, ?, ?, ?, ?)
2023-01-07T06:35:19.283Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW d1559833-970a 14018fb2-282f-4108-ba09-c9396b7bede6 1 ASDC deployResourceStructure
2023-01-07T06:35:19.284Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230107063314/1.0/resourceInstances/vfwd1559833970a0/artifacts/vfwd1559833970a0_modules.json ASDC sendASDCNotification
2023-01-07T06:35:19.284Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230107063314/1.0/resourceInstances/vfwd1559833970a0/artifacts/vfwd1559833970a0_modules.json
2023-01-07T06:35:19.284Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-07T06:35:19.284Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-07T06:35:19.286Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T06:35:19.286Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673073319284,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230107063314/1.0/resourceInstances/vfwd1559833970a0/artifacts/vfwd1559833970a0_modules.json",
"status": "DEPLOY_OK"
}
2023-01-07T06:35:19.387Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-07T06:35:19.388Z||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.
2023-01-07T06:35:19.388Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3qjjno0LHPO6nyxS) ...
2023-01-07T06:35:19.401Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:35:19.401Z||pool-14-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2023-01-07T06:35:20.288Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230107063314/1.0/resourceInstances/vfwd1559833970a0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-01-07T06:35:20.288Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230107063314/1.0/resourceInstances/vfwd1559833970a0/artifacts/base_vfw.yaml
2023-01-07T06:35:20.288Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-07T06:35:20.289Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-07T06:35:20.291Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T06:35:20.291Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673073320288,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230107063314/1.0/resourceInstances/vfwd1559833970a0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2023-01-07T06:35:20.391Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-07T06:35:20.393Z||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.
2023-01-07T06:35:20.393Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3qjjno0LHPO6nyxS) ...
2023-01-07T06:35:20.411Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:35:20.412Z||pool-15-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2023-01-07T06:35:21.292Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230107063314/1.0/resourceInstances/vfwd1559833970a0/artifacts/base_vfw.env ASDC sendASDCNotification
2023-01-07T06:35:21.293Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230107063314/1.0/resourceInstances/vfwd1559833970a0/artifacts/base_vfw.env
2023-01-07T06:35:21.293Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-07T06:35:21.293Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-07T06:35:21.295Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T06:35:21.295Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673073321292,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230107063314/1.0/resourceInstances/vfwd1559833970a0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2023-01-07T06:35:21.395Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-07T06:35:21.396Z||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.
2023-01-07T06:35:21.396Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3qjjno0LHPO6nyxS) ...
2023-01-07T06:35:21.411Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:35:21.411Z||pool-16-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2023-01-07T06:35:22.296Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230107063314/1.0/artifacts/service-Vfw20230107063314-csar.csar ASDC sendASDCNotification
2023-01-07T06:35:22.297Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230107063314/1.0/artifacts/service-Vfw20230107063314-csar.csar
2023-01-07T06:35:22.297Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-07T06:35:22.297Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-07T06:35:22.300Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T06:35:22.300Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673073322296,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230107063314/1.0/artifacts/service-Vfw20230107063314-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-07T06:35:22.400Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-07T06:35:22.401Z||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.
2023-01-07T06:35:22.401Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3qjjno0LHPO6nyxS) ...
2023-01-07T06:35:22.415Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:35:22.415Z||pool-17-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2023-01-07T06:35:23.306Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9
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=?
2023-01-07T06:35:23.329Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9
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=?
2023-01-07T06:35:23.332Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-07T06:35:23.332Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-07T06:35:23.333Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-07T06:35:23.333Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-07T06:35:23.333Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-07T06:35:23.333Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-07T06:35:23.333Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-07T06:35:23.333Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-07T06:35:23.334Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-07T06:35:23.334Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||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=?
2023-01-07T06:35:23.339Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-07T06:35:53.339Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9 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=?
2023-01-07T06:35:53.350Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9 and serviceModelVersionId: cf5007f8-d0dd-4942-a9ef-8185a805caaa
2023-01-07T06:35:53.351Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 361d42bf-ce1b-4fd0-847f-9e93f6c88e54
2023-01-07T06:36:02.613Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:36:02.614Z||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.
2023-01-07T06:36:02.615Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T06:36:02.764Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:36:02.765Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:36:02.765Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673073302610,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230107063314/1.0/resourceInstances/vfwd1559833970a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-07T06:36:02.766Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-07T06:36:08.521Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/361d42bf-ce1b-4fd0-847f-9e93f6c88e54/model-vers/model-ver/cf5007f8-d0dd-4942-a9ef-8185a805caaa?depth=0
2023-01-07T06:36:08.635Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-01-07T06:36:09.107Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/361d42bf-ce1b-4fd0-847f-9e93f6c88e54/model-vers/model-ver/cf5007f8-d0dd-4942-a9ef-8185a805caaa?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]}
2023-01-07T06:36:09.112Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/361d42bf-ce1b-4fd0-847f-9e93f6c88e54/model-vers/model-ver/cf5007f8-d0dd-4942-a9ef-8185a805caaa?depth=0|INFO|500||Invoke
2023-01-07T06:36:09.222Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/361d42bf-ce1b-4fd0-847f-9e93f6c88e54/model-vers/model-ver/cf5007f8-d0dd-4942-a9ef-8185a805caaa?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2023-01-07T06:36:09.406Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/361d42bf-ce1b-4fd0-847f-9e93f6c88e54/model-vers/model-ver/cf5007f8-d0dd-4942-a9ef-8185a805caaa?depth=0|INFO|500||InvokeReturn
2023-01-07T06:36:09.407Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/361d42bf-ce1b-4fd0-847f-9e93f6c88e54/model-vers/model-ver/cf5007f8-d0dd-4942-a9ef-8185a805caaa?depth=0 has http status code:200 and response headers:{date=[Sat, 07 Jan 2023 06:36:09 GMT], content-length=[0], vertex-id=[168160], x-aai-txid=[0-aai-resources-230107-06:36:09:523-37100], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-07T06:36:09.408Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2023-01-07T06:36:09.411Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-07T06:36:09.412Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||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=?
2023-01-07T06:36:09.418Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||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)
2023-01-07T06:36:09.420Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-07T06:36:09.421Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-07T06:36:09.422Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-07T06:36:09.425Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T06:36:09.426Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673073369420,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-07T06:36:09.525Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-07T06:36:09.526Z||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.
2023-01-07T06:36:09.527Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3qjjno0LHPO6nyxS) ...
2023-01-07T06:36:09.543Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:36:09.544Z||pool-18-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-01-07T06:36:10.439Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:36:10.440Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|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.
2023-01-07T06:36:10.441Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|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 3qjjno0LHPO6nyxS) ...
2023-01-07T06:36:11.077Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:36:11.078Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-07T06:36:11.078Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"16298e4d-cf41-40de-886d-6cac678343cd","serviceName":"basic_onboard_sWyStB","serviceVersion":"1.0","serviceUUID":"ef719050-d6eb-41cc-8f96-6a989758eb07","serviceDescription":"service","serviceInvariantUUID":"ab1a1c3c-74b2-4a91-bfa9-bc5f6a338572","resources":[{"resourceInstanceName":"basic_onboard_sWyStB 0","resourceName":"basic_onboard_sWyStB","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d3c08abe-4a5e-46e0-bd4a-8bc4afbedab6","resourceInvariantUUID":"9ab6c5ba-e93a-4f7a-9b53-fac4eff90394","resourceCustomizationUUID":"5482f477-080d-431b-ad20-940760a1d60d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/resourceInstances/basic_onboard_swystb0/artifacts/vf-license-model.xml","artifactChecksum":"Y2YwMjUzYTJmNGQzN2M2YzNlNDBjMjA0MDRiM2Y4YjA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e275bdb3-e741-4d4a-8026-2b3c9f14b088","artifactVersion":"1"},{"artifactName":"basic_onboard_swystb0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/resourceInstances/basic_onboard_swystb0/artifacts/basic_onboard_swystb0_modules.json","artifactChecksum":"MzFkMDMwODA1Yzc2YzBiMmNhMzMwNjZjOGFjMTcxMDk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"223c2ca8-c9fc-4ac7-9c55-0ec662deb78c","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/resourceInstances/basic_onboard_swystb0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"72dfbed3-dcdf-4152-b260-223ae6b3ff21","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/resourceInstances/basic_onboard_swystb0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"46a9f00e-1eaf-4d01-8866-e3a4909354bd","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/resourceInstances/basic_onboard_swystb0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"0566743b-52ae-46c0-90c1-cf9bbb5049b5","artifactVersion":"2","generatedFromUUID":"72dfbed3-dcdf-4152-b260-223ae6b3ff21"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardSwystb-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/artifacts/service-BasicOnboardSwystb-template.yml","artifactChecksum":"ZmI5YmQxY2MyMjM0OTk0ZDljMTFmNThjMzJhODQ4YzQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ae0d4792-930b-4f3c-98ad-9f23ff5770b0","artifactVersion":"1"},{"artifactName":"service-BasicOnboardSwystb-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/artifacts/service-BasicOnboardSwystb-csar.csar","artifactChecksum":"MDM3NDM1M2EyNjkxMDg3ZWQ2MzE5MmZjMDhmNGVjYzI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b82bbd88-e651-4a29-9a5d-f102e7eddf55","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-07T06:36:11.082Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-07T06:36:11.082Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-07T06:36:11.084Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T06:36:11.084Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "16298e4d-cf41-40de-886d-6cac678343cd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673073370439,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/resourceInstances/basic_onboard_swystb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-07T06:36:11.185Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-07T06:36:11.186Z||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.
2023-01-07T06:36:11.186Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3qjjno0LHPO6nyxS) ...
2023-01-07T06:36:11.216Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:36:11.217Z||pool-19-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2023-01-07T06:36:12.085Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-07T06:36:12.086Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-07T06:36:12.088Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T06:36:12.089Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "16298e4d-cf41-40de-886d-6cac678343cd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673073370439,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/resourceInstances/basic_onboard_swystb0/artifacts/basic_onboard_swystb0_modules.json",
"status": "NOTIFIED"
}
2023-01-07T06:36:12.193Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2023-01-07T06:36:12.194Z||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.
2023-01-07T06:36:12.194Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3qjjno0LHPO6nyxS) ...
2023-01-07T06:36:12.208Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:36:12.209Z||pool-20-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2023-01-07T06:36:13.089Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-07T06:36:13.090Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-07T06:36:13.092Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T06:36:13.093Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "16298e4d-cf41-40de-886d-6cac678343cd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673073370439,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/resourceInstances/basic_onboard_swystb0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2023-01-07T06:36:13.193Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-07T06:36:13.194Z||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.
2023-01-07T06:36:13.194Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3qjjno0LHPO6nyxS) ...
2023-01-07T06:36:13.209Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:36:13.209Z||pool-21-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2023-01-07T06:36:14.093Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-07T06:36:14.095Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-07T06:36:14.097Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T06:36:14.097Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "16298e4d-cf41-40de-886d-6cac678343cd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673073370439,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/resourceInstances/basic_onboard_swystb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-07T06:36:14.198Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-07T06:36:14.199Z||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.
2023-01-07T06:36:14.199Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3qjjno0LHPO6nyxS) ...
2023-01-07T06:36:14.212Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:36:14.212Z||pool-22-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2023-01-07T06:36:15.098Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-07T06:36:15.099Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-07T06:36:15.102Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T06:36:15.102Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "16298e4d-cf41-40de-886d-6cac678343cd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673073370439,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/resourceInstances/basic_onboard_swystb0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2023-01-07T06:36:15.202Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-07T06:36:15.203Z||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.
2023-01-07T06:36:15.203Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3qjjno0LHPO6nyxS) ...
2023-01-07T06:36:15.219Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:36:15.220Z||pool-23-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2023-01-07T06:36:16.102Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-07T06:36:16.103Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-07T06:36:16.106Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T06:36:16.106Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "16298e4d-cf41-40de-886d-6cac678343cd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673073370439,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/artifacts/service-BasicOnboardSwystb-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-07T06:36:16.206Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-07T06:36:16.207Z||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.
2023-01-07T06:36:16.207Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3qjjno0LHPO6nyxS) ...
2023-01-07T06:36:16.220Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:36:16.220Z||pool-24-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2023-01-07T06:36:17.106Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-07T06:36:17.107Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-07T06:36:17.109Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T06:36:17.109Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "16298e4d-cf41-40de-886d-6cac678343cd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673073370439,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/artifacts/service-BasicOnboardSwystb-csar.csar",
"status": "NOTIFIED"
}
2023-01-07T06:36:17.210Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-07T06:36:17.211Z||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.
2023-01-07T06:36:17.211Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3qjjno0LHPO6nyxS) ...
2023-01-07T06:36:17.230Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:36:17.230Z||pool-25-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2023-01-07T06:36:18.111Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
"distributionID": "16298e4d-cf41-40de-886d-6cac678343cd",
"serviceName": "basic_onboard_sWyStB",
"serviceVersion": "1.0",
"serviceUUID": "ef719050-d6eb-41cc-8f96-6a989758eb07",
"serviceDescription": "service",
"serviceInvariantUUID": "ab1a1c3c-74b2-4a91-bfa9-bc5f6a338572",
"resources": [
{
"resourceInstanceName": "basic_onboard_sWyStB 0",
"resourceCustomizationUUID": "5482f477-080d-431b-ad20-940760a1d60d",
"resourceName": "basic_onboard_sWyStB",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "d3c08abe-4a5e-46e0-bd4a-8bc4afbedab6",
"resourceInvariantUUID": "9ab6c5ba-e93a-4f7a-9b53-fac4eff90394",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_swystb0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/resourceInstances/basic_onboard_swystb0/artifacts/basic_onboard_swystb0_modules.json",
"artifactChecksum": "MzFkMDMwODA1Yzc2YzBiMmNhMzMwNjZjOGFjMTcxMDk\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "223c2ca8-c9fc-4ac7-9c55-0ec662deb78c",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/resourceInstances/basic_onboard_swystb0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "72dfbed3-dcdf-4152-b260-223ae6b3ff21",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/resourceInstances/basic_onboard_swystb0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "0566743b-52ae-46c0-90c1-cf9bbb5049b5",
"generatedFromUUID": "72dfbed3-dcdf-4152-b260-223ae6b3ff21"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/resourceInstances/basic_onboard_swystb0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "0566743b-52ae-46c0-90c1-cf9bbb5049b5",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardSwystb-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/artifacts/service-BasicOnboardSwystb-csar.csar",
"artifactChecksum": "MDM3NDM1M2EyNjkxMDg3ZWQ2MzE5MmZjMDhmNGVjYzI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "b82bbd88-e651-4a29-9a5d-f102e7eddf55"
}
],
"workloadContext": "Production"
}
2023-01-07T06:36:18.111Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-07T06:36:18.112Z|e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ef719050-d6eb-41cc-8f96-6a989758eb07 ASDC
2023-01-07T06:36:18.112Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:16298e4d-cf41-40de-886d-6cac678343cd
ServiceName:basic_onboard_sWyStB
ServiceVersion:1.0
ServiceUUID:ef719050-d6eb-41cc-8f96-6a989758eb07
ServiceInvariantUUID:ab1a1c3c-74b2-4a91-bfa9-bc5f6a338572
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardSwystb-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/artifacts/service-BasicOnboardSwystb-csar.csar
ArtifactUUID:b82bbd88-e651-4a29-9a5d-f102e7eddf55
ArtifactChecksum:MDM3NDM1M2EyNjkxMDg3ZWQ2MzE5MmZjMDhmNGVjYzI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_sWyStB 0
ResourceCustomizationUUID:5482f477-080d-431b-ad20-940760a1d60d
ResourceInvariantUUID:9ab6c5ba-e93a-4f7a-9b53-fac4eff90394
ResourceName:basic_onboard_sWyStB
ResourceType:VF
ResourceUUID:d3c08abe-4a5e-46e0-bd4a-8bc4afbedab6
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_swystb0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/resourceInstances/basic_onboard_swystb0/artifacts/basic_onboard_swystb0_modules.json
ArtifactUUID:223c2ca8-c9fc-4ac7-9c55-0ec662deb78c
ArtifactChecksum:MzFkMDMwODA1Yzc2YzBiMmNhMzMwNjZjOGFjMTcxMDk=
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/BasicOnboardSwystb/1.0/resourceInstances/basic_onboard_swystb0/artifacts/base_ubuntu18.yaml
ArtifactUUID:72dfbed3-dcdf-4152-b260-223ae6b3ff21
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/BasicOnboardSwystb/1.0/resourceInstances/basic_onboard_swystb0/artifacts/base_ubuntu18.env
ArtifactUUID:0566743b-52ae-46c0-90c1-cf9bbb5049b5
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/BasicOnboardSwystb/1.0/resourceInstances/basic_onboard_swystb0/artifacts/base_ubuntu18.env
ArtifactUUID:0566743b-52ae-46c0-90c1-cf9bbb5049b5
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2023-01-07T06:36:18.112Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ef719050-d6eb-41cc-8f96-6a989758eb07 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 (?, ?, ?, ?, ?)
2023-01-07T06:36:18.144Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-07T06:36:18.144Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-01-07T06:36:18.144Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-01-07T06:36:18.145Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: b82bbd88-e651-4a29-9a5d-f102e7eddf55 from URL: /sdc/v1/catalog/services/BasicOnboardSwystb/1.0/artifacts/service-BasicOnboardSwystb-csar.csar
2023-01-07T06:36:18.145Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-01-07T06:36:18.145Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/artifacts/service-BasicOnboardSwystb-csar.csar
2023-01-07T06:36:18.293Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-01-07T06:36:18.297Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardSwystb/1.0/artifacts/service-BasicOnboardSwystb-csar.csar b82bbd88-e651-4a29-9a5d-f102e7eddf55 75670
2023-01-07T06:36:18.298Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardSwystb/1.0/artifacts/service-BasicOnboardSwystb-csar.csar ASDC sendASDCNotification
2023-01-07T06:36:18.298Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/artifacts/service-BasicOnboardSwystb-csar.csar
2023-01-07T06:36:18.298Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-07T06:36:18.298Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-07T06:36:18.300Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T06:36:18.301Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "16298e4d-cf41-40de-886d-6cac678343cd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673073378297,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/artifacts/service-BasicOnboardSwystb-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-07T06:36:18.401Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-07T06:36:18.402Z||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.
2023-01-07T06:36:18.402Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3qjjno0LHPO6nyxS) ...
2023-01-07T06:36:18.416Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:36:18.417Z||pool-26-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2023-01-07T06:36:19.301Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-07T06:36:19.303Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-01-07T06:36:19.303Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: b82bbd88-e651-4a29-9a5d-f102e7eddf55, URL: /sdc/v1/catalog/services/BasicOnboardSwystb/1.0/artifacts/service-BasicOnboardSwystb-csar.csar to file: /app/ASDC/1/service-BasicOnboardSwystb-csar.csar
2023-01-07T06:36:19.303Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardSwystb-csar.csar
2023-01-07T06:36:19.304Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardSwystb-csar.csar
2023-01-07T06:36:19.304Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardSwystb-csar.csar
2023-01-07T06:36:19.537Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16095174429740449184/Definitions/service-BasicOnboardSwystb-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
2023-01-07T06:36:20.759Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-07T06:36:20.760Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-01-07T06:36:20.760Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardSwystb-csar.csar
2023-01-07T06:36:20.760Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-01-07T06:36:20.761Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardSwystb-csar.csar
2023-01-07T06:36:20.761Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||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-BasicOnboardSwystb-csar.csar
2023-01-07T06:36:20.761Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_sWyStB 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-BasicOnboardSwystb-csar.csar
2023-01-07T06:36:20.761Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||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-BasicOnboardSwystb-csar.csar
2023-01-07T06:36:20.761Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||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-BasicOnboardSwystb-csar.csar
2023-01-07T06:36:20.761Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardSwystb-csar.csar
2023-01-07T06:36:20.762Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||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-BasicOnboardSwystb-csar.csar
2023-01-07T06:36:20.762Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-01-07T06:36:20.762Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-07T06:36:20.762Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_sWyStB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T06:36:20.763Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_sWyStB 0 is matching search criteria
2023-01-07T06:36:20.763Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-01-07T06:36:20.763Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_sWyStB 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-07T06:36:20.763Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-07T06:36:20.764Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_sWyStB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T06:36:20.764Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_sWyStB 0 is matching search criteria
2023-01-07T06:36:20.764Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-01-07T06:36:20.764Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_sWyStB 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-07T06:36:20.765Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-07T06:36:20.765Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_sWyStB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T06:36:20.765Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-07T06:36:20.765Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_sWyStB 0 is not matching search criteria
2023-01-07T06:36:20.766Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2023-01-07T06:36:20.766Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2023-01-07T06:36:20.766Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2023-01-07T06:36:20.766Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-01-07T06:36:20.767Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-01-07T06:36:20.767Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-07T06:36:20.767Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_sWyStB is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-07T06:36:20.767Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-07T06:36:20.768Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_sWyStB 0 is matching search criteria
2023-01-07T06:36:20.768Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_sWyStB 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-07T06:36:20.768Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-07T06:36:20.768Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_sWyStB 0 is matching search criteria
2023-01-07T06:36:20.769Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_sWyStB 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-07T06:36:20.769Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-07T06:36:20.769Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_sWyStB 0 is matching search criteria
2023-01-07T06:36:20.769Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_sWyStB 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-07T06:36:20.770Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-07T06:36:20.770Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_sWyStB 0 is not matching search criteria
2023-01-07T06:36:20.770Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-01-07T06:36:20.770Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-01-07T06:36:20.771Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=646e7087-4aee-4123-a411-d63801149c96
2023-01-07T06:36:20.771Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-07T06:36:20.771Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_sWyStB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T06:36:20.771Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-07T06:36:20.772Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_sWyStB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T06:36:20.772Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-07T06:36:20.772Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_sWyStB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T06:36:20.772Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-07T06:36:20.773Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_sWyStB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T06:36:20.773Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_sWyStB
Description:service
Model UUID:ef719050-d6eb-41cc-8f96-6a989758eb07
Model Version:NULL
Model InvariantUuid:ab1a1c3c-74b2-4a91-bfa9-bc5f6a338572
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_sWyStB
Model UUID:0d0290ba-a659-4c07-a15b-a5af5ba86e3f
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:9ab6c5ba-e93a-4f7a-9b53-fac4eff90394
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:5482f477-080d-431b-ad20-940760a1d60d
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:aaad6d6a-3708-4789-9981-e05614ffe9de
ModelName:BasicOnboardSwystb..base_ubuntu18..module-0
ModelUuid:f9e358be-4a54-4277-8926-b0714b6126b4
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:646e7087-4aee-4123-a411-d63801149c96
ModelInvariantUuid:4ef1cf6d-d5cc-4a57-97a0-8c1730c67fd2
ModelName:basic_onboard_sWyStB-nodes.ubuntu18Cvfc
ModelUuid:64a92b53-286b-4176-bb7a-41252e0e2a49
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:337e879f-14c3-461b-acba-0ecaff30b8d1
ModelInvariantUuid:b89d7c7e-ee0c-413a-86a9-d4a3a66c50e9
ModelName:BasicOnboardSwystb.compute.nodes.heat.ubuntu18
ModelUuid:83eb93fb-8dd1-4510-9a55-b704638a976e
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=?
2023-01-07T06:36:20.792Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: d3c08abe-4a5e-46e0-bd4a-8bc4afbedab6
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=?
2023-01-07T06:36:20.798Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||basic_onboard_sWyStB 0
2023-01-07T06:36:20.798Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d3c08abe-4a5e-46e0-bd4a-8bc4afbedab6
2023-01-07T06:36:20.798Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 223c2ca8-c9fc-4ac7-9c55-0ec662deb78c from URL: /sdc/v1/catalog/services/BasicOnboardSwystb/1.0/resourceInstances/basic_onboard_swystb0/artifacts/basic_onboard_swystb0_modules.json
2023-01-07T06:36:20.799Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-01-07T06:36:20.799Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/resourceInstances/basic_onboard_swystb0/artifacts/basic_onboard_swystb0_modules.json
2023-01-07T06:36:20.867Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-01-07T06:36:20.868Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardSwystb/1.0/resourceInstances/basic_onboard_swystb0/artifacts/basic_onboard_swystb0_modules.json 223c2ca8-c9fc-4ac7-9c55-0ec662deb78c 798
2023-01-07T06:36:20.868Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardSwystb/1.0/resourceInstances/basic_onboard_swystb0/artifacts/basic_onboard_swystb0_modules.json ASDC sendASDCNotification
2023-01-07T06:36:20.869Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/resourceInstances/basic_onboard_swystb0/artifacts/basic_onboard_swystb0_modules.json
2023-01-07T06:36:20.869Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-07T06:36:20.870Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-07T06:36:20.872Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T06:36:20.872Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "16298e4d-cf41-40de-886d-6cac678343cd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673073380868,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/resourceInstances/basic_onboard_swystb0/artifacts/basic_onboard_swystb0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-01-07T06:36:20.972Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-07T06:36:20.973Z||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.
2023-01-07T06:36:20.973Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3qjjno0LHPO6nyxS) ...
2023-01-07T06:36:20.986Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:36:20.986Z||pool-27-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2023-01-07T06:36:21.873Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardSwystb..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "aaad6d6a-3708-4789-9981-e05614ffe9de",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "f9e358be-4a54-4277-8926-b0714b6126b4",
"vfModuleModelCustomizationUUID": "c65fe96f-4904-4882-90d3-2abcba7ae335",
"isBase": true,
"artifacts": [
"72dfbed3-dcdf-4152-b260-223ae6b3ff21",
"0566743b-52ae-46c0-90c1-cf9bbb5049b5"
],
"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": ""
}
}
]
2023-01-07T06:36:21.878Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardSwystb..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f9e358be-4a54-4277-8926-b0714b6126b4
VfModuleModelInvariantUUID:aaad6d6a-3708-4789-9981-e05614ffe9de
VfModuleModelDescription:NULL
Artifacts UUID List:{
72dfbed3-dcdf-4152-b260-223ae6b3ff21
,
0566743b-52ae-46c0-90c1-cf9bbb5049b5
}
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
}
2023-01-07T06:36:21.879Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardSwystb..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "aaad6d6a-3708-4789-9981-e05614ffe9de",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "f9e358be-4a54-4277-8926-b0714b6126b4",
"vfModuleModelCustomizationUUID": "c65fe96f-4904-4882-90d3-2abcba7ae335",
"isBase": true,
"artifacts": [
"72dfbed3-dcdf-4152-b260-223ae6b3ff21",
"0566743b-52ae-46c0-90c1-cf9bbb5049b5"
],
"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": ""
}
}
]
2023-01-07T06:36:21.880Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardSwystb..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f9e358be-4a54-4277-8926-b0714b6126b4
VfModuleModelInvariantUUID:aaad6d6a-3708-4789-9981-e05614ffe9de
VfModuleModelDescription:NULL
Artifacts UUID List:{
72dfbed3-dcdf-4152-b260-223ae6b3ff21
,
0566743b-52ae-46c0-90c1-cf9bbb5049b5
}
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
}
2023-01-07T06:36:21.880Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 72dfbed3-dcdf-4152-b260-223ae6b3ff21 from URL: /sdc/v1/catalog/services/BasicOnboardSwystb/1.0/resourceInstances/basic_onboard_swystb0/artifacts/base_ubuntu18.yaml
2023-01-07T06:36:21.880Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-01-07T06:36:21.880Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/resourceInstances/basic_onboard_swystb0/artifacts/base_ubuntu18.yaml
2023-01-07T06:36:21.947Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-01-07T06:36:21.948Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardSwystb/1.0/resourceInstances/basic_onboard_swystb0/artifacts/base_ubuntu18.yaml 72dfbed3-dcdf-4152-b260-223ae6b3ff21 5033
2023-01-07T06:36:21.948Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardSwystb/1.0/resourceInstances/basic_onboard_swystb0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2023-01-07T06:36:21.948Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/resourceInstances/basic_onboard_swystb0/artifacts/base_ubuntu18.yaml
2023-01-07T06:36:21.948Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-07T06:36:21.949Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-07T06:36:21.951Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T06:36:21.952Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "16298e4d-cf41-40de-886d-6cac678343cd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673073381948,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/resourceInstances/basic_onboard_swystb0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2023-01-07T06:36:22.052Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-07T06:36:22.053Z||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.
2023-01-07T06:36:22.053Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3qjjno0LHPO6nyxS) ...
2023-01-07T06:36:22.065Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:36:22.065Z||pool-28-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2023-01-07T06:36:22.953Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 0566743b-52ae-46c0-90c1-cf9bbb5049b5 from URL: /sdc/v1/catalog/services/BasicOnboardSwystb/1.0/resourceInstances/basic_onboard_swystb0/artifacts/base_ubuntu18.env
2023-01-07T06:36:22.954Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-01-07T06:36:22.954Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/resourceInstances/basic_onboard_swystb0/artifacts/base_ubuntu18.env
2023-01-07T06:36:23.015Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-01-07T06:36:23.015Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardSwystb/1.0/resourceInstances/basic_onboard_swystb0/artifacts/base_ubuntu18.env 0566743b-52ae-46c0-90c1-cf9bbb5049b5 909
2023-01-07T06:36:23.016Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardSwystb/1.0/resourceInstances/basic_onboard_swystb0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2023-01-07T06:36:23.016Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/resourceInstances/basic_onboard_swystb0/artifacts/base_ubuntu18.env
2023-01-07T06:36:23.016Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-07T06:36:23.017Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-07T06:36:23.019Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T06:36:23.019Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "16298e4d-cf41-40de-886d-6cac678343cd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673073383016,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/resourceInstances/basic_onboard_swystb0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2023-01-07T06:36:23.119Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-07T06:36:23.120Z||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.
2023-01-07T06:36:23.120Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3qjjno0LHPO6nyxS) ...
2023-01-07T06:36:23.131Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:36:23.132Z||pool-29-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2023-01-07T06:36:24.020Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: ef719050-d6eb-41cc-8f96-6a989758eb07
2023-01-07T06:36:24.021Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_sWyStB 0 d3c08abe-4a5e-46e0-bd4a-8bc4afbedab6 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-01-07T06:36:24.045Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@75d98b8d, org.onap.sdc.toscaparser.api.parameters.Input@1e696c25, org.onap.sdc.toscaparser.api.parameters.Input@69a1e123, org.onap.sdc.toscaparser.api.parameters.Input@f63cc8f, org.onap.sdc.toscaparser.api.parameters.Input@365fbb0d]
2023-01-07T06:36:24.047Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-07T06:36:24.047Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_sWyStB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T06:36:24.048Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic
2023-01-07T06:36:24.048Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 5482f477-080d-431b-ad20-940760a1d60d
2023-01-07T06:36:24.048Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 5482f477-080d-431b-ad20-940760a1d60d matches Tosca VF Customization UUID: 5482f477-080d-431b-ad20-940760a1d60d
2023-01-07T06:36:24.048Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 5482f477-080d-431b-ad20-940760a1d60d 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=?
2023-01-07T06:36:24.056Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-07T06:36:24.057Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_sWyStB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T06:36:24.057Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 5482f477-080d-431b-ad20-940760a1d60d: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-01-07T06:36:24.058Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@145a0f8f
2023-01-07T06:36:24.058Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-07T06:36:24.058Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_sWyStB is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-07T06:36:24.058Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c65fe96f-4904-4882-90d3-2abcba7ae335
2023-01-07T06:36:24.059Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c65fe96f-4904-4882-90d3-2abcba7ae335
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=?
2023-01-07T06:36:24.063Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-07T06:36:24.063Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_sWyStB 0 is matching search criteria
2023-01-07T06:36:24.063Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_sWyStB 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-07T06:36:24.064Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-07T06:36:24.064Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_sWyStB 0 is matching search criteria
2023-01-07T06:36:24.064Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_sWyStB 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-07T06:36:24.065Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-07T06:36:24.065Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_sWyStB 0 is not matching search criteria
2023-01-07T06:36:24.065Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-01-07T06:36:24.065Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-01-07T06:36:24.066Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=646e7087-4aee-4123-a411-d63801149c96
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=?
2023-01-07T06:36:24.072Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-07T06:36:24.072Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_sWyStB 0 is matching search criteria
2023-01-07T06:36:24.073Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_sWyStB 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-07T06:36:24.073Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-07T06:36:24.074Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_sWyStB 0 is matching search criteria
2023-01-07T06:36:24.074Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_sWyStB 0] matching following query criteria: sdcType=VF, customizationUUID=5482f477-080d-431b-ad20-940760a1d60d
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=?
2023-01-07T06:36:24.076Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-07T06:36:24.077Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_sWyStB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T06:36:24.077Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid ef719050-d6eb-41cc-8f96-6a989758eb07: basic_onboard_sWyStB
2023-01-07T06:36:24.077Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-07T06:36:24.078Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_sWyStB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T06:36:24.078Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-07T06:36:24.078Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_sWyStB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T06:36:24.079Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-07T06:36:24.079Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_sWyStB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T06:36:24.079Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-07T06:36:24.080Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_sWyStB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T06:36:24.080Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-07T06:36:24.080Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_sWyStB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T06:36:24.081Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||Saving Service: basic_onboard_sWyStB
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 (?, ?, ?, ?, ?)
2023-01-07T06:36:24.229Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_sWyStB d3c08abe-4a5e-46e0-bd4a-8bc4afbedab6 1 ASDC deployResourceStructure
2023-01-07T06:36:24.230Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardSwystb/1.0/resourceInstances/basic_onboard_swystb0/artifacts/basic_onboard_swystb0_modules.json ASDC sendASDCNotification
2023-01-07T06:36:24.230Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/resourceInstances/basic_onboard_swystb0/artifacts/basic_onboard_swystb0_modules.json
2023-01-07T06:36:24.230Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-07T06:36:24.231Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-07T06:36:24.233Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T06:36:24.233Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "16298e4d-cf41-40de-886d-6cac678343cd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673073384230,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/resourceInstances/basic_onboard_swystb0/artifacts/basic_onboard_swystb0_modules.json",
"status": "DEPLOY_OK"
}
2023-01-07T06:36:24.334Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2023-01-07T06:36:24.335Z||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.
2023-01-07T06:36:24.335Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3qjjno0LHPO6nyxS) ...
2023-01-07T06:36:24.356Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:36:24.357Z||pool-30-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2023-01-07T06:36:25.234Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardSwystb/1.0/resourceInstances/basic_onboard_swystb0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2023-01-07T06:36:25.235Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/resourceInstances/basic_onboard_swystb0/artifacts/base_ubuntu18.yaml
2023-01-07T06:36:25.235Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-07T06:36:25.236Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-07T06:36:25.238Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T06:36:25.238Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "16298e4d-cf41-40de-886d-6cac678343cd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673073385234,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/resourceInstances/basic_onboard_swystb0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2023-01-07T06:36:25.338Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-07T06:36:25.340Z||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.
2023-01-07T06:36:25.340Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3qjjno0LHPO6nyxS) ...
2023-01-07T06:36:25.353Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:36:25.353Z||pool-31-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2023-01-07T06:36:26.239Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardSwystb/1.0/resourceInstances/basic_onboard_swystb0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2023-01-07T06:36:26.240Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/resourceInstances/basic_onboard_swystb0/artifacts/base_ubuntu18.env
2023-01-07T06:36:26.240Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-07T06:36:26.240Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-07T06:36:26.242Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T06:36:26.243Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "16298e4d-cf41-40de-886d-6cac678343cd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673073386239,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/resourceInstances/basic_onboard_swystb0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2023-01-07T06:36:26.343Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-07T06:36:26.344Z||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.
2023-01-07T06:36:26.344Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3qjjno0LHPO6nyxS) ...
2023-01-07T06:36:26.362Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:36:26.363Z||pool-32-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2023-01-07T06:36:27.243Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardSwystb/1.0/artifacts/service-BasicOnboardSwystb-csar.csar ASDC sendASDCNotification
2023-01-07T06:36:27.244Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/artifacts/service-BasicOnboardSwystb-csar.csar
2023-01-07T06:36:27.244Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-07T06:36:27.245Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-07T06:36:27.247Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T06:36:27.247Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "16298e4d-cf41-40de-886d-6cac678343cd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673073387243,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/artifacts/service-BasicOnboardSwystb-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-07T06:36:27.347Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-07T06:36:27.348Z||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.
2023-01-07T06:36:27.348Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3qjjno0LHPO6nyxS) ...
2023-01-07T06:36:27.361Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:36:27.362Z||pool-33-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2023-01-07T06:36:28.247Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 16298e4d-cf41-40de-886d-6cac678343cd
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=?
2023-01-07T06:36:28.260Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 16298e4d-cf41-40de-886d-6cac678343cd
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=?
2023-01-07T06:36:28.262Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-07T06:36:28.262Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-07T06:36:28.262Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-07T06:36:58.262Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 16298e4d-cf41-40de-886d-6cac678343cd
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=?
2023-01-07T06:36:58.272Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 16298e4d-cf41-40de-886d-6cac678343cd
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=?
2023-01-07T06:36:58.274Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-07T06:36:58.274Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-07T06:36:58.274Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-07T06:37:02.613Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:37:02.615Z||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.
2023-01-07T06:37:02.615Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T06:37:02.656Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:37:02.661Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:37:02.662Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673073302610,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230107063314/1.0/resourceInstances/vfwd1559833970a0/artifacts/vfwd1559833970a0_modules.json",
"status": "NOTIFIED"
}
2023-01-07T06:37:02.663Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-07T06:37:02.664Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:37:02.664Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673073302610,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230107063314/1.0/resourceInstances/vfwd1559833970a0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2023-01-07T06:37:02.665Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-07T06:37:02.665Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:37:02.665Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673073302610,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230107063314/1.0/resourceInstances/vfwd1559833970a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-07T06:37:02.666Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-07T06:37:02.666Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:37:02.667Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673073302610,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230107063314/1.0/resourceInstances/vfwd1559833970a0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2023-01-07T06:37:02.669Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-07T06:37:02.669Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:37:02.670Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16298e4d-cf41-40de-886d-6cac678343cd",
"consumerID": "aai-model-loader",
"timestamp": 1673073300151,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/resourceInstances/basic_onboard_swystb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-07T06:37:02.670Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-07T06:37:02.670Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:37:02.670Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16298e4d-cf41-40de-886d-6cac678343cd",
"consumerID": "multicloud-k8s",
"timestamp": 1673073285445,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/resourceInstances/basic_onboard_swystb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-07T06:37:02.671Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-07T06:37:02.671Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:37:02.672Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16298e4d-cf41-40de-886d-6cac678343cd",
"consumerID": "cds-sdc-listener",
"timestamp": 1673073281655,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/resourceInstances/basic_onboard_swystb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-07T06:37:02.673Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-07T06:37:02.673Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:37:02.673Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16298e4d-cf41-40de-886d-6cac678343cd",
"consumerID": "ves-openapi-manager",
"timestamp": 1673073304680,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/resourceInstances/basic_onboard_swystb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-07T06:37:02.673Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-07T06:37:02.673Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:37:02.673Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673073302610,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230107063314/1.0/artifacts/service-Vfw20230107063314-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-07T06:37:02.675Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-07T06:37:02.675Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:37:02.675Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16298e4d-cf41-40de-886d-6cac678343cd",
"consumerID": "aai-model-loader",
"timestamp": 1673073300151,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/resourceInstances/basic_onboard_swystb0/artifacts/basic_onboard_swystb0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-07T06:37:02.675Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-07T06:37:02.676Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:37:02.676Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16298e4d-cf41-40de-886d-6cac678343cd",
"consumerID": "cds-sdc-listener",
"timestamp": 1673073281655,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/resourceInstances/basic_onboard_swystb0/artifacts/basic_onboard_swystb0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-07T06:37:02.677Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-07T06:37:02.677Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:37:02.677Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16298e4d-cf41-40de-886d-6cac678343cd",
"consumerID": "multicloud-k8s",
"timestamp": 1673073285445,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/resourceInstances/basic_onboard_swystb0/artifacts/basic_onboard_swystb0_modules.json",
"status": "NOTIFIED"
}
2023-01-07T06:37:02.678Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-07T06:37:02.678Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:37:02.678Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16298e4d-cf41-40de-886d-6cac678343cd",
"consumerID": "ves-openapi-manager",
"timestamp": 1673073304680,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/resourceInstances/basic_onboard_swystb0/artifacts/basic_onboard_swystb0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-07T06:37:02.679Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-07T06:37:02.679Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:37:02.680Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673073302610,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230107063314/1.0/artifacts/service-Vfw20230107063314-csar.csar",
"status": "NOTIFIED"
}
2023-01-07T06:37:02.682Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-07T06:37:02.682Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:37:02.684Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16298e4d-cf41-40de-886d-6cac678343cd",
"consumerID": "cds-sdc-listener",
"timestamp": 1673073281655,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/resourceInstances/basic_onboard_swystb0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-07T06:37:02.686Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-07T06:37:02.686Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:37:02.686Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16298e4d-cf41-40de-886d-6cac678343cd",
"consumerID": "aai-model-loader",
"timestamp": 1673073300151,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/resourceInstances/basic_onboard_swystb0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-07T06:37:02.686Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-07T06:37:02.686Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:37:02.687Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16298e4d-cf41-40de-886d-6cac678343cd",
"consumerID": "multicloud-k8s",
"timestamp": 1673073285445,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/resourceInstances/basic_onboard_swystb0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2023-01-07T06:37:02.687Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-07T06:37:02.687Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:37:02.687Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16298e4d-cf41-40de-886d-6cac678343cd",
"consumerID": "ves-openapi-manager",
"timestamp": 1673073304680,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/resourceInstances/basic_onboard_swystb0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-07T06:37:02.687Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-07T06:37:02.687Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:37:02.687Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16298e4d-cf41-40de-886d-6cac678343cd",
"consumerID": "aai-model-loader",
"timestamp": 1673073300151,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/resourceInstances/basic_onboard_swystb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-07T06:37:02.687Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-07T06:37:02.687Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:37:02.687Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16298e4d-cf41-40de-886d-6cac678343cd",
"consumerID": "cds-sdc-listener",
"timestamp": 1673073281655,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/resourceInstances/basic_onboard_swystb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-07T06:37:02.687Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-07T06:37:02.688Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:37:02.688Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16298e4d-cf41-40de-886d-6cac678343cd",
"consumerID": "multicloud-k8s",
"timestamp": 1673073285445,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/resourceInstances/basic_onboard_swystb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-07T06:37:02.688Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-07T06:37:02.688Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:37:02.688Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16298e4d-cf41-40de-886d-6cac678343cd",
"consumerID": "ves-openapi-manager",
"timestamp": 1673073304680,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/resourceInstances/basic_onboard_swystb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-07T06:37:02.688Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-07T06:37:02.688Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:37:02.688Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673073310737,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230107063314/1.0/artifacts/service-Vfw20230107063314-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-07T06:37:02.688Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T06:37:02.689Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:37:02.689Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16298e4d-cf41-40de-886d-6cac678343cd",
"consumerID": "aai-model-loader",
"timestamp": 1673073300151,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/resourceInstances/basic_onboard_swystb0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-01-07T06:37:02.689Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-07T06:37:02.689Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:37:02.689Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16298e4d-cf41-40de-886d-6cac678343cd",
"consumerID": "cds-sdc-listener",
"timestamp": 1673073281655,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/resourceInstances/basic_onboard_swystb0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-01-07T06:37:02.689Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-07T06:37:02.689Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:37:02.689Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16298e4d-cf41-40de-886d-6cac678343cd",
"consumerID": "ves-openapi-manager",
"timestamp": 1673073304680,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/resourceInstances/basic_onboard_swystb0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-01-07T06:37:02.689Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-07T06:37:02.689Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:37:02.689Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16298e4d-cf41-40de-886d-6cac678343cd",
"consumerID": "multicloud-k8s",
"timestamp": 1673073285445,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/resourceInstances/basic_onboard_swystb0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2023-01-07T06:37:02.689Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-07T06:37:02.689Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:37:02.690Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16298e4d-cf41-40de-886d-6cac678343cd",
"consumerID": "aai-model-loader",
"timestamp": 1673073300151,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/artifacts/service-BasicOnboardSwystb-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-07T06:37:02.690Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-07T06:37:02.690Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:37:02.690Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16298e4d-cf41-40de-886d-6cac678343cd",
"consumerID": "cds-sdc-listener",
"timestamp": 1673073281655,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/artifacts/service-BasicOnboardSwystb-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-07T06:37:02.690Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-07T06:37:02.690Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:37:02.690Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16298e4d-cf41-40de-886d-6cac678343cd",
"consumerID": "multicloud-k8s",
"timestamp": 1673073285445,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/artifacts/service-BasicOnboardSwystb-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-07T06:37:02.690Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-07T06:37:02.690Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:37:02.690Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16298e4d-cf41-40de-886d-6cac678343cd",
"consumerID": "ves-openapi-manager",
"timestamp": 1673073304680,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/artifacts/service-BasicOnboardSwystb-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-07T06:37:02.690Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-07T06:37:02.691Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:37:02.691Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16298e4d-cf41-40de-886d-6cac678343cd",
"consumerID": "aai-model-loader",
"timestamp": 1673073300151,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/artifacts/service-BasicOnboardSwystb-csar.csar",
"status": "NOTIFIED"
}
2023-01-07T06:37:02.691Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-07T06:37:02.691Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:37:02.691Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16298e4d-cf41-40de-886d-6cac678343cd",
"consumerID": "multicloud-k8s",
"timestamp": 1673073285445,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/artifacts/service-BasicOnboardSwystb-csar.csar",
"status": "NOTIFIED"
}
2023-01-07T06:37:02.691Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-07T06:37:02.691Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:37:02.691Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16298e4d-cf41-40de-886d-6cac678343cd",
"consumerID": "cds-sdc-listener",
"timestamp": 1673073281655,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/artifacts/service-BasicOnboardSwystb-csar.csar",
"status": "NOTIFIED"
}
2023-01-07T06:37:02.691Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-07T06:37:02.691Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:37:02.691Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16298e4d-cf41-40de-886d-6cac678343cd",
"consumerID": "ves-openapi-manager",
"timestamp": 1673073304680,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/artifacts/service-BasicOnboardSwystb-csar.csar",
"status": "NOT_NOTIFIED"
}
2023-01-07T06:37:02.691Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-07T06:37:02.692Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:37:02.692Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16298e4d-cf41-40de-886d-6cac678343cd",
"consumerID": "cds-sdc-listener",
"timestamp": 1673073314451,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/artifacts/service-BasicOnboardSwystb-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-07T06:37:02.692Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T06:37:02.692Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:37:02.692Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16298e4d-cf41-40de-886d-6cac678343cd",
"consumerID": "multicloud-k8s",
"timestamp": 1673073315057,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/resourceInstances/basic_onboard_swystb0/artifacts/basic_onboard_swystb0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-01-07T06:37:02.692Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T06:37:02.692Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:37:02.692Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16298e4d-cf41-40de-886d-6cac678343cd",
"consumerID": "aai-model-loader",
"timestamp": 1673073315358,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/artifacts/service-BasicOnboardSwystb-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-07T06:37:02.692Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T06:37:02.692Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:37:02.693Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673073315581,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230107063314/1.0/resourceInstances/vfwd1559833970a0/artifacts/vfwd1559833970a0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-01-07T06:37:02.693Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T06:37:02.693Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:37:02.693Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16298e4d-cf41-40de-886d-6cac678343cd",
"consumerID": "cds-sdc-listener",
"timestamp": 1673073315456,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/artifacts/service-BasicOnboardSwystb-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=?
2023-01-07T06:37:02.701Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 16298e4d-cf41-40de-886d-6cac678343cd
2023-01-07T06:37:02.701Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 16298e4d-cf41-40de-886d-6cac678343cd 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 (?, ?, ?, ?, ?)
2023-01-07T06:37:02.709Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:37:02.710Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16298e4d-cf41-40de-886d-6cac678343cd",
"consumerID": "multicloud-k8s",
"timestamp": 1673073316130,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/resourceInstances/basic_onboard_swystb0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2023-01-07T06:37:02.710Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T06:37:02.710Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:37:02.710Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673073316670,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230107063314/1.0/resourceInstances/vfwd1559833970a0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2023-01-07T06:37:02.710Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T06:37:02.710Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:37:02.710Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16298e4d-cf41-40de-886d-6cac678343cd",
"consumerID": "multicloud-k8s",
"timestamp": 1673073317187,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/resourceInstances/basic_onboard_swystb0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2023-01-07T06:37:02.710Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T06:37:02.710Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:37:02.710Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673073317750,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230107063314/1.0/resourceInstances/vfwd1559833970a0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2023-01-07T06:37:02.711Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T06:37:02.711Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:37:02.711Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16298e4d-cf41-40de-886d-6cac678343cd",
"consumerID": "multicloud-k8s",
"timestamp": 1673073318207,
"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=?
2023-01-07T06:37:02.715Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 16298e4d-cf41-40de-886d-6cac678343cd
2023-01-07T06:37:02.715Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 16298e4d-cf41-40de-886d-6cac678343cd 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 (?, ?, ?, ?, ?)
2023-01-07T06:37:02.724Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:37:02.724Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16298e4d-cf41-40de-886d-6cac678343cd",
"consumerID": "multicloud-k8s",
"timestamp": 1673073319208,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/resourceInstances/basic_onboard_swystb0/artifacts/basic_onboard_swystb0_modules.json",
"status": "DEPLOY_OK"
}
2023-01-07T06:37:02.724Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T06:37:02.724Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:37:02.725Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673073319284,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230107063314/1.0/resourceInstances/vfwd1559833970a0/artifacts/vfwd1559833970a0_modules.json",
"status": "DEPLOY_OK"
}
2023-01-07T06:37:02.725Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T06:37:02.725Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:37:02.725Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673073320288,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230107063314/1.0/resourceInstances/vfwd1559833970a0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2023-01-07T06:37:02.726Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T06:37:02.726Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:37:02.726Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673073321292,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230107063314/1.0/resourceInstances/vfwd1559833970a0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2023-01-07T06:37:02.727Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T06:37:02.727Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:37:02.727Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673073322296,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230107063314/1.0/artifacts/service-Vfw20230107063314-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-07T06:37:02.727Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T06:37:02.727Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:37:02.728Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16298e4d-cf41-40de-886d-6cac678343cd",
"consumerID": "aai-model-loader",
"timestamp": 1673073323767,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/artifacts/service-BasicOnboardSwystb-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-07T06:37:02.728Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T06:37:02.728Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:37:02.728Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16298e4d-cf41-40de-886d-6cac678343cd",
"consumerID": "aai-model-loader",
"timestamp": 1673073324770,
"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=?
2023-01-07T06:37:02.733Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 16298e4d-cf41-40de-886d-6cac678343cd
2023-01-07T06:37:02.733Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 16298e4d-cf41-40de-886d-6cac678343cd 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 (?, ?, ?, ?, ?)
2023-01-07T06:37:02.742Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:37:02.742Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16298e4d-cf41-40de-886d-6cac678343cd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673073325573,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/resourceInstances/basic_onboard_swystb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-07T06:37:02.742Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-07T06:37:02.743Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:37:02.743Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16298e4d-cf41-40de-886d-6cac678343cd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673073325573,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/resourceInstances/basic_onboard_swystb0/artifacts/basic_onboard_swystb0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-07T06:37:02.743Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-07T06:37:02.743Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:37:02.743Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16298e4d-cf41-40de-886d-6cac678343cd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673073325573,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/resourceInstances/basic_onboard_swystb0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-07T06:37:02.744Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-07T06:37:02.744Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:37:02.744Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16298e4d-cf41-40de-886d-6cac678343cd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673073325573,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/resourceInstances/basic_onboard_swystb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-07T06:37:02.745Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-07T06:37:02.745Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:37:02.745Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16298e4d-cf41-40de-886d-6cac678343cd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673073325573,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/resourceInstances/basic_onboard_swystb0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-01-07T06:37:02.745Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-07T06:37:02.746Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:37:02.746Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16298e4d-cf41-40de-886d-6cac678343cd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673073325573,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/artifacts/service-BasicOnboardSwystb-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-07T06:37:02.746Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-07T06:37:02.746Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:37:02.747Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16298e4d-cf41-40de-886d-6cac678343cd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673073325573,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/artifacts/service-BasicOnboardSwystb-csar.csar",
"status": "NOTIFIED"
}
2023-01-07T06:37:02.747Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-07T06:37:02.747Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:37:02.747Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16298e4d-cf41-40de-886d-6cac678343cd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673073333462,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/artifacts/service-BasicOnboardSwystb-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-07T06:37:02.748Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T06:37:02.748Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:37:02.748Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16298e4d-cf41-40de-886d-6cac678343cd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673073336293,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/artifacts/service-BasicOnboardSwystb-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-07T06:37:02.749Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T06:37:02.749Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:37:02.749Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16298e4d-cf41-40de-886d-6cac678343cd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673073337303,
"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=?
2023-01-07T06:37:02.754Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 16298e4d-cf41-40de-886d-6cac678343cd
2023-01-07T06:37:02.754Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 16298e4d-cf41-40de-886d-6cac678343cd 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 (?, ?, ?, ?, ?)
2023-01-07T06:37:28.274Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 16298e4d-cf41-40de-886d-6cac678343cd
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=?
2023-01-07T06:37:28.293Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 16298e4d-cf41-40de-886d-6cac678343cd
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=?
2023-01-07T06:37:28.296Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-07T06:37:28.296Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-07T06:37:28.296Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-07T06:37:28.296Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-07T06:37:28.296Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-07T06:37:28.297Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-07T06:37:28.297Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-07T06:37:28.297Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-07T06:37:28.297Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-07T06:37:28.297Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||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=?
2023-01-07T06:37:28.304Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-07T06:37:58.304Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 16298e4d-cf41-40de-886d-6cac678343cd 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=?
2023-01-07T06:37:58.316Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 16298e4d-cf41-40de-886d-6cac678343cd and serviceModelVersionId: ef719050-d6eb-41cc-8f96-6a989758eb07
2023-01-07T06:37:58.316Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ab1a1c3c-74b2-4a91-bfa9-bc5f6a338572
2023-01-07T06:37:58.317Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ab1a1c3c-74b2-4a91-bfa9-bc5f6a338572/model-vers/model-ver/ef719050-d6eb-41cc-8f96-6a989758eb07?depth=0
2023-01-07T06:37:58.322Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-01-07T06:37:58.379Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab1a1c3c-74b2-4a91-bfa9-bc5f6a338572/model-vers/model-ver/ef719050-d6eb-41cc-8f96-6a989758eb07?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]}
2023-01-07T06:37:58.381Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab1a1c3c-74b2-4a91-bfa9-bc5f6a338572/model-vers/model-ver/ef719050-d6eb-41cc-8f96-6a989758eb07?depth=0|INFO|500||Invoke
2023-01-07T06:37:58.409Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab1a1c3c-74b2-4a91-bfa9-bc5f6a338572/model-vers/model-ver/ef719050-d6eb-41cc-8f96-6a989758eb07?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2023-01-07T06:37:58.536Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab1a1c3c-74b2-4a91-bfa9-bc5f6a338572/model-vers/model-ver/ef719050-d6eb-41cc-8f96-6a989758eb07?depth=0|INFO|500||InvokeReturn
2023-01-07T06:37:58.538Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab1a1c3c-74b2-4a91-bfa9-bc5f6a338572/model-vers/model-ver/ef719050-d6eb-41cc-8f96-6a989758eb07?depth=0 has http status code:200 and response headers:{date=[Sat, 07 Jan 2023 06:37:58 GMT], content-length=[0], vertex-id=[241768], x-aai-txid=[1-aai-resources-230107-06:37:58:707-67170], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-07T06:37:58.538Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2023-01-07T06:37:58.539Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-07T06:37:58.539Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||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=?
2023-01-07T06:37:58.545Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||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)
2023-01-07T06:37:58.545Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 16298e4d-cf41-40de-886d-6cac678343cd and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-07T06:37:58.545Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-07T06:37:58.546Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-07T06:37:58.548Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T06:37:58.548Z|16298e4d-cf41-40de-886d-6cac678343cd|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "16298e4d-cf41-40de-886d-6cac678343cd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673073478545,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-07T06:37:58.648Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-07T06:37:58.649Z||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.
2023-01-07T06:37:58.649Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3qjjno0LHPO6nyxS) ...
2023-01-07T06:37:58.668Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:37:58.669Z||pool-34-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-01-07T06:37:59.564Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:37:59.564Z||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.
2023-01-07T06:37:59.564Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T06:38:02.613Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:38:02.614Z||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.
2023-01-07T06:38:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T06:38:02.637Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:38:02.638Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:38:02.638Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e0e2e0ef-884c-4b80-ba16-ebf4fcc370c9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673073369420,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-07T06:38:02.639Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T06:38:02.639Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:38:02.639Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16298e4d-cf41-40de-886d-6cac678343cd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673073370439,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/resourceInstances/basic_onboard_swystb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-07T06:38:02.639Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-07T06:38:02.639Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:38:02.639Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16298e4d-cf41-40de-886d-6cac678343cd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673073370439,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/resourceInstances/basic_onboard_swystb0/artifacts/basic_onboard_swystb0_modules.json",
"status": "NOTIFIED"
}
2023-01-07T06:38:02.639Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-07T06:38:02.639Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:38:02.639Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16298e4d-cf41-40de-886d-6cac678343cd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673073370439,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/resourceInstances/basic_onboard_swystb0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2023-01-07T06:38:02.640Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-07T06:38:02.640Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:38:02.640Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16298e4d-cf41-40de-886d-6cac678343cd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673073370439,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/resourceInstances/basic_onboard_swystb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-07T06:38:02.640Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-07T06:38:02.640Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:38:02.640Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16298e4d-cf41-40de-886d-6cac678343cd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673073370439,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/resourceInstances/basic_onboard_swystb0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2023-01-07T06:38:02.640Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-07T06:38:02.640Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:38:02.641Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16298e4d-cf41-40de-886d-6cac678343cd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673073370439,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/artifacts/service-BasicOnboardSwystb-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-07T06:38:02.641Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-07T06:38:02.641Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:38:02.641Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16298e4d-cf41-40de-886d-6cac678343cd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673073370439,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/artifacts/service-BasicOnboardSwystb-csar.csar",
"status": "NOTIFIED"
}
2023-01-07T06:38:02.641Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-07T06:38:02.641Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:38:02.641Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16298e4d-cf41-40de-886d-6cac678343cd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673073378297,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/artifacts/service-BasicOnboardSwystb-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-07T06:38:02.641Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T06:38:02.641Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:38:02.641Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16298e4d-cf41-40de-886d-6cac678343cd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673073380868,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/resourceInstances/basic_onboard_swystb0/artifacts/basic_onboard_swystb0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-01-07T06:38:02.642Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T06:38:02.642Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:38:02.642Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16298e4d-cf41-40de-886d-6cac678343cd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673073381948,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/resourceInstances/basic_onboard_swystb0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2023-01-07T06:38:02.642Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T06:38:02.642Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:38:02.642Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16298e4d-cf41-40de-886d-6cac678343cd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673073383016,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/resourceInstances/basic_onboard_swystb0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2023-01-07T06:38:02.642Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T06:38:02.642Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:38:02.642Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16298e4d-cf41-40de-886d-6cac678343cd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673073384230,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/resourceInstances/basic_onboard_swystb0/artifacts/basic_onboard_swystb0_modules.json",
"status": "DEPLOY_OK"
}
2023-01-07T06:38:02.643Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T06:38:02.643Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:38:02.643Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16298e4d-cf41-40de-886d-6cac678343cd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673073385234,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/resourceInstances/basic_onboard_swystb0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2023-01-07T06:38:02.643Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T06:38:02.643Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:38:02.643Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16298e4d-cf41-40de-886d-6cac678343cd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673073386239,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/resourceInstances/basic_onboard_swystb0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2023-01-07T06:38:02.643Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T06:38:02.643Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:38:02.643Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16298e4d-cf41-40de-886d-6cac678343cd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673073387243,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwystb/1.0/artifacts/service-BasicOnboardSwystb-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-07T06:38:02.644Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T06:38:09.143Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:38:09.143Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:38:09.144Z||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.
2023-01-07T06:38:09.144Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T06:38:18.720Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:39:02.610Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:39:02.611Z||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.
2023-01-07T06:39:02.611Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T06:39:02.613Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:39:02.614Z||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.
2023-01-07T06:39:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T06:39:03.137Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:39:03.137Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-07T06:39:03.137Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16298e4d-cf41-40de-886d-6cac678343cd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673073478545,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-07T06:39:03.138Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T06:39:12.165Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:40:02.610Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:40:02.611Z||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.
2023-01-07T06:40:02.611Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T06:40:02.613Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:40:02.614Z||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.
2023-01-07T06:40:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T06:40:12.191Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:40:12.197Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:41:02.610Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:41:02.611Z||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.
2023-01-07T06:41:02.611Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T06:41:02.613Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:41:02.614Z||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.
2023-01-07T06:41:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T06:41:12.158Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:41:12.208Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:42:02.610Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:42:02.613Z||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.
2023-01-07T06:42:02.613Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:42:02.613Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T06:42:02.614Z||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.
2023-01-07T06:42:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T06:42:12.185Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:42:12.192Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:43:02.610Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:43:02.611Z||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.
2023-01-07T06:43:02.611Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T06:43:02.613Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:43:02.613Z||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.
2023-01-07T06:43:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T06:43:12.173Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:43:12.188Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:44:02.610Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:44:02.611Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T06:44:02.611Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 3qjjno0LHPO6nyxS) ...
2023-01-07T06:44:02.613Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:44:02.614Z||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.
2023-01-07T06:44:02.615Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T06:44:12.169Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:44:12.173Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:45:02.610Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:45:02.611Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T06:45:02.611Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 3qjjno0LHPO6nyxS) ...
2023-01-07T06:45:02.613Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:45:02.614Z||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.
2023-01-07T06:45:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T06:45:12.174Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:45:12.187Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:46:02.610Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:46:02.611Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T06:46:02.611Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 3qjjno0LHPO6nyxS) ...
2023-01-07T06:46:02.613Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:46:02.614Z||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.
2023-01-07T06:46:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T06:46:12.156Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:46:12.166Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:47:02.610Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:47:02.611Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T06:47:02.611Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 3qjjno0LHPO6nyxS) ...
2023-01-07T06:47:02.613Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:47:02.614Z||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.
2023-01-07T06:47:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T06:47:12.167Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:47:12.169Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:48:02.610Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:48:02.611Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T06:48:02.611Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 3qjjno0LHPO6nyxS) ...
2023-01-07T06:48:02.613Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:48:02.614Z||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.
2023-01-07T06:48:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T06:48:12.214Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:48:12.222Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:49:02.610Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:49:02.612Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T06:49:02.613Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 3qjjno0LHPO6nyxS) ...
2023-01-07T06:49:02.613Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:49:02.614Z||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.
2023-01-07T06:49:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T06:49:03.314Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:49:03.314Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:49:03.315Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-07T06:49:03.315Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"4bca7737-54fa-44c3-ac3e-005eae50b1f5","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"ba0d8bb9-5466-4eec-be89-94886ea144b2","serviceDescription":"service","serviceInvariantUUID":"e64c0393-b17e-473a-9c21-b8f760c79098","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"ce303735-e275-4b1a-a943-f93ae383d204","resourceInvariantUUID":"ef3b9f83-0522-48d5-bf1d-861beda91097","resourceCustomizationUUID":"cd34b85c-d036-453a-ae77-bfc4c15f8a0a","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":"OTE4MTk2NWZmNzk3N2I1NDViZDFmZjg2ZDYyM2M5ZWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8c03d2cb-c5ba-436b-a3ec-0d44a69d4d2c","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NjI3MjlkZWM5NzljM2Q5YTBjMjhlMjFkNjBkODUyOWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"18d6d852-46ac-46ec-aa8d-9ba6261a7c0a","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-07T06:49:03.315Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-07T06:49:03.315Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4bca7737-54fa-44c3-ac3e-005eae50b1f5",
"consumerID": "cds-sdc-listener",
"timestamp": 1673074096475,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-07T06:49:03.317Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-07T06:49:03.317Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-07T06:49:03.317Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4bca7737-54fa-44c3-ac3e-005eae50b1f5",
"consumerID": "ves-openapi-manager",
"timestamp": 1673074124754,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-07T06:49:03.317Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-07T06:49:03.317Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-07T06:49:03.317Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4bca7737-54fa-44c3-ac3e-005eae50b1f5",
"consumerID": "multicloud-k8s",
"timestamp": 1673074100249,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-07T06:49:03.317Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-07T06:49:03.317Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-07T06:49:03.318Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4bca7737-54fa-44c3-ac3e-005eae50b1f5",
"consumerID": "cds-sdc-listener",
"timestamp": 1673074096475,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-01-07T06:49:03.318Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-07T06:49:03.318Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-07T06:49:03.318Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4bca7737-54fa-44c3-ac3e-005eae50b1f5",
"consumerID": "ves-openapi-manager",
"timestamp": 1673074124754,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2023-01-07T06:49:03.318Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-07T06:49:03.318Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-07T06:49:03.318Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4bca7737-54fa-44c3-ac3e-005eae50b1f5",
"consumerID": "multicloud-k8s",
"timestamp": 1673074100249,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-01-07T06:49:03.318Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-07T06:49:03.318Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-07T06:49:03.318Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4bca7737-54fa-44c3-ac3e-005eae50b1f5",
"consumerID": "cds-sdc-listener",
"timestamp": 1673074131052,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-07T06:49:03.319Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T06:49:03.319Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-07T06:49:03.319Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4bca7737-54fa-44c3-ac3e-005eae50b1f5",
"consumerID": "cds-sdc-listener",
"timestamp": 1673074132058,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
2023-01-07T06:49:03.323Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-07T06:49:03.324Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-01-07T06:49:03.328Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T06:49:03.328Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "4bca7737-54fa-44c3-ac3e-005eae50b1f5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673074142610,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-01-07T06:49:03.343Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4bca7737-54fa-44c3-ac3e-005eae50b1f5
2023-01-07T06:49:03.343Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4bca7737-54fa-44c3-ac3e-005eae50b1f5 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 (?, ?, ?, ?, ?)
2023-01-07T06:49:03.352Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-07T06:49:03.352Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4bca7737-54fa-44c3-ac3e-005eae50b1f5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673074135573,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-07T06:49:03.353Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-07T06:49:03.353Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-07T06:49:03.353Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4bca7737-54fa-44c3-ac3e-005eae50b1f5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673074135573,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-01-07T06:49:03.353Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-07T06:49:03.353Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-07T06:49:03.353Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4bca7737-54fa-44c3-ac3e-005eae50b1f5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673074138389,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-07T06:49:03.353Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T06:49:03.353Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-07T06:49:03.353Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4bca7737-54fa-44c3-ac3e-005eae50b1f5",
"consumerID": "aai-model-loader",
"timestamp": 1673074139192,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-07T06:49:03.353Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-07T06:49:03.354Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-07T06:49:03.354Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4bca7737-54fa-44c3-ac3e-005eae50b1f5",
"consumerID": "aai-model-loader",
"timestamp": 1673074139192,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-01-07T06:49:03.354Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-07T06:49:03.354Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-07T06:49:03.354Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4bca7737-54fa-44c3-ac3e-005eae50b1f5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673074140337,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-07T06:49:03.354Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T06:49:03.354Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-07T06:49:03.354Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4bca7737-54fa-44c3-ac3e-005eae50b1f5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673074141342,
"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=?
2023-01-07T06:49:03.359Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4bca7737-54fa-44c3-ac3e-005eae50b1f5
2023-01-07T06:49:03.359Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4bca7737-54fa-44c3-ac3e-005eae50b1f5 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 (?, ?, ?, ?, ?)
2023-01-07T06:49:03.366Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-07T06:49:03.367Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4bca7737-54fa-44c3-ac3e-005eae50b1f5",
"consumerID": "aai-model-loader",
"timestamp": 1673074141314,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-07T06:49:03.367Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T06:49:03.428Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-07T06:49:03.429Z||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.
2023-01-07T06:49:03.429Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3qjjno0LHPO6nyxS) ...
2023-01-07T06:49:03.457Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:49:03.458Z||pool-35-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2023-01-07T06:49:04.329Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-07T06:49:04.329Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-07T06:49:04.332Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T06:49:04.332Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "4bca7737-54fa-44c3-ac3e-005eae50b1f5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673074142610,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-01-07T06:49:04.432Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-07T06:49:04.433Z||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.
2023-01-07T06:49:04.434Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3qjjno0LHPO6nyxS) ...
2023-01-07T06:49:04.458Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:49:04.458Z||pool-36-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2023-01-07T06:49:05.335Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "4bca7737-54fa-44c3-ac3e-005eae50b1f5",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "ba0d8bb9-5466-4eec-be89-94886ea144b2",
"serviceDescription": "service",
"serviceInvariantUUID": "e64c0393-b17e-473a-9c21-b8f760c79098",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "cd34b85c-d036-453a-ae77-bfc4c15f8a0a",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "ce303735-e275-4b1a-a943-f93ae383d204",
"resourceInvariantUUID": "ef3b9f83-0522-48d5-bf1d-861beda91097",
"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": "NjI3MjlkZWM5NzljM2Q5YTBjMjhlMjFkNjBkODUyOWE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "18d6d852-46ac-46ec-aa8d-9ba6261a7c0a"
}
],
"workloadContext": "Production"
}
2023-01-07T06:49:05.335Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-07T06:49:05.335Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 ba0d8bb9-5466-4eec-be89-94886ea144b2 ASDC
2023-01-07T06:49:05.336Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:4bca7737-54fa-44c3-ac3e-005eae50b1f5
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:ba0d8bb9-5466-4eec-be89-94886ea144b2
ServiceInvariantUUID:e64c0393-b17e-473a-9c21-b8f760c79098
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:18d6d852-46ac-46ec-aa8d-9ba6261a7c0a
ArtifactChecksum:NjI3MjlkZWM5NzljM2Q5YTBjMjhlMjFkNjBkODUyOWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:cd34b85c-d036-453a-ae77-bfc4c15f8a0a
ResourceInvariantUUID:ef3b9f83-0522-48d5-bf1d-861beda91097
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:ce303735-e275-4b1a-a943-f93ae383d204
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2023-01-07T06:49:05.336Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ba0d8bb9-5466-4eec-be89-94886ea144b2 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=?
2023-01-07T06:49:05.368Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-07T06:49:05.369Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-01-07T06:49:05.369Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-01-07T06:49:05.369Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 18d6d852-46ac-46ec-aa8d-9ba6261a7c0a from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-01-07T06:49:05.369Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-01-07T06:49:05.370Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-01-07T06:49:05.439Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2023-01-07T06:49:05.442Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 18d6d852-46ac-46ec-aa8d-9ba6261a7c0a 57788
2023-01-07T06:49:05.442Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-01-07T06:49:05.442Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-01-07T06:49:05.442Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-07T06:49:05.442Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-07T06:49:05.444Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T06:49:05.445Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "4bca7737-54fa-44c3-ac3e-005eae50b1f5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673074145442,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-07T06:49:05.545Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-07T06:49:05.546Z||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.
2023-01-07T06:49:05.546Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3qjjno0LHPO6nyxS) ...
2023-01-07T06:49:05.583Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:49:05.584Z||pool-37-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":1,"count":1}
2023-01-07T06:49:06.445Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-07T06:49:06.446Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-01-07T06:49:06.447Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 18d6d852-46ac-46ec-aa8d-9ba6261a7c0a, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-07T06:49:06.447Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-01-07T06:49:06.448Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-07T06:49:06.448Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-07T06:49:06.611Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4495495966115540591/Definitions/service-BasicNetwork-template.yml
2023-01-07T06:49:07.173Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-07T06:49:07.173Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||WARN|500||####################################################################################################
2023-01-07T06:49:07.174Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-07T06:49:07.174Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-01-07T06:49:07.174Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-07T06:49:07.174Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-07T06:49:07.174Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-07T06:49:07.174Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-07T06:49:07.175Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-07T06:49:07.175Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-07T06:49:07.175Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-07T06:49:07.175Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-07T06:49:07.175Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||WARN|500||####################################################################################################
2023-01-07T06:49:07.176Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-07T06:49:07.176Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T06:49:07.176Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-01-07T06:49:07.177Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2023-01-07T06:49:07.177Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-07T06:49:07.177Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-07T06:49:07.177Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T06:49:07.178Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-01-07T06:49:07.178Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2023-01-07T06:49:07.178Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-07T06:49:07.178Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-07T06:49:07.178Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T06:49:07.179Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-07T06:49:07.179Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T06:49:07.179Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-07T06:49:07.179Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T06:49:07.180Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-07T06:49:07.180Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T06:49:07.180Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-07T06:49:07.180Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T06:49:07.181Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:ba0d8bb9-5466-4eec-be89-94886ea144b2
Model Version:NULL
Model InvariantUuid:e64c0393-b17e-473a-9c21-b8f760c79098
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:ef3b9f83-0522-48d5-bf1d-861beda91097
Model UUID:91e17cb1-33b4-485e-b28c-d9ed1484d352
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:cd34b85c-d036-453a-ae77-bfc4c15f8a0a
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=?
2023-01-07T06:49:07.189Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||INFO|500||Processing Resource Type: VL, Model UUID: ce303735-e275-4b1a-a943-f93ae383d204
2023-01-07T06:49:07.189Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||INFO|500||No resources found for Service: ba0d8bb9-5466-4eec-be89-94886ea144b2
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=?
2023-01-07T06:49:07.196Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||INFO|500||
2023-01-07T06:49:07.197Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2023-01-07T06:49:07.198Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||No resources found for Service: ba0d8bb9-5466-4eec-be89-94886ea144b2
2023-01-07T06:49:07.198Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: ba0d8bb9-5466-4eec-be89-94886ea144b2
2023-01-07T06:49:07.198Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2023-01-07T06:49:07.198Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-01-07T06:49:07.203Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7e96c856, org.onap.sdc.toscaparser.api.parameters.Input@4f1e492d, org.onap.sdc.toscaparser.api.parameters.Input@5b75b025, org.onap.sdc.toscaparser.api.parameters.Input@233e05d0, org.onap.sdc.toscaparser.api.parameters.Input@6ba2ad99]
2023-01-07T06:49:07.205Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-07T06:49:07.205Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T06:49:07.205Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-07T06:49:07.206Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T06:49:07.206Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid ba0d8bb9-5466-4eec-be89-94886ea144b2: Generic NeutronNet
2023-01-07T06:49:07.206Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-07T06:49:07.206Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T06:49:07.207Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-07T06:49:07.207Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2023-01-07T06:49:07.262Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-07T06:49:07.262Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T06:49:07.263Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-07T06:49:07.263Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T06:49:07.263Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-07T06:49:07.263Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T06:49:07.264Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||INFO|500||Saving Service: basic_network
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2023-01-07T06:49:07.401Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2023-01-07T06:49:07.402Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-01-07T06:49:07.402Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-01-07T06:49:07.402Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-07T06:49:07.402Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-07T06:49:07.404Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T06:49:07.404Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "4bca7737-54fa-44c3-ac3e-005eae50b1f5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673074147402,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-07T06:49:07.504Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-07T06:49:07.505Z||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.
2023-01-07T06:49:07.505Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3qjjno0LHPO6nyxS) ...
2023-01-07T06:49:07.519Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:49:07.521Z||pool-38-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2023-01-07T06:49:08.405Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4bca7737-54fa-44c3-ac3e-005eae50b1f5
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=?
2023-01-07T06:49:08.419Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4bca7737-54fa-44c3-ac3e-005eae50b1f5
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=?
2023-01-07T06:49:08.422Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-07T06:49:08.422Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-07T06:49:08.422Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-07T06:49:38.423Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4bca7737-54fa-44c3-ac3e-005eae50b1f5
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=?
2023-01-07T06:49:38.435Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4bca7737-54fa-44c3-ac3e-005eae50b1f5
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=?
2023-01-07T06:49:38.438Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-07T06:49:38.438Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-07T06:49:38.438Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-07T06:50:02.613Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:50:02.614Z||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.
2023-01-07T06:50:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T06:50:02.756Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:50:02.756Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-07T06:50:02.756Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4bca7737-54fa-44c3-ac3e-005eae50b1f5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673074142610,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-07T06:50:02.758Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-07T06:50:08.439Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4bca7737-54fa-44c3-ac3e-005eae50b1f5
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=?
2023-01-07T06:50:08.450Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4bca7737-54fa-44c3-ac3e-005eae50b1f5
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=?
2023-01-07T06:50:08.454Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-07T06:50:08.454Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-07T06:50:08.454Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-07T06:50:38.455Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4bca7737-54fa-44c3-ac3e-005eae50b1f5
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=?
2023-01-07T06:50:38.468Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4bca7737-54fa-44c3-ac3e-005eae50b1f5
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=?
2023-01-07T06:50:38.472Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-07T06:50:38.472Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-07T06:50:38.472Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-07T06:51:02.613Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:51:02.614Z||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.
2023-01-07T06:51:02.614Z||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 3qjjno0LHPO6nyxS) ...
2023-01-07T06:51:02.659Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:51:02.662Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-07T06:51:02.662Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4bca7737-54fa-44c3-ac3e-005eae50b1f5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673074142610,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-01-07T06:51:02.664Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-07T06:51:02.674Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-07T06:51:02.674Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4bca7737-54fa-44c3-ac3e-005eae50b1f5",
"consumerID": "aai-model-loader",
"timestamp": 1673074145599,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-07T06:51:02.676Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T06:51:02.676Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-07T06:51:02.677Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4bca7737-54fa-44c3-ac3e-005eae50b1f5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673074145442,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-07T06:51:02.677Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T06:51:02.677Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-07T06:51:02.677Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4bca7737-54fa-44c3-ac3e-005eae50b1f5",
"consumerID": "aai-model-loader",
"timestamp": 1673074146601,
"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=?
2023-01-07T06:51:02.690Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4bca7737-54fa-44c3-ac3e-005eae50b1f5
2023-01-07T06:51:02.690Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4bca7737-54fa-44c3-ac3e-005eae50b1f5 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 (?, ?, ?, ?, ?)
2023-01-07T06:51:02.710Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-07T06:51:02.710Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4bca7737-54fa-44c3-ac3e-005eae50b1f5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673074147402,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-07T06:51:02.711Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T06:51:02.711Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-07T06:51:02.711Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9c78446-9622-4c3a-ad42-6a031a6b4744",
"consumerID": "cds-sdc-listener",
"timestamp": 1673074133061,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfKraswgbqfh9ajmawkk2k/1.0/resourceInstances/pnfaedb9c3e2c370/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-07T06:51:02.711Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-07T06:51:02.712Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-07T06:51:02.712Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9c78446-9622-4c3a-ad42-6a031a6b4744",
"consumerID": "ves-openapi-manager",
"timestamp": 1673074164681,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfKraswgbqfh9ajmawkk2k/1.0/resourceInstances/pnfaedb9c3e2c370/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-07T06:51:02.712Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-07T06:51:02.713Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-07T06:51:02.713Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9c78446-9622-4c3a-ad42-6a031a6b4744",
"consumerID": "multicloud-k8s",
"timestamp": 1673074161443,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfKraswgbqfh9ajmawkk2k/1.0/resourceInstances/pnfaedb9c3e2c370/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-07T06:51:02.713Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-07T06:51:02.713Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-07T06:51:02.713Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9c78446-9622-4c3a-ad42-6a031a6b4744",
"consumerID": "aai-model-loader",
"timestamp": 1673074169192,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfKraswgbqfh9ajmawkk2k/1.0/resourceInstances/pnfaedb9c3e2c370/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-07T06:51:02.714Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-07T06:51:02.714Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-07T06:51:02.714Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9c78446-9622-4c3a-ad42-6a031a6b4744",
"consumerID": "cds-sdc-listener",
"timestamp": 1673074133061,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfKraswgbqfh9ajmawkk2k/1.0/resourceInstances/pnfaedb9c3e2c370/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-01-07T06:51:02.714Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-07T06:51:02.714Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-07T06:51:02.715Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9c78446-9622-4c3a-ad42-6a031a6b4744",
"consumerID": "aai-model-loader",
"timestamp": 1673074169192,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfKraswgbqfh9ajmawkk2k/1.0/resourceInstances/pnfaedb9c3e2c370/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-01-07T06:51:02.715Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-07T06:51:02.715Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-07T06:51:02.716Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9c78446-9622-4c3a-ad42-6a031a6b4744",
"consumerID": "multicloud-k8s",
"timestamp": 1673074161443,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfKraswgbqfh9ajmawkk2k/1.0/resourceInstances/pnfaedb9c3e2c370/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-01-07T06:51:02.716Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-07T06:51:02.716Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-07T06:51:02.717Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9c78446-9622-4c3a-ad42-6a031a6b4744",
"consumerID": "ves-openapi-manager",
"timestamp": 1673074164681,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfKraswgbqfh9ajmawkk2k/1.0/resourceInstances/pnfaedb9c3e2c370/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-01-07T06:51:02.717Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-07T06:51:02.717Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-07T06:51:02.718Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9c78446-9622-4c3a-ad42-6a031a6b4744",
"consumerID": "cds-sdc-listener",
"timestamp": 1673074133061,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfKraswgbqfh9ajmawkk2k/1.0/resourceInstances/pnfaedb9c3e2c370/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-01-07T06:51:02.719Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-07T06:51:02.719Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-07T06:51:02.719Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9c78446-9622-4c3a-ad42-6a031a6b4744",
"consumerID": "aai-model-loader",
"timestamp": 1673074169192,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfKraswgbqfh9ajmawkk2k/1.0/resourceInstances/pnfaedb9c3e2c370/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-01-07T06:51:02.719Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-07T06:51:02.720Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-07T06:51:02.720Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9c78446-9622-4c3a-ad42-6a031a6b4744",
"consumerID": "multicloud-k8s",
"timestamp": 1673074161443,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfKraswgbqfh9ajmawkk2k/1.0/resourceInstances/pnfaedb9c3e2c370/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-01-07T06:51:02.720Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-07T06:51:02.721Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-07T06:51:02.721Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9c78446-9622-4c3a-ad42-6a031a6b4744",
"consumerID": "ves-openapi-manager",
"timestamp": 1673074164681,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfKraswgbqfh9ajmawkk2k/1.0/resourceInstances/pnfaedb9c3e2c370/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-01-07T06:51:02.721Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-07T06:51:02.721Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-07T06:51:02.722Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9c78446-9622-4c3a-ad42-6a031a6b4744",
"consumerID": "cds-sdc-listener",
"timestamp": 1673074133061,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfKraswgbqfh9ajmawkk2k/1.0/resourceInstances/pnfaedb9c3e2c370/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-07T06:51:02.722Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-07T06:51:02.722Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-07T06:51:02.723Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9c78446-9622-4c3a-ad42-6a031a6b4744",
"consumerID": "aai-model-loader",
"timestamp": 1673074169192,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfKraswgbqfh9ajmawkk2k/1.0/resourceInstances/pnfaedb9c3e2c370/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-07T06:51:02.723Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-07T06:51:02.723Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-07T06:51:02.723Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9c78446-9622-4c3a-ad42-6a031a6b4744",
"consumerID": "multicloud-k8s",
"timestamp": 1673074161443,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfKraswgbqfh9ajmawkk2k/1.0/resourceInstances/pnfaedb9c3e2c370/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-07T06:51:02.724Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-07T06:51:02.724Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-07T06:51:02.724Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9c78446-9622-4c3a-ad42-6a031a6b4744",
"consumerID": "ves-openapi-manager",
"timestamp": 1673074164681,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfKraswgbqfh9ajmawkk2k/1.0/resourceInstances/pnfaedb9c3e2c370/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-07T06:51:02.725Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-07T06:51:02.725Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-07T06:51:02.725Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9c78446-9622-4c3a-ad42-6a031a6b4744",
"consumerID": "cds-sdc-listener",
"timestamp": 1673074133061,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfKraswgbqfh9ajmawkk2k/1.0/resourceInstances/pnfaedb9c3e2c370/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-07T06:51:02.725Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-07T06:51:02.726Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-07T06:51:02.726Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9c78446-9622-4c3a-ad42-6a031a6b4744",
"consumerID": "aai-model-loader",
"timestamp": 1673074169192,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfKraswgbqfh9ajmawkk2k/1.0/resourceInstances/pnfaedb9c3e2c370/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-07T06:51:02.726Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-07T06:51:02.726Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-07T06:51:02.727Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9c78446-9622-4c3a-ad42-6a031a6b4744",
"consumerID": "multicloud-k8s",
"timestamp": 1673074161443,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfKraswgbqfh9ajmawkk2k/1.0/resourceInstances/pnfaedb9c3e2c370/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-07T06:51:02.727Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-07T06:51:02.727Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-07T06:51:02.727Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9c78446-9622-4c3a-ad42-6a031a6b4744",
"consumerID": "ves-openapi-manager",
"timestamp": 1673074164681,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfKraswgbqfh9ajmawkk2k/1.0/resourceInstances/pnfaedb9c3e2c370/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-07T06:51:02.728Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-07T06:51:02.728Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-07T06:51:02.728Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9c78446-9622-4c3a-ad42-6a031a6b4744",
"consumerID": "cds-sdc-listener",
"timestamp": 1673074133061,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfKraswgbqfh9ajmawkk2k/1.0/resourceInstances/pnfaedb9c3e2c370/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-07T06:51:02.729Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-07T06:51:02.729Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-07T06:51:02.729Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9c78446-9622-4c3a-ad42-6a031a6b4744",
"consumerID": "aai-model-loader",
"timestamp": 1673074169192,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfKraswgbqfh9ajmawkk2k/1.0/resourceInstances/pnfaedb9c3e2c370/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-07T06:51:02.729Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-07T06:51:02.729Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-07T06:51:02.730Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9c78446-9622-4c3a-ad42-6a031a6b4744",
"consumerID": "multicloud-k8s",
"timestamp": 1673074161443,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfKraswgbqfh9ajmawkk2k/1.0/resourceInstances/pnfaedb9c3e2c370/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-07T06:51:02.730Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-07T06:51:02.730Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-07T06:51:02.731Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9c78446-9622-4c3a-ad42-6a031a6b4744",
"consumerID": "ves-openapi-manager",
"timestamp": 1673074164681,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfKraswgbqfh9ajmawkk2k/1.0/resourceInstances/pnfaedb9c3e2c370/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOTIFIED"
}
2023-01-07T06:51:02.731Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-07T06:51:02.731Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-07T06:51:02.731Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9c78446-9622-4c3a-ad42-6a031a6b4744",
"consumerID": "cds-sdc-listener",
"timestamp": 1673074133061,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfKraswgbqfh9ajmawkk2k/1.0/artifacts/service-DemoPnfKraswgbqfh9ajmawkk2k-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-07T06:51:02.732Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-07T06:51:02.732Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-07T06:51:02.732Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9c78446-9622-4c3a-ad42-6a031a6b4744",
"consumerID": "aai-model-loader",
"timestamp": 1673074169192,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfKraswgbqfh9ajmawkk2k/1.0/artifacts/service-DemoPnfKraswgbqfh9ajmawkk2k-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-07T06:51:02.733Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-07T06:51:02.733Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-07T06:51:02.733Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9c78446-9622-4c3a-ad42-6a031a6b4744",
"consumerID": "multicloud-k8s",
"timestamp": 1673074161443,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfKraswgbqfh9ajmawkk2k/1.0/artifacts/service-DemoPnfKraswgbqfh9ajmawkk2k-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-07T06:51:02.733Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-07T06:51:02.734Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-07T06:51:02.734Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9c78446-9622-4c3a-ad42-6a031a6b4744",
"consumerID": "ves-openapi-manager",
"timestamp": 1673074164681,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfKraswgbqfh9ajmawkk2k/1.0/artifacts/service-DemoPnfKraswgbqfh9ajmawkk2k-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-07T06:51:02.734Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-07T06:51:02.735Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-07T06:51:02.735Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9c78446-9622-4c3a-ad42-6a031a6b4744",
"consumerID": "cds-sdc-listener",
"timestamp": 1673074133061,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfKraswgbqfh9ajmawkk2k/1.0/artifacts/service-DemoPnfKraswgbqfh9ajmawkk2k-csar.csar",
"status": "NOTIFIED"
}
2023-01-07T06:51:02.735Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-07T06:51:02.735Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-07T06:51:02.736Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9c78446-9622-4c3a-ad42-6a031a6b4744",
"consumerID": "multicloud-k8s",
"timestamp": 1673074161443,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfKraswgbqfh9ajmawkk2k/1.0/artifacts/service-DemoPnfKraswgbqfh9ajmawkk2k-csar.csar",
"status": "NOTIFIED"
}
2023-01-07T06:51:02.736Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-07T06:51:02.736Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-07T06:51:02.737Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9c78446-9622-4c3a-ad42-6a031a6b4744",
"consumerID": "aai-model-loader",
"timestamp": 1673074169192,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfKraswgbqfh9ajmawkk2k/1.0/artifacts/service-DemoPnfKraswgbqfh9ajmawkk2k-csar.csar",
"status": "NOTIFIED"
}
2023-01-07T06:51:02.738Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-07T06:51:02.738Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-07T06:51:02.738Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9c78446-9622-4c3a-ad42-6a031a6b4744",
"consumerID": "ves-openapi-manager",
"timestamp": 1673074164681,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfKraswgbqfh9ajmawkk2k/1.0/artifacts/service-DemoPnfKraswgbqfh9ajmawkk2k-csar.csar",
"status": "NOT_NOTIFIED"
}
2023-01-07T06:51:02.739Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-07T06:51:02.739Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-07T06:51:02.739Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9c78446-9622-4c3a-ad42-6a031a6b4744",
"consumerID": "cds-sdc-listener",
"timestamp": 1673074184475,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfKraswgbqfh9ajmawkk2k/1.0/artifacts/service-DemoPnfKraswgbqfh9ajmawkk2k-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-07T06:51:02.739Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T06:51:02.739Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-07T06:51:02.740Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9c78446-9622-4c3a-ad42-6a031a6b4744",
"consumerID": "aai-model-loader",
"timestamp": 1673074185326,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfKraswgbqfh9ajmawkk2k/1.0/artifacts/service-DemoPnfKraswgbqfh9ajmawkk2k-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-07T06:51:02.741Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T06:51:02.741Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-07T06:51:02.741Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9c78446-9622-4c3a-ad42-6a031a6b4744",
"consumerID": "ves-openapi-manager",
"timestamp": 1673074184949,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfKraswgbqfh9ajmawkk2k/1.0/resourceInstances/pnfaedb9c3e2c370/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DOWNLOAD_OK"
}
2023-01-07T06:51:02.742Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T06:51:02.742Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-07T06:51:02.742Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9c78446-9622-4c3a-ad42-6a031a6b4744",
"consumerID": "cds-sdc-listener",
"timestamp": 1673074185478,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfKraswgbqfh9ajmawkk2k/1.0/artifacts/service-DemoPnfKraswgbqfh9ajmawkk2k-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 (?, ?, ?, ?, ?)
2023-01-07T06:51:02.759Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e9c78446-9622-4c3a-ad42-6a031a6b4744
2023-01-07T06:51:02.760Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId e9c78446-9622-4c3a-ad42-6a031a6b4744 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 (?, ?, ?, ?, ?)
2023-01-07T06:51:02.767Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-07T06:51:02.768Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9c78446-9622-4c3a-ad42-6a031a6b4744",
"consumerID": "ves-openapi-manager",
"timestamp": 1673074186216,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfKraswgbqfh9ajmawkk2k/1.0/resourceInstances/pnfaedb9c3e2c370/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DEPLOY_OK"
}
2023-01-07T06:51:02.768Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T06:51:02.768Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-07T06:51:02.768Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9c78446-9622-4c3a-ad42-6a031a6b4744",
"consumerID": "ves-openapi-manager",
"timestamp": 1673074187221,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-01-07T06:51:02.772Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of e9c78446-9622-4c3a-ad42-6a031a6b4744
2023-01-07T06:51:02.772Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId e9c78446-9622-4c3a-ad42-6a031a6b4744 and ComponentName
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-01-07T06:51:02.785Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-07T06:51:02.785Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9c78446-9622-4c3a-ad42-6a031a6b4744",
"consumerID": "aai-model-loader",
"timestamp": 1673074190928,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfKraswgbqfh9ajmawkk2k/1.0/artifacts/service-DemoPnfKraswgbqfh9ajmawkk2k-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-07T06:51:02.786Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-07T06:51:02.786Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-07T06:51:02.786Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9c78446-9622-4c3a-ad42-6a031a6b4744",
"consumerID": "aai-model-loader",
"timestamp": 1673074191930,
"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=?
2023-01-07T06:51:02.791Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e9c78446-9622-4c3a-ad42-6a031a6b4744
2023-01-07T06:51:02.791Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId e9c78446-9622-4c3a-ad42-6a031a6b4744 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 (?, ?, ?, ?, ?)
2023-01-07T06:51:02.799Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-07T06:51:02.799Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9c78446-9622-4c3a-ad42-6a031a6b4744",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673074195576,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfKraswgbqfh9ajmawkk2k/1.0/resourceInstances/pnfaedb9c3e2c370/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-07T06:51:02.800Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-07T06:51:02.800Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-07T06:51:02.800Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9c78446-9622-4c3a-ad42-6a031a6b4744",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673074195576,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfKraswgbqfh9ajmawkk2k/1.0/resourceInstances/pnfaedb9c3e2c370/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-01-07T06:51:02.800Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-07T06:51:02.800Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-07T06:51:02.801Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9c78446-9622-4c3a-ad42-6a031a6b4744",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673074195576,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfKraswgbqfh9ajmawkk2k/1.0/resourceInstances/pnfaedb9c3e2c370/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-01-07T06:51:02.801Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-07T06:51:02.801Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-07T06:51:02.801Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9c78446-9622-4c3a-ad42-6a031a6b4744",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673074195576,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfKraswgbqfh9ajmawkk2k/1.0/resourceInstances/pnfaedb9c3e2c370/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-07T06:51:02.801Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-07T06:51:02.801Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-07T06:51:02.802Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9c78446-9622-4c3a-ad42-6a031a6b4744",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673074195576,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfKraswgbqfh9ajmawkk2k/1.0/resourceInstances/pnfaedb9c3e2c370/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-07T06:51:02.802Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-07T06:51:02.802Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-07T06:51:02.802Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9c78446-9622-4c3a-ad42-6a031a6b4744",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673074195576,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfKraswgbqfh9ajmawkk2k/1.0/resourceInstances/pnfaedb9c3e2c370/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-07T06:51:02.802Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-07T06:51:02.802Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-07T06:51:02.803Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9c78446-9622-4c3a-ad42-6a031a6b4744",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673074195576,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfKraswgbqfh9ajmawkk2k/1.0/artifacts/service-DemoPnfKraswgbqfh9ajmawkk2k-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-07T06:51:02.803Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-07T06:51:08.473Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4bca7737-54fa-44c3-ac3e-005eae50b1f5
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=?
2023-01-07T06:51:08.486Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4bca7737-54fa-44c3-ac3e-005eae50b1f5
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=?
2023-01-07T06:51:08.488Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-07T06:51:08.488Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-07T06:51:08.489Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-07T06:51:08.489Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-07T06:51:08.489Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-07T06:51:08.489Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-07T06:51:08.489Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-07T06:51:08.490Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-07T06:51:08.490Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-01-07T06:51:08.494Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-07T06:51:38.495Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4bca7737-54fa-44c3-ac3e-005eae50b1f5 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=?
2023-01-07T06:51:38.510Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4bca7737-54fa-44c3-ac3e-005eae50b1f5 and serviceModelVersionId: ba0d8bb9-5466-4eec-be89-94886ea144b2
2023-01-07T06:51:38.510Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e64c0393-b17e-473a-9c21-b8f760c79098
2023-01-07T06:51:38.512Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e64c0393-b17e-473a-9c21-b8f760c79098/model-vers/model-ver/ba0d8bb9-5466-4eec-be89-94886ea144b2?depth=0
2023-01-07T06:51:38.516Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2023-01-07T06:51:38.575Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e64c0393-b17e-473a-9c21-b8f760c79098/model-vers/model-ver/ba0d8bb9-5466-4eec-be89-94886ea144b2?depth=0|INFO|500||Invoke
2023-01-07T06:51:38.575Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e64c0393-b17e-473a-9c21-b8f760c79098/model-vers/model-ver/ba0d8bb9-5466-4eec-be89-94886ea144b2?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e64c0393-b17e-473a-9c21-b8f760c79098/model-vers/model-ver/ba0d8bb9-5466-4eec-be89-94886ea144b2?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[4bca7737-54fa-44c3-ac3e-005eae50b1f5], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f2fcb67b-6023-437f-93f0-866cbe69fc12], X-ECOMP-RequestID=[4bca7737-54fa-44c3-ac3e-005eae50b1f5], X-TransactionId=[], X-ONAP-RequestID=[4bca7737-54fa-44c3-ac3e-005eae50b1f5], Content-Type=[application/merge-patch+json]}
2023-01-07T06:51:38.599Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e64c0393-b17e-473a-9c21-b8f760c79098/model-vers/model-ver/ba0d8bb9-5466-4eec-be89-94886ea144b2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2023-01-07T06:51:38.710Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e64c0393-b17e-473a-9c21-b8f760c79098/model-vers/model-ver/ba0d8bb9-5466-4eec-be89-94886ea144b2?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/e64c0393-b17e-473a-9c21-b8f760c79098/model-vers/model-ver/ba0d8bb9-5466-4eec-be89-94886ea144b2?depth=0 has http status code:200 and response headers:{date=[Sat, 07 Jan 2023 06:51:38 GMT], content-length=[0], vertex-id=[159856], x-aai-txid=[2-aai-resources-230107-06:51:38:892-58933], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-07T06:51:38.711Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e64c0393-b17e-473a-9c21-b8f760c79098/model-vers/model-ver/ba0d8bb9-5466-4eec-be89-94886ea144b2?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-01-07T06:51:38.711Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e64c0393-b17e-473a-9c21-b8f760c79098/model-vers/model-ver/ba0d8bb9-5466-4eec-be89-94886ea144b2?depth=0|INFO|500||InvokeReturn
2023-01-07T06:51:38.712Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-07T06:51:38.713Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-01-07T06:51:38.719Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2023-01-07T06:51:38.719Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4bca7737-54fa-44c3-ac3e-005eae50b1f5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-07T06:51:38.719Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-07T06:51:38.719Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-07T06:51:38.721Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T06:51:38.721Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "4bca7737-54fa-44c3-ac3e-005eae50b1f5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673074298719,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-07T06:51:38.821Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-07T06:51:38.822Z||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.
2023-01-07T06:51:38.822Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3qjjno0LHPO6nyxS) ...
2023-01-07T06:51:38.868Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:51:38.868Z||pool-39-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-01-07T06:51:39.743Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-07T06:51:39.743Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-07T06:51:39.744Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 3qjjno0LHPO6nyxS) ...
2023-01-07T06:51:45.398Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:51:45.401Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-07T06:51:45.401Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"e9c78446-9622-4c3a-ad42-6a031a6b4744","serviceName":"Demo_pNF_KRaSWgBqFh9aJMAwKK2k","serviceVersion":"1.0","serviceUUID":"824af481-b108-4aaa-b230-1c5a433a63b6","serviceDescription":"catalog service description","serviceInvariantUUID":"53bfe1a6-4723-4841-a643-bb73829834f4","resources":[{"resourceInstanceName":"pNF aedb9c3e-2c37 0","resourceName":"pNF aedb9c3e-2c37","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"5c0c2a5e-4253-4460-9ec1-603bd50c11f5","resourceInvariantUUID":"fdca30b6-ef8c-4004-af40-065a1f2592d6","resourceCustomizationUUID":"bf8dc090-bbab-434c-8c93-4463af48a06d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKraswgbqfh9ajmawkk2k/1.0/resourceInstances/pnfaedb9c3e2c370/artifacts/vf-license-model.xml","artifactChecksum":"MDg1ZGZiYTdlMjM1YzM3ZjZhMmUxMWQ4ZTNmNTEzNmQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1d14ba7c-88a0-4f97-8af2-5ee4d05185ed","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKraswgbqfh9ajmawkk2k/1.0/resourceInstances/pnfaedb9c3e2c370/artifacts/pNF.csar","artifactChecksum":"NjFlMzcyZmNiYTNjNmY4NmE0YjBmOGI5MDdkNTQ3OGI\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"850cea8f-1d26-4961-919f-ce2a8161a7b6","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKraswgbqfh9ajmawkk2k/1.0/resourceInstances/pnfaedb9c3e2c370/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6767a624-b3c3-464b-8f84-d630a81f8bdc","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKraswgbqfh9ajmawkk2k/1.0/resourceInstances/pnfaedb9c3e2c370/artifacts/vendor-license-model.xml","artifactChecksum":"NTA0MWNkZDJhYjc2MzY3ZDk0OWFmNjRkZDAyNGZjMTE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"de4a0230-c3f0-4e5a-93b6-7df9a50a7925","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfKraswgbqfh9ajmawkk2k/1.0/resourceInstances/pnfaedb9c3e2c370/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7af4f8b7-d5d2-4512-9ab7-05f2c7b76eb3","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfKraswgbqfh9ajmawkk2k/1.0/resourceInstances/pnfaedb9c3e2c370/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d73b4239-8f64-4a7a-a7b0-584e89027355","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfKraswgbqfh9ajmawkk2k-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKraswgbqfh9ajmawkk2k/1.0/artifacts/service-DemoPnfKraswgbqfh9ajmawkk2k-template.yml","artifactChecksum":"ZTBhNmE1MDMxYThkOGZhNTVmZDZkNzQyMmEwOTY4NTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3a33e4e5-41cd-4071-85e1-03967fceb3c9","artifactVersion":"1"},{"artifactName":"service-DemoPnfKraswgbqfh9ajmawkk2k-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfKraswgbqfh9ajmawkk2k/1.0/artifacts/service-DemoPnfKraswgbqfh9ajmawkk2k-csar.csar","artifactChecksum":"YTUwMjg2MTQxMzM0OWM2ZjA2OTZkYWNkOTY5MmEzZTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4f910b94-9138-435c-aef7-54fcae1bd681","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-07T06:51:45.404Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-07T06:51:45.404Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-07T06:51:45.406Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T06:51:45.406Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "e9c78446-9622-4c3a-ad42-6a031a6b4744",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673074299743,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfKraswgbqfh9ajmawkk2k/1.0/resourceInstances/pnfaedb9c3e2c370/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-07T06:51:45.506Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-07T06:51:45.507Z||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.
2023-01-07T06:51:45.507Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3qjjno0LHPO6nyxS) ...
2023-01-07T06:51:45.524Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:51:45.524Z||pool-40-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2023-01-07T06:51:46.407Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-07T06:51:46.408Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-07T06:51:46.410Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T06:51:46.410Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "e9c78446-9622-4c3a-ad42-6a031a6b4744",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673074299743,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfKraswgbqfh9ajmawkk2k/1.0/resourceInstances/pnfaedb9c3e2c370/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-01-07T06:51:46.510Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-07T06:51:46.511Z||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.
2023-01-07T06:51:46.511Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3qjjno0LHPO6nyxS) ...
2023-01-07T06:51:46.525Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:51:46.526Z||pool-41-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2023-01-07T06:51:47.411Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-07T06:51:47.412Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-07T06:51:47.415Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T06:51:47.415Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "e9c78446-9622-4c3a-ad42-6a031a6b4744",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673074299743,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfKraswgbqfh9ajmawkk2k/1.0/resourceInstances/pnfaedb9c3e2c370/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-01-07T06:51:47.515Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-07T06:51:47.516Z||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.
2023-01-07T06:51:47.516Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3qjjno0LHPO6nyxS) ...
2023-01-07T06:51:47.532Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:51:47.532Z||pool-42-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2023-01-07T06:51:48.415Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-07T06:51:48.417Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-07T06:51:48.419Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T06:51:48.419Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "e9c78446-9622-4c3a-ad42-6a031a6b4744",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673074299743,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfKraswgbqfh9ajmawkk2k/1.0/resourceInstances/pnfaedb9c3e2c370/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-07T06:51:48.519Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-07T06:51:48.520Z||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.
2023-01-07T06:51:48.520Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3qjjno0LHPO6nyxS) ...
2023-01-07T06:51:48.552Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:51:48.552Z||pool-43-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":2,"count":1}
2023-01-07T06:51:49.420Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-07T06:51:49.421Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-07T06:51:49.423Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T06:51:49.423Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "e9c78446-9622-4c3a-ad42-6a031a6b4744",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673074299743,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfKraswgbqfh9ajmawkk2k/1.0/resourceInstances/pnfaedb9c3e2c370/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-07T06:51:49.523Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-07T06:51:49.524Z||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.
2023-01-07T06:51:49.524Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3qjjno0LHPO6nyxS) ...
2023-01-07T06:51:49.540Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:51:49.540Z||pool-44-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2023-01-07T06:51:50.424Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-07T06:51:50.425Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-07T06:51:50.428Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T06:51:50.429Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "e9c78446-9622-4c3a-ad42-6a031a6b4744",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673074299743,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfKraswgbqfh9ajmawkk2k/1.0/resourceInstances/pnfaedb9c3e2c370/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-07T06:51:50.527Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2023-01-07T06:51:50.528Z||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.
2023-01-07T06:51:50.528Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3qjjno0LHPO6nyxS) ...
2023-01-07T06:51:50.555Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:51:50.555Z||pool-45-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2023-01-07T06:51:51.429Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-07T06:51:51.430Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-07T06:51:51.433Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T06:51:51.433Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "e9c78446-9622-4c3a-ad42-6a031a6b4744",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673074299743,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfKraswgbqfh9ajmawkk2k/1.0/artifacts/service-DemoPnfKraswgbqfh9ajmawkk2k-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-07T06:51:51.533Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-07T06:51:51.533Z||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.
2023-01-07T06:51:51.534Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3qjjno0LHPO6nyxS) ...
2023-01-07T06:51:51.555Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:51:51.556Z||pool-46-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2023-01-07T06:51:52.434Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-07T06:51:52.435Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-07T06:51:52.437Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T06:51:52.437Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "e9c78446-9622-4c3a-ad42-6a031a6b4744",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673074299743,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfKraswgbqfh9ajmawkk2k/1.0/artifacts/service-DemoPnfKraswgbqfh9ajmawkk2k-csar.csar",
"status": "NOTIFIED"
}
2023-01-07T06:51:52.537Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-07T06:51:52.538Z||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.
2023-01-07T06:51:52.538Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3qjjno0LHPO6nyxS) ...
2023-01-07T06:51:52.554Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:51:52.555Z||pool-47-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2023-01-07T06:51:53.438Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "e9c78446-9622-4c3a-ad42-6a031a6b4744",
"serviceName": "Demo_pNF_KRaSWgBqFh9aJMAwKK2k",
"serviceVersion": "1.0",
"serviceUUID": "824af481-b108-4aaa-b230-1c5a433a63b6",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "53bfe1a6-4723-4841-a643-bb73829834f4",
"resources": [
{
"resourceInstanceName": "pNF aedb9c3e-2c37 0",
"resourceCustomizationUUID": "bf8dc090-bbab-434c-8c93-4463af48a06d",
"resourceName": "pNF aedb9c3e-2c37",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "5c0c2a5e-4253-4460-9ec1-603bd50c11f5",
"resourceInvariantUUID": "fdca30b6-ef8c-4004-af40-065a1f2592d6",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfKraswgbqfh9ajmawkk2k-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfKraswgbqfh9ajmawkk2k/1.0/artifacts/service-DemoPnfKraswgbqfh9ajmawkk2k-csar.csar",
"artifactChecksum": "YTUwMjg2MTQxMzM0OWM2ZjA2OTZkYWNkOTY5MmEzZTQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "4f910b94-9138-435c-aef7-54fcae1bd681"
}
],
"workloadContext": "Production"
}
2023-01-07T06:51:53.438Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-07T06:51:53.439Z|4bca7737-54fa-44c3-ac3e-005eae50b1f5|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 824af481-b108-4aaa-b230-1c5a433a63b6 ASDC
2023-01-07T06:51:53.439Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:e9c78446-9622-4c3a-ad42-6a031a6b4744
ServiceName:Demo_pNF_KRaSWgBqFh9aJMAwKK2k
ServiceVersion:1.0
ServiceUUID:824af481-b108-4aaa-b230-1c5a433a63b6
ServiceInvariantUUID:53bfe1a6-4723-4841-a643-bb73829834f4
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfKraswgbqfh9ajmawkk2k-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfKraswgbqfh9ajmawkk2k/1.0/artifacts/service-DemoPnfKraswgbqfh9ajmawkk2k-csar.csar
ArtifactUUID:4f910b94-9138-435c-aef7-54fcae1bd681
ArtifactChecksum:YTUwMjg2MTQxMzM0OWM2ZjA2OTZkYWNkOTY5MmEzZTQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF aedb9c3e-2c37 0
ResourceCustomizationUUID:bf8dc090-bbab-434c-8c93-4463af48a06d
ResourceInvariantUUID:fdca30b6-ef8c-4004-af40-065a1f2592d6
ResourceName:pNF aedb9c3e-2c37
ResourceType:PNF
ResourceUUID:5c0c2a5e-4253-4460-9ec1-603bd50c11f5
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2023-01-07T06:51:53.439Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 824af481-b108-4aaa-b230-1c5a433a63b6 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=?
2023-01-07T06:51:53.477Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-07T06:51:53.477Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-01-07T06:51:53.477Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-01-07T06:51:53.478Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 4f910b94-9138-435c-aef7-54fcae1bd681 from URL: /sdc/v1/catalog/services/DemoPnfKraswgbqfh9ajmawkk2k/1.0/artifacts/service-DemoPnfKraswgbqfh9ajmawkk2k-csar.csar
2023-01-07T06:51:53.478Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-01-07T06:51:53.478Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfKraswgbqfh9ajmawkk2k/1.0/artifacts/service-DemoPnfKraswgbqfh9ajmawkk2k-csar.csar
2023-01-07T06:51:53.609Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2023-01-07T06:51:53.613Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfKraswgbqfh9ajmawkk2k/1.0/artifacts/service-DemoPnfKraswgbqfh9ajmawkk2k-csar.csar 4f910b94-9138-435c-aef7-54fcae1bd681 88022
2023-01-07T06:51:53.614Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfKraswgbqfh9ajmawkk2k/1.0/artifacts/service-DemoPnfKraswgbqfh9ajmawkk2k-csar.csar ASDC sendASDCNotification
2023-01-07T06:51:53.614Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfKraswgbqfh9ajmawkk2k/1.0/artifacts/service-DemoPnfKraswgbqfh9ajmawkk2k-csar.csar
2023-01-07T06:51:53.614Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-07T06:51:53.614Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-01-07T06:51:53.616Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-07T06:51:53.616Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "e9c78446-9622-4c3a-ad42-6a031a6b4744",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673074313614,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfKraswgbqfh9ajmawkk2k/1.0/artifacts/service-DemoPnfKraswgbqfh9ajmawkk2k-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-07T06:51:53.716Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-07T06:51:53.717Z||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.
2023-01-07T06:51:53.718Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 3qjjno0LHPO6nyxS) ...
2023-01-07T06:51:53.737Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-07T06:51:53.737Z||pool-48-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2023-01-07T06:51:54.617Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-07T06:51:54.618Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-01-07T06:51:54.618Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 4f910b94-9138-435c-aef7-54fcae1bd681, URL: /sdc/v1/catalog/services/DemoPnfKraswgbqfh9ajmawkk2k/1.0/artifacts/service-DemoPnfKraswgbqfh9ajmawkk2k-csar.csar to file: /app/ASDC/1/service-DemoPnfKraswgbqfh9ajmawkk2k-csar.csar
2023-01-07T06:51:54.619Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfKraswgbqfh9ajmawkk2k-csar.csar
2023-01-07T06:51:54.619Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfKraswgbqfh9ajmawkk2k-csar.csar
2023-01-07T06:51:54.619Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfKraswgbqfh9ajmawkk2k-csar.csar
2023-01-07T06:51:54.736Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP22465035462070589/Definitions/service-DemoPnfKraswgbqfh9ajmawkk2k-template.yml
2023-01-07T06:51:55.504Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-07T06:51:55.505Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||WARN|500||####################################################################################################
2023-01-07T06:51:55.505Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfKraswgbqfh9ajmawkk2k-csar.csar
2023-01-07T06:51:55.505Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-01-07T06:51:55.506Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF aedb9c3e-2c37 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-DemoPnfKraswgbqfh9ajmawkk2k-csar.csar
2023-01-07T06:51:55.506Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfKraswgbqfh9ajmawkk2k-csar.csar
2023-01-07T06:51:55.506Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfKraswgbqfh9ajmawkk2k-csar.csar
2023-01-07T06:51:55.506Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfKraswgbqfh9ajmawkk2k-csar.csar
2023-01-07T06:51:55.506Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfKraswgbqfh9ajmawkk2k-csar.csar
2023-01-07T06:51:55.507Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfKraswgbqfh9ajmawkk2k-csar.csar
2023-01-07T06:51:55.507Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfKraswgbqfh9ajmawkk2k-csar.csar
2023-01-07T06:51:55.507Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||WARN|500||####################################################################################################
2023-01-07T06:51:55.507Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-07T06:51:55.507Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_KRaSWgBqFh9aJMAwKK2k is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T06:51:55.508Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||DEBUG|500||Node template pNF aedb9c3e-2c37 0 is matching search criteria
2023-01-07T06:51:55.508Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2023-01-07T06:51:55.508Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF aedb9c3e-2c37 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-07T06:51:55.508Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-07T06:51:55.509Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_KRaSWgBqFh9aJMAwKK2k is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T06:51:55.509Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||DEBUG|500||Node template pNF aedb9c3e-2c37 0 is matching search criteria
2023-01-07T06:51:55.509Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2023-01-07T06:51:55.509Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF aedb9c3e-2c37 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-07T06:51:55.510Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-07T06:51:55.510Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_KRaSWgBqFh9aJMAwKK2k is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T06:51:55.510Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-07T06:51:55.510Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_KRaSWgBqFh9aJMAwKK2k is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T06:51:55.510Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-07T06:51:55.511Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_KRaSWgBqFh9aJMAwKK2k is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T06:51:55.511Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-07T06:51:55.511Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_KRaSWgBqFh9aJMAwKK2k is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T06:51:55.511Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-07T06:51:55.511Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_KRaSWgBqFh9aJMAwKK2k is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T06:51:55.512Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_KRaSWgBqFh9aJMAwKK2k
Description:catalog service description
Model UUID:824af481-b108-4aaa-b230-1c5a433a63b6
Model Version:NULL
Model InvariantUuid:53bfe1a6-4723-4841-a643-bb73829834f4
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=?
2023-01-07T06:51:55.531Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||INFO|500||Processing Resource Type: PNF, Model UUID: 5c0c2a5e-4253-4460-9ec1-603bd50c11f5
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=?
2023-01-07T06:51:55.534Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||INFO|500||pNF aedb9c3e-2c37 0
2023-01-07T06:51:55.534Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 5c0c2a5e-4253-4460-9ec1-603bd50c11f5
2023-01-07T06:51:55.534Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||DEBUG|500||No resources found for Service: 824af481-b108-4aaa-b230-1c5a433a63b6
2023-01-07T06:51:55.534Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 824af481-b108-4aaa-b230-1c5a433a63b6
2023-01-07T06:51:55.535Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF aedb9c3e-2c37 0 5c0c2a5e-4253-4460-9ec1-603bd50c11f5 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=?
2023-01-07T06:51:55.539Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4f3743e3, org.onap.sdc.toscaparser.api.parameters.Input@454f111, org.onap.sdc.toscaparser.api.parameters.Input@72c4db31, org.onap.sdc.toscaparser.api.parameters.Input@50ca00df, org.onap.sdc.toscaparser.api.parameters.Input@2597797e]
2023-01-07T06:51:55.540Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-07T06:51:55.540Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_KRaSWgBqFh9aJMAwKK2k is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-07T06:51:55.540Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 824af481-b108-4aaa-b230-1c5a433a63b6: pNF aedb9c3e-2c37
2023-01-07T06:51:55.541Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||INFO|500||Processing PNF resource: 5c0c2a5e-4253-4460-9ec1-603bd50c11f5
2023-01-07T06:51:55.541Z|e9c78446-9622-4c3a-ad42-6a031a6b4744|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery