By type
JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.3.7.RELEASE)
2022-10-22T05:23:31.529Z||main|||||INFO|500||The following profiles are active: basic
2022-10-22T05:23:43.568Z||main|||||INFO|500||Starting service [Tomcat]
2022-10-22T05:23:43.570Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-10-22T05:23:43.746Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-10-22T05:23:48.035Z||main|||||INFO|500||catdb-pool - Starting...
2022-10-22T05:23:48.492Z||main|||||INFO|500||catdb-pool - Start completed.
2022-10-22T05:23:49.168Z||main|||||INFO|500||reqdb-pool - Starting...
2022-10-22T05:23:49.187Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-10-22T05:23:49.356Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-10-22T05:23:49.701Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-10-22T05:23:50.337Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-10-22T05:23:52.383Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-10-22T05:23:54.840Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-10-22T05:23:54.900Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-10-22T05:23:55.604Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-10-22T05:23:55.852Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2022-10-22T05:23:57.216Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-10-22T05:23:58.356Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-10-22T05:23:58.382Z||main|||||WARN|500||Exception on connecting to SDC WFD endpoint:
java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at java.base/sun.net.NetworkClient.doConnect(Unknown Source)
at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
at java.base/sun.net.www.http.HttpClient.(Unknown Source)
at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at java.base/java.net.HttpURLConnection.getResponseCode(Unknown Source)
at org.onap.so.asdc.activity.DeployActivitySpecs.checkHttpServerUp(DeployActivitySpecs.java:155)
at org.onap.so.asdc.activity.DeployActivitySpecs.deployActivities(DeployActivitySpecs.java:70)
at org.onap.so.asdc.activity.DeployActivitySpecs$$FastClassBySpringCGLIB$$7dbd81c4.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.activity.DeployActivitySpecs$$EnhancerBySpringCGLIB$$1cee29c1.deployActivities()
at org.onap.so.asdc.Application.deployActivities(Application.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
at org.onap.so.asdc.Application.main(Application.java:60)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-10-22T05:23:58.384Z||main|||||WARN|500||The sdc end point is not alive
2022-10-22T05:24:01.793Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-10-22T05:24:05.094Z||main|||||WARN|500||---
2022-10-22T05:24:05.094Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-10-22T05:24:05.095Z||main|||||WARN|500||---
2022-10-22T05:24:05.548Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-10-22T05:24:10.903Z||main|||||INFO|500||Started Application in 42.604 seconds (JVM running for 45.296)
2022-10-22T05:24:10.942Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-10-22T05:24:10.947Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-10-22T05:24:10.975Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-10-22T05:24:11.014Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-10-22T05:24:11.063Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b803988d-026f-40bb-aeb8-370abb96c432 url= /sdc/v1/artifactTypes
2022-10-22T05:24:11.064Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-10-22T05:24:11.381Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-10-22T05:24:11.413Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2022-10-22T05:24:11.446Z||scheduling-1|||||DEBUG|500||create keys
2022-10-22T05:24:11.455Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-10-22T05:24:11.532Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-22T05:24:11.559Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 8c262b91-4f73-4eff-b08d-0db46a31d44f url= /sdc/v1/registerForDistribution
2022-10-22T05:24:11.670Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 8c262b91-4f73-4eff-b08d-0db46a31d44f url= /sdc/v1/registerForDistribution
2022-10-22T05:24:11.671Z||scheduling-1|||||INFO|500||start DistributionClient
2022-10-22T05:24:11.687Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-22T05:24:11.694Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-22T05:24:11.695Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-10-22T05:24:11.708Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-22T05:24:11.709Z||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 qF9VIPcfnBaVsHkr) ...
2022-10-22T05:24:11.713Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-22T05:24:11.728Z||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 qF9VIPcfnBaVsHkr) ...
2022-10-22T05:24:22.025Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-22T05:24:22.058Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-22T05:25:11.680Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-22T05:25:11.683Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-22T05:25:11.683Z||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 qF9VIPcfnBaVsHkr) ...
2022-10-22T05:25:11.687Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-22T05:25:11.688Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-22T05:25:11.688Z||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 qF9VIPcfnBaVsHkr) ...
2022-10-22T05:25:21.235Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-22T05:25:21.238Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-22T05:26:11.679Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-22T05:26:11.680Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-22T05:26:11.681Z||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 qF9VIPcfnBaVsHkr) ...
2022-10-22T05:26:11.687Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-22T05:26:11.688Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-22T05:26:11.688Z||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 qF9VIPcfnBaVsHkr) ...
2022-10-22T05:26:21.241Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-22T05:26:21.242Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-22T05:27:11.679Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-22T05:27:11.682Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-22T05:27:11.682Z||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 qF9VIPcfnBaVsHkr) ...
2022-10-22T05:27:11.687Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-22T05:27:11.688Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-22T05:27:11.688Z||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 qF9VIPcfnBaVsHkr) ...
2022-10-22T05:27:21.230Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-22T05:27:21.243Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-22T05:28:11.680Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-22T05:28:11.682Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-22T05:28:11.682Z||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 qF9VIPcfnBaVsHkr) ...
2022-10-22T05:28:11.687Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-22T05:28:11.687Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-22T05:28:11.688Z||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 qF9VIPcfnBaVsHkr) ...
2022-10-22T05:28:21.233Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-22T05:28:21.235Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-22T05:29:11.679Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-22T05:29:11.680Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-22T05:29:11.681Z||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 qF9VIPcfnBaVsHkr) ...
2022-10-22T05:29:11.687Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-22T05:29:11.688Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-22T05:29:11.688Z||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 qF9VIPcfnBaVsHkr) ...
2022-10-22T05:29:21.235Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-22T05:29:21.254Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-22T05:30:11.679Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-22T05:30:11.682Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-22T05:30:11.682Z||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 qF9VIPcfnBaVsHkr) ...
2022-10-22T05:30:11.687Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-22T05:30:11.687Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-22T05:30:11.688Z||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 qF9VIPcfnBaVsHkr) ...
2022-10-22T05:30:21.237Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-22T05:30:21.241Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-22T05:31:11.679Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-22T05:31:11.680Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-22T05:31:11.681Z||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 qF9VIPcfnBaVsHkr) ...
2022-10-22T05:31:11.687Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-22T05:31:11.689Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-22T05:31:11.689Z||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 qF9VIPcfnBaVsHkr) ...
2022-10-22T05:31:21.230Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-22T05:31:21.230Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-22T05:32:11.679Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-22T05:32:11.680Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-22T05:32:11.680Z||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 qF9VIPcfnBaVsHkr) ...
2022-10-22T05:32:11.687Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-22T05:32:11.689Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-22T05:32:11.689Z||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 qF9VIPcfnBaVsHkr) ...
2022-10-22T05:32:21.225Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-22T05:32:21.245Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-22T05:33:11.679Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-22T05:33:11.681Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-22T05:33:11.681Z||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 qF9VIPcfnBaVsHkr) ...
2022-10-22T05:33:11.687Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-22T05:33:11.687Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-22T05:33:11.688Z||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 qF9VIPcfnBaVsHkr) ...
2022-10-22T05:33:21.243Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-22T05:33:21.252Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-22T05:34:11.679Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-22T05:34:11.681Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-22T05:34:11.681Z||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 qF9VIPcfnBaVsHkr) ...
2022-10-22T05:34:11.687Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-22T05:34:11.687Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-22T05:34:11.687Z||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 qF9VIPcfnBaVsHkr) ...
2022-10-22T05:34:12.950Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-10-22T05:34:21.236Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-22T05:34:21.236Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-22T05:35:11.679Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-22T05:35:11.682Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-22T05:35:11.682Z||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 qF9VIPcfnBaVsHkr) ...
2022-10-22T05:35:11.687Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-22T05:35:11.688Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-22T05:35:11.689Z||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 qF9VIPcfnBaVsHkr) ...
2022-10-22T05:35:21.233Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-22T05:35:21.240Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-22T05:36:11.680Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-22T05:36:11.682Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-22T05:36:11.682Z||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 qF9VIPcfnBaVsHkr) ...
2022-10-22T05:36:11.687Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-22T05:36:11.687Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-22T05:36:11.688Z||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 qF9VIPcfnBaVsHkr) ...
2022-10-22T05:36:21.237Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-22T05:36:21.237Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-22T05:37:11.679Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-22T05:37:11.683Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-22T05:37:11.683Z||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 qF9VIPcfnBaVsHkr) ...
2022-10-22T05:37:11.687Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-22T05:37:11.687Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-22T05:37:11.687Z||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 qF9VIPcfnBaVsHkr) ...
2022-10-22T05:37:21.244Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-22T05:37:21.273Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-22T05:38:11.679Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-22T05:38:11.681Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-22T05:38:11.681Z||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 qF9VIPcfnBaVsHkr) ...
2022-10-22T05:38:11.687Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-22T05:38:11.688Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-22T05:38:11.688Z||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 qF9VIPcfnBaVsHkr) ...
2022-10-22T05:38:21.229Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-22T05:38:21.241Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-22T05:39:11.679Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-22T05:39:11.681Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-22T05:39:11.682Z||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 qF9VIPcfnBaVsHkr) ...
2022-10-22T05:39:11.687Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-22T05:39:11.687Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-22T05:39:11.687Z||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 qF9VIPcfnBaVsHkr) ...
2022-10-22T05:39:21.227Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-22T05:39:21.233Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-22T05:40:11.679Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-22T05:40:11.681Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-22T05:40:11.681Z||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 qF9VIPcfnBaVsHkr) ...
2022-10-22T05:40:11.687Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-22T05:40:11.688Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-22T05:40:11.689Z||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 qF9VIPcfnBaVsHkr) ...
2022-10-22T05:40:21.267Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-22T05:40:21.271Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-22T05:41:11.679Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-22T05:41:11.681Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-22T05:41:11.681Z||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 qF9VIPcfnBaVsHkr) ...
2022-10-22T05:41:11.687Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-22T05:41:11.688Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-22T05:41:11.688Z||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 qF9VIPcfnBaVsHkr) ...
2022-10-22T05:41:21.273Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-22T05:41:21.275Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-22T05:42:11.679Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-22T05:42:11.681Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-22T05:42:11.681Z||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 qF9VIPcfnBaVsHkr) ...
2022-10-22T05:42:11.687Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-22T05:42:11.688Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-22T05:42:11.688Z||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 qF9VIPcfnBaVsHkr) ...
2022-10-22T05:42:21.229Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-22T05:42:21.235Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-22T05:43:11.680Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-22T05:43:11.681Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-22T05:43:11.681Z||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 qF9VIPcfnBaVsHkr) ...
2022-10-22T05:43:11.687Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-22T05:43:11.687Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-22T05:43:11.687Z||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 qF9VIPcfnBaVsHkr) ...
2022-10-22T05:43:21.232Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-22T05:43:21.233Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-22T05:44:11.679Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-22T05:44:11.681Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-22T05:44:11.681Z||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 qF9VIPcfnBaVsHkr) ...
2022-10-22T05:44:11.687Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-22T05:44:11.687Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-22T05:44:11.687Z||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 qF9VIPcfnBaVsHkr) ...
2022-10-22T05:44:21.233Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-22T05:44:21.237Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-22T05:45:11.679Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-22T05:45:11.685Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-22T05:45:11.685Z||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 qF9VIPcfnBaVsHkr) ...
2022-10-22T05:45:11.687Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-22T05:45:11.688Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-22T05:45:11.688Z||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 qF9VIPcfnBaVsHkr) ...
2022-10-22T05:45:21.247Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-22T05:45:21.250Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-22T05:46:11.679Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-22T05:46:11.681Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-22T05:46:11.681Z||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 qF9VIPcfnBaVsHkr) ...
2022-10-22T05:46:11.687Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-22T05:46:11.687Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-22T05:46:11.687Z||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 qF9VIPcfnBaVsHkr) ...
2022-10-22T05:46:21.223Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-22T05:46:21.225Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-22T05:47:11.679Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-22T05:47:11.680Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-22T05:47:11.680Z||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 qF9VIPcfnBaVsHkr) ...
2022-10-22T05:47:11.687Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-22T05:47:11.688Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-22T05:47:11.688Z||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 qF9VIPcfnBaVsHkr) ...
2022-10-22T05:47:21.229Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-22T05:47:21.230Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-22T05:48:11.679Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-22T05:48:11.680Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-22T05:48:11.680Z||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 qF9VIPcfnBaVsHkr) ...
2022-10-22T05:48:11.687Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-22T05:48:11.687Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-22T05:48:11.687Z||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 qF9VIPcfnBaVsHkr) ...
2022-10-22T05:48:21.227Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-22T05:48:21.227Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-22T05:49:11.679Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-22T05:49:11.680Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-22T05:49:11.680Z||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 qF9VIPcfnBaVsHkr) ...
2022-10-22T05:49:11.687Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-22T05:49:11.688Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-22T05:49:11.688Z||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 qF9VIPcfnBaVsHkr) ...
2022-10-22T05:49:21.226Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-22T05:49:21.233Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-22T05:50:11.679Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-22T05:50:11.680Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-22T05:50:11.681Z||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 qF9VIPcfnBaVsHkr) ...
2022-10-22T05:50:11.687Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-22T05:50:11.687Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-22T05:50:11.687Z||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 qF9VIPcfnBaVsHkr) ...
2022-10-22T05:50:21.225Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-22T05:50:21.240Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-22T05:51:11.679Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-22T05:51:11.680Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-22T05:51:11.681Z||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 qF9VIPcfnBaVsHkr) ...
2022-10-22T05:51:11.687Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-22T05:51:11.687Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-22T05:51:11.688Z||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 qF9VIPcfnBaVsHkr) ...
2022-10-22T05:51:21.240Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-22T05:51:21.280Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-22T05:52:11.680Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-22T05:52:11.681Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-22T05:52:11.681Z||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 qF9VIPcfnBaVsHkr) ...
2022-10-22T05:52:11.687Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-22T05:52:11.687Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-22T05:52:11.688Z||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 qF9VIPcfnBaVsHkr) ...
2022-10-22T05:52:21.227Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-22T05:52:21.229Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-22T05:53:11.680Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-22T05:53:11.681Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-22T05:53:11.681Z||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 qF9VIPcfnBaVsHkr) ...
2022-10-22T05:53:11.687Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-22T05:53:11.687Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-22T05:53:11.687Z||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 qF9VIPcfnBaVsHkr) ...
2022-10-22T05:53:21.230Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-22T05:53:21.240Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-22T05:54:11.680Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-22T05:54:11.683Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-22T05:54:11.683Z||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 qF9VIPcfnBaVsHkr) ...
2022-10-22T05:54:11.687Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-22T05:54:11.687Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-22T05:54:11.687Z||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 qF9VIPcfnBaVsHkr) ...
2022-10-22T05:54:21.230Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-22T05:54:21.230Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-22T05:55:11.679Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-22T05:55:11.680Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-22T05:55:11.680Z||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 qF9VIPcfnBaVsHkr) ...
2022-10-22T05:55:11.687Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-22T05:55:11.687Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-22T05:55:11.687Z||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 qF9VIPcfnBaVsHkr) ...
2022-10-22T05:55:21.230Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-22T05:55:21.267Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-22T05:56:11.679Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-22T05:56:11.680Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-22T05:56:11.680Z||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 qF9VIPcfnBaVsHkr) ...
2022-10-22T05:56:11.687Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-22T05:56:11.689Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-22T05:56:11.689Z||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 qF9VIPcfnBaVsHkr) ...
2022-10-22T05:56:21.225Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-22T05:56:21.268Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-22T05:57:11.679Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-22T05:57:11.680Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-22T05:57:11.680Z||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 qF9VIPcfnBaVsHkr) ...
2022-10-22T05:57:11.687Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-22T05:57:11.688Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-22T05:57:11.688Z||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 qF9VIPcfnBaVsHkr) ...
2022-10-22T05:57:21.226Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-22T05:57:21.230Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-22T05:58:11.679Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-22T05:58:11.680Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-22T05:58:11.680Z||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 qF9VIPcfnBaVsHkr) ...
2022-10-22T05:58:11.687Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-22T05:58:11.687Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-22T05:58:11.687Z||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 qF9VIPcfnBaVsHkr) ...
2022-10-22T05:58:21.230Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-22T05:58:21.256Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-22T05:59:11.679Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-22T05:59:11.680Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-22T05:59:11.680Z||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 qF9VIPcfnBaVsHkr) ...
2022-10-22T05:59:11.687Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-22T05:59:11.688Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-22T05:59:11.688Z||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 qF9VIPcfnBaVsHkr) ...
2022-10-22T05:59:21.232Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-22T05:59:21.233Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-22T06:00:11.679Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-22T06:00:11.681Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-22T06:00:11.681Z||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 qF9VIPcfnBaVsHkr) ...
2022-10-22T06:00:11.687Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-22T06:00:11.688Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-22T06:00:11.688Z||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 qF9VIPcfnBaVsHkr) ...
2022-10-22T06:00:21.236Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-22T06:00:21.241Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-22T06:01:11.679Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-22T06:01:11.680Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-22T06:01:11.680Z||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 qF9VIPcfnBaVsHkr) ...
2022-10-22T06:01:11.687Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-22T06:01:11.687Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-22T06:01:11.687Z||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 qF9VIPcfnBaVsHkr) ...
2022-10-22T06:01:21.223Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-22T06:01:21.229Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-22T06:02:11.679Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-22T06:02:11.683Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-22T06:02:11.683Z||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 qF9VIPcfnBaVsHkr) ...
2022-10-22T06:02:11.687Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-22T06:02:11.687Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-22T06:02:11.687Z||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 qF9VIPcfnBaVsHkr) ...
2022-10-22T06:02:21.229Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-22T06:02:21.238Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-22T06:03:11.679Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-22T06:03:11.680Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-22T06:03:11.680Z||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 qF9VIPcfnBaVsHkr) ...
2022-10-22T06:03:11.688Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-22T06:03:11.689Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-22T06:03:11.690Z||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 qF9VIPcfnBaVsHkr) ...
2022-10-22T06:03:21.247Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-22T06:03:21.251Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-22T06:04:11.679Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-22T06:04:11.681Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-22T06:04:11.681Z||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 qF9VIPcfnBaVsHkr) ...
2022-10-22T06:04:11.687Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-22T06:04:11.695Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-22T06:04:11.695Z||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 qF9VIPcfnBaVsHkr) ...
2022-10-22T06:04:12.311Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-22T06:04:12.313Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-22T06:04:12.313Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"8a8fa059-76cb-4ec2-91f3-381ec35b44e2","serviceName":"vFW 2022-10-22 06-02-55","serviceVersion":"1.0","serviceUUID":"ae133a22-3c61-4acd-a3a8-8703ab2fbbbb","serviceDescription":"catalog service description","serviceInvariantUUID":"73e55da7-962c-4a2a-b97e-8fa9ffe11d04","resources":[{"resourceInstanceName":"vFW 9264dd17-47cc 0","resourceName":"vFW 9264dd17-47cc","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"5d10849b-c4ea-4f8c-a2a5-fd531513ef43","resourceInvariantUUID":"bc6f3258-1eda-49ec-b632-926c5106cdf5","resourceCustomizationUUID":"e90d1854-1706-4de0-b264-c60a06646361","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221022060255/1.0/resourceInstances/vfw9264dd1747cc0/artifacts/vf-license-model.xml","artifactChecksum":"MmQxMzI5MDNhNGYwOTk0ZmM1NjczNTcwYmE3NDE4ODk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a84a40eb-4c9f-4045-baf5-2760eab9a42a","artifactVersion":"1"},{"artifactName":"vfw9264dd1747cc0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20221022060255/1.0/resourceInstances/vfw9264dd1747cc0/artifacts/vfw9264dd1747cc0_modules.json","artifactChecksum":"ZjdiYzg3MGNmYjZlZTRiMmE5ZTU2NDNlNDI2NTVhZjk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ec239a44-9cec-4e57-a844-f0372eb3fa7e","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20221022060255/1.0/resourceInstances/vfw9264dd1747cc0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"017af4e8-68f2-4eef-b6c8-8a6d7e8c99aa","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221022060255/1.0/resourceInstances/vfw9264dd1747cc0/artifacts/vendor-license-model.xml","artifactChecksum":"MmQxYzIxMWZlNTU2ZjI5YmM4MjQ5YTRlN2YzNDczYTI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"4a506e79-acd6-4509-a382-b349ec8071b8","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20221022060255/1.0/resourceInstances/vfw9264dd1747cc0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"f0e1de53-6d97-4492-a368-c083aa8b4578","artifactVersion":"2","generatedFromUUID":"017af4e8-68f2-4eef-b6c8-8a6d7e8c99aa"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20221022060255-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20221022060255/1.0/artifacts/service-Vfw20221022060255-template.yml","artifactChecksum":"MzA4OGU0N2UyYzIwZDEyOTM3NjFhYmRjNjJiNmY4NzY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9eeb5c95-4ded-4cf0-9c12-5860802371ec","artifactVersion":"1"},{"artifactName":"service-Vfw20221022060255-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20221022060255/1.0/artifacts/service-Vfw20221022060255-csar.csar","artifactChecksum":"MTA3MzllOWQ4MmU3OGFkNDg5YmYwODgzYzU0NWY5M2I\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"cc4fe24f-2de4-43da-b60c-3a86e5b3e268","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-22T06:04:12.327Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-22T06:04:12.330Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-22T06:04:12.331Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-22T06:04:12.331Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8a8fa059-76cb-4ec2-91f3-381ec35b44e2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666418629621,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221022060255/1.0/resourceInstances/vfw9264dd1747cc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-22T06:04:12.340Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-22T06:04:12.353Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-22T06:04:12.353Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "8a8fa059-76cb-4ec2-91f3-381ec35b44e2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666418651679,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221022060255/1.0/resourceInstances/vfw9264dd1747cc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-22T06:04:12.357Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-22T06:04:12.357Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-22T06:04:12.357Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8a8fa059-76cb-4ec2-91f3-381ec35b44e2",
"consumerID": "aai-ml",
"timestamp": 1666418630713,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221022060255/1.0/resourceInstances/vfw9264dd1747cc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-22T06:04:12.358Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-22T06:04:12.358Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-22T06:04:12.358Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8a8fa059-76cb-4ec2-91f3-381ec35b44e2",
"consumerID": "ves-openapi-manager",
"timestamp": 1666418629384,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221022060255/1.0/resourceInstances/vfw9264dd1747cc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-22T06:04:12.359Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-22T06:04:12.359Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-22T06:04:12.359Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8a8fa059-76cb-4ec2-91f3-381ec35b44e2",
"consumerID": "cds",
"timestamp": 1666418624533,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221022060255/1.0/resourceInstances/vfw9264dd1747cc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-22T06:04:12.359Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-22T06:04:12.360Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-22T06:04:12.360Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8a8fa059-76cb-4ec2-91f3-381ec35b44e2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666418628093,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221022060255/1.0/resourceInstances/vfw9264dd1747cc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-22T06:04:12.360Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-22T06:04:12.360Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-22T06:04:12.360Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8a8fa059-76cb-4ec2-91f3-381ec35b44e2",
"consumerID": "aai-ml",
"timestamp": 1666418630713,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221022060255/1.0/resourceInstances/vfw9264dd1747cc0/artifacts/vfw9264dd1747cc0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-22T06:04:12.360Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-22T06:04:12.360Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-22T06:04:12.360Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8a8fa059-76cb-4ec2-91f3-381ec35b44e2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666418629621,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221022060255/1.0/resourceInstances/vfw9264dd1747cc0/artifacts/vfw9264dd1747cc0_modules.json",
"status": "NOTIFIED"
}
2022-10-22T06:04:12.361Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-22T06:04:12.361Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-22T06:04:12.361Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8a8fa059-76cb-4ec2-91f3-381ec35b44e2",
"consumerID": "ves-openapi-manager",
"timestamp": 1666418629384,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221022060255/1.0/resourceInstances/vfw9264dd1747cc0/artifacts/vfw9264dd1747cc0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-22T06:04:12.361Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-22T06:04:12.361Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-22T06:04:12.361Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8a8fa059-76cb-4ec2-91f3-381ec35b44e2",
"consumerID": "cds",
"timestamp": 1666418624533,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221022060255/1.0/resourceInstances/vfw9264dd1747cc0/artifacts/vfw9264dd1747cc0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-22T06:04:12.362Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-22T06:04:12.362Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-22T06:04:12.362Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8a8fa059-76cb-4ec2-91f3-381ec35b44e2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666418628093,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221022060255/1.0/resourceInstances/vfw9264dd1747cc0/artifacts/vfw9264dd1747cc0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-22T06:04:12.362Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-22T06:04:12.362Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-22T06:04:12.362Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8a8fa059-76cb-4ec2-91f3-381ec35b44e2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666418629621,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221022060255/1.0/resourceInstances/vfw9264dd1747cc0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-10-22T06:04:12.362Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-22T06:04:12.363Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-22T06:04:12.363Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8a8fa059-76cb-4ec2-91f3-381ec35b44e2",
"consumerID": "aai-ml",
"timestamp": 1666418630713,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221022060255/1.0/resourceInstances/vfw9264dd1747cc0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-22T06:04:12.363Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-22T06:04:12.363Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-22T06:04:12.363Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8a8fa059-76cb-4ec2-91f3-381ec35b44e2",
"consumerID": "ves-openapi-manager",
"timestamp": 1666418629384,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221022060255/1.0/resourceInstances/vfw9264dd1747cc0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-22T06:04:12.363Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-22T06:04:12.363Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-22T06:04:12.363Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8a8fa059-76cb-4ec2-91f3-381ec35b44e2",
"consumerID": "cds",
"timestamp": 1666418624533,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221022060255/1.0/resourceInstances/vfw9264dd1747cc0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-22T06:04:12.364Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-22T06:04:12.364Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-22T06:04:12.364Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8a8fa059-76cb-4ec2-91f3-381ec35b44e2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666418628093,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221022060255/1.0/resourceInstances/vfw9264dd1747cc0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-22T06:04:12.364Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-22T06:04:12.364Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-22T06:04:12.364Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8a8fa059-76cb-4ec2-91f3-381ec35b44e2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666418629621,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221022060255/1.0/resourceInstances/vfw9264dd1747cc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-22T06:04:12.365Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-22T06:04:12.365Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-22T06:04:12.365Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8a8fa059-76cb-4ec2-91f3-381ec35b44e2",
"consumerID": "aai-ml",
"timestamp": 1666418630713,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221022060255/1.0/resourceInstances/vfw9264dd1747cc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-22T06:04:12.366Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-22T06:04:12.366Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-22T06:04:12.366Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8a8fa059-76cb-4ec2-91f3-381ec35b44e2",
"consumerID": "ves-openapi-manager",
"timestamp": 1666418629384,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221022060255/1.0/resourceInstances/vfw9264dd1747cc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-22T06:04:12.366Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-22T06:04:12.366Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-22T06:04:12.366Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8a8fa059-76cb-4ec2-91f3-381ec35b44e2",
"consumerID": "cds",
"timestamp": 1666418624533,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221022060255/1.0/resourceInstances/vfw9264dd1747cc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-22T06:04:12.366Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-22T06:04:12.367Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-22T06:04:12.367Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8a8fa059-76cb-4ec2-91f3-381ec35b44e2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666418628093,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221022060255/1.0/resourceInstances/vfw9264dd1747cc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-22T06:04:12.367Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-22T06:04:12.367Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-22T06:04:12.367Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8a8fa059-76cb-4ec2-91f3-381ec35b44e2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666418629621,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221022060255/1.0/resourceInstances/vfw9264dd1747cc0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-10-22T06:04:12.367Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-22T06:04:12.367Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-22T06:04:12.368Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8a8fa059-76cb-4ec2-91f3-381ec35b44e2",
"consumerID": "aai-ml",
"timestamp": 1666418630713,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221022060255/1.0/resourceInstances/vfw9264dd1747cc0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-10-22T06:04:12.368Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-22T06:04:12.368Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-22T06:04:12.368Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8a8fa059-76cb-4ec2-91f3-381ec35b44e2",
"consumerID": "ves-openapi-manager",
"timestamp": 1666418629384,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221022060255/1.0/resourceInstances/vfw9264dd1747cc0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-10-22T06:04:12.368Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-22T06:04:12.368Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-22T06:04:12.368Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8a8fa059-76cb-4ec2-91f3-381ec35b44e2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666418628093,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221022060255/1.0/resourceInstances/vfw9264dd1747cc0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-10-22T06:04:12.368Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-22T06:04:12.369Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-22T06:04:12.369Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8a8fa059-76cb-4ec2-91f3-381ec35b44e2",
"consumerID": "cds",
"timestamp": 1666418624533,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221022060255/1.0/resourceInstances/vfw9264dd1747cc0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-10-22T06:04:12.369Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-22T06:04:12.369Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-22T06:04:12.369Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8a8fa059-76cb-4ec2-91f3-381ec35b44e2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666418629621,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221022060255/1.0/artifacts/service-Vfw20221022060255-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-22T06:04:12.369Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-22T06:04:12.369Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-22T06:04:12.369Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8a8fa059-76cb-4ec2-91f3-381ec35b44e2",
"consumerID": "ves-openapi-manager",
"timestamp": 1666418629384,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221022060255/1.0/artifacts/service-Vfw20221022060255-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-22T06:04:12.370Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-22T06:04:12.370Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-22T06:04:12.370Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8a8fa059-76cb-4ec2-91f3-381ec35b44e2",
"consumerID": "aai-ml",
"timestamp": 1666418630713,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221022060255/1.0/artifacts/service-Vfw20221022060255-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-22T06:04:12.370Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-22T06:04:12.370Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-22T06:04:12.370Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8a8fa059-76cb-4ec2-91f3-381ec35b44e2",
"consumerID": "cds",
"timestamp": 1666418624533,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221022060255/1.0/artifacts/service-Vfw20221022060255-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-22T06:04:12.370Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-22T06:04:12.371Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-22T06:04:12.371Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8a8fa059-76cb-4ec2-91f3-381ec35b44e2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666418628093,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221022060255/1.0/artifacts/service-Vfw20221022060255-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-22T06:04:12.371Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-22T06:04:12.371Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-22T06:04:12.371Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8a8fa059-76cb-4ec2-91f3-381ec35b44e2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666418629621,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221022060255/1.0/artifacts/service-Vfw20221022060255-csar.csar",
"status": "NOTIFIED"
}
2022-10-22T06:04:12.371Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-22T06:04:12.371Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-22T06:04:12.372Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8a8fa059-76cb-4ec2-91f3-381ec35b44e2",
"consumerID": "ves-openapi-manager",
"timestamp": 1666418629384,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221022060255/1.0/artifacts/service-Vfw20221022060255-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-10-22T06:04:12.372Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-22T06:04:12.372Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-22T06:04:12.372Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8a8fa059-76cb-4ec2-91f3-381ec35b44e2",
"consumerID": "aai-ml",
"timestamp": 1666418630713,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221022060255/1.0/artifacts/service-Vfw20221022060255-csar.csar",
"status": "NOTIFIED"
}
2022-10-22T06:04:12.372Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-22T06:04:12.372Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-22T06:04:12.372Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8a8fa059-76cb-4ec2-91f3-381ec35b44e2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666418628093,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221022060255/1.0/artifacts/service-Vfw20221022060255-csar.csar",
"status": "NOTIFIED"
}
2022-10-22T06:04:12.373Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-22T06:04:12.373Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-22T06:04:12.373Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8a8fa059-76cb-4ec2-91f3-381ec35b44e2",
"consumerID": "cds",
"timestamp": 1666418624533,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221022060255/1.0/artifacts/service-Vfw20221022060255-csar.csar",
"status": "NOTIFIED"
}
2022-10-22T06:04:12.373Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-22T06:04:12.373Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-22T06:04:12.373Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8a8fa059-76cb-4ec2-91f3-381ec35b44e2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666418640102,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221022060255/1.0/resourceInstances/vfw9264dd1747cc0/artifacts/vfw9264dd1747cc0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-22T06:04:12.373Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-22T06:04:12.373Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-22T06:04:12.374Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8a8fa059-76cb-4ec2-91f3-381ec35b44e2",
"consumerID": "aai-ml",
"timestamp": 1666418639408,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221022060255/1.0/artifacts/service-Vfw20221022060255-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-22T06:04:12.374Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-22T06:04:12.374Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-22T06:04:12.374Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8a8fa059-76cb-4ec2-91f3-381ec35b44e2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666418640149,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221022060255/1.0/artifacts/service-Vfw20221022060255-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-22T06:04:12.374Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-22T06:04:12.374Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-22T06:04:12.375Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8a8fa059-76cb-4ec2-91f3-381ec35b44e2",
"consumerID": "cds",
"timestamp": 1666418639479,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221022060255/1.0/artifacts/service-Vfw20221022060255-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-22T06:04:12.375Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-22T06:04:12.375Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-22T06:04:12.375Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8a8fa059-76cb-4ec2-91f3-381ec35b44e2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666418641183,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221022060255/1.0/resourceInstances/vfw9264dd1747cc0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-22T06:04:12.375Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-22T06:04:12.375Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-22T06:04:12.375Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8a8fa059-76cb-4ec2-91f3-381ec35b44e2",
"consumerID": "cds",
"timestamp": 1666418640500,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221022060255/1.0/artifacts/service-Vfw20221022060255-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
2022-10-22T06:04:12.453Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-22T06:04:12.457Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-22T06:04:12.458Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qF9VIPcfnBaVsHkr) ...
2022-10-22T06:04:12.472Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-22T06:04:12.473Z||pool-3-thread-1|||||INFO|500||cambria reply ok (17 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 (?, ?, ?, ?, ?)
2022-10-22T06:04:12.599Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8a8fa059-76cb-4ec2-91f3-381ec35b44e2
2022-10-22T06:04:12.621Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8a8fa059-76cb-4ec2-91f3-381ec35b44e2 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-22T06:04:12.646Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-22T06:04:12.646Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8a8fa059-76cb-4ec2-91f3-381ec35b44e2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666418642298,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221022060255/1.0/resourceInstances/vfw9264dd1747cc0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-10-22T06:04:12.647Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-22T06:04:12.647Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-22T06:04:12.647Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8a8fa059-76cb-4ec2-91f3-381ec35b44e2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666418643428,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-22T06:04:12.662Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8a8fa059-76cb-4ec2-91f3-381ec35b44e2
2022-10-22T06:04:12.662Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8a8fa059-76cb-4ec2-91f3-381ec35b44e2 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-22T06:04:12.669Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-22T06:04:12.670Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8a8fa059-76cb-4ec2-91f3-381ec35b44e2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666418644460,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221022060255/1.0/resourceInstances/vfw9264dd1747cc0/artifacts/vfw9264dd1747cc0_modules.json",
"status": "DEPLOY_OK"
}
2022-10-22T06:04:12.670Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-22T06:04:12.670Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-22T06:04:12.670Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8a8fa059-76cb-4ec2-91f3-381ec35b44e2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666418645878,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221022060255/1.0/artifacts/service-Vfw20221022060255-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-22T06:04:12.670Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-22T06:04:12.670Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-22T06:04:12.671Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8a8fa059-76cb-4ec2-91f3-381ec35b44e2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666418646883,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-22T06:04:12.675Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8a8fa059-76cb-4ec2-91f3-381ec35b44e2
2022-10-22T06:04:12.676Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8a8fa059-76cb-4ec2-91f3-381ec35b44e2 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-22T06:04:13.363Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-22T06:04:13.364Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-22T06:04:13.366Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-22T06:04:13.366Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "8a8fa059-76cb-4ec2-91f3-381ec35b44e2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666418651679,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221022060255/1.0/resourceInstances/vfw9264dd1747cc0/artifacts/vfw9264dd1747cc0_modules.json",
"status": "NOTIFIED"
}
2022-10-22T06:04:13.466Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-22T06:04:13.467Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-22T06:04:13.467Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qF9VIPcfnBaVsHkr) ...
2022-10-22T06:04:13.479Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-22T06:04:13.479Z||pool-4-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-22T06:04:14.367Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-22T06:04:14.368Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-22T06:04:14.370Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-22T06:04:14.370Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "8a8fa059-76cb-4ec2-91f3-381ec35b44e2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666418651679,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221022060255/1.0/resourceInstances/vfw9264dd1747cc0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-10-22T06:04:14.471Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-22T06:04:14.472Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-22T06:04:14.472Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qF9VIPcfnBaVsHkr) ...
2022-10-22T06:04:14.482Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-22T06:04:14.483Z||pool-5-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-22T06:04:15.371Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-22T06:04:15.372Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-22T06:04:15.375Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-22T06:04:15.375Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "8a8fa059-76cb-4ec2-91f3-381ec35b44e2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666418651679,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221022060255/1.0/resourceInstances/vfw9264dd1747cc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-22T06:04:15.475Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-22T06:04:15.477Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-22T06:04:15.478Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qF9VIPcfnBaVsHkr) ...
2022-10-22T06:04:15.488Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-22T06:04:15.489Z||pool-6-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-22T06:04:16.376Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-22T06:04:16.377Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-22T06:04:16.379Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-22T06:04:16.379Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "8a8fa059-76cb-4ec2-91f3-381ec35b44e2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666418651679,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221022060255/1.0/resourceInstances/vfw9264dd1747cc0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-10-22T06:04:16.479Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-22T06:04:16.480Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-22T06:04:16.481Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qF9VIPcfnBaVsHkr) ...
2022-10-22T06:04:16.498Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-22T06:04:16.498Z||pool-7-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-10-22T06:04:17.380Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-22T06:04:17.381Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-22T06:04:17.383Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-22T06:04:17.383Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "8a8fa059-76cb-4ec2-91f3-381ec35b44e2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666418651679,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221022060255/1.0/artifacts/service-Vfw20221022060255-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-22T06:04:17.483Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-22T06:04:17.484Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-22T06:04:17.484Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qF9VIPcfnBaVsHkr) ...
2022-10-22T06:04:17.496Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-22T06:04:17.497Z||pool-8-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-22T06:04:18.384Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-22T06:04:18.385Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-22T06:04:18.387Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-22T06:04:18.387Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "8a8fa059-76cb-4ec2-91f3-381ec35b44e2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666418651679,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221022060255/1.0/artifacts/service-Vfw20221022060255-csar.csar",
"status": "NOTIFIED"
}
2022-10-22T06:04:18.487Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-22T06:04:18.488Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-22T06:04:18.488Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qF9VIPcfnBaVsHkr) ...
2022-10-22T06:04:18.498Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-22T06:04:18.498Z||pool-9-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-10-22T06:04:19.389Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "8a8fa059-76cb-4ec2-91f3-381ec35b44e2",
"serviceName": "vFW 2022-10-22 06-02-55",
"serviceVersion": "1.0",
"serviceUUID": "ae133a22-3c61-4acd-a3a8-8703ab2fbbbb",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "73e55da7-962c-4a2a-b97e-8fa9ffe11d04",
"resources": [
{
"resourceInstanceName": "vFW 9264dd17-47cc 0",
"resourceCustomizationUUID": "e90d1854-1706-4de0-b264-c60a06646361",
"resourceName": "vFW 9264dd17-47cc",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "5d10849b-c4ea-4f8c-a2a5-fd531513ef43",
"resourceInvariantUUID": "bc6f3258-1eda-49ec-b632-926c5106cdf5",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw9264dd1747cc0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221022060255/1.0/resourceInstances/vfw9264dd1747cc0/artifacts/vfw9264dd1747cc0_modules.json",
"artifactChecksum": "ZjdiYzg3MGNmYjZlZTRiMmE5ZTU2NDNlNDI2NTVhZjk\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "ec239a44-9cec-4e57-a844-f0372eb3fa7e",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221022060255/1.0/resourceInstances/vfw9264dd1747cc0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "017af4e8-68f2-4eef-b6c8-8a6d7e8c99aa",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221022060255/1.0/resourceInstances/vfw9264dd1747cc0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "f0e1de53-6d97-4492-a368-c083aa8b4578",
"generatedFromUUID": "017af4e8-68f2-4eef-b6c8-8a6d7e8c99aa"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221022060255/1.0/resourceInstances/vfw9264dd1747cc0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "f0e1de53-6d97-4492-a368-c083aa8b4578",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20221022060255-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221022060255/1.0/artifacts/service-Vfw20221022060255-csar.csar",
"artifactChecksum": "MTA3MzllOWQ4MmU3OGFkNDg5YmYwODgzYzU0NWY5M2I\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "cc4fe24f-2de4-43da-b60c-3a86e5b3e268"
}
],
"workloadContext": "Production"
}
2022-10-22T06:04:19.390Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-22T06:04:19.390Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ae133a22-3c61-4acd-a3a8-8703ab2fbbbb ASDC
2022-10-22T06:04:19.515Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:8a8fa059-76cb-4ec2-91f3-381ec35b44e2
ServiceName:vFW 2022-10-22 06-02-55
ServiceVersion:1.0
ServiceUUID:ae133a22-3c61-4acd-a3a8-8703ab2fbbbb
ServiceInvariantUUID:73e55da7-962c-4a2a-b97e-8fa9ffe11d04
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20221022060255-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221022060255/1.0/artifacts/service-Vfw20221022060255-csar.csar
ArtifactUUID:cc4fe24f-2de4-43da-b60c-3a86e5b3e268
ArtifactChecksum:MTA3MzllOWQ4MmU3OGFkNDg5YmYwODgzYzU0NWY5M2I=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 9264dd17-47cc 0
ResourceCustomizationUUID:e90d1854-1706-4de0-b264-c60a06646361
ResourceInvariantUUID:bc6f3258-1eda-49ec-b632-926c5106cdf5
ResourceName:vFW 9264dd17-47cc
ResourceType:VF
ResourceUUID:5d10849b-c4ea-4f8c-a2a5-fd531513ef43
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw9264dd1747cc0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221022060255/1.0/resourceInstances/vfw9264dd1747cc0/artifacts/vfw9264dd1747cc0_modules.json
ArtifactUUID:ec239a44-9cec-4e57-a844-f0372eb3fa7e
ArtifactChecksum:ZjdiYzg3MGNmYjZlZTRiMmE5ZTU2NDNlNDI2NTVhZjk=
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/Vfw20221022060255/1.0/resourceInstances/vfw9264dd1747cc0/artifacts/base_vfw.yaml
ArtifactUUID:017af4e8-68f2-4eef-b6c8-8a6d7e8c99aa
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/Vfw20221022060255/1.0/resourceInstances/vfw9264dd1747cc0/artifacts/base_vfw.env
ArtifactUUID:f0e1de53-6d97-4492-a368-c083aa8b4578
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/Vfw20221022060255/1.0/resourceInstances/vfw9264dd1747cc0/artifacts/base_vfw.env
ArtifactUUID:f0e1de53-6d97-4492-a368-c083aa8b4578
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-10-22T06:04:19.516Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ae133a22-3c61-4acd-a3a8-8703ab2fbbbb ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-10-22T06:04:19.568Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-22T06:04:19.569Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-10-22T06:04:19.570Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-10-22T06:04:19.571Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: cc4fe24f-2de4-43da-b60c-3a86e5b3e268 from URL: /sdc/v1/catalog/services/Vfw20221022060255/1.0/artifacts/service-Vfw20221022060255-csar.csar
2022-10-22T06:04:19.571Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-10-22T06:04:19.572Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221022060255/1.0/artifacts/service-Vfw20221022060255-csar.csar
2022-10-22T06:04:19.674Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-10-22T06:04:19.691Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221022060255/1.0/artifacts/service-Vfw20221022060255-csar.csar cc4fe24f-2de4-43da-b60c-3a86e5b3e268 100632
2022-10-22T06:04:19.693Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221022060255/1.0/artifacts/service-Vfw20221022060255-csar.csar ASDC sendASDCNotification
2022-10-22T06:04:19.693Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221022060255/1.0/artifacts/service-Vfw20221022060255-csar.csar
2022-10-22T06:04:19.695Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-22T06:04:19.696Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-22T06:04:19.699Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-22T06:04:19.699Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "8a8fa059-76cb-4ec2-91f3-381ec35b44e2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666418659692,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221022060255/1.0/artifacts/service-Vfw20221022060255-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-22T06:04:19.799Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-22T06:04:19.800Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-22T06:04:19.801Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qF9VIPcfnBaVsHkr) ...
2022-10-22T06:04:19.813Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-22T06:04:19.813Z||pool-10-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-10-22T06:04:20.700Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-22T06:04:20.701Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-10-22T06:04:20.701Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: cc4fe24f-2de4-43da-b60c-3a86e5b3e268, URL: /sdc/v1/catalog/services/Vfw20221022060255/1.0/artifacts/service-Vfw20221022060255-csar.csar to file: /app/ASDC/1/service-Vfw20221022060255-csar.csar
2022-10-22T06:04:20.702Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20221022060255-csar.csar
2022-10-22T06:04:20.797Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20221022060255-csar.csar
2022-10-22T06:04:20.798Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20221022060255-csar.csar
2022-10-22T06:04:21.510Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10358431586626964456/Definitions/service-Vfw20221022060255-template.yml
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
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
2022-10-22T06:04:24.106Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-22T06:04:24.111Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-10-22T06:04:24.111Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20221022060255-csar.csar
2022-10-22T06:04:24.112Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-10-22T06:04:24.112Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221022060255-csar.csar
2022-10-22T06:04:24.112Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||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-Vfw20221022060255-csar.csar
2022-10-22T06:04:24.112Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||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-Vfw20221022060255-csar.csar
2022-10-22T06:04:24.112Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||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-Vfw20221022060255-csar.csar
2022-10-22T06:04:24.112Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221022060255-csar.csar
2022-10-22T06:04:24.113Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 9264dd17-47cc 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-Vfw20221022060255-csar.csar
2022-10-22T06:04:24.113Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221022060255-csar.csar
2022-10-22T06:04:24.113Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||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-Vfw20221022060255-csar.csar
2022-10-22T06:04:24.113Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221022060255-csar.csar
2022-10-22T06:04:24.113Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221022060255-csar.csar
2022-10-22T06:04:24.113Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221022060255-csar.csar
2022-10-22T06:04:24.113Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-10-22T06:04:24.120Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-22T06:04:24.121Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-10-22 06-02-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-22T06:04:24.126Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template vFW 9264dd17-47cc 0 is matching search criteria
2022-10-22T06:04:24.126Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-10-22T06:04:24.128Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 9264dd17-47cc 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-22T06:04:24.129Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-22T06:04:24.130Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-10-22 06-02-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-22T06:04:24.130Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template vFW 9264dd17-47cc 0 is matching search criteria
2022-10-22T06:04:24.130Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-10-22T06:04:24.130Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 9264dd17-47cc 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-22T06:04:24.131Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-22T06:04:24.131Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-10-22 06-02-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-22T06:04:24.134Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-22T06:04:24.134Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template vFW 9264dd17-47cc 0 is not matching search criteria
2022-10-22T06:04:24.134Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-22T06:04:24.135Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-22T06:04:24.135Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-10-22T06:04:24.135Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-10-22T06:04:24.135Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-10-22T06:04:24.135Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-10-22T06:04:24.135Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-10-22T06:04:24.136Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-10-22T06:04:24.136Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-10-22T06:04:24.136Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-10-22T06:04:24.136Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-10-22T06:04:24.136Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-10-22T06:04:24.136Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-10-22T06:04:24.137Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-10-22T06:04:24.137Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-10-22T06:04:24.137Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-10-22T06:04:24.137Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-22T06:04:24.137Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-10-22 06-02-55 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-22T06:04:24.138Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-22T06:04:24.139Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template vFW 9264dd17-47cc 0 is matching search criteria
2022-10-22T06:04:24.139Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 9264dd17-47cc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-22T06:04:24.139Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-22T06:04:24.139Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template vFW 9264dd17-47cc 0 is matching search criteria
2022-10-22T06:04:24.140Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 9264dd17-47cc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-22T06:04:24.140Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-22T06:04:24.140Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template vFW 9264dd17-47cc 0 is matching search criteria
2022-10-22T06:04:24.140Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 9264dd17-47cc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-22T06:04:24.141Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-22T06:04:24.141Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template vFW 9264dd17-47cc 0 is not matching search criteria
2022-10-22T06:04:24.141Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-22T06:04:24.141Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-22T06:04:24.141Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-10-22T06:04:24.141Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-10-22T06:04:24.142Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-10-22T06:04:24.142Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-10-22T06:04:24.142Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-10-22T06:04:24.142Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-10-22T06:04:24.142Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-10-22T06:04:24.142Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-10-22T06:04:24.143Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-10-22T06:04:24.143Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=987d108f-87f3-4d17-b81f-fc62a1c86df5
2022-10-22T06:04:24.143Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-22T06:04:24.143Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template vFW 9264dd17-47cc 0 is not matching search criteria
2022-10-22T06:04:24.143Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-22T06:04:24.144Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-22T06:04:24.144Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-10-22T06:04:24.144Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-10-22T06:04:24.144Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-10-22T06:04:24.144Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-10-22T06:04:24.144Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-10-22T06:04:24.145Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-10-22T06:04:24.145Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-10-22T06:04:24.145Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-10-22T06:04:24.145Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-10-22T06:04:24.145Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-10-22T06:04:24.146Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=cd8e942f-283c-4b97-a430-2f0830217ae3
2022-10-22T06:04:24.146Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-22T06:04:24.146Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template vFW 9264dd17-47cc 0 is not matching search criteria
2022-10-22T06:04:24.146Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-22T06:04:24.146Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-22T06:04:24.147Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-10-22T06:04:24.147Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-10-22T06:04:24.147Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-10-22T06:04:24.147Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-10-22T06:04:24.147Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-10-22T06:04:24.147Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-10-22T06:04:24.148Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-10-22T06:04:24.148Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-10-22T06:04:24.148Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-10-22T06:04:24.148Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-10-22T06:04:24.148Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=192eb065-d59b-440b-930f-1d70e6fd68be
2022-10-22T06:04:24.149Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-22T06:04:24.149Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-10-22 06-02-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-22T06:04:24.149Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-22T06:04:24.149Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-10-22 06-02-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-22T06:04:24.149Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-22T06:04:24.150Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-10-22 06-02-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-22T06:04:24.150Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-22T06:04:24.150Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-10-22 06-02-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-22T06:04:24.150Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-10-22 06-02-55
Description:catalog service description
Model UUID:ae133a22-3c61-4acd-a3a8-8703ab2fbbbb
Model Version:NULL
Model InvariantUuid:73e55da7-962c-4a2a-b97e-8fa9ffe11d04
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 9264dd17-47cc
Model UUID:7643360e-4854-4afe-ac6a-1dcd64ddaa76
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:bc6f3258-1eda-49ec-b632-926c5106cdf5
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:e90d1854-1706-4de0-b264-c60a06646361
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:c97431cb-ed79-420f-9e5d-5474d760c025
ModelName:Vfw9264dd1747cc..base_vfw..module-0
ModelUuid:ce5580ff-e42a-4545-98a5-3c8e9e24d40d
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:987d108f-87f3-4d17-b81f-fc62a1c86df5
ModelInvariantUuid:2118ca47-c321-4e7f-878d-2a319e2e39d6
ModelName:vFW 9264dd17-47cc-nodes.vfwCvfc
ModelUuid:a050e2b5-416d-4eb8-8130-230696a238a1
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:e24d50df-1c06-46c3-9135-ab4ffc76bc68
ModelInvariantUuid:e4755999-f4e0-4648-97b2-4e0bf3a88dcc
ModelName:Vfw9264dd1747cc.compute.nodes.heat.vfw
ModelUuid:722b94d8-3f96-4cd9-a316-14d2c4a17715
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:cd8e942f-283c-4b97-a430-2f0830217ae3
ModelInvariantUuid:c8c3ef78-69d0-4d42-8f4d-17c8049d43bd
ModelName:vFW 9264dd17-47cc-nodes.vsnCvfc
ModelUuid:843ea946-0407-4801-92f7-cd3dba404fb4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:f6446753-841f-4fe0-9c38-4c8aea07680e
ModelInvariantUuid:d7a8eeca-3fcb-4bff-8bad-81b820c61b1e
ModelName:Vfw9264dd1747cc.compute.nodes.heat.vsn
ModelUuid:4cc70916-f491-4df7-a8d6-1a1ba1283b6b
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:192eb065-d59b-440b-930f-1d70e6fd68be
ModelInvariantUuid:c2747cbd-b081-46cd-92d9-c0f601b3bde8
ModelName:vFW 9264dd17-47cc-nodes.vpgCvfc
ModelUuid:459192cd-75e4-4d5a-b079-49495bcd14fb
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:ca4e7d34-133d-4a8f-8ec4-0d6a2f9a9658
ModelInvariantUuid:1f412092-227a-4060-a09e-b18fb98a0a12
ModelName:Vfw9264dd1747cc.compute.nodes.heat.vpg
ModelUuid:2d94a32a-34e9-47d3-9281-33ab19860b08
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-10-22T06:04:24.160Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 5d10849b-c4ea-4f8c-a2a5-fd531513ef43
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-22T06:04:24.306Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||INFO|500||vFW 9264dd17-47cc 0
2022-10-22T06:04:24.313Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 5d10849b-c4ea-4f8c-a2a5-fd531513ef43
2022-10-22T06:04:24.313Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: ec239a44-9cec-4e57-a844-f0372eb3fa7e from URL: /sdc/v1/catalog/services/Vfw20221022060255/1.0/resourceInstances/vfw9264dd1747cc0/artifacts/vfw9264dd1747cc0_modules.json
2022-10-22T06:04:24.313Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-10-22T06:04:24.313Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221022060255/1.0/resourceInstances/vfw9264dd1747cc0/artifacts/vfw9264dd1747cc0_modules.json
2022-10-22T06:04:24.366Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-10-22T06:04:24.367Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221022060255/1.0/resourceInstances/vfw9264dd1747cc0/artifacts/vfw9264dd1747cc0_modules.json ec239a44-9cec-4e57-a844-f0372eb3fa7e 785
2022-10-22T06:04:24.367Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221022060255/1.0/resourceInstances/vfw9264dd1747cc0/artifacts/vfw9264dd1747cc0_modules.json ASDC sendASDCNotification
2022-10-22T06:04:24.367Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221022060255/1.0/resourceInstances/vfw9264dd1747cc0/artifacts/vfw9264dd1747cc0_modules.json
2022-10-22T06:04:24.367Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-22T06:04:24.368Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-22T06:04:24.370Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-22T06:04:24.370Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "8a8fa059-76cb-4ec2-91f3-381ec35b44e2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666418664367,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221022060255/1.0/resourceInstances/vfw9264dd1747cc0/artifacts/vfw9264dd1747cc0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-22T06:04:24.471Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-22T06:04:24.472Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-22T06:04:24.473Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qF9VIPcfnBaVsHkr) ...
2022-10-22T06:04:24.484Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-22T06:04:24.485Z||pool-11-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-22T06:04:25.371Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw9264dd1747cc..base_vfw..module-0",
"vfModuleModelInvariantUUID": "c97431cb-ed79-420f-9e5d-5474d760c025",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "ce5580ff-e42a-4545-98a5-3c8e9e24d40d",
"vfModuleModelCustomizationUUID": "18473b4f-fea2-4931-a4f6-73a62eae880f",
"isBase": true,
"artifacts": [
"017af4e8-68f2-4eef-b6c8-8a6d7e8c99aa",
"f0e1de53-6d97-4492-a368-c083aa8b4578"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-10-22T06:04:25.385Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw9264dd1747cc..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ce5580ff-e42a-4545-98a5-3c8e9e24d40d
VfModuleModelInvariantUUID:c97431cb-ed79-420f-9e5d-5474d760c025
VfModuleModelDescription:NULL
Artifacts UUID List:{
017af4e8-68f2-4eef-b6c8-8a6d7e8c99aa
,
f0e1de53-6d97-4492-a368-c083aa8b4578
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-10-22T06:04:25.411Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw9264dd1747cc..base_vfw..module-0",
"vfModuleModelInvariantUUID": "c97431cb-ed79-420f-9e5d-5474d760c025",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "ce5580ff-e42a-4545-98a5-3c8e9e24d40d",
"vfModuleModelCustomizationUUID": "18473b4f-fea2-4931-a4f6-73a62eae880f",
"isBase": true,
"artifacts": [
"017af4e8-68f2-4eef-b6c8-8a6d7e8c99aa",
"f0e1de53-6d97-4492-a368-c083aa8b4578"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-10-22T06:04:25.412Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw9264dd1747cc..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ce5580ff-e42a-4545-98a5-3c8e9e24d40d
VfModuleModelInvariantUUID:c97431cb-ed79-420f-9e5d-5474d760c025
VfModuleModelDescription:NULL
Artifacts UUID List:{
017af4e8-68f2-4eef-b6c8-8a6d7e8c99aa
,
f0e1de53-6d97-4492-a368-c083aa8b4578
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-10-22T06:04:25.412Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 017af4e8-68f2-4eef-b6c8-8a6d7e8c99aa from URL: /sdc/v1/catalog/services/Vfw20221022060255/1.0/resourceInstances/vfw9264dd1747cc0/artifacts/base_vfw.yaml
2022-10-22T06:04:25.412Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-10-22T06:04:25.412Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221022060255/1.0/resourceInstances/vfw9264dd1747cc0/artifacts/base_vfw.yaml
2022-10-22T06:04:25.473Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-10-22T06:04:25.474Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221022060255/1.0/resourceInstances/vfw9264dd1747cc0/artifacts/base_vfw.yaml 017af4e8-68f2-4eef-b6c8-8a6d7e8c99aa 20368
2022-10-22T06:04:25.474Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221022060255/1.0/resourceInstances/vfw9264dd1747cc0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-10-22T06:04:25.474Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221022060255/1.0/resourceInstances/vfw9264dd1747cc0/artifacts/base_vfw.yaml
2022-10-22T06:04:25.474Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-22T06:04:25.474Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-22T06:04:25.476Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-22T06:04:25.476Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "8a8fa059-76cb-4ec2-91f3-381ec35b44e2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666418665474,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221022060255/1.0/resourceInstances/vfw9264dd1747cc0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-22T06:04:25.577Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-22T06:04:25.577Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-22T06:04:25.578Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qF9VIPcfnBaVsHkr) ...
2022-10-22T06:04:25.590Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-22T06:04:25.591Z||pool-12-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-22T06:04:26.477Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: f0e1de53-6d97-4492-a368-c083aa8b4578 from URL: /sdc/v1/catalog/services/Vfw20221022060255/1.0/resourceInstances/vfw9264dd1747cc0/artifacts/base_vfw.env
2022-10-22T06:04:26.477Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-10-22T06:04:26.478Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221022060255/1.0/resourceInstances/vfw9264dd1747cc0/artifacts/base_vfw.env
2022-10-22T06:04:26.537Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-10-22T06:04:26.537Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221022060255/1.0/resourceInstances/vfw9264dd1747cc0/artifacts/base_vfw.env f0e1de53-6d97-4492-a368-c083aa8b4578 2098
2022-10-22T06:04:26.537Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221022060255/1.0/resourceInstances/vfw9264dd1747cc0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-10-22T06:04:26.537Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221022060255/1.0/resourceInstances/vfw9264dd1747cc0/artifacts/base_vfw.env
2022-10-22T06:04:26.537Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-22T06:04:26.538Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-22T06:04:26.540Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-22T06:04:26.540Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "8a8fa059-76cb-4ec2-91f3-381ec35b44e2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666418666537,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221022060255/1.0/resourceInstances/vfw9264dd1747cc0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-10-22T06:04:26.640Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-22T06:04:26.642Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-22T06:04:26.642Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qF9VIPcfnBaVsHkr) ...
2022-10-22T06:04:26.652Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-22T06:04:26.653Z||pool-13-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-22T06:04:27.541Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: ae133a22-3c61-4acd-a3a8-8703ab2fbbbb
2022-10-22T06:04:27.542Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 9264dd17-47cc 0 5d10849b-c4ea-4f8c-a2a5-fd531513ef43 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-22T06:04:27.580Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@163c4f61, org.onap.sdc.toscaparser.api.parameters.Input@30b702f2, org.onap.sdc.toscaparser.api.parameters.Input@5a17ca1b, org.onap.sdc.toscaparser.api.parameters.Input@3b3876b8, org.onap.sdc.toscaparser.api.parameters.Input@4f8b71f9]
2022-10-22T06:04:27.584Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-22T06:04:27.585Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-10-22 06-02-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-22T06:04:27.586Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic
2022-10-22T06:04:27.586Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= e90d1854-1706-4de0-b264-c60a06646361
2022-10-22T06:04:27.586Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e90d1854-1706-4de0-b264-c60a06646361 matches Tosca VF Customization UUID: e90d1854-1706-4de0-b264-c60a06646361
2022-10-22T06:04:27.587Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: e90d1854-1706-4de0-b264-c60a06646361 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-10-22T06:04:27.593Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-22T06:04:27.594Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-10-22 06-02-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-22T06:04:27.595Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id e90d1854-1706-4de0-b264-c60a06646361: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-10-22T06:04:27.596Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5d0c49d6
2022-10-22T06:04:27.596Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-22T06:04:27.597Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-10-22 06-02-55 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-22T06:04:27.597Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 18473b4f-fea2-4931-a4f6-73a62eae880f
2022-10-22T06:04:27.599Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 18473b4f-fea2-4931-a4f6-73a62eae880f
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-10-22T06:04:27.605Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-22T06:04:27.605Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template vFW 9264dd17-47cc 0 is matching search criteria
2022-10-22T06:04:27.605Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 9264dd17-47cc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-22T06:04:27.606Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-22T06:04:27.607Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template vFW 9264dd17-47cc 0 is matching search criteria
2022-10-22T06:04:27.607Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 9264dd17-47cc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-22T06:04:27.608Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-22T06:04:27.608Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template vFW 9264dd17-47cc 0 is not matching search criteria
2022-10-22T06:04:27.608Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-22T06:04:27.609Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-22T06:04:27.609Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-10-22T06:04:27.609Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-10-22T06:04:27.610Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-10-22T06:04:27.610Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-10-22T06:04:27.610Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-10-22T06:04:27.611Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-10-22T06:04:27.611Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-10-22T06:04:27.611Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-10-22T06:04:27.612Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-10-22T06:04:27.612Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=987d108f-87f3-4d17-b81f-fc62a1c86df5
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-10-22T06:04:27.619Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-22T06:04:27.620Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template vFW 9264dd17-47cc 0 is matching search criteria
2022-10-22T06:04:27.620Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 9264dd17-47cc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-22T06:04:27.620Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-22T06:04:27.621Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template vFW 9264dd17-47cc 0 is not matching search criteria
2022-10-22T06:04:27.621Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-22T06:04:27.621Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-22T06:04:27.622Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-10-22T06:04:27.622Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-10-22T06:04:27.622Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-10-22T06:04:27.623Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-10-22T06:04:27.623Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-10-22T06:04:27.623Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-10-22T06:04:27.624Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-10-22T06:04:27.624Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-10-22T06:04:27.625Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-10-22T06:04:27.625Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-10-22T06:04:27.625Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=cd8e942f-283c-4b97-a430-2f0830217ae3
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-10-22T06:04:27.628Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-22T06:04:27.628Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template vFW 9264dd17-47cc 0 is matching search criteria
2022-10-22T06:04:27.628Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 9264dd17-47cc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-22T06:04:27.631Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-22T06:04:27.632Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template vFW 9264dd17-47cc 0 is not matching search criteria
2022-10-22T06:04:27.632Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-22T06:04:27.632Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-22T06:04:27.633Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-10-22T06:04:27.633Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-10-22T06:04:27.633Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-10-22T06:04:27.634Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-10-22T06:04:27.634Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-10-22T06:04:27.634Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-10-22T06:04:27.635Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-10-22T06:04:27.635Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-10-22T06:04:27.635Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-10-22T06:04:27.636Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-10-22T06:04:27.636Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=192eb065-d59b-440b-930f-1d70e6fd68be
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-10-22T06:04:27.638Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-22T06:04:27.639Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template vFW 9264dd17-47cc 0 is matching search criteria
2022-10-22T06:04:27.639Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 9264dd17-47cc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-22T06:04:27.640Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-22T06:04:27.640Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template vFW 9264dd17-47cc 0 is matching search criteria
2022-10-22T06:04:27.640Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 9264dd17-47cc 0] matching following query criteria: sdcType=VF, customizationUUID=e90d1854-1706-4de0-b264-c60a06646361
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-22T06:04:27.642Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-22T06:04:27.642Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-10-22 06-02-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-22T06:04:27.643Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid ae133a22-3c61-4acd-a3a8-8703ab2fbbbb: vFW 9264dd17-47cc
2022-10-22T06:04:27.643Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-22T06:04:27.644Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-10-22 06-02-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-22T06:04:27.644Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-22T06:04:27.645Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-10-22 06-02-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-22T06:04:27.645Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-22T06:04:27.645Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-10-22 06-02-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-22T06:04:27.646Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-22T06:04:27.646Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-10-22 06-02-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-22T06:04:27.646Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-22T06:04:27.647Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-10-22 06-02-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-22T06:04:27.647Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||INFO|500||Saving Service: vFW 2022-10-22 06-02-55
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-22T06:04:27.895Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 9264dd17-47cc 5d10849b-c4ea-4f8c-a2a5-fd531513ef43 1 ASDC deployResourceStructure
2022-10-22T06:04:27.895Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221022060255/1.0/resourceInstances/vfw9264dd1747cc0/artifacts/vfw9264dd1747cc0_modules.json ASDC sendASDCNotification
2022-10-22T06:04:27.896Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221022060255/1.0/resourceInstances/vfw9264dd1747cc0/artifacts/vfw9264dd1747cc0_modules.json
2022-10-22T06:04:27.896Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-22T06:04:27.896Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-22T06:04:27.897Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-22T06:04:27.898Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "8a8fa059-76cb-4ec2-91f3-381ec35b44e2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666418667895,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221022060255/1.0/resourceInstances/vfw9264dd1747cc0/artifacts/vfw9264dd1747cc0_modules.json",
"status": "DEPLOY_OK"
}
2022-10-22T06:04:27.998Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-22T06:04:27.999Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-22T06:04:27.999Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qF9VIPcfnBaVsHkr) ...
2022-10-22T06:04:28.022Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-22T06:04:28.022Z||pool-14-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-10-22T06:04:28.899Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221022060255/1.0/resourceInstances/vfw9264dd1747cc0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-10-22T06:04:28.899Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221022060255/1.0/resourceInstances/vfw9264dd1747cc0/artifacts/base_vfw.yaml
2022-10-22T06:04:28.899Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-22T06:04:28.899Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-22T06:04:28.901Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-22T06:04:28.901Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "8a8fa059-76cb-4ec2-91f3-381ec35b44e2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666418668898,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221022060255/1.0/resourceInstances/vfw9264dd1747cc0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-10-22T06:04:29.001Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-22T06:04:29.002Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-22T06:04:29.003Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qF9VIPcfnBaVsHkr) ...
2022-10-22T06:04:29.023Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-22T06:04:29.023Z||pool-15-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-10-22T06:04:29.902Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221022060255/1.0/resourceInstances/vfw9264dd1747cc0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-10-22T06:04:29.903Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221022060255/1.0/resourceInstances/vfw9264dd1747cc0/artifacts/base_vfw.env
2022-10-22T06:04:29.903Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-22T06:04:29.903Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-22T06:04:29.905Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-22T06:04:29.905Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "8a8fa059-76cb-4ec2-91f3-381ec35b44e2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666418669902,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221022060255/1.0/resourceInstances/vfw9264dd1747cc0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-10-22T06:04:30.005Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-22T06:04:30.006Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-22T06:04:30.006Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qF9VIPcfnBaVsHkr) ...
2022-10-22T06:04:30.021Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-22T06:04:30.021Z||pool-16-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-10-22T06:04:30.906Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221022060255/1.0/artifacts/service-Vfw20221022060255-csar.csar ASDC sendASDCNotification
2022-10-22T06:04:30.906Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221022060255/1.0/artifacts/service-Vfw20221022060255-csar.csar
2022-10-22T06:04:30.906Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-22T06:04:30.907Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-22T06:04:30.908Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-22T06:04:30.909Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "8a8fa059-76cb-4ec2-91f3-381ec35b44e2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666418670905,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221022060255/1.0/artifacts/service-Vfw20221022060255-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-22T06:04:31.009Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-22T06:04:31.010Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-22T06:04:31.010Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qF9VIPcfnBaVsHkr) ...
2022-10-22T06:04:31.022Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-22T06:04:31.023Z||pool-17-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-22T06:04:31.910Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8a8fa059-76cb-4ec2-91f3-381ec35b44e2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-22T06:04:31.928Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8a8fa059-76cb-4ec2-91f3-381ec35b44e2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-22T06:04:31.931Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-22T06:04:31.932Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-22T06:04:31.932Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-22T06:05:01.932Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8a8fa059-76cb-4ec2-91f3-381ec35b44e2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-22T06:05:01.946Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8a8fa059-76cb-4ec2-91f3-381ec35b44e2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-22T06:05:01.950Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-22T06:05:01.950Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-22T06:05:01.951Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-22T06:05:11.687Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-22T06:05:11.688Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-22T06:05:11.688Z||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 qF9VIPcfnBaVsHkr) ...
2022-10-22T06:05:11.814Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-22T06:05:11.814Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-22T06:05:11.814Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8a8fa059-76cb-4ec2-91f3-381ec35b44e2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666418651679,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221022060255/1.0/resourceInstances/vfw9264dd1747cc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-22T06:05:11.815Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-22T06:05:31.951Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8a8fa059-76cb-4ec2-91f3-381ec35b44e2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-22T06:05:31.963Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8a8fa059-76cb-4ec2-91f3-381ec35b44e2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-22T06:05:31.966Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-22T06:05:31.967Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-22T06:05:31.967Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-22T06:06:01.968Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8a8fa059-76cb-4ec2-91f3-381ec35b44e2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-22T06:06:01.979Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8a8fa059-76cb-4ec2-91f3-381ec35b44e2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-22T06:06:01.982Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-22T06:06:01.982Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-22T06:06:01.982Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-22T06:06:11.687Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-22T06:06:11.688Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-22T06:06:11.688Z||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 qF9VIPcfnBaVsHkr) ...
2022-10-22T06:06:12.217Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-22T06:06:12.220Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-22T06:06:12.221Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8a8fa059-76cb-4ec2-91f3-381ec35b44e2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666418651679,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221022060255/1.0/resourceInstances/vfw9264dd1747cc0/artifacts/vfw9264dd1747cc0_modules.json",
"status": "NOTIFIED"
}
2022-10-22T06:06:12.221Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-22T06:06:12.221Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-22T06:06:12.221Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8a8fa059-76cb-4ec2-91f3-381ec35b44e2",
"consumerID": "aai-ml",
"timestamp": 1666418653867,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221022060255/1.0/artifacts/service-Vfw20221022060255-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-22T06:06:12.222Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-22T06:06:12.222Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-22T06:06:12.222Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8a8fa059-76cb-4ec2-91f3-381ec35b44e2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666418651679,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221022060255/1.0/resourceInstances/vfw9264dd1747cc0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-10-22T06:06:12.222Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-22T06:06:12.222Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-22T06:06:12.222Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8a8fa059-76cb-4ec2-91f3-381ec35b44e2",
"consumerID": "aai-ml",
"timestamp": 1666418654872,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-22T06:06:12.230Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8a8fa059-76cb-4ec2-91f3-381ec35b44e2
2022-10-22T06:06:12.230Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8a8fa059-76cb-4ec2-91f3-381ec35b44e2 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-22T06:06:12.240Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-22T06:06:12.240Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8a8fa059-76cb-4ec2-91f3-381ec35b44e2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666418651679,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221022060255/1.0/resourceInstances/vfw9264dd1747cc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-22T06:06:12.241Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-22T06:06:12.241Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-22T06:06:12.241Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8a8fa059-76cb-4ec2-91f3-381ec35b44e2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666418651679,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221022060255/1.0/resourceInstances/vfw9264dd1747cc0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-10-22T06:06:12.241Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-22T06:06:12.241Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-22T06:06:12.242Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8a8fa059-76cb-4ec2-91f3-381ec35b44e2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666418651679,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221022060255/1.0/artifacts/service-Vfw20221022060255-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-22T06:06:12.242Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-22T06:06:12.242Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-22T06:06:12.242Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8a8fa059-76cb-4ec2-91f3-381ec35b44e2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666418651679,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221022060255/1.0/artifacts/service-Vfw20221022060255-csar.csar",
"status": "NOTIFIED"
}
2022-10-22T06:06:12.242Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-22T06:06:12.243Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-22T06:06:12.243Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8a8fa059-76cb-4ec2-91f3-381ec35b44e2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666418659692,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221022060255/1.0/artifacts/service-Vfw20221022060255-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-22T06:06:12.243Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-22T06:06:12.243Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-22T06:06:12.243Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84cade93-cc46-4c8d-9071-5ee7fa2fac70",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666418658093,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/resourceInstances/basic_onboard_jbhcxw0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-22T06:06:12.243Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-22T06:06:12.244Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-22T06:06:12.244Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84cade93-cc46-4c8d-9071-5ee7fa2fac70",
"consumerID": "cds",
"timestamp": 1666418654533,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/resourceInstances/basic_onboard_jbhcxw0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-22T06:06:12.244Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-22T06:06:12.244Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-22T06:06:12.244Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84cade93-cc46-4c8d-9071-5ee7fa2fac70",
"consumerID": "aai-ml",
"timestamp": 1666418660712,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/resourceInstances/basic_onboard_jbhcxw0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-22T06:06:12.244Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-22T06:06:12.245Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-22T06:06:12.245Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8a8fa059-76cb-4ec2-91f3-381ec35b44e2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666418664367,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221022060255/1.0/resourceInstances/vfw9264dd1747cc0/artifacts/vfw9264dd1747cc0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-22T06:06:12.245Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-22T06:06:12.245Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-22T06:06:12.245Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84cade93-cc46-4c8d-9071-5ee7fa2fac70",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666418658093,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/resourceInstances/basic_onboard_jbhcxw0/artifacts/basic_onboard_jbhcxw0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-22T06:06:12.245Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-22T06:06:12.245Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-22T06:06:12.245Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84cade93-cc46-4c8d-9071-5ee7fa2fac70",
"consumerID": "cds",
"timestamp": 1666418654533,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/resourceInstances/basic_onboard_jbhcxw0/artifacts/basic_onboard_jbhcxw0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-22T06:06:12.245Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-22T06:06:12.246Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-22T06:06:12.246Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84cade93-cc46-4c8d-9071-5ee7fa2fac70",
"consumerID": "aai-ml",
"timestamp": 1666418660712,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/resourceInstances/basic_onboard_jbhcxw0/artifacts/basic_onboard_jbhcxw0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-22T06:06:12.246Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-22T06:06:12.246Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-22T06:06:12.246Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8a8fa059-76cb-4ec2-91f3-381ec35b44e2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666418665474,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221022060255/1.0/resourceInstances/vfw9264dd1747cc0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-22T06:06:12.246Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-22T06:06:12.246Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-22T06:06:12.246Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84cade93-cc46-4c8d-9071-5ee7fa2fac70",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666418658093,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/resourceInstances/basic_onboard_jbhcxw0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-22T06:06:12.247Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-22T06:06:12.247Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-22T06:06:12.247Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84cade93-cc46-4c8d-9071-5ee7fa2fac70",
"consumerID": "cds",
"timestamp": 1666418654533,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/resourceInstances/basic_onboard_jbhcxw0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-22T06:06:12.247Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-22T06:06:12.247Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-22T06:06:12.247Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84cade93-cc46-4c8d-9071-5ee7fa2fac70",
"consumerID": "aai-ml",
"timestamp": 1666418660712,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/resourceInstances/basic_onboard_jbhcxw0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-22T06:06:12.247Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-22T06:06:12.247Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-22T06:06:12.247Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8a8fa059-76cb-4ec2-91f3-381ec35b44e2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666418666537,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221022060255/1.0/resourceInstances/vfw9264dd1747cc0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-10-22T06:06:12.248Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-22T06:06:12.248Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-22T06:06:12.248Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84cade93-cc46-4c8d-9071-5ee7fa2fac70",
"consumerID": "cds",
"timestamp": 1666418654533,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/resourceInstances/basic_onboard_jbhcxw0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-22T06:06:12.248Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-22T06:06:12.248Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-22T06:06:12.248Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84cade93-cc46-4c8d-9071-5ee7fa2fac70",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666418658093,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/resourceInstances/basic_onboard_jbhcxw0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-22T06:06:12.248Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-22T06:06:12.248Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-22T06:06:12.248Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84cade93-cc46-4c8d-9071-5ee7fa2fac70",
"consumerID": "aai-ml",
"timestamp": 1666418660712,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/resourceInstances/basic_onboard_jbhcxw0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-22T06:06:12.249Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-22T06:06:12.249Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-22T06:06:12.249Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8a8fa059-76cb-4ec2-91f3-381ec35b44e2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666418667895,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221022060255/1.0/resourceInstances/vfw9264dd1747cc0/artifacts/vfw9264dd1747cc0_modules.json",
"status": "DEPLOY_OK"
}
2022-10-22T06:06:12.249Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-22T06:06:12.249Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-22T06:06:12.249Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84cade93-cc46-4c8d-9071-5ee7fa2fac70",
"consumerID": "cds",
"timestamp": 1666418654533,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/resourceInstances/basic_onboard_jbhcxw0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-10-22T06:06:12.249Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-22T06:06:12.249Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-22T06:06:12.249Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84cade93-cc46-4c8d-9071-5ee7fa2fac70",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666418658093,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/resourceInstances/basic_onboard_jbhcxw0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-10-22T06:06:12.250Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-22T06:06:12.250Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-22T06:06:12.250Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84cade93-cc46-4c8d-9071-5ee7fa2fac70",
"consumerID": "aai-ml",
"timestamp": 1666418660712,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/resourceInstances/basic_onboard_jbhcxw0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-10-22T06:06:12.251Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-22T06:06:12.252Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-22T06:06:12.252Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8a8fa059-76cb-4ec2-91f3-381ec35b44e2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666418668898,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221022060255/1.0/resourceInstances/vfw9264dd1747cc0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-10-22T06:06:12.252Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-22T06:06:12.252Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-22T06:06:12.252Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84cade93-cc46-4c8d-9071-5ee7fa2fac70",
"consumerID": "cds",
"timestamp": 1666418654533,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/artifacts/service-BasicOnboardJbhcxw-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-22T06:06:12.252Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-22T06:06:12.252Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-22T06:06:12.252Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84cade93-cc46-4c8d-9071-5ee7fa2fac70",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666418658093,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/artifacts/service-BasicOnboardJbhcxw-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-22T06:06:12.252Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-22T06:06:12.253Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-22T06:06:12.253Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84cade93-cc46-4c8d-9071-5ee7fa2fac70",
"consumerID": "aai-ml",
"timestamp": 1666418660712,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/artifacts/service-BasicOnboardJbhcxw-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-22T06:06:12.253Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-22T06:06:12.253Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-22T06:06:12.253Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84cade93-cc46-4c8d-9071-5ee7fa2fac70",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666418669621,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/resourceInstances/basic_onboard_jbhcxw0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-22T06:06:12.253Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-22T06:06:12.253Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-22T06:06:12.253Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8a8fa059-76cb-4ec2-91f3-381ec35b44e2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666418669902,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221022060255/1.0/resourceInstances/vfw9264dd1747cc0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-10-22T06:06:12.253Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-22T06:06:12.254Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-22T06:06:12.254Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84cade93-cc46-4c8d-9071-5ee7fa2fac70",
"consumerID": "cds",
"timestamp": 1666418654533,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/artifacts/service-BasicOnboardJbhcxw-csar.csar",
"status": "NOTIFIED"
}
2022-10-22T06:06:12.254Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-22T06:06:12.254Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-22T06:06:12.254Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84cade93-cc46-4c8d-9071-5ee7fa2fac70",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666418658093,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/artifacts/service-BasicOnboardJbhcxw-csar.csar",
"status": "NOTIFIED"
}
2022-10-22T06:06:12.254Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-22T06:06:12.254Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-22T06:06:12.254Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84cade93-cc46-4c8d-9071-5ee7fa2fac70",
"consumerID": "aai-ml",
"timestamp": 1666418660712,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/artifacts/service-BasicOnboardJbhcxw-csar.csar",
"status": "NOTIFIED"
}
2022-10-22T06:06:12.254Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-22T06:06:12.255Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-22T06:06:12.255Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84cade93-cc46-4c8d-9071-5ee7fa2fac70",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666418669621,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/resourceInstances/basic_onboard_jbhcxw0/artifacts/basic_onboard_jbhcxw0_modules.json",
"status": "NOTIFIED"
}
2022-10-22T06:06:12.255Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-22T06:06:12.255Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-22T06:06:12.255Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84cade93-cc46-4c8d-9071-5ee7fa2fac70",
"consumerID": "ves-openapi-manager",
"timestamp": 1666418669384,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/resourceInstances/basic_onboard_jbhcxw0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-22T06:06:12.255Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-22T06:06:12.255Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-22T06:06:12.255Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8a8fa059-76cb-4ec2-91f3-381ec35b44e2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666418670905,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221022060255/1.0/artifacts/service-Vfw20221022060255-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-22T06:06:12.255Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-22T06:06:12.256Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-22T06:06:12.256Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84cade93-cc46-4c8d-9071-5ee7fa2fac70",
"consumerID": "cds",
"timestamp": 1666418671501,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/artifacts/service-BasicOnboardJbhcxw-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-22T06:06:12.256Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-22T06:06:12.256Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-22T06:06:12.256Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84cade93-cc46-4c8d-9071-5ee7fa2fac70",
"consumerID": "aai-ml",
"timestamp": 1666418671504,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/artifacts/service-BasicOnboardJbhcxw-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-22T06:06:12.256Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-22T06:06:12.256Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-22T06:06:12.256Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84cade93-cc46-4c8d-9071-5ee7fa2fac70",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666418672225,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/artifacts/service-BasicOnboardJbhcxw-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-22T06:06:12.256Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-22T06:06:12.257Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-22T06:06:12.257Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84cade93-cc46-4c8d-9071-5ee7fa2fac70",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666418669621,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/resourceInstances/basic_onboard_jbhcxw0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-10-22T06:06:12.257Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-22T06:06:12.257Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-22T06:06:12.257Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84cade93-cc46-4c8d-9071-5ee7fa2fac70",
"consumerID": "ves-openapi-manager",
"timestamp": 1666418669384,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/resourceInstances/basic_onboard_jbhcxw0/artifacts/basic_onboard_jbhcxw0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-22T06:06:12.257Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-22T06:06:12.257Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-22T06:06:12.257Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84cade93-cc46-4c8d-9071-5ee7fa2fac70",
"consumerID": "cds",
"timestamp": 1666418672507,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/artifacts/service-BasicOnboardJbhcxw-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-22T06:06:12.270Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 84cade93-cc46-4c8d-9071-5ee7fa2fac70
2022-10-22T06:06:12.270Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 84cade93-cc46-4c8d-9071-5ee7fa2fac70 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-22T06:06:12.278Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-22T06:06:12.278Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84cade93-cc46-4c8d-9071-5ee7fa2fac70",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666418669621,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/resourceInstances/basic_onboard_jbhcxw0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-22T06:06:12.278Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-22T06:06:12.278Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-22T06:06:12.278Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84cade93-cc46-4c8d-9071-5ee7fa2fac70",
"consumerID": "ves-openapi-manager",
"timestamp": 1666418669384,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/resourceInstances/basic_onboard_jbhcxw0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-22T06:06:12.278Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-22T06:06:12.278Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-22T06:06:12.279Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84cade93-cc46-4c8d-9071-5ee7fa2fac70",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666418669621,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/resourceInstances/basic_onboard_jbhcxw0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-10-22T06:06:12.279Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-22T06:06:12.279Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-22T06:06:12.279Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84cade93-cc46-4c8d-9071-5ee7fa2fac70",
"consumerID": "ves-openapi-manager",
"timestamp": 1666418669384,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/resourceInstances/basic_onboard_jbhcxw0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-22T06:06:12.279Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-22T06:06:12.279Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-22T06:06:12.279Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84cade93-cc46-4c8d-9071-5ee7fa2fac70",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666418674600,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/artifacts/service-BasicOnboardJbhcxw-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-22T06:06:12.279Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-22T06:06:12.280Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-22T06:06:12.280Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84cade93-cc46-4c8d-9071-5ee7fa2fac70",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666418669621,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/artifacts/service-BasicOnboardJbhcxw-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-22T06:06:12.280Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-22T06:06:12.280Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-22T06:06:12.280Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84cade93-cc46-4c8d-9071-5ee7fa2fac70",
"consumerID": "ves-openapi-manager",
"timestamp": 1666418669384,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/resourceInstances/basic_onboard_jbhcxw0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-10-22T06:06:12.280Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-22T06:06:12.280Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-22T06:06:12.281Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84cade93-cc46-4c8d-9071-5ee7fa2fac70",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666418675604,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-22T06:06:12.285Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 84cade93-cc46-4c8d-9071-5ee7fa2fac70
2022-10-22T06:06:12.286Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 84cade93-cc46-4c8d-9071-5ee7fa2fac70 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-22T06:06:12.295Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-22T06:06:12.295Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84cade93-cc46-4c8d-9071-5ee7fa2fac70",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666418669621,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/artifacts/service-BasicOnboardJbhcxw-csar.csar",
"status": "NOTIFIED"
}
2022-10-22T06:06:12.296Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-22T06:06:12.296Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-22T06:06:12.296Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84cade93-cc46-4c8d-9071-5ee7fa2fac70",
"consumerID": "ves-openapi-manager",
"timestamp": 1666418669384,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/artifacts/service-BasicOnboardJbhcxw-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-22T06:06:12.296Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-22T06:06:12.296Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-22T06:06:12.296Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84cade93-cc46-4c8d-9071-5ee7fa2fac70",
"consumerID": "ves-openapi-manager",
"timestamp": 1666418669384,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/artifacts/service-BasicOnboardJbhcxw-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-10-22T06:06:12.297Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-22T06:06:12.297Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-22T06:06:12.297Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84cade93-cc46-4c8d-9071-5ee7fa2fac70",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666418677347,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/resourceInstances/basic_onboard_jbhcxw0/artifacts/basic_onboard_jbhcxw0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-22T06:06:12.297Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-22T06:06:12.297Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-22T06:06:12.298Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84cade93-cc46-4c8d-9071-5ee7fa2fac70",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666418678424,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/resourceInstances/basic_onboard_jbhcxw0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-22T06:06:12.298Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-22T06:06:12.298Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-22T06:06:12.298Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84cade93-cc46-4c8d-9071-5ee7fa2fac70",
"consumerID": "aai-ml",
"timestamp": 1666418678470,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/artifacts/service-BasicOnboardJbhcxw-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-22T06:06:12.298Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-22T06:06:12.298Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-22T06:06:12.299Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84cade93-cc46-4c8d-9071-5ee7fa2fac70",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666418679480,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/resourceInstances/basic_onboard_jbhcxw0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-10-22T06:06:12.299Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-22T06:06:12.299Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-22T06:06:12.299Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84cade93-cc46-4c8d-9071-5ee7fa2fac70",
"consumerID": "aai-ml",
"timestamp": 1666418679473,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-22T06:06:12.304Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 84cade93-cc46-4c8d-9071-5ee7fa2fac70
2022-10-22T06:06:12.304Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 84cade93-cc46-4c8d-9071-5ee7fa2fac70 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-22T06:06:12.312Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-22T06:06:12.313Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84cade93-cc46-4c8d-9071-5ee7fa2fac70",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666418680505,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-22T06:06:12.318Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 84cade93-cc46-4c8d-9071-5ee7fa2fac70
2022-10-22T06:06:12.318Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 84cade93-cc46-4c8d-9071-5ee7fa2fac70 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-22T06:06:12.326Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-22T06:06:12.326Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84cade93-cc46-4c8d-9071-5ee7fa2fac70",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666418681509,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/resourceInstances/basic_onboard_jbhcxw0/artifacts/basic_onboard_jbhcxw0_modules.json",
"status": "DEPLOY_OK"
}
2022-10-22T06:06:12.326Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-22T06:06:31.983Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8a8fa059-76cb-4ec2-91f3-381ec35b44e2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-22T06:06:31.994Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8a8fa059-76cb-4ec2-91f3-381ec35b44e2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-22T06:06:31.997Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-22T06:06:31.997Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-22T06:06:31.997Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-22T06:06:31.997Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-22T06:06:31.998Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-22T06:06:31.998Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-22T06:06:31.998Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-22T06:06:31.998Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-22T06:06:31.999Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-22T06:06:31.999Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-22T06:06:32.004Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-22T06:07:02.005Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8a8fa059-76cb-4ec2-91f3-381ec35b44e2 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-10-22T06:07:02.018Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8a8fa059-76cb-4ec2-91f3-381ec35b44e2 and serviceModelVersionId: ae133a22-3c61-4acd-a3a8-8703ab2fbbbb
2022-10-22T06:07:02.018Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 73e55da7-962c-4a2a-b97e-8fa9ffe11d04
2022-10-22T06:07:11.687Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-22T06:07:11.689Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-22T06:07:11.689Z||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 qF9VIPcfnBaVsHkr) ...
2022-10-22T06:07:18.340Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/73e55da7-962c-4a2a-b97e-8fa9ffe11d04/model-vers/model-ver/ae133a22-3c61-4acd-a3a8-8703ab2fbbbb?depth=0
2022-10-22T06:07:18.450Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-10-22T06:07:18.933Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/73e55da7-962c-4a2a-b97e-8fa9ffe11d04/model-vers/model-ver/ae133a22-3c61-4acd-a3a8-8703ab2fbbbb?depth=0|INFO|500||Invoke
2022-10-22T06:07:18.941Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/73e55da7-962c-4a2a-b97e-8fa9ffe11d04/model-vers/model-ver/ae133a22-3c61-4acd-a3a8-8703ab2fbbbb?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/73e55da7-962c-4a2a-b97e-8fa9ffe11d04/model-vers/model-ver/ae133a22-3c61-4acd-a3a8-8703ab2fbbbb?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[8a8fa059-76cb-4ec2-91f3-381ec35b44e2], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[1ac9e8b5-5d7b-4d87-ad9f-39f656fcd1b9], X-ECOMP-RequestID=[8a8fa059-76cb-4ec2-91f3-381ec35b44e2], X-TransactionId=[], X-ONAP-RequestID=[8a8fa059-76cb-4ec2-91f3-381ec35b44e2], Content-Type=[application/merge-patch+json]}
2022-10-22T06:07:19.052Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/73e55da7-962c-4a2a-b97e-8fa9ffe11d04/model-vers/model-ver/ae133a22-3c61-4acd-a3a8-8703ab2fbbbb?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-10-22T06:07:19.242Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/73e55da7-962c-4a2a-b97e-8fa9ffe11d04/model-vers/model-ver/ae133a22-3c61-4acd-a3a8-8703ab2fbbbb?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/73e55da7-962c-4a2a-b97e-8fa9ffe11d04/model-vers/model-ver/ae133a22-3c61-4acd-a3a8-8703ab2fbbbb?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221022-06:07:20:158-23044], vertex-id=[200728], Content-Length=[0], Date=[Sat, 22 Oct 2022 06:07:20 GMT], Content-Type=[application/json]}
2022-10-22T06:07:19.245Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/73e55da7-962c-4a2a-b97e-8fa9ffe11d04/model-vers/model-ver/ae133a22-3c61-4acd-a3a8-8703ab2fbbbb?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-10-22T06:07:19.245Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/73e55da7-962c-4a2a-b97e-8fa9ffe11d04/model-vers/model-ver/ae133a22-3c61-4acd-a3a8-8703ab2fbbbb?depth=0|INFO|500||InvokeReturn
2022-10-22T06:07:19.250Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-22T06:07:19.250Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-22T06:07:19.259Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-10-22T06:07:19.260Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8a8fa059-76cb-4ec2-91f3-381ec35b44e2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-22T06:07:19.261Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-22T06:07:19.262Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-22T06:07:19.265Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-22T06:07:19.265Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "8a8fa059-76cb-4ec2-91f3-381ec35b44e2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666418839261,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-22T06:07:19.365Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-22T06:07:19.366Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-22T06:07:19.366Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qF9VIPcfnBaVsHkr) ...
2022-10-22T06:07:19.378Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-22T06:07:19.379Z||pool-18-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-22T06:07:20.006Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-22T06:07:20.007Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-22T06:07:20.007Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8a8fa059-76cb-4ec2-91f3-381ec35b44e2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666418839261,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-22T06:07:20.008Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-10-22T06:07:20.285Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-22T06:07:20.286Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-22T06:07:20.286Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|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 qF9VIPcfnBaVsHkr) ...
2022-10-22T06:07:24.720Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-22T06:07:24.721Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-22T06:07:24.722Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"84cade93-cc46-4c8d-9071-5ee7fa2fac70","serviceName":"basic_onboard_JBhcXw","serviceVersion":"1.0","serviceUUID":"376fd62f-90f0-4b36-b641-c564a2c0cec6","serviceDescription":"service","serviceInvariantUUID":"f8d0a184-e977-468a-87d7-84c64ce73447","resources":[{"resourceInstanceName":"basic_onboard_JBhcXw 0","resourceName":"basic_onboard_JBhcXw","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"4687e4e5-1440-4b27-9ff3-94531df802e2","resourceInvariantUUID":"76d756ae-9788-4101-8151-bc098cde6570","resourceCustomizationUUID":"9bf83996-1a5e-42e7-976e-71575daaa355","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/resourceInstances/basic_onboard_jbhcxw0/artifacts/vf-license-model.xml","artifactChecksum":"YzNkODA3YjRjZmJiYWYyNjQzMTk3MjU3MjljMWQ1NDg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"14acaa0c-5be2-490c-9909-dd9c8ec06ab7","artifactVersion":"1"},{"artifactName":"basic_onboard_jbhcxw0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/resourceInstances/basic_onboard_jbhcxw0/artifacts/basic_onboard_jbhcxw0_modules.json","artifactChecksum":"M2NkMzg5MDAxODQ5YmFjNWI0YjZlMGU2MzcwYjIyYmM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"79d8f6a6-942f-4aca-9582-4c902ac90bb3","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/resourceInstances/basic_onboard_jbhcxw0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"5a264f92-9cdc-4fe3-946a-e2e981dc6037","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/resourceInstances/basic_onboard_jbhcxw0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"368ef4d5-c983-4da9-b575-c02c24932e41","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/resourceInstances/basic_onboard_jbhcxw0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"39e15b4b-74f5-401d-aea4-217e4a9147b9","artifactVersion":"2","generatedFromUUID":"5a264f92-9cdc-4fe3-946a-e2e981dc6037"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardJbhcxw-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/artifacts/service-BasicOnboardJbhcxw-template.yml","artifactChecksum":"NDY0OTc5NGY5YTEwMGNiMTFlNTVjYWJlZmJiYTE5MGQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4351bb13-aa2f-47a8-9fb1-bcd7e1c6807f","artifactVersion":"1"},{"artifactName":"service-BasicOnboardJbhcxw-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/artifacts/service-BasicOnboardJbhcxw-csar.csar","artifactChecksum":"ZjMwM2NiMzg2ODhlZmE3ZmI2NDE5NWI0Y2EyNzIyMjU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"dfaa33b8-ef83-4847-8703-5613cbb1ded4","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-22T06:07:24.725Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-22T06:07:24.725Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-22T06:07:24.727Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-22T06:07:24.728Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "84cade93-cc46-4c8d-9071-5ee7fa2fac70",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666418840285,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/resourceInstances/basic_onboard_jbhcxw0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-22T06:07:24.828Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-22T06:07:24.829Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-22T06:07:24.829Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qF9VIPcfnBaVsHkr) ...
2022-10-22T06:07:24.860Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-22T06:07:24.860Z||pool-19-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-10-22T06:07:25.728Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-22T06:07:25.729Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-22T06:07:25.731Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-22T06:07:25.731Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "84cade93-cc46-4c8d-9071-5ee7fa2fac70",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666418840285,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/resourceInstances/basic_onboard_jbhcxw0/artifacts/basic_onboard_jbhcxw0_modules.json",
"status": "NOTIFIED"
}
2022-10-22T06:07:25.831Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-22T06:07:25.832Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-22T06:07:25.832Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qF9VIPcfnBaVsHkr) ...
2022-10-22T06:07:25.845Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-22T06:07:25.845Z||pool-20-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-22T06:07:26.732Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-22T06:07:26.733Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-22T06:07:26.736Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-22T06:07:26.736Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "84cade93-cc46-4c8d-9071-5ee7fa2fac70",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666418840285,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/resourceInstances/basic_onboard_jbhcxw0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-10-22T06:07:26.836Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-22T06:07:26.837Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-22T06:07:26.837Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qF9VIPcfnBaVsHkr) ...
2022-10-22T06:07:26.850Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-22T06:07:26.851Z||pool-21-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-22T06:07:27.736Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-22T06:07:27.737Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-22T06:07:27.739Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-22T06:07:27.740Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "84cade93-cc46-4c8d-9071-5ee7fa2fac70",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666418840285,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/resourceInstances/basic_onboard_jbhcxw0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-22T06:07:27.840Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-22T06:07:27.841Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-22T06:07:27.841Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qF9VIPcfnBaVsHkr) ...
2022-10-22T06:07:27.853Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-22T06:07:27.853Z||pool-22-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-22T06:07:28.741Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-22T06:07:28.741Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-22T06:07:28.743Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-22T06:07:28.743Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "84cade93-cc46-4c8d-9071-5ee7fa2fac70",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666418840285,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/resourceInstances/basic_onboard_jbhcxw0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-10-22T06:07:28.843Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-22T06:07:28.844Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-22T06:07:28.844Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qF9VIPcfnBaVsHkr) ...
2022-10-22T06:07:28.864Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-22T06:07:28.864Z||pool-23-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-10-22T06:07:29.743Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-22T06:07:29.744Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-22T06:07:29.746Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-22T06:07:29.746Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "84cade93-cc46-4c8d-9071-5ee7fa2fac70",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666418840285,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/artifacts/service-BasicOnboardJbhcxw-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-22T06:07:29.846Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-22T06:07:29.847Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-22T06:07:29.847Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qF9VIPcfnBaVsHkr) ...
2022-10-22T06:07:29.859Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-22T06:07:29.860Z||pool-24-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-22T06:07:30.747Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-22T06:07:30.748Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-22T06:07:30.750Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-22T06:07:30.750Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "84cade93-cc46-4c8d-9071-5ee7fa2fac70",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666418840285,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/artifacts/service-BasicOnboardJbhcxw-csar.csar",
"status": "NOTIFIED"
}
2022-10-22T06:07:30.850Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-22T06:07:30.851Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-22T06:07:30.851Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qF9VIPcfnBaVsHkr) ...
2022-10-22T06:07:30.862Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-22T06:07:30.863Z||pool-25-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-22T06:07:31.752Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "84cade93-cc46-4c8d-9071-5ee7fa2fac70",
"serviceName": "basic_onboard_JBhcXw",
"serviceVersion": "1.0",
"serviceUUID": "376fd62f-90f0-4b36-b641-c564a2c0cec6",
"serviceDescription": "service",
"serviceInvariantUUID": "f8d0a184-e977-468a-87d7-84c64ce73447",
"resources": [
{
"resourceInstanceName": "basic_onboard_JBhcXw 0",
"resourceCustomizationUUID": "9bf83996-1a5e-42e7-976e-71575daaa355",
"resourceName": "basic_onboard_JBhcXw",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "4687e4e5-1440-4b27-9ff3-94531df802e2",
"resourceInvariantUUID": "76d756ae-9788-4101-8151-bc098cde6570",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_jbhcxw0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/resourceInstances/basic_onboard_jbhcxw0/artifacts/basic_onboard_jbhcxw0_modules.json",
"artifactChecksum": "M2NkMzg5MDAxODQ5YmFjNWI0YjZlMGU2MzcwYjIyYmM\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "79d8f6a6-942f-4aca-9582-4c902ac90bb3",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/resourceInstances/basic_onboard_jbhcxw0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "5a264f92-9cdc-4fe3-946a-e2e981dc6037",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/resourceInstances/basic_onboard_jbhcxw0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "39e15b4b-74f5-401d-aea4-217e4a9147b9",
"generatedFromUUID": "5a264f92-9cdc-4fe3-946a-e2e981dc6037"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/resourceInstances/basic_onboard_jbhcxw0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "39e15b4b-74f5-401d-aea4-217e4a9147b9",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardJbhcxw-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/artifacts/service-BasicOnboardJbhcxw-csar.csar",
"artifactChecksum": "ZjMwM2NiMzg2ODhlZmE3ZmI2NDE5NWI0Y2EyNzIyMjU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "dfaa33b8-ef83-4847-8703-5613cbb1ded4"
}
],
"workloadContext": "Production"
}
2022-10-22T06:07:31.753Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-22T06:07:31.753Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 376fd62f-90f0-4b36-b641-c564a2c0cec6 ASDC
2022-10-22T06:07:31.754Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:84cade93-cc46-4c8d-9071-5ee7fa2fac70
ServiceName:basic_onboard_JBhcXw
ServiceVersion:1.0
ServiceUUID:376fd62f-90f0-4b36-b641-c564a2c0cec6
ServiceInvariantUUID:f8d0a184-e977-468a-87d7-84c64ce73447
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardJbhcxw-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/artifacts/service-BasicOnboardJbhcxw-csar.csar
ArtifactUUID:dfaa33b8-ef83-4847-8703-5613cbb1ded4
ArtifactChecksum:ZjMwM2NiMzg2ODhlZmE3ZmI2NDE5NWI0Y2EyNzIyMjU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_JBhcXw 0
ResourceCustomizationUUID:9bf83996-1a5e-42e7-976e-71575daaa355
ResourceInvariantUUID:76d756ae-9788-4101-8151-bc098cde6570
ResourceName:basic_onboard_JBhcXw
ResourceType:VF
ResourceUUID:4687e4e5-1440-4b27-9ff3-94531df802e2
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_jbhcxw0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/resourceInstances/basic_onboard_jbhcxw0/artifacts/basic_onboard_jbhcxw0_modules.json
ArtifactUUID:79d8f6a6-942f-4aca-9582-4c902ac90bb3
ArtifactChecksum:M2NkMzg5MDAxODQ5YmFjNWI0YjZlMGU2MzcwYjIyYmM=
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/BasicOnboardJbhcxw/1.0/resourceInstances/basic_onboard_jbhcxw0/artifacts/base_ubuntu18.yaml
ArtifactUUID:5a264f92-9cdc-4fe3-946a-e2e981dc6037
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/BasicOnboardJbhcxw/1.0/resourceInstances/basic_onboard_jbhcxw0/artifacts/base_ubuntu18.env
ArtifactUUID:39e15b4b-74f5-401d-aea4-217e4a9147b9
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/BasicOnboardJbhcxw/1.0/resourceInstances/basic_onboard_jbhcxw0/artifacts/base_ubuntu18.env
ArtifactUUID:39e15b4b-74f5-401d-aea4-217e4a9147b9
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-10-22T06:07:31.754Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 376fd62f-90f0-4b36-b641-c564a2c0cec6 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-10-22T06:07:31.792Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-22T06:07:31.792Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-10-22T06:07:31.793Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-10-22T06:07:31.793Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: dfaa33b8-ef83-4847-8703-5613cbb1ded4 from URL: /sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/artifacts/service-BasicOnboardJbhcxw-csar.csar
2022-10-22T06:07:31.793Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-10-22T06:07:31.794Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/artifacts/service-BasicOnboardJbhcxw-csar.csar
2022-10-22T06:07:31.941Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-10-22T06:07:31.945Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/artifacts/service-BasicOnboardJbhcxw-csar.csar dfaa33b8-ef83-4847-8703-5613cbb1ded4 75320
2022-10-22T06:07:31.946Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/artifacts/service-BasicOnboardJbhcxw-csar.csar ASDC sendASDCNotification
2022-10-22T06:07:31.946Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/artifacts/service-BasicOnboardJbhcxw-csar.csar
2022-10-22T06:07:31.946Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-22T06:07:31.946Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-22T06:07:31.948Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-22T06:07:31.949Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "84cade93-cc46-4c8d-9071-5ee7fa2fac70",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666418851945,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/artifacts/service-BasicOnboardJbhcxw-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-22T06:07:32.049Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-22T06:07:32.049Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-22T06:07:32.049Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qF9VIPcfnBaVsHkr) ...
2022-10-22T06:07:32.061Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-22T06:07:32.061Z||pool-26-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-22T06:07:32.949Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-22T06:07:32.950Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-10-22T06:07:32.951Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: dfaa33b8-ef83-4847-8703-5613cbb1ded4, URL: /sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/artifacts/service-BasicOnboardJbhcxw-csar.csar to file: /app/ASDC/1/service-BasicOnboardJbhcxw-csar.csar
2022-10-22T06:07:32.951Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardJbhcxw-csar.csar
2022-10-22T06:07:32.952Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardJbhcxw-csar.csar
2022-10-22T06:07:32.952Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardJbhcxw-csar.csar
2022-10-22T06:07:33.086Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10798621330489898733/Definitions/service-BasicOnboardJbhcxw-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "compute_ubuntu18_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_ubuntu18_metadata" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "compute_ubuntu18_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu18_key_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role_tag" is not provided
2022-10-22T06:07:34.237Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-22T06:07:34.238Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-10-22T06:07:34.238Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardJbhcxw-csar.csar
2022-10-22T06:07:34.238Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-10-22T06:07:34.238Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardJbhcxw-csar.csar
2022-10-22T06:07:34.238Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||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-BasicOnboardJbhcxw-csar.csar
2022-10-22T06:07:34.238Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||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-BasicOnboardJbhcxw-csar.csar
2022-10-22T06:07:34.238Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||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-BasicOnboardJbhcxw-csar.csar
2022-10-22T06:07:34.239Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardJbhcxw-csar.csar
2022-10-22T06:07:34.239Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||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-BasicOnboardJbhcxw-csar.csar
2022-10-22T06:07:34.239Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_JBhcXw 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-BasicOnboardJbhcxw-csar.csar
2022-10-22T06:07:34.239Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-10-22T06:07:34.239Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-22T06:07:34.239Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_JBhcXw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-22T06:07:34.240Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_JBhcXw 0 is matching search criteria
2022-10-22T06:07:34.240Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-10-22T06:07:34.240Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_JBhcXw 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-22T06:07:34.240Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-22T06:07:34.240Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_JBhcXw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-22T06:07:34.240Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_JBhcXw 0 is matching search criteria
2022-10-22T06:07:34.241Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-10-22T06:07:34.241Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_JBhcXw 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-22T06:07:34.241Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-22T06:07:34.241Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_JBhcXw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-22T06:07:34.241Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-22T06:07:34.241Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_JBhcXw 0 is not matching search criteria
2022-10-22T06:07:34.241Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-10-22T06:07:34.242Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-10-22T06:07:34.242Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-10-22T06:07:34.242Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-10-22T06:07:34.242Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-10-22T06:07:34.242Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-22T06:07:34.242Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_JBhcXw is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-22T06:07:34.243Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-22T06:07:34.243Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_JBhcXw 0 is matching search criteria
2022-10-22T06:07:34.243Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_JBhcXw 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-22T06:07:34.243Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-22T06:07:34.243Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_JBhcXw 0 is matching search criteria
2022-10-22T06:07:34.243Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_JBhcXw 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-22T06:07:34.244Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-22T06:07:34.244Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_JBhcXw 0 is matching search criteria
2022-10-22T06:07:34.244Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_JBhcXw 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-22T06:07:34.244Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-22T06:07:34.244Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_JBhcXw 0 is not matching search criteria
2022-10-22T06:07:34.244Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-10-22T06:07:34.245Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-10-22T06:07:34.245Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=151f93dc-bd39-4694-a84c-a6916e9d6c20
2022-10-22T06:07:34.245Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-22T06:07:34.245Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_JBhcXw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-22T06:07:34.245Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-22T06:07:34.245Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_JBhcXw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-22T06:07:34.246Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-22T06:07:34.246Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_JBhcXw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-22T06:07:34.246Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-22T06:07:34.246Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_JBhcXw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-22T06:07:34.246Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_JBhcXw
Description:service
Model UUID:376fd62f-90f0-4b36-b641-c564a2c0cec6
Model Version:NULL
Model InvariantUuid:f8d0a184-e977-468a-87d7-84c64ce73447
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_JBhcXw
Model UUID:40ef3529-5a1c-48c0-997f-de38ee56933c
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:76d756ae-9788-4101-8151-bc098cde6570
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:9bf83996-1a5e-42e7-976e-71575daaa355
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:f4d1c15d-d1ed-4fc9-b336-4a4208e693af
ModelName:BasicOnboardJbhcxw..base_ubuntu18..module-0
ModelUuid:e8e95542-d63e-4db3-a223-fc83129c3cfe
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:151f93dc-bd39-4694-a84c-a6916e9d6c20
ModelInvariantUuid:c1650699-0b24-425a-b5de-e2621fd5a042
ModelName:basic_onboard_JBhcXw-nodes.ubuntu18Cvfc
ModelUuid:9f16613f-e004-4ed8-be32-bcdfe3139c06
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:30177e65-249e-4a0a-9992-06bcb3b7f4ce
ModelInvariantUuid:4fbac5c3-c200-483b-bd52-90872bf02b25
ModelName:BasicOnboardJbhcxw.compute.nodes.heat.ubuntu18
ModelUuid:4e4dfff0-7980-4fe4-83b5-2a0026efefb3
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-10-22T06:07:34.255Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 4687e4e5-1440-4b27-9ff3-94531df802e2
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-22T06:07:34.258Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||INFO|500||basic_onboard_JBhcXw 0
2022-10-22T06:07:34.259Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 4687e4e5-1440-4b27-9ff3-94531df802e2
2022-10-22T06:07:34.259Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 79d8f6a6-942f-4aca-9582-4c902ac90bb3 from URL: /sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/resourceInstances/basic_onboard_jbhcxw0/artifacts/basic_onboard_jbhcxw0_modules.json
2022-10-22T06:07:34.259Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-10-22T06:07:34.259Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/resourceInstances/basic_onboard_jbhcxw0/artifacts/basic_onboard_jbhcxw0_modules.json
2022-10-22T06:07:34.327Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-10-22T06:07:34.327Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/resourceInstances/basic_onboard_jbhcxw0/artifacts/basic_onboard_jbhcxw0_modules.json 79d8f6a6-942f-4aca-9582-4c902ac90bb3 798
2022-10-22T06:07:34.328Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/resourceInstances/basic_onboard_jbhcxw0/artifacts/basic_onboard_jbhcxw0_modules.json ASDC sendASDCNotification
2022-10-22T06:07:34.328Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/resourceInstances/basic_onboard_jbhcxw0/artifacts/basic_onboard_jbhcxw0_modules.json
2022-10-22T06:07:34.328Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-22T06:07:34.328Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-22T06:07:34.331Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-22T06:07:34.331Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "84cade93-cc46-4c8d-9071-5ee7fa2fac70",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666418854328,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/resourceInstances/basic_onboard_jbhcxw0/artifacts/basic_onboard_jbhcxw0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-22T06:07:34.431Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-22T06:07:34.432Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-22T06:07:34.432Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qF9VIPcfnBaVsHkr) ...
2022-10-22T06:07:34.447Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-22T06:07:34.447Z||pool-27-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-10-22T06:07:35.331Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardJbhcxw..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "f4d1c15d-d1ed-4fc9-b336-4a4208e693af",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "e8e95542-d63e-4db3-a223-fc83129c3cfe",
"vfModuleModelCustomizationUUID": "02e11eb9-20a7-423c-803f-4ce19ef8d680",
"isBase": true,
"artifacts": [
"5a264f92-9cdc-4fe3-946a-e2e981dc6037",
"39e15b4b-74f5-401d-aea4-217e4a9147b9"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-10-22T06:07:35.337Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardJbhcxw..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e8e95542-d63e-4db3-a223-fc83129c3cfe
VfModuleModelInvariantUUID:f4d1c15d-d1ed-4fc9-b336-4a4208e693af
VfModuleModelDescription:NULL
Artifacts UUID List:{
5a264f92-9cdc-4fe3-946a-e2e981dc6037
,
39e15b4b-74f5-401d-aea4-217e4a9147b9
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-10-22T06:07:35.340Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardJbhcxw..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "f4d1c15d-d1ed-4fc9-b336-4a4208e693af",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "e8e95542-d63e-4db3-a223-fc83129c3cfe",
"vfModuleModelCustomizationUUID": "02e11eb9-20a7-423c-803f-4ce19ef8d680",
"isBase": true,
"artifacts": [
"5a264f92-9cdc-4fe3-946a-e2e981dc6037",
"39e15b4b-74f5-401d-aea4-217e4a9147b9"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-10-22T06:07:35.340Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardJbhcxw..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e8e95542-d63e-4db3-a223-fc83129c3cfe
VfModuleModelInvariantUUID:f4d1c15d-d1ed-4fc9-b336-4a4208e693af
VfModuleModelDescription:NULL
Artifacts UUID List:{
5a264f92-9cdc-4fe3-946a-e2e981dc6037
,
39e15b4b-74f5-401d-aea4-217e4a9147b9
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-10-22T06:07:35.340Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 5a264f92-9cdc-4fe3-946a-e2e981dc6037 from URL: /sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/resourceInstances/basic_onboard_jbhcxw0/artifacts/base_ubuntu18.yaml
2022-10-22T06:07:35.341Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-10-22T06:07:35.341Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/resourceInstances/basic_onboard_jbhcxw0/artifacts/base_ubuntu18.yaml
2022-10-22T06:07:35.408Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-10-22T06:07:35.409Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/resourceInstances/basic_onboard_jbhcxw0/artifacts/base_ubuntu18.yaml 5a264f92-9cdc-4fe3-946a-e2e981dc6037 5033
2022-10-22T06:07:35.409Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/resourceInstances/basic_onboard_jbhcxw0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-10-22T06:07:35.409Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/resourceInstances/basic_onboard_jbhcxw0/artifacts/base_ubuntu18.yaml
2022-10-22T06:07:35.410Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-22T06:07:35.410Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-22T06:07:35.412Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-22T06:07:35.412Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "84cade93-cc46-4c8d-9071-5ee7fa2fac70",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666418855409,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/resourceInstances/basic_onboard_jbhcxw0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-22T06:07:35.513Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-22T06:07:35.514Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-22T06:07:35.514Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qF9VIPcfnBaVsHkr) ...
2022-10-22T06:07:35.526Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-22T06:07:35.526Z||pool-28-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-10-22T06:07:36.413Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 39e15b4b-74f5-401d-aea4-217e4a9147b9 from URL: /sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/resourceInstances/basic_onboard_jbhcxw0/artifacts/base_ubuntu18.env
2022-10-22T06:07:36.414Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-10-22T06:07:36.414Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/resourceInstances/basic_onboard_jbhcxw0/artifacts/base_ubuntu18.env
2022-10-22T06:07:36.461Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-10-22T06:07:36.461Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/resourceInstances/basic_onboard_jbhcxw0/artifacts/base_ubuntu18.env 39e15b4b-74f5-401d-aea4-217e4a9147b9 909
2022-10-22T06:07:36.462Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/resourceInstances/basic_onboard_jbhcxw0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-10-22T06:07:36.462Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/resourceInstances/basic_onboard_jbhcxw0/artifacts/base_ubuntu18.env
2022-10-22T06:07:36.462Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-22T06:07:36.462Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-22T06:07:36.464Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-22T06:07:36.464Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "84cade93-cc46-4c8d-9071-5ee7fa2fac70",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666418856462,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/resourceInstances/basic_onboard_jbhcxw0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-10-22T06:07:36.564Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-22T06:07:36.565Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-22T06:07:36.565Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qF9VIPcfnBaVsHkr) ...
2022-10-22T06:07:36.578Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-22T06:07:36.578Z||pool-29-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-22T06:07:37.465Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 376fd62f-90f0-4b36-b641-c564a2c0cec6
2022-10-22T06:07:37.465Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_JBhcXw 0 4687e4e5-1440-4b27-9ff3-94531df802e2 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-22T06:07:37.482Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@649aeeb1, org.onap.sdc.toscaparser.api.parameters.Input@147e2861, org.onap.sdc.toscaparser.api.parameters.Input@22001652, org.onap.sdc.toscaparser.api.parameters.Input@11065ae0, org.onap.sdc.toscaparser.api.parameters.Input@22dad117]
2022-10-22T06:07:37.484Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-22T06:07:37.485Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_JBhcXw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-22T06:07:37.485Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic
2022-10-22T06:07:37.485Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 9bf83996-1a5e-42e7-976e-71575daaa355
2022-10-22T06:07:37.486Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 9bf83996-1a5e-42e7-976e-71575daaa355 matches Tosca VF Customization UUID: 9bf83996-1a5e-42e7-976e-71575daaa355
2022-10-22T06:07:37.486Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 9bf83996-1a5e-42e7-976e-71575daaa355 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-10-22T06:07:37.496Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-22T06:07:37.496Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_JBhcXw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-22T06:07:37.498Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 9bf83996-1a5e-42e7-976e-71575daaa355: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-10-22T06:07:37.498Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@46e07331
2022-10-22T06:07:37.498Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-22T06:07:37.499Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_JBhcXw is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-22T06:07:37.499Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 02e11eb9-20a7-423c-803f-4ce19ef8d680
2022-10-22T06:07:37.500Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 02e11eb9-20a7-423c-803f-4ce19ef8d680
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-10-22T06:07:37.502Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-22T06:07:37.503Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_JBhcXw 0 is matching search criteria
2022-10-22T06:07:37.503Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_JBhcXw 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-22T06:07:37.504Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-22T06:07:37.505Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_JBhcXw 0 is matching search criteria
2022-10-22T06:07:37.505Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_JBhcXw 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-22T06:07:37.505Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-22T06:07:37.506Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_JBhcXw 0 is not matching search criteria
2022-10-22T06:07:37.506Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-10-22T06:07:37.506Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-10-22T06:07:37.507Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=151f93dc-bd39-4694-a84c-a6916e9d6c20
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-10-22T06:07:37.511Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-22T06:07:37.511Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_JBhcXw 0 is matching search criteria
2022-10-22T06:07:37.511Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_JBhcXw 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-22T06:07:37.511Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-22T06:07:37.511Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_JBhcXw 0 is matching search criteria
2022-10-22T06:07:37.512Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_JBhcXw 0] matching following query criteria: sdcType=VF, customizationUUID=9bf83996-1a5e-42e7-976e-71575daaa355
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-22T06:07:37.513Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-22T06:07:37.514Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_JBhcXw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-22T06:07:37.514Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 376fd62f-90f0-4b36-b641-c564a2c0cec6: basic_onboard_JBhcXw
2022-10-22T06:07:37.514Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-22T06:07:37.514Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_JBhcXw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-22T06:07:37.514Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-22T06:07:37.515Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_JBhcXw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-22T06:07:37.515Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-22T06:07:37.515Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_JBhcXw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-22T06:07:37.515Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-22T06:07:37.515Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_JBhcXw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-22T06:07:37.515Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-22T06:07:37.516Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_JBhcXw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-22T06:07:37.516Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||INFO|500||Saving Service: basic_onboard_JBhcXw
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-22T06:07:37.591Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_JBhcXw 4687e4e5-1440-4b27-9ff3-94531df802e2 1 ASDC deployResourceStructure
2022-10-22T06:07:37.592Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/resourceInstances/basic_onboard_jbhcxw0/artifacts/basic_onboard_jbhcxw0_modules.json ASDC sendASDCNotification
2022-10-22T06:07:37.592Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/resourceInstances/basic_onboard_jbhcxw0/artifacts/basic_onboard_jbhcxw0_modules.json
2022-10-22T06:07:37.592Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-22T06:07:37.592Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-22T06:07:37.594Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-22T06:07:37.594Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "84cade93-cc46-4c8d-9071-5ee7fa2fac70",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666418857592,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/resourceInstances/basic_onboard_jbhcxw0/artifacts/basic_onboard_jbhcxw0_modules.json",
"status": "DEPLOY_OK"
}
2022-10-22T06:07:37.694Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-22T06:07:37.695Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-22T06:07:37.696Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qF9VIPcfnBaVsHkr) ...
2022-10-22T06:07:37.708Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-22T06:07:37.708Z||pool-30-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-10-22T06:07:38.595Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/resourceInstances/basic_onboard_jbhcxw0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-10-22T06:07:38.596Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/resourceInstances/basic_onboard_jbhcxw0/artifacts/base_ubuntu18.yaml
2022-10-22T06:07:38.596Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-22T06:07:38.596Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-22T06:07:38.599Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-22T06:07:38.599Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "84cade93-cc46-4c8d-9071-5ee7fa2fac70",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666418858595,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/resourceInstances/basic_onboard_jbhcxw0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-10-22T06:07:38.699Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-22T06:07:38.700Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-22T06:07:38.700Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qF9VIPcfnBaVsHkr) ...
2022-10-22T06:07:38.711Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-22T06:07:38.711Z||pool-31-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-22T06:07:39.600Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/resourceInstances/basic_onboard_jbhcxw0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-10-22T06:07:39.601Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/resourceInstances/basic_onboard_jbhcxw0/artifacts/base_ubuntu18.env
2022-10-22T06:07:39.601Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-22T06:07:39.601Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-22T06:07:39.605Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-22T06:07:39.605Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "84cade93-cc46-4c8d-9071-5ee7fa2fac70",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666418859600,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/resourceInstances/basic_onboard_jbhcxw0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-10-22T06:07:39.703Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-10-22T06:07:39.704Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-22T06:07:39.704Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qF9VIPcfnBaVsHkr) ...
2022-10-22T06:07:39.714Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-22T06:07:39.714Z||pool-32-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-10-22T06:07:40.606Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/artifacts/service-BasicOnboardJbhcxw-csar.csar ASDC sendASDCNotification
2022-10-22T06:07:40.607Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/artifacts/service-BasicOnboardJbhcxw-csar.csar
2022-10-22T06:07:40.607Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-22T06:07:40.607Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-22T06:07:40.609Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-22T06:07:40.609Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "84cade93-cc46-4c8d-9071-5ee7fa2fac70",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666418860606,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/artifacts/service-BasicOnboardJbhcxw-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-22T06:07:40.709Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-22T06:07:40.710Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-22T06:07:40.711Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qF9VIPcfnBaVsHkr) ...
2022-10-22T06:07:40.722Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-22T06:07:40.722Z||pool-33-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-22T06:07:41.610Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 84cade93-cc46-4c8d-9071-5ee7fa2fac70
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-22T06:07:41.621Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 84cade93-cc46-4c8d-9071-5ee7fa2fac70
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-22T06:07:41.625Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-22T06:07:41.625Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-22T06:07:41.625Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-22T06:07:41.625Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-22T06:07:41.625Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-22T06:07:41.625Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-22T06:07:41.626Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-22T06:07:41.626Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-22T06:07:41.626Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-22T06:07:41.626Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-22T06:07:41.631Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-22T06:08:11.631Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 84cade93-cc46-4c8d-9071-5ee7fa2fac70 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-10-22T06:08:11.641Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 84cade93-cc46-4c8d-9071-5ee7fa2fac70 and serviceModelVersionId: 376fd62f-90f0-4b36-b641-c564a2c0cec6
2022-10-22T06:08:11.641Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f8d0a184-e977-468a-87d7-84c64ce73447
2022-10-22T06:08:11.642Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f8d0a184-e977-468a-87d7-84c64ce73447/model-vers/model-ver/376fd62f-90f0-4b36-b641-c564a2c0cec6?depth=0
2022-10-22T06:08:11.648Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-10-22T06:08:11.687Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-22T06:08:11.688Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-22T06:08:11.688Z||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 qF9VIPcfnBaVsHkr) ...
2022-10-22T06:08:11.711Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8d0a184-e977-468a-87d7-84c64ce73447/model-vers/model-ver/376fd62f-90f0-4b36-b641-c564a2c0cec6?depth=0|INFO|500||Invoke
2022-10-22T06:08:11.711Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8d0a184-e977-468a-87d7-84c64ce73447/model-vers/model-ver/376fd62f-90f0-4b36-b641-c564a2c0cec6?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8d0a184-e977-468a-87d7-84c64ce73447/model-vers/model-ver/376fd62f-90f0-4b36-b641-c564a2c0cec6?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[84cade93-cc46-4c8d-9071-5ee7fa2fac70], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[993a3ddb-ee35-400e-925b-9474483d5622], X-ECOMP-RequestID=[84cade93-cc46-4c8d-9071-5ee7fa2fac70], X-TransactionId=[], X-ONAP-RequestID=[84cade93-cc46-4c8d-9071-5ee7fa2fac70], Content-Type=[application/merge-patch+json]}
2022-10-22T06:08:11.740Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8d0a184-e977-468a-87d7-84c64ce73447/model-vers/model-ver/376fd62f-90f0-4b36-b641-c564a2c0cec6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-10-22T06:08:11.834Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8d0a184-e977-468a-87d7-84c64ce73447/model-vers/model-ver/376fd62f-90f0-4b36-b641-c564a2c0cec6?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/f8d0a184-e977-468a-87d7-84c64ce73447/model-vers/model-ver/376fd62f-90f0-4b36-b641-c564a2c0cec6?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221022-06:08:12:845-79956], vertex-id=[168064], Content-Length=[0], Date=[Sat, 22 Oct 2022 06:08:12 GMT], Content-Type=[application/json]}
2022-10-22T06:08:11.835Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8d0a184-e977-468a-87d7-84c64ce73447/model-vers/model-ver/376fd62f-90f0-4b36-b641-c564a2c0cec6?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-10-22T06:08:11.835Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8d0a184-e977-468a-87d7-84c64ce73447/model-vers/model-ver/376fd62f-90f0-4b36-b641-c564a2c0cec6?depth=0|INFO|500||InvokeReturn
2022-10-22T06:08:11.836Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-22T06:08:11.836Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-22T06:08:11.843Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-10-22T06:08:11.843Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 84cade93-cc46-4c8d-9071-5ee7fa2fac70 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-22T06:08:11.844Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-22T06:08:11.844Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-22T06:08:11.847Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-22T06:08:11.847Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "84cade93-cc46-4c8d-9071-5ee7fa2fac70",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666418891843,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-22T06:08:11.947Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-22T06:08:11.947Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-22T06:08:11.948Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qF9VIPcfnBaVsHkr) ...
2022-10-22T06:08:11.960Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-22T06:08:11.961Z||pool-34-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-22T06:08:11.974Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-22T06:08:11.976Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-22T06:08:11.976Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84cade93-cc46-4c8d-9071-5ee7fa2fac70",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666418840285,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/resourceInstances/basic_onboard_jbhcxw0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-22T06:08:11.977Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-22T06:08:11.978Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-22T06:08:11.978Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84cade93-cc46-4c8d-9071-5ee7fa2fac70",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666418840285,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/resourceInstances/basic_onboard_jbhcxw0/artifacts/basic_onboard_jbhcxw0_modules.json",
"status": "NOTIFIED"
}
2022-10-22T06:08:11.978Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-22T06:08:11.979Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-22T06:08:11.979Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84cade93-cc46-4c8d-9071-5ee7fa2fac70",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666418840285,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/resourceInstances/basic_onboard_jbhcxw0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-10-22T06:08:11.979Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-22T06:08:11.979Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-22T06:08:11.980Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84cade93-cc46-4c8d-9071-5ee7fa2fac70",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666418840285,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/resourceInstances/basic_onboard_jbhcxw0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-22T06:08:11.980Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-22T06:08:11.981Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-22T06:08:11.981Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84cade93-cc46-4c8d-9071-5ee7fa2fac70",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666418840285,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/resourceInstances/basic_onboard_jbhcxw0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-10-22T06:08:11.981Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-22T06:08:11.981Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-22T06:08:11.982Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84cade93-cc46-4c8d-9071-5ee7fa2fac70",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666418840285,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/artifacts/service-BasicOnboardJbhcxw-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-22T06:08:11.982Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-22T06:08:11.982Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-22T06:08:11.983Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84cade93-cc46-4c8d-9071-5ee7fa2fac70",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666418840285,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/artifacts/service-BasicOnboardJbhcxw-csar.csar",
"status": "NOTIFIED"
}
2022-10-22T06:08:11.983Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-22T06:08:11.983Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-22T06:08:11.983Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84cade93-cc46-4c8d-9071-5ee7fa2fac70",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666418851945,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/artifacts/service-BasicOnboardJbhcxw-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-22T06:08:11.984Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-22T06:08:11.984Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-22T06:08:11.984Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84cade93-cc46-4c8d-9071-5ee7fa2fac70",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666418854328,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/resourceInstances/basic_onboard_jbhcxw0/artifacts/basic_onboard_jbhcxw0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-22T06:08:11.985Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-22T06:08:11.985Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-22T06:08:11.985Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84cade93-cc46-4c8d-9071-5ee7fa2fac70",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666418855409,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/resourceInstances/basic_onboard_jbhcxw0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-22T06:08:11.986Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-22T06:08:11.986Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-22T06:08:11.986Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84cade93-cc46-4c8d-9071-5ee7fa2fac70",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666418856462,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/resourceInstances/basic_onboard_jbhcxw0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-10-22T06:08:11.986Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-22T06:08:11.987Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-22T06:08:11.987Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84cade93-cc46-4c8d-9071-5ee7fa2fac70",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666418857592,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/resourceInstances/basic_onboard_jbhcxw0/artifacts/basic_onboard_jbhcxw0_modules.json",
"status": "DEPLOY_OK"
}
2022-10-22T06:08:11.987Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-22T06:08:11.988Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-22T06:08:11.988Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84cade93-cc46-4c8d-9071-5ee7fa2fac70",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666418858595,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/resourceInstances/basic_onboard_jbhcxw0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-10-22T06:08:11.988Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-22T06:08:11.988Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-22T06:08:11.988Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84cade93-cc46-4c8d-9071-5ee7fa2fac70",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666418859600,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/resourceInstances/basic_onboard_jbhcxw0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-10-22T06:08:11.989Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-22T06:08:11.989Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-22T06:08:11.989Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84cade93-cc46-4c8d-9071-5ee7fa2fac70",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666418860606,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/artifacts/service-BasicOnboardJbhcxw-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-22T06:08:11.989Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-10-22T06:08:12.861Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-22T06:08:12.861Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-22T06:08:12.862Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|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 qF9VIPcfnBaVsHkr) ...
2022-10-22T06:08:22.415Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-22T06:08:22.416Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-22T06:08:22.417Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-22T06:08:22.417Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|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 qF9VIPcfnBaVsHkr) ...
2022-10-22T06:08:31.978Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-22T06:08:31.979Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-22T06:08:31.980Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-22T06:08:31.980Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|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 qF9VIPcfnBaVsHkr) ...
2022-10-22T06:08:41.518Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-22T06:09:11.679Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-22T06:09:11.680Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-22T06:09:11.680Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|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 qF9VIPcfnBaVsHkr) ...
2022-10-22T06:09:11.687Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-22T06:09:11.687Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-22T06:09:11.687Z||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 qF9VIPcfnBaVsHkr) ...
2022-10-22T06:09:12.224Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-22T06:09:12.224Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-22T06:09:12.225Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84cade93-cc46-4c8d-9071-5ee7fa2fac70",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666418891843,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-22T06:09:12.226Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-22T06:09:21.277Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-22T06:10:11.679Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-22T06:10:11.682Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-22T06:10:11.682Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|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 qF9VIPcfnBaVsHkr) ...
2022-10-22T06:10:11.687Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-22T06:10:11.687Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-22T06:10:11.687Z||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 qF9VIPcfnBaVsHkr) ...
2022-10-22T06:10:21.230Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-22T06:10:21.232Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-22T06:11:11.679Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-22T06:11:11.680Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-22T06:11:11.680Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|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 qF9VIPcfnBaVsHkr) ...
2022-10-22T06:11:11.687Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-22T06:11:11.687Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-22T06:11:11.687Z||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 qF9VIPcfnBaVsHkr) ...
2022-10-22T06:11:21.230Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-22T06:11:21.264Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-22T06:12:11.679Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-22T06:12:11.680Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-22T06:12:11.680Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|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 qF9VIPcfnBaVsHkr) ...
2022-10-22T06:12:11.687Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-22T06:12:11.688Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-22T06:12:11.688Z||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 qF9VIPcfnBaVsHkr) ...
2022-10-22T06:12:21.234Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-22T06:12:21.253Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-22T06:13:11.679Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-22T06:13:11.680Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-22T06:13:11.680Z||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 qF9VIPcfnBaVsHkr) ...
2022-10-22T06:13:11.687Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-22T06:13:11.687Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-22T06:13:11.688Z||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 qF9VIPcfnBaVsHkr) ...
2022-10-22T06:13:21.230Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-22T06:13:21.275Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-22T06:14:11.679Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-22T06:14:11.681Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-22T06:14:11.681Z||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 qF9VIPcfnBaVsHkr) ...
2022-10-22T06:14:11.687Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-22T06:14:11.688Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-22T06:14:11.688Z||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 qF9VIPcfnBaVsHkr) ...
2022-10-22T06:14:21.228Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-22T06:14:21.263Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-22T06:15:11.679Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-22T06:15:11.681Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-22T06:15:11.681Z||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 qF9VIPcfnBaVsHkr) ...
2022-10-22T06:15:11.687Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-22T06:15:11.687Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-22T06:15:11.687Z||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 qF9VIPcfnBaVsHkr) ...
2022-10-22T06:15:21.227Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-22T06:15:21.229Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-22T06:16:11.680Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-22T06:16:11.681Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-22T06:16:11.682Z||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 qF9VIPcfnBaVsHkr) ...
2022-10-22T06:16:11.687Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-22T06:16:11.687Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-22T06:16:11.687Z||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 qF9VIPcfnBaVsHkr) ...
2022-10-22T06:16:21.259Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-22T06:16:21.259Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-22T06:17:11.679Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-22T06:17:11.683Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-22T06:17:11.683Z||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 qF9VIPcfnBaVsHkr) ...
2022-10-22T06:17:11.687Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-22T06:17:11.687Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-22T06:17:11.687Z||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 qF9VIPcfnBaVsHkr) ...
2022-10-22T06:17:21.243Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-22T06:17:21.279Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-22T06:18:11.679Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-22T06:18:11.680Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-22T06:18:11.681Z||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 qF9VIPcfnBaVsHkr) ...
2022-10-22T06:18:11.687Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-22T06:18:11.687Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-22T06:18:11.688Z||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 qF9VIPcfnBaVsHkr) ...
2022-10-22T06:18:12.189Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-22T06:18:12.191Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-22T06:18:12.191Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "94f8a375-1f10-42dd-abe5-09396dc1a56d",
"consumerID": "cds",
"timestamp": 1666419464533,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-22T06:18:12.194Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-22T06:18:12.194Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-22T06:18:12.194Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "94f8a375-1f10-42dd-abe5-09396dc1a56d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666419469621,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-22T06:18:12.194Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-22T06:18:12.194Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-22T06:18:12.194Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "94f8a375-1f10-42dd-abe5-09396dc1a56d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666419468093,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-22T06:18:12.194Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-22T06:18:12.195Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-22T06:18:12.195Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "94f8a375-1f10-42dd-abe5-09396dc1a56d",
"consumerID": "ves-openapi-manager",
"timestamp": 1666419469384,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-22T06:18:12.195Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-22T06:18:12.195Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-22T06:18:12.195Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "94f8a375-1f10-42dd-abe5-09396dc1a56d",
"consumerID": "cds",
"timestamp": 1666419464533,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-22T06:18:12.195Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-22T06:18:12.195Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-22T06:18:12.195Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "94f8a375-1f10-42dd-abe5-09396dc1a56d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666419468093,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-22T06:18:12.196Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-22T06:18:12.196Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-22T06:18:12.196Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "94f8a375-1f10-42dd-abe5-09396dc1a56d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666419469621,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-22T06:18:12.196Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-22T06:18:12.196Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-22T06:18:12.196Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "94f8a375-1f10-42dd-abe5-09396dc1a56d",
"consumerID": "aai-ml",
"timestamp": 1666419470712,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-22T06:18:12.196Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-22T06:18:12.196Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-22T06:18:12.196Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "94f8a375-1f10-42dd-abe5-09396dc1a56d",
"consumerID": "ves-openapi-manager",
"timestamp": 1666419469384,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-10-22T06:18:12.197Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-22T06:18:12.197Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-22T06:18:12.197Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "94f8a375-1f10-42dd-abe5-09396dc1a56d",
"consumerID": "aai-ml",
"timestamp": 1666419470712,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-22T06:18:12.197Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-22T06:18:12.197Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-22T06:18:12.197Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "94f8a375-1f10-42dd-abe5-09396dc1a56d",
"consumerID": "cds",
"timestamp": 1666419472394,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-22T06:18:12.197Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-22T06:18:12.198Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-22T06:18:12.198Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "94f8a375-1f10-42dd-abe5-09396dc1a56d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666419473123,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-22T06:18:12.198Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-22T06:18:12.198Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-22T06:18:12.198Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "94f8a375-1f10-42dd-abe5-09396dc1a56d",
"consumerID": "cds",
"timestamp": 1666419473401,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-22T06:18:12.228Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 94f8a375-1f10-42dd-abe5-09396dc1a56d
2022-10-22T06:18:12.229Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 94f8a375-1f10-42dd-abe5-09396dc1a56d and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-22T06:18:12.239Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-22T06:18:12.239Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "94f8a375-1f10-42dd-abe5-09396dc1a56d",
"consumerID": "aai-ml",
"timestamp": 1666419473500,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-22T06:18:12.239Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-22T06:18:12.239Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-22T06:18:12.239Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "94f8a375-1f10-42dd-abe5-09396dc1a56d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666419474880,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-22T06:18:12.240Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-22T06:18:12.240Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-22T06:18:12.240Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "94f8a375-1f10-42dd-abe5-09396dc1a56d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666419475887,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-22T06:18:12.245Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 94f8a375-1f10-42dd-abe5-09396dc1a56d
2022-10-22T06:18:12.246Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 94f8a375-1f10-42dd-abe5-09396dc1a56d and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-22T06:18:12.253Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-22T06:18:12.254Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "94f8a375-1f10-42dd-abe5-09396dc1a56d",
"consumerID": "aai-ml",
"timestamp": 1666419477390,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-22T06:18:12.254Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-22T06:18:12.254Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-22T06:18:12.254Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "94f8a375-1f10-42dd-abe5-09396dc1a56d",
"consumerID": "aai-ml",
"timestamp": 1666419478394,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-22T06:18:12.258Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 94f8a375-1f10-42dd-abe5-09396dc1a56d
2022-10-22T06:18:12.258Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 94f8a375-1f10-42dd-abe5-09396dc1a56d and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-22T06:18:12.265Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-22T06:18:12.265Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c197f03-7d1a-47dc-b472-58e68ff87e7d",
"consumerID": "cds",
"timestamp": 1666419479533,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPqdp0gktcqj9kkoktpzb/1.0/resourceInstances/pnfec64d1b885240/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-22T06:18:12.265Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-22T06:18:12.266Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-22T06:18:12.266Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c197f03-7d1a-47dc-b472-58e68ff87e7d",
"consumerID": "cds",
"timestamp": 1666419479533,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPqdp0gktcqj9kkoktpzb/1.0/resourceInstances/pnfec64d1b885240/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-10-22T06:18:12.266Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-22T06:18:12.266Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-22T06:18:12.266Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c197f03-7d1a-47dc-b472-58e68ff87e7d",
"consumerID": "cds",
"timestamp": 1666419479533,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPqdp0gktcqj9kkoktpzb/1.0/resourceInstances/pnfec64d1b885240/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-10-22T06:18:12.266Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-22T06:18:12.266Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-22T06:18:12.266Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c197f03-7d1a-47dc-b472-58e68ff87e7d",
"consumerID": "cds",
"timestamp": 1666419479533,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPqdp0gktcqj9kkoktpzb/1.0/resourceInstances/pnfec64d1b885240/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-22T06:18:12.266Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-22T06:18:12.267Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-22T06:18:12.267Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c197f03-7d1a-47dc-b472-58e68ff87e7d",
"consumerID": "cds",
"timestamp": 1666419479533,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPqdp0gktcqj9kkoktpzb/1.0/resourceInstances/pnfec64d1b885240/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-22T06:18:12.267Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-22T06:18:12.267Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-22T06:18:12.267Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c197f03-7d1a-47dc-b472-58e68ff87e7d",
"consumerID": "cds",
"timestamp": 1666419479533,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPqdp0gktcqj9kkoktpzb/1.0/resourceInstances/pnfec64d1b885240/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-22T06:18:12.267Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-22T06:18:12.267Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-22T06:18:12.267Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c197f03-7d1a-47dc-b472-58e68ff87e7d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666419489621,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPqdp0gktcqj9kkoktpzb/1.0/resourceInstances/pnfec64d1b885240/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-22T06:18:12.267Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-22T06:18:12.268Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-22T06:18:12.268Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c197f03-7d1a-47dc-b472-58e68ff87e7d",
"consumerID": "cds",
"timestamp": 1666419479533,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPqdp0gktcqj9kkoktpzb/1.0/artifacts/service-DemoPnfPqdp0gktcqj9kkoktpzb-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-22T06:18:12.268Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-22T06:18:12.268Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-22T06:18:12.268Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c197f03-7d1a-47dc-b472-58e68ff87e7d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666419489621,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPqdp0gktcqj9kkoktpzb/1.0/resourceInstances/pnfec64d1b885240/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-10-22T06:18:12.268Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-22T06:18:12.268Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-22T06:18:12.268Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c197f03-7d1a-47dc-b472-58e68ff87e7d",
"consumerID": "ves-openapi-manager",
"timestamp": 1666419489384,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPqdp0gktcqj9kkoktpzb/1.0/resourceInstances/pnfec64d1b885240/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-22T06:18:12.268Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-22T06:18:12.269Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-22T06:18:12.269Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c197f03-7d1a-47dc-b472-58e68ff87e7d",
"consumerID": "cds",
"timestamp": 1666419479533,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPqdp0gktcqj9kkoktpzb/1.0/artifacts/service-DemoPnfPqdp0gktcqj9kkoktpzb-csar.csar",
"status": "NOTIFIED"
}
2022-10-22T06:18:12.269Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-22T06:18:12.269Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-22T06:18:12.269Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c197f03-7d1a-47dc-b472-58e68ff87e7d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666419489621,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPqdp0gktcqj9kkoktpzb/1.0/resourceInstances/pnfec64d1b885240/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-10-22T06:18:12.269Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-22T06:18:12.269Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-22T06:18:12.269Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c197f03-7d1a-47dc-b472-58e68ff87e7d",
"consumerID": "ves-openapi-manager",
"timestamp": 1666419489384,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPqdp0gktcqj9kkoktpzb/1.0/resourceInstances/pnfec64d1b885240/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-10-22T06:18:12.269Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-22T06:18:12.312Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-22T06:18:12.313Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-22T06:18:12.313Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"94f8a375-1f10-42dd-abe5-09396dc1a56d","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"e1cb4ba6-ee29-4a3b-a2fc-ad9d2c913a96","serviceDescription":"service","serviceInvariantUUID":"ebd6b8a3-deb6-436f-ba83-14c82e2aeb65","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"74625a52-84ca-4742-903f-4a33f2d29342","resourceInvariantUUID":"36cd594d-d287-42d1-83ee-f06fcc920f33","resourceCustomizationUUID":"41eb4976-4f58-45ae-8f61-97f8019a2c29","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":"NzFkMDkwYjY3ZmZiZDIwOTIzMTZkZmJhNjQyNmM4YTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a319e5e4-4219-4ae2-a1ff-53982f8ab164","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NWZlNjdlMzAyYzZhZTJhYWI1ZWUyNDdiM2RmZDE4MDk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"158cb82f-2e4c-4717-96e0-d619c623e0e5","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-22T06:18:12.319Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-22T06:18:12.320Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-22T06:18:12.326Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-22T06:18:12.326Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "94f8a375-1f10-42dd-abe5-09396dc1a56d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666419491679,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-22T06:18:12.425Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-22T06:18:12.427Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-22T06:18:12.427Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qF9VIPcfnBaVsHkr) ...
2022-10-22T06:18:12.438Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-22T06:18:12.439Z||pool-35-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-22T06:18:13.327Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-22T06:18:13.328Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-22T06:18:13.331Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-22T06:18:13.331Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "94f8a375-1f10-42dd-abe5-09396dc1a56d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666419491679,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-22T06:18:13.431Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-22T06:18:13.432Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-22T06:18:13.432Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qF9VIPcfnBaVsHkr) ...
2022-10-22T06:18:13.442Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-22T06:18:13.443Z||pool-36-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-22T06:18:14.332Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "94f8a375-1f10-42dd-abe5-09396dc1a56d",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "e1cb4ba6-ee29-4a3b-a2fc-ad9d2c913a96",
"serviceDescription": "service",
"serviceInvariantUUID": "ebd6b8a3-deb6-436f-ba83-14c82e2aeb65",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "41eb4976-4f58-45ae-8f61-97f8019a2c29",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "74625a52-84ca-4742-903f-4a33f2d29342",
"resourceInvariantUUID": "36cd594d-d287-42d1-83ee-f06fcc920f33",
"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": "NWZlNjdlMzAyYzZhZTJhYWI1ZWUyNDdiM2RmZDE4MDk\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "158cb82f-2e4c-4717-96e0-d619c623e0e5"
}
],
"workloadContext": "Production"
}
2022-10-22T06:18:14.332Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-22T06:18:14.333Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 e1cb4ba6-ee29-4a3b-a2fc-ad9d2c913a96 ASDC
2022-10-22T06:18:14.333Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:94f8a375-1f10-42dd-abe5-09396dc1a56d
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:e1cb4ba6-ee29-4a3b-a2fc-ad9d2c913a96
ServiceInvariantUUID:ebd6b8a3-deb6-436f-ba83-14c82e2aeb65
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:158cb82f-2e4c-4717-96e0-d619c623e0e5
ArtifactChecksum:NWZlNjdlMzAyYzZhZTJhYWI1ZWUyNDdiM2RmZDE4MDk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:41eb4976-4f58-45ae-8f61-97f8019a2c29
ResourceInvariantUUID:36cd594d-d287-42d1-83ee-f06fcc920f33
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:74625a52-84ca-4742-903f-4a33f2d29342
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-10-22T06:18:14.334Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e1cb4ba6-ee29-4a3b-a2fc-ad9d2c913a96 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-10-22T06:18:14.364Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-22T06:18:14.365Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-10-22T06:18:14.366Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-10-22T06:18:14.366Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 158cb82f-2e4c-4717-96e0-d619c623e0e5 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-10-22T06:18:14.366Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-10-22T06:18:14.366Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-10-22T06:18:14.435Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-10-22T06:18:14.438Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 158cb82f-2e4c-4717-96e0-d619c623e0e5 57656
2022-10-22T06:18:14.438Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-10-22T06:18:14.439Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-10-22T06:18:14.439Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-22T06:18:14.439Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-22T06:18:14.441Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-22T06:18:14.441Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "94f8a375-1f10-42dd-abe5-09396dc1a56d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666419494438,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-22T06:18:14.542Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-22T06:18:14.543Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-22T06:18:14.543Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qF9VIPcfnBaVsHkr) ...
2022-10-22T06:18:14.554Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-22T06:18:14.555Z||pool-37-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-22T06:18:15.442Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-22T06:18:15.448Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-10-22T06:18:15.448Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 158cb82f-2e4c-4717-96e0-d619c623e0e5, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-22T06:18:15.448Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-10-22T06:18:15.449Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-22T06:18:15.449Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-22T06:18:15.697Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4671048737281616593/Definitions/service-BasicNetwork-template.yml
2022-10-22T06:18:16.249Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-22T06:18:16.250Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-10-22T06:18:16.250Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-22T06:18:16.250Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-10-22T06:18:16.250Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-22T06:18:16.250Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-22T06:18:16.250Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-22T06:18:16.250Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-22T06:18:16.250Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-22T06:18:16.250Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-22T06:18:16.251Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-22T06:18:16.251Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-22T06:18:16.251Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-10-22T06:18:16.251Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-22T06:18:16.251Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-22T06:18:16.251Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-10-22T06:18:16.252Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-10-22T06:18:16.252Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-22T06:18:16.252Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-22T06:18:16.252Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-22T06:18:16.252Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-10-22T06:18:16.252Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-10-22T06:18:16.252Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-22T06:18:16.252Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-22T06:18:16.253Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-22T06:18:16.253Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-22T06:18:16.253Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-22T06:18:16.253Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-22T06:18:16.253Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-22T06:18:16.253Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-22T06:18:16.254Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-22T06:18:16.254Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-22T06:18:16.254Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-22T06:18:16.255Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:e1cb4ba6-ee29-4a3b-a2fc-ad9d2c913a96
Model Version:NULL
Model InvariantUuid:ebd6b8a3-deb6-436f-ba83-14c82e2aeb65
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:36cd594d-d287-42d1-83ee-f06fcc920f33
Model UUID:382398df-d6db-4c2e-a120-c5b9e3dbfeab
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:41eb4976-4f58-45ae-8f61-97f8019a2c29
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-10-22T06:18:16.265Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||INFO|500||Processing Resource Type: VL, Model UUID: 74625a52-84ca-4742-903f-4a33f2d29342
2022-10-22T06:18:16.265Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||INFO|500||No resources found for Service: e1cb4ba6-ee29-4a3b-a2fc-ad9d2c913a96
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-22T06:18:16.271Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||INFO|500||
2022-10-22T06:18:16.271Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-10-22T06:18:16.272Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||DEBUG|500||No resources found for Service: e1cb4ba6-ee29-4a3b-a2fc-ad9d2c913a96
2022-10-22T06:18:16.273Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: e1cb4ba6-ee29-4a3b-a2fc-ad9d2c913a96
2022-10-22T06:18:16.273Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-10-22T06:18:16.273Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-22T06:18:16.278Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@42c13283, org.onap.sdc.toscaparser.api.parameters.Input@2570d688, org.onap.sdc.toscaparser.api.parameters.Input@2f64b45a, org.onap.sdc.toscaparser.api.parameters.Input@58c09458, org.onap.sdc.toscaparser.api.parameters.Input@13def0e9]
2022-10-22T06:18:16.279Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-22T06:18:16.279Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-22T06:18:16.280Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-22T06:18:16.280Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-22T06:18:16.280Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid e1cb4ba6-ee29-4a3b-a2fc-ad9d2c913a96: Generic NeutronNet
2022-10-22T06:18:16.280Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-22T06:18:16.281Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-22T06:18:16.281Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-22T06:18:16.281Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-10-22T06:18:16.311Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-22T06:18:16.311Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-22T06:18:16.312Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-22T06:18:16.312Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-22T06:18:16.312Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-22T06:18:16.312Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-22T06:18:16.313Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||INFO|500||Saving Service: basic_network
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-10-22T06:18:16.358Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2022-10-22T06:18:16.358Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-10-22T06:18:16.359Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-10-22T06:18:16.359Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-22T06:18:16.359Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-22T06:18:16.361Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-22T06:18:16.361Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "94f8a375-1f10-42dd-abe5-09396dc1a56d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666419496358,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-22T06:18:16.461Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-22T06:18:16.463Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-22T06:18:16.463Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qF9VIPcfnBaVsHkr) ...
2022-10-22T06:18:16.478Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-22T06:18:16.479Z||pool-38-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-10-22T06:18:17.362Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 94f8a375-1f10-42dd-abe5-09396dc1a56d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-22T06:18:17.375Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 94f8a375-1f10-42dd-abe5-09396dc1a56d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-22T06:18:17.378Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-22T06:18:17.378Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-22T06:18:17.378Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-22T06:18:17.378Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-22T06:18:17.379Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-22T06:18:17.379Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-22T06:18:17.379Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-22T06:18:17.379Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-22T06:18:17.379Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-22T06:18:17.384Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-22T06:18:47.384Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 94f8a375-1f10-42dd-abe5-09396dc1a56d and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-10-22T06:18:47.397Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 94f8a375-1f10-42dd-abe5-09396dc1a56d and serviceModelVersionId: e1cb4ba6-ee29-4a3b-a2fc-ad9d2c913a96
2022-10-22T06:18:47.397Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ebd6b8a3-deb6-436f-ba83-14c82e2aeb65
2022-10-22T06:18:47.401Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ebd6b8a3-deb6-436f-ba83-14c82e2aeb65/model-vers/model-ver/e1cb4ba6-ee29-4a3b-a2fc-ad9d2c913a96?depth=0
2022-10-22T06:18:47.413Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-10-22T06:18:47.484Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebd6b8a3-deb6-436f-ba83-14c82e2aeb65/model-vers/model-ver/e1cb4ba6-ee29-4a3b-a2fc-ad9d2c913a96?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-10-22T06:18:47.486Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebd6b8a3-deb6-436f-ba83-14c82e2aeb65/model-vers/model-ver/e1cb4ba6-ee29-4a3b-a2fc-ad9d2c913a96?depth=0|INFO|500||Invoke
2022-10-22T06:18:47.513Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebd6b8a3-deb6-436f-ba83-14c82e2aeb65/model-vers/model-ver/e1cb4ba6-ee29-4a3b-a2fc-ad9d2c913a96?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-10-22T06:18:47.602Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebd6b8a3-deb6-436f-ba83-14c82e2aeb65/model-vers/model-ver/e1cb4ba6-ee29-4a3b-a2fc-ad9d2c913a96?depth=0|INFO|500||InvokeReturn
2022-10-22T06:18:47.604Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebd6b8a3-deb6-436f-ba83-14c82e2aeb65/model-vers/model-ver/e1cb4ba6-ee29-4a3b-a2fc-ad9d2c913a96?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221022-06:18:48:616-2805], vertex-id=[196800], Content-Length=[0], Date=[Sat, 22 Oct 2022 06:18:48 GMT], Content-Type=[application/json]}
2022-10-22T06:18:47.604Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2022-10-22T06:18:47.605Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-22T06:18:47.605Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-22T06:18:47.619Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-10-22T06:18:47.619Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 94f8a375-1f10-42dd-abe5-09396dc1a56d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-22T06:18:47.620Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-22T06:18:47.620Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-22T06:18:47.623Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-22T06:18:47.623Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "94f8a375-1f10-42dd-abe5-09396dc1a56d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666419527620,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-22T06:18:47.723Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-22T06:18:47.724Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-22T06:18:47.724Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qF9VIPcfnBaVsHkr) ...
2022-10-22T06:18:47.740Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-22T06:18:47.741Z||pool-39-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=?
2022-10-22T06:18:48.638Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-22T06:18:48.638Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"0c197f03-7d1a-47dc-b472-58e68ff87e7d","serviceName":"Demo_pNF_pQdp0gkTcqJ9kkoKtpZb","serviceVersion":"1.0","serviceUUID":"2ff28c12-e190-471c-9dd9-d2cd9b9f9d3b","serviceDescription":"catalog service description","serviceInvariantUUID":"755c44fc-70cb-4175-9102-b382d49d247a","resources":[{"resourceInstanceName":"pNF ec64d1b8-8524 0","resourceName":"pNF ec64d1b8-8524","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"d6a4cf69-b679-4598-9869-54218b5a4d6b","resourceInvariantUUID":"7370e33a-7e0b-4f3b-befe-7a6b1d53997f","resourceCustomizationUUID":"75bb3fea-542b-4ccd-bda1-b6754e0bddd8","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPqdp0gktcqj9kkoktpzb/1.0/resourceInstances/pnfec64d1b885240/artifacts/vf-license-model.xml","artifactChecksum":"NDYxOTc3Y2JlZGFkOTY3YmE4ODkyNGFjZDMwZDM3ZWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"43d57b92-77ff-4263-940c-9f344971f76b","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPqdp0gktcqj9kkoktpzb/1.0/resourceInstances/pnfec64d1b885240/artifacts/pNF.csar","artifactChecksum":"OTY0YjBiZDk0ODQ5NWU2OTAwMmQ0NWJmMzdmMDA0N2M\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5b9bd047-ba4e-424e-aacc-76edb50ca2f0","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPqdp0gktcqj9kkoktpzb/1.0/resourceInstances/pnfec64d1b885240/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"bebe50ff-7230-4060-a1f2-bb4853737f75","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPqdp0gktcqj9kkoktpzb/1.0/resourceInstances/pnfec64d1b885240/artifacts/vendor-license-model.xml","artifactChecksum":"ZGQzZTE3MTU4NDBhNmFiOTI0NmNhZjhkODY2MTVjMDM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"2fba537d-e1fc-4481-b0b9-f48b518ca468","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfPqdp0gktcqj9kkoktpzb/1.0/resourceInstances/pnfec64d1b885240/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"67a0af24-4628-4ee4-8244-eecbc953488a","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfPqdp0gktcqj9kkoktpzb/1.0/resourceInstances/pnfec64d1b885240/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9cd4927b-d1a2-4ddf-9e43-9f657cff73c8","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfPqdp0gktcqj9kkoktpzb-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPqdp0gktcqj9kkoktpzb/1.0/artifacts/service-DemoPnfPqdp0gktcqj9kkoktpzb-template.yml","artifactChecksum":"YTY0NjY2YWQxMDU3NDVkYWFjOTUyNzEwYjA3Zjk4MGU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f180f465-9c8d-484c-afc9-071ac6723a9e","artifactVersion":"1"},{"artifactName":"service-DemoPnfPqdp0gktcqj9kkoktpzb-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfPqdp0gktcqj9kkoktpzb/1.0/artifacts/service-DemoPnfPqdp0gktcqj9kkoktpzb-csar.csar","artifactChecksum":"NmRmNzgyNThmZTAyMGNhNGFhNzhkM2FhODA1ZTU3OGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"eeb353ac-b213-406b-b61b-9447ebb163ae","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-22T06:18:48.639Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-22T06:18:48.639Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-22T06:18:48.641Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-22T06:18:48.642Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "0c197f03-7d1a-47dc-b472-58e68ff87e7d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666419491679,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPqdp0gktcqj9kkoktpzb/1.0/resourceInstances/pnfec64d1b885240/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-22T06:18:48.742Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-22T06:18:48.742Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-22T06:18:48.743Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qF9VIPcfnBaVsHkr) ...
2022-10-22T06:18:48.755Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-22T06:18:48.755Z||pool-40-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-10-22T06:18:49.642Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-22T06:18:49.643Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-22T06:18:49.646Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-22T06:18:49.646Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "0c197f03-7d1a-47dc-b472-58e68ff87e7d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666419491679,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPqdp0gktcqj9kkoktpzb/1.0/resourceInstances/pnfec64d1b885240/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-10-22T06:18:49.746Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-22T06:18:49.747Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-22T06:18:49.747Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qF9VIPcfnBaVsHkr) ...
2022-10-22T06:18:49.764Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-22T06:18:49.764Z||pool-41-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-10-22T06:18:50.647Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-22T06:18:50.648Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-22T06:18:50.650Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-22T06:18:50.651Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "0c197f03-7d1a-47dc-b472-58e68ff87e7d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666419491679,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPqdp0gktcqj9kkoktpzb/1.0/resourceInstances/pnfec64d1b885240/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-10-22T06:18:50.751Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-22T06:18:50.752Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-22T06:18:50.752Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qF9VIPcfnBaVsHkr) ...
2022-10-22T06:18:50.763Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-22T06:18:50.763Z||pool-42-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-22T06:18:51.651Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-22T06:18:51.652Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-22T06:18:51.655Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-22T06:18:51.655Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "0c197f03-7d1a-47dc-b472-58e68ff87e7d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666419491679,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPqdp0gktcqj9kkoktpzb/1.0/resourceInstances/pnfec64d1b885240/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-22T06:18:51.755Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-22T06:18:51.756Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-22T06:18:51.757Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qF9VIPcfnBaVsHkr) ...
2022-10-22T06:18:51.770Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-22T06:18:51.770Z||pool-43-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-10-22T06:18:52.655Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-22T06:18:52.656Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-22T06:18:52.659Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-22T06:18:52.659Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "0c197f03-7d1a-47dc-b472-58e68ff87e7d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666419491679,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPqdp0gktcqj9kkoktpzb/1.0/resourceInstances/pnfec64d1b885240/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-22T06:18:52.759Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-22T06:18:52.760Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-22T06:18:52.760Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qF9VIPcfnBaVsHkr) ...
2022-10-22T06:18:52.771Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-22T06:18:52.771Z||pool-44-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-22T06:18:53.660Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-22T06:18:53.661Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-22T06:18:53.663Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-22T06:18:53.664Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "0c197f03-7d1a-47dc-b472-58e68ff87e7d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666419491679,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPqdp0gktcqj9kkoktpzb/1.0/resourceInstances/pnfec64d1b885240/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-22T06:18:53.763Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-22T06:18:53.764Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-22T06:18:53.764Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qF9VIPcfnBaVsHkr) ...
2022-10-22T06:18:53.775Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-22T06:18:53.775Z||pool-45-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-10-22T06:18:54.664Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-22T06:18:54.665Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-22T06:18:54.668Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-22T06:18:54.668Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "0c197f03-7d1a-47dc-b472-58e68ff87e7d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666419491679,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPqdp0gktcqj9kkoktpzb/1.0/artifacts/service-DemoPnfPqdp0gktcqj9kkoktpzb-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-22T06:18:54.768Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-22T06:18:54.769Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-22T06:18:54.769Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qF9VIPcfnBaVsHkr) ...
2022-10-22T06:18:54.780Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-22T06:18:54.781Z||pool-46-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-22T06:18:55.668Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-22T06:18:55.669Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-22T06:18:55.672Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-22T06:18:55.672Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "0c197f03-7d1a-47dc-b472-58e68ff87e7d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666419491679,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPqdp0gktcqj9kkoktpzb/1.0/artifacts/service-DemoPnfPqdp0gktcqj9kkoktpzb-csar.csar",
"status": "NOTIFIED"
}
2022-10-22T06:18:55.772Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-22T06:18:55.773Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-22T06:18:55.773Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qF9VIPcfnBaVsHkr) ...
2022-10-22T06:18:55.784Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-22T06:18:55.784Z||pool-47-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-22T06:18:56.673Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "0c197f03-7d1a-47dc-b472-58e68ff87e7d",
"serviceName": "Demo_pNF_pQdp0gkTcqJ9kkoKtpZb",
"serviceVersion": "1.0",
"serviceUUID": "2ff28c12-e190-471c-9dd9-d2cd9b9f9d3b",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "755c44fc-70cb-4175-9102-b382d49d247a",
"resources": [
{
"resourceInstanceName": "pNF ec64d1b8-8524 0",
"resourceCustomizationUUID": "75bb3fea-542b-4ccd-bda1-b6754e0bddd8",
"resourceName": "pNF ec64d1b8-8524",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "d6a4cf69-b679-4598-9869-54218b5a4d6b",
"resourceInvariantUUID": "7370e33a-7e0b-4f3b-befe-7a6b1d53997f",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfPqdp0gktcqj9kkoktpzb-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPqdp0gktcqj9kkoktpzb/1.0/artifacts/service-DemoPnfPqdp0gktcqj9kkoktpzb-csar.csar",
"artifactChecksum": "NmRmNzgyNThmZTAyMGNhNGFhNzhkM2FhODA1ZTU3OGI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "eeb353ac-b213-406b-b61b-9447ebb163ae"
}
],
"workloadContext": "Production"
}
2022-10-22T06:18:56.674Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-22T06:18:56.675Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 2ff28c12-e190-471c-9dd9-d2cd9b9f9d3b ASDC
2022-10-22T06:18:56.675Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:0c197f03-7d1a-47dc-b472-58e68ff87e7d
ServiceName:Demo_pNF_pQdp0gkTcqJ9kkoKtpZb
ServiceVersion:1.0
ServiceUUID:2ff28c12-e190-471c-9dd9-d2cd9b9f9d3b
ServiceInvariantUUID:755c44fc-70cb-4175-9102-b382d49d247a
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfPqdp0gktcqj9kkoktpzb-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfPqdp0gktcqj9kkoktpzb/1.0/artifacts/service-DemoPnfPqdp0gktcqj9kkoktpzb-csar.csar
ArtifactUUID:eeb353ac-b213-406b-b61b-9447ebb163ae
ArtifactChecksum:NmRmNzgyNThmZTAyMGNhNGFhNzhkM2FhODA1ZTU3OGI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF ec64d1b8-8524 0
ResourceCustomizationUUID:75bb3fea-542b-4ccd-bda1-b6754e0bddd8
ResourceInvariantUUID:7370e33a-7e0b-4f3b-befe-7a6b1d53997f
ResourceName:pNF ec64d1b8-8524
ResourceType:PNF
ResourceUUID:d6a4cf69-b679-4598-9869-54218b5a4d6b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2022-10-22T06:18:56.675Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2ff28c12-e190-471c-9dd9-d2cd9b9f9d3b ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-22T06:18:56.704Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-22T06:18:56.704Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-10-22T06:18:56.704Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-10-22T06:18:56.705Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: eeb353ac-b213-406b-b61b-9447ebb163ae from URL: /sdc/v1/catalog/services/DemoPnfPqdp0gktcqj9kkoktpzb/1.0/artifacts/service-DemoPnfPqdp0gktcqj9kkoktpzb-csar.csar
2022-10-22T06:18:56.705Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-10-22T06:18:56.706Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfPqdp0gktcqj9kkoktpzb/1.0/artifacts/service-DemoPnfPqdp0gktcqj9kkoktpzb-csar.csar
2022-10-22T06:18:56.767Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-10-22T06:18:56.772Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfPqdp0gktcqj9kkoktpzb/1.0/artifacts/service-DemoPnfPqdp0gktcqj9kkoktpzb-csar.csar eeb353ac-b213-406b-b61b-9447ebb163ae 87768
2022-10-22T06:18:56.772Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfPqdp0gktcqj9kkoktpzb/1.0/artifacts/service-DemoPnfPqdp0gktcqj9kkoktpzb-csar.csar ASDC sendASDCNotification
2022-10-22T06:18:56.772Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfPqdp0gktcqj9kkoktpzb/1.0/artifacts/service-DemoPnfPqdp0gktcqj9kkoktpzb-csar.csar
2022-10-22T06:18:56.773Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-22T06:18:56.773Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-22T06:18:56.776Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-22T06:18:56.776Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "0c197f03-7d1a-47dc-b472-58e68ff87e7d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666419536772,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPqdp0gktcqj9kkoktpzb/1.0/artifacts/service-DemoPnfPqdp0gktcqj9kkoktpzb-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-22T06:18:56.876Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-22T06:18:56.877Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-22T06:18:56.877Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qF9VIPcfnBaVsHkr) ...
2022-10-22T06:18:56.888Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-22T06:18:56.889Z||pool-48-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-22T06:18:57.777Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-22T06:18:57.778Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-10-22T06:18:57.779Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: eeb353ac-b213-406b-b61b-9447ebb163ae, URL: /sdc/v1/catalog/services/DemoPnfPqdp0gktcqj9kkoktpzb/1.0/artifacts/service-DemoPnfPqdp0gktcqj9kkoktpzb-csar.csar to file: /app/ASDC/1/service-DemoPnfPqdp0gktcqj9kkoktpzb-csar.csar
2022-10-22T06:18:57.779Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfPqdp0gktcqj9kkoktpzb-csar.csar
2022-10-22T06:18:57.780Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfPqdp0gktcqj9kkoktpzb-csar.csar
2022-10-22T06:18:57.780Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfPqdp0gktcqj9kkoktpzb-csar.csar
2022-10-22T06:18:57.950Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12016868017799503760/Definitions/service-DemoPnfPqdp0gktcqj9kkoktpzb-template.yml
2022-10-22T06:18:58.866Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-22T06:18:58.866Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-10-22T06:18:58.867Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfPqdp0gktcqj9kkoktpzb-csar.csar
2022-10-22T06:18:58.867Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-10-22T06:18:58.867Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfPqdp0gktcqj9kkoktpzb-csar.csar
2022-10-22T06:18:58.867Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfPqdp0gktcqj9kkoktpzb-csar.csar
2022-10-22T06:18:58.867Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfPqdp0gktcqj9kkoktpzb-csar.csar
2022-10-22T06:18:58.868Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfPqdp0gktcqj9kkoktpzb-csar.csar
2022-10-22T06:18:58.868Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfPqdp0gktcqj9kkoktpzb-csar.csar
2022-10-22T06:18:58.868Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF ec64d1b8-8524 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-DemoPnfPqdp0gktcqj9kkoktpzb-csar.csar
2022-10-22T06:18:58.868Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfPqdp0gktcqj9kkoktpzb-csar.csar
2022-10-22T06:18:58.868Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-10-22T06:18:58.869Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-22T06:18:58.869Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_pQdp0gkTcqJ9kkoKtpZb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-22T06:18:58.869Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||DEBUG|500||Node template pNF ec64d1b8-8524 0 is matching search criteria
2022-10-22T06:18:58.870Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-10-22T06:18:58.870Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF ec64d1b8-8524 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-22T06:18:58.870Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-22T06:18:58.870Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_pQdp0gkTcqJ9kkoKtpZb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-22T06:18:58.871Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||DEBUG|500||Node template pNF ec64d1b8-8524 0 is matching search criteria
2022-10-22T06:18:58.871Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-10-22T06:18:58.871Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF ec64d1b8-8524 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-22T06:18:58.871Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-22T06:18:58.872Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_pQdp0gkTcqJ9kkoKtpZb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-22T06:18:58.872Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-22T06:18:58.872Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_pQdp0gkTcqJ9kkoKtpZb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-22T06:18:58.872Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-22T06:18:58.873Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_pQdp0gkTcqJ9kkoKtpZb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-22T06:18:58.873Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-22T06:18:58.873Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_pQdp0gkTcqJ9kkoKtpZb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-22T06:18:58.874Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-22T06:18:58.874Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_pQdp0gkTcqJ9kkoKtpZb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-22T06:18:58.874Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_pQdp0gkTcqJ9kkoKtpZb
Description:catalog service description
Model UUID:2ff28c12-e190-471c-9dd9-d2cd9b9f9d3b
Model Version:NULL
Model InvariantUuid:755c44fc-70cb-4175-9102-b382d49d247a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-10-22T06:18:58.881Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: d6a4cf69-b679-4598-9869-54218b5a4d6b
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-22T06:18:58.884Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||INFO|500||pNF ec64d1b8-8524 0
2022-10-22T06:18:58.885Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: d6a4cf69-b679-4598-9869-54218b5a4d6b
2022-10-22T06:18:58.885Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||DEBUG|500||No resources found for Service: 2ff28c12-e190-471c-9dd9-d2cd9b9f9d3b
2022-10-22T06:18:58.885Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 2ff28c12-e190-471c-9dd9-d2cd9b9f9d3b
2022-10-22T06:18:58.886Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF ec64d1b8-8524 0 d6a4cf69-b679-4598-9869-54218b5a4d6b ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-22T06:18:58.891Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@44c8c177, org.onap.sdc.toscaparser.api.parameters.Input@40378a4, org.onap.sdc.toscaparser.api.parameters.Input@36e368ee, org.onap.sdc.toscaparser.api.parameters.Input@7bfa81d4, org.onap.sdc.toscaparser.api.parameters.Input@79bb34a5]
2022-10-22T06:18:58.891Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-22T06:18:58.891Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_pQdp0gkTcqJ9kkoKtpZb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-22T06:18:58.892Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 2ff28c12-e190-471c-9dd9-d2cd9b9f9d3b: pNF ec64d1b8-8524
2022-10-22T06:18:58.892Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||INFO|500||Processing PNF resource: d6a4cf69-b679-4598-9869-54218b5a4d6b
2022-10-22T06:18:58.892Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery