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-09-24T05:21:56.688Z||main|||||INFO|500||The following profiles are active: basic
2022-09-24T05:22:11.076Z||main|||||INFO|500||Starting service [Tomcat]
2022-09-24T05:22:11.077Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-09-24T05:22:11.193Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-09-24T05:22:16.478Z||main|||||INFO|500||catdb-pool - Starting...
2022-09-24T05:22:17.059Z||main|||||INFO|500||catdb-pool - Start completed.
2022-09-24T05:22:17.711Z||main|||||INFO|500||reqdb-pool - Starting...
2022-09-24T05:22:17.765Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-09-24T05:22:18.026Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-09-24T05:22:18.357Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-09-24T05:22:19.148Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-09-24T05:22:21.405Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-09-24T05:22:23.954Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-09-24T05:22:24.033Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-09-24T05:22:24.983Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-09-24T05:22:25.291Z||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-09-24T05:22:26.587Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-09-24T05:22:27.778Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-09-24T05:22:27.809Z||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$$d5924008.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-09-24T05:22:27.810Z||main|||||WARN|500||The sdc end point is not alive
2022-09-24T05:22:31.884Z||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-09-24T05:22:35.777Z||main|||||WARN|500||---
2022-09-24T05:22:35.778Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-09-24T05:22:35.782Z||main|||||WARN|500||---
2022-09-24T05:22:36.282Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-09-24T05:22:43.046Z||main|||||INFO|500||Started Application in 50.354 seconds (JVM running for 52.833)
2022-09-24T05:22:43.066Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-09-24T05:22:43.070Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-09-24T05:22:43.098Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-09-24T05:22:43.146Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-09-24T05:22:43.202Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= df046eea-fb4f-4713-b6b0-140bd0bfd2f1 url= /sdc/v1/artifactTypes
2022-09-24T05:22:43.202Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-09-24T05:22:43.488Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-09-24T05:22:43.572Z||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-09-24T05:22:43.603Z||scheduling-1|||||DEBUG|500||create keys
2022-09-24T05:22:43.616Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-09-24T05:22:43.725Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-24T05:22:43.749Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 610aa852-4394-48b4-9513-3eb986515abe url= /sdc/v1/registerForDistribution
2022-09-24T05:22:43.925Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 610aa852-4394-48b4-9513-3eb986515abe url= /sdc/v1/registerForDistribution
2022-09-24T05:22:43.926Z||scheduling-1|||||INFO|500||start DistributionClient
2022-09-24T05:22:43.944Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T05:22:43.949Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T05:22:43.970Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-09-24T05:22:43.971Z||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-09-24T05:22:43.972Z||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 oBG4IJh5xICFWcNV) ...
2022-09-24T05:22:43.970Z||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-09-24T05:22:43.972Z||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 oBG4IJh5xICFWcNV) ...
2022-09-24T05:22:54.187Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-24T05:22:54.560Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-24T05:23:43.936Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T05:23:43.939Z||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-09-24T05:23:43.940Z||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 oBG4IJh5xICFWcNV) ...
2022-09-24T05:23:43.945Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T05:23:43.948Z||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-09-24T05:23:43.948Z||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 oBG4IJh5xICFWcNV) ...
2022-09-24T05:23:53.555Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-24T05:23:53.602Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-24T05:24:43.937Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T05:24:43.939Z||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-09-24T05:24:43.939Z||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 oBG4IJh5xICFWcNV) ...
2022-09-24T05:24:43.945Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T05:24:43.946Z||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-09-24T05:24:43.946Z||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 oBG4IJh5xICFWcNV) ...
2022-09-24T05:24:53.533Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-24T05:24:53.542Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-24T05:25:43.936Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T05:25:43.940Z||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-09-24T05:25:43.941Z||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 oBG4IJh5xICFWcNV) ...
2022-09-24T05:25:43.946Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T05:25:43.957Z||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-09-24T05:25:43.958Z||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 oBG4IJh5xICFWcNV) ...
2022-09-24T05:25:53.543Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-24T05:25:53.550Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-24T05:26:43.936Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T05:26:43.937Z||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-09-24T05:26:43.938Z||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 oBG4IJh5xICFWcNV) ...
2022-09-24T05:26:43.945Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T05:26:43.946Z||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-09-24T05:26:43.946Z||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 oBG4IJh5xICFWcNV) ...
2022-09-24T05:26:53.530Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-24T05:26:53.609Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-24T05:27:43.935Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T05:27:43.938Z||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-09-24T05:27:43.938Z||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 oBG4IJh5xICFWcNV) ...
2022-09-24T05:27:43.945Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T05:27:43.946Z||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-09-24T05:27:43.947Z||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 oBG4IJh5xICFWcNV) ...
2022-09-24T05:27:53.544Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-24T05:27:53.551Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-24T05:28:43.935Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T05:28:43.937Z||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-09-24T05:28:43.938Z||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 oBG4IJh5xICFWcNV) ...
2022-09-24T05:28:43.945Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T05:28:43.947Z||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-09-24T05:28:43.947Z||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 oBG4IJh5xICFWcNV) ...
2022-09-24T05:28:53.525Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-24T05:28:53.548Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-24T05:29:43.936Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T05:29:43.938Z||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-09-24T05:29:43.938Z||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 oBG4IJh5xICFWcNV) ...
2022-09-24T05:29:43.945Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T05:29:43.946Z||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-09-24T05:29:43.946Z||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 oBG4IJh5xICFWcNV) ...
2022-09-24T05:29:53.508Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-24T05:29:53.520Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-24T05:30:43.936Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T05:30:43.940Z||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-09-24T05:30:43.940Z||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 oBG4IJh5xICFWcNV) ...
2022-09-24T05:30:43.945Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T05:30:43.946Z||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-09-24T05:30:43.946Z||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 oBG4IJh5xICFWcNV) ...
2022-09-24T05:30:53.532Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-24T05:30:53.538Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-24T05:31:43.936Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T05:31:43.939Z||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-09-24T05:31:43.939Z||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 oBG4IJh5xICFWcNV) ...
2022-09-24T05:31:43.945Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T05:31:43.946Z||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-09-24T05:31:43.946Z||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 oBG4IJh5xICFWcNV) ...
2022-09-24T05:31:53.521Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-24T05:31:53.525Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-24T05:32:10.311Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-09-24T05:32:43.936Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T05:32:43.938Z||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-09-24T05:32:43.938Z||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 oBG4IJh5xICFWcNV) ...
2022-09-24T05:32:43.945Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T05:32:43.946Z||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-09-24T05:32:43.947Z||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 oBG4IJh5xICFWcNV) ...
2022-09-24T05:32:53.517Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-24T05:32:53.548Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-24T05:33:43.935Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T05:33:43.937Z||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-09-24T05:33:43.937Z||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 oBG4IJh5xICFWcNV) ...
2022-09-24T05:33:43.945Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T05:33:43.946Z||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-09-24T05:33:43.946Z||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 oBG4IJh5xICFWcNV) ...
2022-09-24T05:33:53.521Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-24T05:33:53.541Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-24T05:34:43.936Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T05:34:43.937Z||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-09-24T05:34:43.938Z||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 oBG4IJh5xICFWcNV) ...
2022-09-24T05:34:43.945Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T05:34:43.946Z||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-09-24T05:34:43.946Z||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 oBG4IJh5xICFWcNV) ...
2022-09-24T05:34:53.563Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-24T05:34:53.579Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-24T05:35:43.935Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T05:35:43.937Z||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-09-24T05:35:43.937Z||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 oBG4IJh5xICFWcNV) ...
2022-09-24T05:35:43.945Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T05:35:43.946Z||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-09-24T05:35:43.946Z||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 oBG4IJh5xICFWcNV) ...
2022-09-24T05:35:53.531Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-24T05:35:53.531Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-24T05:36:43.936Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T05:36:43.937Z||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-09-24T05:36:43.938Z||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 oBG4IJh5xICFWcNV) ...
2022-09-24T05:36:43.945Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T05:36:43.947Z||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-09-24T05:36:43.947Z||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 oBG4IJh5xICFWcNV) ...
2022-09-24T05:36:53.521Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-24T05:36:53.529Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-24T05:37:43.935Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T05:37:43.937Z||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-09-24T05:37:43.937Z||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 oBG4IJh5xICFWcNV) ...
2022-09-24T05:37:43.945Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T05:37:43.947Z||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-09-24T05:37:43.947Z||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 oBG4IJh5xICFWcNV) ...
2022-09-24T05:37:53.518Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-24T05:37:53.521Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-24T05:38:43.936Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T05:38:43.939Z||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-09-24T05:38:43.940Z||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 oBG4IJh5xICFWcNV) ...
2022-09-24T05:38:43.945Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T05:38:43.946Z||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-09-24T05:38:43.946Z||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 oBG4IJh5xICFWcNV) ...
2022-09-24T05:38:53.538Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-24T05:38:53.555Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-24T05:39:43.936Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T05:39:43.937Z||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-09-24T05:39:43.938Z||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 oBG4IJh5xICFWcNV) ...
2022-09-24T05:39:43.945Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T05:39:43.947Z||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-09-24T05:39:43.947Z||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 oBG4IJh5xICFWcNV) ...
2022-09-24T05:39:53.515Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-24T05:39:53.539Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-24T05:40:43.935Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T05:40:43.937Z||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-09-24T05:40:43.937Z||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 oBG4IJh5xICFWcNV) ...
2022-09-24T05:40:43.945Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T05:40:43.946Z||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-09-24T05:40:43.946Z||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 oBG4IJh5xICFWcNV) ...
2022-09-24T05:40:53.531Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-24T05:40:53.536Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-24T05:41:43.935Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T05:41:43.937Z||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-09-24T05:41:43.937Z||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 oBG4IJh5xICFWcNV) ...
2022-09-24T05:41:43.945Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T05:41:43.946Z||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-09-24T05:41:43.946Z||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 oBG4IJh5xICFWcNV) ...
2022-09-24T05:41:53.518Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-24T05:41:53.520Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-24T05:42:43.936Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T05:42:43.937Z||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-09-24T05:42:43.938Z||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 oBG4IJh5xICFWcNV) ...
2022-09-24T05:42:43.945Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T05:42:43.946Z||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-09-24T05:42:43.947Z||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 oBG4IJh5xICFWcNV) ...
2022-09-24T05:42:53.505Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-24T05:42:53.519Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-24T05:43:43.935Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T05:43:43.937Z||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-09-24T05:43:43.938Z||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 oBG4IJh5xICFWcNV) ...
2022-09-24T05:43:43.945Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T05:43:43.946Z||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-09-24T05:43:43.947Z||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 oBG4IJh5xICFWcNV) ...
2022-09-24T05:43:53.523Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-24T05:43:53.542Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-24T05:44:43.936Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T05:44:43.938Z||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-09-24T05:44:43.938Z||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 oBG4IJh5xICFWcNV) ...
2022-09-24T05:44:43.945Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T05:44:43.946Z||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-09-24T05:44:43.946Z||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 oBG4IJh5xICFWcNV) ...
2022-09-24T05:44:53.513Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-24T05:44:53.523Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-24T05:45:43.935Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T05:45:43.937Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-24T05:45:43.937Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as oBG4IJh5xICFWcNV) ...
2022-09-24T05:45:43.945Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T05:45:43.946Z||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-09-24T05:45:43.946Z||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 oBG4IJh5xICFWcNV) ...
2022-09-24T05:45:53.502Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-24T05:45:53.520Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-24T05:46:43.935Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T05:46:43.937Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-24T05:46:43.938Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as oBG4IJh5xICFWcNV) ...
2022-09-24T05:46:43.945Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T05:46:43.946Z||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-09-24T05:46:43.946Z||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 oBG4IJh5xICFWcNV) ...
2022-09-24T05:46:53.514Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-24T05:46:53.548Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-24T05:47:43.935Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T05:47:43.937Z||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-09-24T05:47:43.937Z||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 oBG4IJh5xICFWcNV) ...
2022-09-24T05:47:43.945Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T05:47:43.946Z||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-09-24T05:47:43.946Z||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 oBG4IJh5xICFWcNV) ...
2022-09-24T05:47:53.540Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-24T05:47:53.562Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-24T05:48:43.936Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T05:48:43.938Z||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-09-24T05:48:43.938Z||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 oBG4IJh5xICFWcNV) ...
2022-09-24T05:48:43.945Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T05:48:43.946Z||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-09-24T05:48:43.946Z||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 oBG4IJh5xICFWcNV) ...
2022-09-24T05:48:53.530Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-24T05:48:53.549Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-24T05:49:43.936Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T05:49:43.937Z||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-09-24T05:49:43.937Z||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 oBG4IJh5xICFWcNV) ...
2022-09-24T05:49:43.945Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T05:49:43.945Z||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-09-24T05:49:43.946Z||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 oBG4IJh5xICFWcNV) ...
2022-09-24T05:49:53.542Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-24T05:49:53.567Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-24T05:50:43.935Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T05:50:43.937Z||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-09-24T05:50:43.937Z||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 oBG4IJh5xICFWcNV) ...
2022-09-24T05:50:43.945Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T05:50:43.946Z||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-09-24T05:50:43.946Z||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 oBG4IJh5xICFWcNV) ...
2022-09-24T05:50:53.537Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-24T05:50:53.537Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-24T05:51:43.936Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T05:51:43.940Z||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-09-24T05:51:43.942Z||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 oBG4IJh5xICFWcNV) ...
2022-09-24T05:51:43.945Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T05:51:43.948Z||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-09-24T05:51:43.948Z||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 oBG4IJh5xICFWcNV) ...
2022-09-24T05:51:53.546Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-24T05:51:53.549Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-24T05:52:43.935Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T05:52:43.937Z||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-09-24T05:52:43.938Z||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 oBG4IJh5xICFWcNV) ...
2022-09-24T05:52:43.946Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T05:52:43.947Z||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-09-24T05:52:43.947Z||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 oBG4IJh5xICFWcNV) ...
2022-09-24T05:52:53.537Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-24T05:52:53.548Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-24T05:53:43.935Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T05:53:43.937Z||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-09-24T05:53:43.937Z||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 oBG4IJh5xICFWcNV) ...
2022-09-24T05:53:43.945Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T05:53:43.946Z||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-09-24T05:53:43.946Z||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 oBG4IJh5xICFWcNV) ...
2022-09-24T05:53:53.546Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-24T05:53:53.563Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-24T05:54:43.935Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T05:54:43.937Z||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-09-24T05:54:43.937Z||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 oBG4IJh5xICFWcNV) ...
2022-09-24T05:54:43.945Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T05:54:43.946Z||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-09-24T05:54:43.947Z||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 oBG4IJh5xICFWcNV) ...
2022-09-24T05:54:53.547Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-24T05:54:53.556Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-24T05:55:43.936Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T05:55:43.937Z||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-09-24T05:55:43.937Z||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 oBG4IJh5xICFWcNV) ...
2022-09-24T05:55:43.945Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T05:55:43.946Z||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-09-24T05:55:43.947Z||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 oBG4IJh5xICFWcNV) ...
2022-09-24T05:55:53.525Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-24T05:55:53.525Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-24T05:56:43.935Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T05:56:43.937Z||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-09-24T05:56:43.937Z||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 oBG4IJh5xICFWcNV) ...
2022-09-24T05:56:43.945Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T05:56:43.946Z||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-09-24T05:56:43.946Z||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 oBG4IJh5xICFWcNV) ...
2022-09-24T05:56:53.546Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-24T05:56:53.642Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-24T05:57:43.935Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T05:57:43.938Z||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-09-24T05:57:43.938Z||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 oBG4IJh5xICFWcNV) ...
2022-09-24T05:57:43.945Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T05:57:43.945Z||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-09-24T05:57:43.946Z||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 oBG4IJh5xICFWcNV) ...
2022-09-24T05:57:53.505Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-24T05:57:53.507Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-24T05:58:43.938Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T05:58:43.940Z||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-09-24T05:58:43.940Z||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 oBG4IJh5xICFWcNV) ...
2022-09-24T05:58:43.945Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T05:58:43.947Z||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-09-24T05:58:43.947Z||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 oBG4IJh5xICFWcNV) ...
2022-09-24T05:58:46.413Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-24T05:58:46.416Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-24T05:58:46.416Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"4e0821ba-0fc9-4063-af52-17f5d4e442ab","serviceName":"basic_onboard_IKQcFF","serviceVersion":"1.0","serviceUUID":"f4ec9af5-6ea3-40df-bd45-1dbae574201e","serviceDescription":"service","serviceInvariantUUID":"8212eded-cf81-40e7-a110-0c4b6b1f3c8c","resources":[{"resourceInstanceName":"basic_onboard_IKQcFF 0","resourceName":"basic_onboard_IKQcFF","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2e0c1ce1-db58-4d42-931b-8de675ec109d","resourceInvariantUUID":"69667285-e6df-49da-9b6d-3f7ecc9c92b1","resourceCustomizationUUID":"50f80a6e-8649-40c7-8a60-019b12ce6402","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/resourceInstances/basic_onboard_ikqcff0/artifacts/vf-license-model.xml","artifactChecksum":"NTRlMzdhOTkxMjkzZTBiYTZiMDg5YmZiMDI4YThmMGI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fa7ce02d-7f72-4950-940d-3daed6d8c600","artifactVersion":"1"},{"artifactName":"basic_onboard_ikqcff0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/resourceInstances/basic_onboard_ikqcff0/artifacts/basic_onboard_ikqcff0_modules.json","artifactChecksum":"ZTM2NTNlMGVjNjI1ODQ3Y2RkYmY2ZGIxMTYzYzQxNTQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"825a1664-081f-4a0d-9af2-67f40b91e4d4","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/resourceInstances/basic_onboard_ikqcff0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"4674f8b4-4a0f-48bb-bb7d-c381c4dcc4a1","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/resourceInstances/basic_onboard_ikqcff0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"415fdf80-ce8f-4870-a6f1-68b5589aaa20","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/resourceInstances/basic_onboard_ikqcff0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"bb4a439e-1988-4f66-a4dc-57203dbc0cd0","artifactVersion":"2","generatedFromUUID":"4674f8b4-4a0f-48bb-bb7d-c381c4dcc4a1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardIkqcff-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/artifacts/service-BasicOnboardIkqcff-template.yml","artifactChecksum":"NzQyYTVkNjVkYTcxYmFmNWI2YTg3MjZkZmU4Yjg5MDQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e2a5b496-77a0-48bc-85b8-92662ae4905e","artifactVersion":"1"},{"artifactName":"service-BasicOnboardIkqcff-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/artifacts/service-BasicOnboardIkqcff-csar.csar","artifactChecksum":"ZmIyOWUzOTBkMzQ5NjA4ODQyMGExNzIxM2JiZGQzNWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5820ab04-bc43-4f6a-8704-9f8a9a129907","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-24T05:58:46.435Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-24T05:58:46.444Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-24T05:58:46.471Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-24T05:58:46.472Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663999123938,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/resourceInstances/basic_onboard_ikqcff0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-24T05:58:46.569Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 90 ms
2022-09-24T05:58:46.575Z||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-09-24T05:58:46.575Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBG4IJh5xICFWcNV) ...
2022-09-24T05:58:46.586Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-24T05:58:46.587Z||pool-3-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-09-24T05:58:46.644Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-24T05:58:46.644Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-24T05:58:46.645Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1663999124532,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/resourceInstances/basic_onboard_ikqcff0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-24T05:58:46.664Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-24T05:58:47.482Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-24T05:58:47.482Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-24T05:58:47.485Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-24T05:58:47.485Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663999123938,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/resourceInstances/basic_onboard_ikqcff0/artifacts/basic_onboard_ikqcff0_modules.json",
"status": "NOTIFIED"
}
2022-09-24T05:58:47.585Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-24T05:58:47.587Z||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-09-24T05:58:47.588Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBG4IJh5xICFWcNV) ...
2022-09-24T05:58:47.606Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-24T05:58:47.608Z||pool-4-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-09-24T05:58:48.485Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-24T05:58:48.487Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-24T05:58:48.490Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-24T05:58:48.491Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663999123938,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/resourceInstances/basic_onboard_ikqcff0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-09-24T05:58:48.590Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-24T05:58:48.591Z||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-09-24T05:58:48.592Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBG4IJh5xICFWcNV) ...
2022-09-24T05:58:48.632Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-24T05:58:48.633Z||pool-5-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1}
2022-09-24T05:58:49.492Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-24T05:58:49.492Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-24T05:58:49.497Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-24T05:58:49.497Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663999123938,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/resourceInstances/basic_onboard_ikqcff0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-24T05:58:49.595Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-09-24T05:58:49.596Z||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-09-24T05:58:49.597Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBG4IJh5xICFWcNV) ...
2022-09-24T05:58:49.624Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-24T05:58:49.626Z||pool-6-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-09-24T05:58:50.497Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-24T05:58:50.499Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-24T05:58:50.502Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-24T05:58:50.502Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663999123938,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/resourceInstances/basic_onboard_ikqcff0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-09-24T05:58:50.604Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-09-24T05:58:50.612Z||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-09-24T05:58:50.619Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBG4IJh5xICFWcNV) ...
2022-09-24T05:58:50.684Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-24T05:58:50.685Z||pool-7-thread-1|||||INFO|500||cambria reply ok (74 ms):{"serverTimeMs":0,"count":1}
2022-09-24T05:58:51.503Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-24T05:58:51.504Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-24T05:58:51.506Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-24T05:58:51.506Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663999123938,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/artifacts/service-BasicOnboardIkqcff-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-24T05:58:51.611Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2022-09-24T05:58:51.613Z||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-09-24T05:58:51.613Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBG4IJh5xICFWcNV) ...
2022-09-24T05:58:51.632Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-24T05:58:51.633Z||pool-8-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-09-24T05:58:52.508Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-24T05:58:52.509Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-24T05:58:52.512Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-24T05:58:52.512Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663999123938,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/artifacts/service-BasicOnboardIkqcff-csar.csar",
"status": "NOTIFIED"
}
2022-09-24T05:58:52.612Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-24T05:58:52.613Z||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-09-24T05:58:52.613Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBG4IJh5xICFWcNV) ...
2022-09-24T05:58:52.627Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-24T05:58:52.628Z||pool-9-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-09-24T05:58:53.514Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
"serviceName": "basic_onboard_IKQcFF",
"serviceVersion": "1.0",
"serviceUUID": "f4ec9af5-6ea3-40df-bd45-1dbae574201e",
"serviceDescription": "service",
"serviceInvariantUUID": "8212eded-cf81-40e7-a110-0c4b6b1f3c8c",
"resources": [
{
"resourceInstanceName": "basic_onboard_IKQcFF 0",
"resourceCustomizationUUID": "50f80a6e-8649-40c7-8a60-019b12ce6402",
"resourceName": "basic_onboard_IKQcFF",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "2e0c1ce1-db58-4d42-931b-8de675ec109d",
"resourceInvariantUUID": "69667285-e6df-49da-9b6d-3f7ecc9c92b1",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_ikqcff0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/resourceInstances/basic_onboard_ikqcff0/artifacts/basic_onboard_ikqcff0_modules.json",
"artifactChecksum": "ZTM2NTNlMGVjNjI1ODQ3Y2RkYmY2ZGIxMTYzYzQxNTQ\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "825a1664-081f-4a0d-9af2-67f40b91e4d4",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/resourceInstances/basic_onboard_ikqcff0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "4674f8b4-4a0f-48bb-bb7d-c381c4dcc4a1",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/resourceInstances/basic_onboard_ikqcff0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "bb4a439e-1988-4f66-a4dc-57203dbc0cd0",
"generatedFromUUID": "4674f8b4-4a0f-48bb-bb7d-c381c4dcc4a1"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/resourceInstances/basic_onboard_ikqcff0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "bb4a439e-1988-4f66-a4dc-57203dbc0cd0",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardIkqcff-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/artifacts/service-BasicOnboardIkqcff-csar.csar",
"artifactChecksum": "ZmIyOWUzOTBkMzQ5NjA4ODQyMGExNzIxM2JiZGQzNWU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "5820ab04-bc43-4f6a-8704-9f8a9a129907"
}
],
"workloadContext": "Production"
}
2022-09-24T05:58:53.515Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-24T05:58:53.516Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f4ec9af5-6ea3-40df-bd45-1dbae574201e ASDC
2022-09-24T05:58:53.619Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:4e0821ba-0fc9-4063-af52-17f5d4e442ab
ServiceName:basic_onboard_IKQcFF
ServiceVersion:1.0
ServiceUUID:f4ec9af5-6ea3-40df-bd45-1dbae574201e
ServiceInvariantUUID:8212eded-cf81-40e7-a110-0c4b6b1f3c8c
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardIkqcff-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/artifacts/service-BasicOnboardIkqcff-csar.csar
ArtifactUUID:5820ab04-bc43-4f6a-8704-9f8a9a129907
ArtifactChecksum:ZmIyOWUzOTBkMzQ5NjA4ODQyMGExNzIxM2JiZGQzNWU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_IKQcFF 0
ResourceCustomizationUUID:50f80a6e-8649-40c7-8a60-019b12ce6402
ResourceInvariantUUID:69667285-e6df-49da-9b6d-3f7ecc9c92b1
ResourceName:basic_onboard_IKQcFF
ResourceType:VF
ResourceUUID:2e0c1ce1-db58-4d42-931b-8de675ec109d
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_ikqcff0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/resourceInstances/basic_onboard_ikqcff0/artifacts/basic_onboard_ikqcff0_modules.json
ArtifactUUID:825a1664-081f-4a0d-9af2-67f40b91e4d4
ArtifactChecksum:ZTM2NTNlMGVjNjI1ODQ3Y2RkYmY2ZGIxMTYzYzQxNTQ=
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/BasicOnboardIkqcff/1.0/resourceInstances/basic_onboard_ikqcff0/artifacts/base_ubuntu18.yaml
ArtifactUUID:4674f8b4-4a0f-48bb-bb7d-c381c4dcc4a1
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/BasicOnboardIkqcff/1.0/resourceInstances/basic_onboard_ikqcff0/artifacts/base_ubuntu18.env
ArtifactUUID:bb4a439e-1988-4f66-a4dc-57203dbc0cd0
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/BasicOnboardIkqcff/1.0/resourceInstances/basic_onboard_ikqcff0/artifacts/base_ubuntu18.env
ArtifactUUID:bb4a439e-1988-4f66-a4dc-57203dbc0cd0
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-09-24T05:58:53.619Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f4ec9af5-6ea3-40df-bd45-1dbae574201e 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-09-24T05:58:53.996Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-24T05:58:53.998Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-09-24T05:58:54.000Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-09-24T05:58:54.000Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 5820ab04-bc43-4f6a-8704-9f8a9a129907 from URL: /sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/artifacts/service-BasicOnboardIkqcff-csar.csar
2022-09-24T05:58:54.000Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-09-24T05:58:54.002Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/artifacts/service-BasicOnboardIkqcff-csar.csar
2022-09-24T05:58:54.137Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-09-24T05:58:54.158Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/artifacts/service-BasicOnboardIkqcff-csar.csar 5820ab04-bc43-4f6a-8704-9f8a9a129907 75272
2022-09-24T05:58:54.161Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/artifacts/service-BasicOnboardIkqcff-csar.csar ASDC sendASDCNotification
2022-09-24T05:58:54.161Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/artifacts/service-BasicOnboardIkqcff-csar.csar
2022-09-24T05:58:54.163Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-24T05:58:54.164Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-24T05:58:54.167Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-24T05:58:54.168Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663999134159,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/artifacts/service-BasicOnboardIkqcff-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-24T05:58:54.268Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-24T05:58:54.269Z||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-09-24T05:58:54.269Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBG4IJh5xICFWcNV) ...
2022-09-24T05:58:54.286Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-24T05:58:54.287Z||pool-10-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-09-24T05:58:55.168Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-24T05:58:55.170Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-09-24T05:58:55.171Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 5820ab04-bc43-4f6a-8704-9f8a9a129907, URL: /sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/artifacts/service-BasicOnboardIkqcff-csar.csar to file: /app/ASDC/1/service-BasicOnboardIkqcff-csar.csar
2022-09-24T05:58:55.172Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardIkqcff-csar.csar
2022-09-24T05:58:55.321Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardIkqcff-csar.csar
2022-09-24T05:58:55.321Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardIkqcff-csar.csar
2022-09-24T05:58:55.952Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP78837931456950993/Definitions/service-BasicOnboardIkqcff-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-09-24T05:58:57.825Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-09-24T05:58:57.830Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-09-24T05:58:57.831Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardIkqcff-csar.csar
2022-09-24T05:58:57.831Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-09-24T05:58:57.831Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_IKQcFF 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-BasicOnboardIkqcff-csar.csar
2022-09-24T05:58:57.831Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardIkqcff-csar.csar
2022-09-24T05:58:57.831Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|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-BasicOnboardIkqcff-csar.csar
2022-09-24T05:58:57.831Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|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-BasicOnboardIkqcff-csar.csar
2022-09-24T05:58:57.831Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|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-BasicOnboardIkqcff-csar.csar
2022-09-24T05:58:57.831Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardIkqcff-csar.csar
2022-09-24T05:58:57.831Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardIkqcff-csar.csar
2022-09-24T05:58:57.831Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-09-24T05:58:57.838Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-24T05:58:57.839Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_IKQcFF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-24T05:58:57.843Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_IKQcFF 0 is matching search criteria
2022-09-24T05:58:57.843Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-09-24T05:58:57.845Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_IKQcFF 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-24T05:58:57.846Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-24T05:58:57.846Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_IKQcFF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-24T05:58:57.846Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_IKQcFF 0 is matching search criteria
2022-09-24T05:58:57.846Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-09-24T05:58:57.847Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_IKQcFF 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-24T05:58:57.847Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-24T05:58:57.847Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_IKQcFF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-24T05:58:57.850Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-24T05:58:57.851Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_IKQcFF 0 is not matching search criteria
2022-09-24T05:58:57.851Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-09-24T05:58:57.851Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-09-24T05:58:57.851Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-09-24T05:58:57.851Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-09-24T05:58:57.851Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-09-24T05:58:57.851Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-24T05:58:57.851Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_IKQcFF is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-24T05:58:57.853Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-24T05:58:57.853Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_IKQcFF 0 is matching search criteria
2022-09-24T05:58:57.853Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_IKQcFF 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-24T05:58:57.853Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-24T05:58:57.853Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_IKQcFF 0 is matching search criteria
2022-09-24T05:58:57.853Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_IKQcFF 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-24T05:58:57.854Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-24T05:58:57.854Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_IKQcFF 0 is matching search criteria
2022-09-24T05:58:57.854Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_IKQcFF 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-24T05:58:57.854Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-24T05:58:57.854Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_IKQcFF 0 is not matching search criteria
2022-09-24T05:58:57.854Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-09-24T05:58:57.854Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-09-24T05:58:57.854Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=7c76dd25-957c-416f-a3f8-31b6d23fa902
2022-09-24T05:58:57.854Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-24T05:58:57.854Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_IKQcFF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-24T05:58:57.854Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-24T05:58:57.854Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_IKQcFF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-24T05:58:57.854Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-24T05:58:57.854Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_IKQcFF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-24T05:58:57.854Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-24T05:58:57.855Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_IKQcFF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-24T05:58:57.855Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_IKQcFF
Description:service
Model UUID:f4ec9af5-6ea3-40df-bd45-1dbae574201e
Model Version:NULL
Model InvariantUuid:8212eded-cf81-40e7-a110-0c4b6b1f3c8c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_IKQcFF
Model UUID:8ddc4d42-ebae-4625-bfc9-fd79064e59d6
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:69667285-e6df-49da-9b6d-3f7ecc9c92b1
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:50f80a6e-8649-40c7-8a60-019b12ce6402
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:9d9835d3-826b-4fc5-af3a-41b7972d36cb
ModelName:BasicOnboardIkqcff..base_ubuntu18..module-0
ModelUuid:ec3b3bd2-e30d-42ea-9838-16dfd547f417
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:7c76dd25-957c-416f-a3f8-31b6d23fa902
ModelInvariantUuid:abd70497-5211-469d-a51b-e3ee0b41e6a2
ModelName:basic_onboard_IKQcFF-nodes.ubuntu18Cvfc
ModelUuid:9e34247c-9d43-4cc9-9288-ea47ed618d94
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:d65f1aaf-b470-4168-b4cd-1e776bbced0c
ModelInvariantUuid:429a38b8-74d9-40ed-9651-8967c7ab0609
ModelName:BasicOnboardIkqcff.compute.nodes.heat.ubuntu18
ModelUuid:acbe0497-7f53-4e54-80e0-829305d4f7bb
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-09-24T05:58:57.889Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 2e0c1ce1-db58-4d42-931b-8de675ec109d
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-09-24T05:58:58.009Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||INFO|500||basic_onboard_IKQcFF 0
2022-09-24T05:58:58.019Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 2e0c1ce1-db58-4d42-931b-8de675ec109d
2022-09-24T05:58:58.019Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 825a1664-081f-4a0d-9af2-67f40b91e4d4 from URL: /sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/resourceInstances/basic_onboard_ikqcff0/artifacts/basic_onboard_ikqcff0_modules.json
2022-09-24T05:58:58.019Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-09-24T05:58:58.020Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/resourceInstances/basic_onboard_ikqcff0/artifacts/basic_onboard_ikqcff0_modules.json
2022-09-24T05:58:58.078Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-09-24T05:58:58.078Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/resourceInstances/basic_onboard_ikqcff0/artifacts/basic_onboard_ikqcff0_modules.json 825a1664-081f-4a0d-9af2-67f40b91e4d4 798
2022-09-24T05:58:58.078Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/resourceInstances/basic_onboard_ikqcff0/artifacts/basic_onboard_ikqcff0_modules.json ASDC sendASDCNotification
2022-09-24T05:58:58.079Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/resourceInstances/basic_onboard_ikqcff0/artifacts/basic_onboard_ikqcff0_modules.json
2022-09-24T05:58:58.079Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-24T05:58:58.079Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-24T05:58:58.082Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-24T05:58:58.082Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663999138078,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/resourceInstances/basic_onboard_ikqcff0/artifacts/basic_onboard_ikqcff0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-09-24T05:58:58.182Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-24T05:58:58.183Z||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-09-24T05:58:58.187Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBG4IJh5xICFWcNV) ...
2022-09-24T05:58:58.204Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-24T05:58:58.204Z||pool-11-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-09-24T05:58:59.084Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardIkqcff..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "9d9835d3-826b-4fc5-af3a-41b7972d36cb",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "ec3b3bd2-e30d-42ea-9838-16dfd547f417",
"vfModuleModelCustomizationUUID": "dd641ae8-12df-4d1c-94fb-e2b2ff6510f3",
"isBase": true,
"artifacts": [
"4674f8b4-4a0f-48bb-bb7d-c381c4dcc4a1",
"bb4a439e-1988-4f66-a4dc-57203dbc0cd0"
],
"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-09-24T05:58:59.108Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardIkqcff..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ec3b3bd2-e30d-42ea-9838-16dfd547f417
VfModuleModelInvariantUUID:9d9835d3-826b-4fc5-af3a-41b7972d36cb
VfModuleModelDescription:NULL
Artifacts UUID List:{
4674f8b4-4a0f-48bb-bb7d-c381c4dcc4a1
,
bb4a439e-1988-4f66-a4dc-57203dbc0cd0
}
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-09-24T05:58:59.112Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardIkqcff..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "9d9835d3-826b-4fc5-af3a-41b7972d36cb",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "ec3b3bd2-e30d-42ea-9838-16dfd547f417",
"vfModuleModelCustomizationUUID": "dd641ae8-12df-4d1c-94fb-e2b2ff6510f3",
"isBase": true,
"artifacts": [
"4674f8b4-4a0f-48bb-bb7d-c381c4dcc4a1",
"bb4a439e-1988-4f66-a4dc-57203dbc0cd0"
],
"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-09-24T05:58:59.112Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardIkqcff..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ec3b3bd2-e30d-42ea-9838-16dfd547f417
VfModuleModelInvariantUUID:9d9835d3-826b-4fc5-af3a-41b7972d36cb
VfModuleModelDescription:NULL
Artifacts UUID List:{
4674f8b4-4a0f-48bb-bb7d-c381c4dcc4a1
,
bb4a439e-1988-4f66-a4dc-57203dbc0cd0
}
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-09-24T05:58:59.113Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 4674f8b4-4a0f-48bb-bb7d-c381c4dcc4a1 from URL: /sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/resourceInstances/basic_onboard_ikqcff0/artifacts/base_ubuntu18.yaml
2022-09-24T05:58:59.113Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-09-24T05:58:59.113Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/resourceInstances/basic_onboard_ikqcff0/artifacts/base_ubuntu18.yaml
2022-09-24T05:58:59.165Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-09-24T05:58:59.166Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/resourceInstances/basic_onboard_ikqcff0/artifacts/base_ubuntu18.yaml 4674f8b4-4a0f-48bb-bb7d-c381c4dcc4a1 5033
2022-09-24T05:58:59.166Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/resourceInstances/basic_onboard_ikqcff0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-09-24T05:58:59.166Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/resourceInstances/basic_onboard_ikqcff0/artifacts/base_ubuntu18.yaml
2022-09-24T05:58:59.166Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-24T05:58:59.167Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-24T05:58:59.171Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-24T05:58:59.172Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663999139166,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/resourceInstances/basic_onboard_ikqcff0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-09-24T05:58:59.272Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-24T05:58:59.273Z||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-09-24T05:58:59.273Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBG4IJh5xICFWcNV) ...
2022-09-24T05:58:59.289Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-24T05:58:59.289Z||pool-12-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-09-24T05:59:00.173Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: bb4a439e-1988-4f66-a4dc-57203dbc0cd0 from URL: /sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/resourceInstances/basic_onboard_ikqcff0/artifacts/base_ubuntu18.env
2022-09-24T05:59:00.173Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-09-24T05:59:00.173Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/resourceInstances/basic_onboard_ikqcff0/artifacts/base_ubuntu18.env
2022-09-24T05:59:00.223Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-09-24T05:59:00.224Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/resourceInstances/basic_onboard_ikqcff0/artifacts/base_ubuntu18.env bb4a439e-1988-4f66-a4dc-57203dbc0cd0 909
2022-09-24T05:59:00.224Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/resourceInstances/basic_onboard_ikqcff0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-09-24T05:59:00.224Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/resourceInstances/basic_onboard_ikqcff0/artifacts/base_ubuntu18.env
2022-09-24T05:59:00.224Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-24T05:59:00.224Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-24T05:59:00.227Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-24T05:59:00.228Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663999140224,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/resourceInstances/basic_onboard_ikqcff0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-09-24T05:59:00.328Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-24T05:59:00.329Z||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-09-24T05:59:00.329Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBG4IJh5xICFWcNV) ...
2022-09-24T05:59:00.347Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-24T05:59:00.348Z||pool-13-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-09-24T05:59:01.229Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: f4ec9af5-6ea3-40df-bd45-1dbae574201e
2022-09-24T05:59:01.229Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_IKQcFF 0 2e0c1ce1-db58-4d42-931b-8de675ec109d 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-09-24T05:59:01.272Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6b22f3e3, org.onap.sdc.toscaparser.api.parameters.Input@15a9e028, org.onap.sdc.toscaparser.api.parameters.Input@8205070, org.onap.sdc.toscaparser.api.parameters.Input@1e797db, org.onap.sdc.toscaparser.api.parameters.Input@7da6d1ef]
2022-09-24T05:59:01.277Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-24T05:59:01.277Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_IKQcFF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-24T05:59:01.277Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic
2022-09-24T05:59:01.277Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 50f80a6e-8649-40c7-8a60-019b12ce6402
2022-09-24T05:59:01.277Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 50f80a6e-8649-40c7-8a60-019b12ce6402 matches Tosca VF Customization UUID: 50f80a6e-8649-40c7-8a60-019b12ce6402
2022-09-24T05:59:01.277Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 50f80a6e-8649-40c7-8a60-019b12ce6402 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-09-24T05:59:01.286Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-24T05:59:01.287Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_IKQcFF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-24T05:59:01.289Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 50f80a6e-8649-40c7-8a60-019b12ce6402: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-09-24T05:59:01.289Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@43f29acb
2022-09-24T05:59:01.289Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-24T05:59:01.290Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_IKQcFF is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-24T05:59:01.290Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : dd641ae8-12df-4d1c-94fb-e2b2ff6510f3
2022-09-24T05:59:01.292Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID dd641ae8-12df-4d1c-94fb-e2b2ff6510f3
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-09-24T05:59:01.300Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-24T05:59:01.301Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_IKQcFF 0 is matching search criteria
2022-09-24T05:59:01.301Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_IKQcFF 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-24T05:59:01.302Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-24T05:59:01.303Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_IKQcFF 0 is matching search criteria
2022-09-24T05:59:01.305Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_IKQcFF 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-24T05:59:01.306Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-24T05:59:01.306Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_IKQcFF 0 is not matching search criteria
2022-09-24T05:59:01.306Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-09-24T05:59:01.306Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-09-24T05:59:01.306Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=7c76dd25-957c-416f-a3f8-31b6d23fa902
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-09-24T05:59:01.327Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-24T05:59:01.327Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_IKQcFF 0 is matching search criteria
2022-09-24T05:59:01.328Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_IKQcFF 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-24T05:59:01.328Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-24T05:59:01.328Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_IKQcFF 0 is matching search criteria
2022-09-24T05:59:01.328Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_IKQcFF 0] matching following query criteria: sdcType=VF, customizationUUID=50f80a6e-8649-40c7-8a60-019b12ce6402
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-09-24T05:59:01.331Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-24T05:59:01.332Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_IKQcFF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-24T05:59:01.332Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid f4ec9af5-6ea3-40df-bd45-1dbae574201e: basic_onboard_IKQcFF
2022-09-24T05:59:01.332Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-24T05:59:01.332Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_IKQcFF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-24T05:59:01.332Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-24T05:59:01.333Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_IKQcFF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-24T05:59:01.333Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-24T05:59:01.333Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_IKQcFF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-24T05:59:01.333Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-24T05:59:01.333Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_IKQcFF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-24T05:59:01.333Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-24T05:59:01.333Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_IKQcFF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-24T05:59:01.333Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||INFO|500||Saving Service: basic_onboard_IKQcFF
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-09-24T05:59:01.594Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_IKQcFF 2e0c1ce1-db58-4d42-931b-8de675ec109d 1 ASDC deployResourceStructure
2022-09-24T05:59:01.595Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/resourceInstances/basic_onboard_ikqcff0/artifacts/basic_onboard_ikqcff0_modules.json ASDC sendASDCNotification
2022-09-24T05:59:01.595Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/resourceInstances/basic_onboard_ikqcff0/artifacts/basic_onboard_ikqcff0_modules.json
2022-09-24T05:59:01.595Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-24T05:59:01.595Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-24T05:59:01.597Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-24T05:59:01.597Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663999141595,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/resourceInstances/basic_onboard_ikqcff0/artifacts/basic_onboard_ikqcff0_modules.json",
"status": "DEPLOY_OK"
}
2022-09-24T05:59:01.698Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-24T05:59:01.699Z||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-09-24T05:59:01.699Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBG4IJh5xICFWcNV) ...
2022-09-24T05:59:01.722Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-24T05:59:01.723Z||pool-14-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-09-24T05:59:02.598Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/resourceInstances/basic_onboard_ikqcff0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-09-24T05:59:02.599Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/resourceInstances/basic_onboard_ikqcff0/artifacts/base_ubuntu18.yaml
2022-09-24T05:59:02.599Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-24T05:59:02.600Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-24T05:59:02.602Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-24T05:59:02.602Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663999142598,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/resourceInstances/basic_onboard_ikqcff0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-09-24T05:59:02.702Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-24T05:59:02.704Z||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-09-24T05:59:02.704Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBG4IJh5xICFWcNV) ...
2022-09-24T05:59:02.716Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-24T05:59:02.717Z||pool-15-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-09-24T05:59:03.606Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/resourceInstances/basic_onboard_ikqcff0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-09-24T05:59:03.606Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/resourceInstances/basic_onboard_ikqcff0/artifacts/base_ubuntu18.env
2022-09-24T05:59:03.606Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-24T05:59:03.609Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-24T05:59:03.612Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-24T05:59:03.612Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663999143606,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/resourceInstances/basic_onboard_ikqcff0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-09-24T05:59:03.712Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-24T05:59:03.713Z||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-09-24T05:59:03.713Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBG4IJh5xICFWcNV) ...
2022-09-24T05:59:03.759Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-24T05:59:03.760Z||pool-16-thread-1|||||INFO|500||cambria reply ok (48 ms):{"serverTimeMs":0,"count":1}
2022-09-24T05:59:04.621Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/artifacts/service-BasicOnboardIkqcff-csar.csar ASDC sendASDCNotification
2022-09-24T05:59:04.621Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/artifacts/service-BasicOnboardIkqcff-csar.csar
2022-09-24T05:59:04.622Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-24T05:59:04.622Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-24T05:59:04.624Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-24T05:59:04.625Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663999144621,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/artifacts/service-BasicOnboardIkqcff-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-24T05:59:04.725Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-24T05:59:04.726Z||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-09-24T05:59:04.726Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBG4IJh5xICFWcNV) ...
2022-09-24T05:59:04.741Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-24T05:59:04.742Z||pool-17-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-09-24T05:59:05.626Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4e0821ba-0fc9-4063-af52-17f5d4e442ab
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-09-24T05:59:05.667Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4e0821ba-0fc9-4063-af52-17f5d4e442ab
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-09-24T05:59:05.674Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-24T05:59:05.675Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-24T05:59:05.675Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-24T05:59:35.676Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4e0821ba-0fc9-4063-af52-17f5d4e442ab
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-09-24T05:59:35.706Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4e0821ba-0fc9-4063-af52-17f5d4e442ab
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-09-24T05:59:35.734Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-24T05:59:35.734Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-24T05:59:35.735Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-24T05:59:43.945Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T05:59:43.946Z||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-09-24T05:59:43.946Z||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 oBG4IJh5xICFWcNV) ...
2022-09-24T05:59:43.973Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-24T05:59:43.974Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-24T05:59:43.974Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
"consumerID": "cds",
"timestamp": 1663999120651,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/resourceInstances/basic_onboard_ikqcff0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-24T05:59:43.975Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-24T06:00:05.735Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4e0821ba-0fc9-4063-af52-17f5d4e442ab
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-09-24T06:00:05.753Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4e0821ba-0fc9-4063-af52-17f5d4e442ab
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-09-24T06:00:05.756Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-24T06:00:05.757Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-24T06:00:05.757Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-24T06:00:35.757Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4e0821ba-0fc9-4063-af52-17f5d4e442ab
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-09-24T06:00:35.771Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4e0821ba-0fc9-4063-af52-17f5d4e442ab
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-09-24T06:00:35.775Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-24T06:00:35.775Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-24T06:00:35.775Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-24T06:00:43.945Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T06:00:43.947Z||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-09-24T06:00:43.947Z||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 oBG4IJh5xICFWcNV) ...
2022-09-24T06:00:44.000Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-24T06:00:44.001Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-24T06:00:44.001Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
"consumerID": "policy-id",
"timestamp": 1663999116805,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/resourceInstances/basic_onboard_ikqcff0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-24T06:00:44.002Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-24T06:00:44.002Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-24T06:00:44.002Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663999123938,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/resourceInstances/basic_onboard_ikqcff0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-24T06:00:44.003Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-24T06:01:05.776Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4e0821ba-0fc9-4063-af52-17f5d4e442ab
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-09-24T06:01:05.795Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4e0821ba-0fc9-4063-af52-17f5d4e442ab
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-09-24T06:01:05.800Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-24T06:01:05.801Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-24T06:01:05.801Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-24T06:01:35.801Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4e0821ba-0fc9-4063-af52-17f5d4e442ab
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-09-24T06:01:35.821Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4e0821ba-0fc9-4063-af52-17f5d4e442ab
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-09-24T06:01:35.825Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-24T06:01:35.825Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-24T06:01:35.825Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-24T06:01:43.945Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T06:01:43.946Z||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-09-24T06:01:43.946Z||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 oBG4IJh5xICFWcNV) ...
2022-09-24T06:01:43.988Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-24T06:01:43.992Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:01:43.992Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1663999124532,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/resourceInstances/basic_onboard_ikqcff0/artifacts/basic_onboard_ikqcff0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-24T06:01:43.993Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-24T06:01:43.993Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:01:43.993Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
"consumerID": "cds",
"timestamp": 1663999120651,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/resourceInstances/basic_onboard_ikqcff0/artifacts/basic_onboard_ikqcff0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-24T06:01:43.993Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-24T06:01:43.993Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:01:43.993Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
"consumerID": "policy-id",
"timestamp": 1663999116805,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/resourceInstances/basic_onboard_ikqcff0/artifacts/basic_onboard_ikqcff0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-24T06:01:43.993Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-24T06:01:43.993Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:01:43.994Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663999123938,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/resourceInstances/basic_onboard_ikqcff0/artifacts/basic_onboard_ikqcff0_modules.json",
"status": "NOTIFIED"
}
2022-09-24T06:01:43.994Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-24T06:01:43.994Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:01:43.994Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1663999124532,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/resourceInstances/basic_onboard_ikqcff0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-24T06:01:43.994Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-24T06:01:43.994Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:01:43.994Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
"consumerID": "cds",
"timestamp": 1663999120651,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/resourceInstances/basic_onboard_ikqcff0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-24T06:01:43.994Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-24T06:01:43.994Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:01:43.994Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
"consumerID": "policy-id",
"timestamp": 1663999116805,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/resourceInstances/basic_onboard_ikqcff0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-09-24T06:01:43.994Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-24T06:01:43.994Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:01:43.994Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663999123938,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/resourceInstances/basic_onboard_ikqcff0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-09-24T06:01:43.994Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-24T06:01:43.994Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:01:43.994Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
"consumerID": "ves-openapi-manager",
"timestamp": 1663999128568,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/resourceInstances/basic_onboard_ikqcff0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-24T06:01:43.995Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-24T06:01:43.995Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:01:43.995Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1663999124532,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/resourceInstances/basic_onboard_ikqcff0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-24T06:01:43.995Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-24T06:01:43.995Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:01:43.995Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
"consumerID": "cds",
"timestamp": 1663999120651,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/resourceInstances/basic_onboard_ikqcff0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-24T06:01:43.995Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-24T06:01:43.995Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:01:43.995Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663999123938,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/resourceInstances/basic_onboard_ikqcff0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-24T06:01:43.996Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-24T06:01:43.996Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:01:43.996Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
"consumerID": "policy-id",
"timestamp": 1663999116805,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/resourceInstances/basic_onboard_ikqcff0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-24T06:01:43.996Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-24T06:01:43.996Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:01:43.996Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
"consumerID": "multicloud-k8s-id",
"timestamp": 1663999128777,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/resourceInstances/basic_onboard_ikqcff0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-24T06:01:43.996Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-24T06:01:43.996Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:01:43.997Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
"consumerID": "ves-openapi-manager",
"timestamp": 1663999128568,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/resourceInstances/basic_onboard_ikqcff0/artifacts/basic_onboard_ikqcff0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-24T06:01:43.997Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-24T06:01:43.997Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:01:43.997Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1663999124532,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/resourceInstances/basic_onboard_ikqcff0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-09-24T06:01:43.997Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-24T06:01:43.997Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:01:43.997Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
"consumerID": "cds",
"timestamp": 1663999120651,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/resourceInstances/basic_onboard_ikqcff0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-09-24T06:01:43.997Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-24T06:01:43.997Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:01:43.997Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
"consumerID": "policy-id",
"timestamp": 1663999116805,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/resourceInstances/basic_onboard_ikqcff0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-09-24T06:01:43.997Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-24T06:01:43.997Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:01:43.997Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663999123938,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/resourceInstances/basic_onboard_ikqcff0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-09-24T06:01:43.997Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-24T06:01:43.997Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:01:43.997Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
"consumerID": "multicloud-k8s-id",
"timestamp": 1663999128777,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/resourceInstances/basic_onboard_ikqcff0/artifacts/basic_onboard_ikqcff0_modules.json",
"status": "NOTIFIED"
}
2022-09-24T06:01:43.997Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-24T06:01:43.997Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:01:43.997Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
"consumerID": "ves-openapi-manager",
"timestamp": 1663999128568,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/resourceInstances/basic_onboard_ikqcff0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-24T06:01:43.998Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-24T06:01:43.998Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:01:43.998Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1663999124532,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/artifacts/service-BasicOnboardIkqcff-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-24T06:01:43.998Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-24T06:01:43.998Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:01:43.998Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
"consumerID": "cds",
"timestamp": 1663999120651,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/artifacts/service-BasicOnboardIkqcff-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-24T06:01:43.998Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-24T06:01:43.998Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:01:43.998Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663999123938,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/artifacts/service-BasicOnboardIkqcff-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-24T06:01:43.998Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-24T06:01:43.998Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:01:43.998Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
"consumerID": "policy-id",
"timestamp": 1663999116805,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/artifacts/service-BasicOnboardIkqcff-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-24T06:01:43.998Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-24T06:01:43.998Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:01:43.998Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
"consumerID": "multicloud-k8s-id",
"timestamp": 1663999128777,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/resourceInstances/basic_onboard_ikqcff0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-09-24T06:01:43.998Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-24T06:01:43.998Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:01:43.999Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
"consumerID": "ves-openapi-manager",
"timestamp": 1663999128568,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/resourceInstances/basic_onboard_ikqcff0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-24T06:01:43.999Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-24T06:01:43.999Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:01:43.999Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1663999124532,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/artifacts/service-BasicOnboardIkqcff-csar.csar",
"status": "NOTIFIED"
}
2022-09-24T06:01:43.999Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-24T06:01:43.999Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:01:43.999Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
"consumerID": "cds",
"timestamp": 1663999120651,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/artifacts/service-BasicOnboardIkqcff-csar.csar",
"status": "NOTIFIED"
}
2022-09-24T06:01:43.999Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-24T06:01:43.999Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:01:43.999Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
"consumerID": "policy-id",
"timestamp": 1663999116805,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/artifacts/service-BasicOnboardIkqcff-csar.csar",
"status": "NOTIFIED"
}
2022-09-24T06:01:43.999Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-24T06:01:43.999Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:01:43.999Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663999123938,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/artifacts/service-BasicOnboardIkqcff-csar.csar",
"status": "NOTIFIED"
}
2022-09-24T06:01:43.999Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-24T06:01:44.000Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:01:44.000Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
"consumerID": "multicloud-k8s-id",
"timestamp": 1663999128777,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/resourceInstances/basic_onboard_ikqcff0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-24T06:01:44.000Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-24T06:01:44.000Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:01:44.000Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
"consumerID": "ves-openapi-manager",
"timestamp": 1663999128568,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/resourceInstances/basic_onboard_ikqcff0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-09-24T06:01:44.000Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-24T06:01:44.000Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:01:44.000Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
"consumerID": "cds",
"timestamp": 1663999133800,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/artifacts/service-BasicOnboardIkqcff-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-24T06:01:44.000Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:01:44.000Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:01:44.000Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1663999133500,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/artifacts/service-BasicOnboardIkqcff-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-24T06:01:44.000Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:01:44.000Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:01:44.000Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
"consumerID": "multicloud-k8s-id",
"timestamp": 1663999128777,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/resourceInstances/basic_onboard_ikqcff0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-09-24T06:01:44.000Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-24T06:01:44.001Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:01:44.001Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
"consumerID": "policy-id",
"timestamp": 1663999133554,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/artifacts/service-BasicOnboardIkqcff-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-24T06:01:44.001Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:01:44.001Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:01:44.001Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
"consumerID": "ves-openapi-manager",
"timestamp": 1663999128568,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/artifacts/service-BasicOnboardIkqcff-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-24T06:01:44.001Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-24T06:01:44.001Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:01:44.001Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663999134159,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/artifacts/service-BasicOnboardIkqcff-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-24T06:01:44.001Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:01:44.001Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:01:44.001Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
"consumerID": "cds",
"timestamp": 1663999134821,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/artifacts/service-BasicOnboardIkqcff-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-24T06:01:44.012Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4e0821ba-0fc9-4063-af52-17f5d4e442ab
2022-09-24T06:01:44.013Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4e0821ba-0fc9-4063-af52-17f5d4e442ab 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-09-24T06:01:44.026Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:01:44.026Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
"consumerID": "multicloud-k8s-id",
"timestamp": 1663999128777,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/artifacts/service-BasicOnboardIkqcff-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-24T06:01:44.026Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-24T06:01:44.026Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:01:44.026Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
"consumerID": "policy-id",
"timestamp": 1663999134583,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/artifacts/service-BasicOnboardIkqcff-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-24T06:01:44.026Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:01:44.026Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:01:44.026Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
"consumerID": "ves-openapi-manager",
"timestamp": 1663999128568,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/artifacts/service-BasicOnboardIkqcff-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-09-24T06:01:44.027Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-24T06:01:44.027Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:01:44.027Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
"consumerID": "multicloud-k8s-id",
"timestamp": 1663999128777,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/artifacts/service-BasicOnboardIkqcff-csar.csar",
"status": "NOTIFIED"
}
2022-09-24T06:01:44.027Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-24T06:01:44.027Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:01:44.027Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
"consumerID": "policy-id",
"timestamp": 1663999135599,
"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-09-24T06:01:44.034Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4e0821ba-0fc9-4063-af52-17f5d4e442ab
2022-09-24T06:01:44.034Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4e0821ba-0fc9-4063-af52-17f5d4e442ab 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-09-24T06:01:44.047Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:01:44.048Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
"consumerID": "multicloud-k8s-id",
"timestamp": 1663999136730,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/resourceInstances/basic_onboard_ikqcff0/artifacts/basic_onboard_ikqcff0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-09-24T06:01:44.048Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:01:44.048Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:01:44.048Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
"consumerID": "multicloud-k8s-id",
"timestamp": 1663999137844,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/resourceInstances/basic_onboard_ikqcff0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-09-24T06:01:44.048Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:01:44.048Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:01:44.049Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663999138078,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/resourceInstances/basic_onboard_ikqcff0/artifacts/basic_onboard_ikqcff0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-09-24T06:01:44.049Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:01:44.049Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:01:44.049Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1663999138172,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/artifacts/service-BasicOnboardIkqcff-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-24T06:01:44.049Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:01:44.049Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:01:44.049Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
"consumerID": "clamp",
"timestamp": 1663999138573,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/resourceInstances/basic_onboard_ikqcff0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-24T06:01:44.049Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-24T06:01:44.049Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:01:44.050Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
"consumerID": "multicloud-k8s-id",
"timestamp": 1663999138910,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/resourceInstances/basic_onboard_ikqcff0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-09-24T06:01:44.050Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:01:44.050Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:01:44.050Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663999139166,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/resourceInstances/basic_onboard_ikqcff0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-09-24T06:01:44.050Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:01:44.050Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:01:44.050Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1663999139178,
"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-09-24T06:01:44.058Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4e0821ba-0fc9-4063-af52-17f5d4e442ab
2022-09-24T06:01:44.059Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4e0821ba-0fc9-4063-af52-17f5d4e442ab 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-09-24T06:01:44.071Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:01:44.071Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
"consumerID": "clamp",
"timestamp": 1663999138573,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/resourceInstances/basic_onboard_ikqcff0/artifacts/basic_onboard_ikqcff0_modules.json",
"status": "NOTIFIED"
}
2022-09-24T06:01:44.072Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-24T06:01:44.072Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:01:44.072Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
"consumerID": "multicloud-k8s-id",
"timestamp": 1663999140000,
"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-09-24T06:01:44.079Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4e0821ba-0fc9-4063-af52-17f5d4e442ab
2022-09-24T06:01:44.080Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4e0821ba-0fc9-4063-af52-17f5d4e442ab 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: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-09-24T06:01:44.089Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:01:44.090Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663999140224,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/resourceInstances/basic_onboard_ikqcff0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-09-24T06:01:44.090Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:01:44.090Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:01:44.090Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
"consumerID": "clamp",
"timestamp": 1663999138573,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/resourceInstances/basic_onboard_ikqcff0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-24T06:01:44.090Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-24T06:01:44.090Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:01:44.090Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
"consumerID": "multicloud-k8s-id",
"timestamp": 1663999141005,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/resourceInstances/basic_onboard_ikqcff0/artifacts/basic_onboard_ikqcff0_modules.json",
"status": "DEPLOY_OK"
}
2022-09-24T06:01:44.090Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:01:44.091Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:01:44.091Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
"consumerID": "clamp",
"timestamp": 1663999138573,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/resourceInstances/basic_onboard_ikqcff0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-24T06:01:44.091Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-24T06:01:44.091Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:01:44.091Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663999141595,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/resourceInstances/basic_onboard_ikqcff0/artifacts/basic_onboard_ikqcff0_modules.json",
"status": "DEPLOY_OK"
}
2022-09-24T06:01:44.091Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:01:44.091Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:01:44.091Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
"consumerID": "clamp",
"timestamp": 1663999138573,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/resourceInstances/basic_onboard_ikqcff0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-09-24T06:01:44.091Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-24T06:01:44.091Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:01:44.091Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663999142598,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/resourceInstances/basic_onboard_ikqcff0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-09-24T06:01:44.091Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:01:44.091Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:01:44.091Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
"consumerID": "aai-ml",
"timestamp": 1663999142636,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/resourceInstances/basic_onboard_ikqcff0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-24T06:01:44.092Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-24T06:01:44.092Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:01:44.092Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
"consumerID": "clamp",
"timestamp": 1663999138573,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/artifacts/service-BasicOnboardIkqcff-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-24T06:01:44.092Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-24T06:01:44.092Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:01:44.092Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663999143606,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/resourceInstances/basic_onboard_ikqcff0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-09-24T06:01:44.092Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:01:44.092Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:01:44.092Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
"consumerID": "aai-ml",
"timestamp": 1663999142636,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/resourceInstances/basic_onboard_ikqcff0/artifacts/basic_onboard_ikqcff0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-24T06:01:44.092Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-24T06:01:44.092Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:01:44.092Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
"consumerID": "clamp",
"timestamp": 1663999138573,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/artifacts/service-BasicOnboardIkqcff-csar.csar",
"status": "NOTIFIED"
}
2022-09-24T06:01:44.092Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-24T06:01:44.092Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:01:44.093Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663999144621,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/artifacts/service-BasicOnboardIkqcff-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-24T06:01:44.093Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:01:44.093Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:01:44.093Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
"consumerID": "aai-ml",
"timestamp": 1663999142636,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/resourceInstances/basic_onboard_ikqcff0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-24T06:01:44.093Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-24T06:01:44.093Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:01:44.093Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
"consumerID": "aai-ml",
"timestamp": 1663999142636,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/resourceInstances/basic_onboard_ikqcff0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-24T06:01:44.093Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-24T06:01:44.093Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:01:44.093Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
"consumerID": "aai-ml",
"timestamp": 1663999142636,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/resourceInstances/basic_onboard_ikqcff0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-09-24T06:01:44.094Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-24T06:01:44.094Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:01:44.094Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
"consumerID": "aai-ml",
"timestamp": 1663999142636,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/artifacts/service-BasicOnboardIkqcff-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-24T06:01:44.094Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-24T06:01:44.094Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:01:44.094Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
"consumerID": "aai-ml",
"timestamp": 1663999142636,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/artifacts/service-BasicOnboardIkqcff-csar.csar",
"status": "NOTIFIED"
}
2022-09-24T06:01:44.094Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-24T06:01:44.094Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:01:44.094Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
"consumerID": "aai-ml",
"timestamp": 1663999150549,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/artifacts/service-BasicOnboardIkqcff-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-24T06:01:44.094Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:01:44.095Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:01:44.095Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
"consumerID": "clamp",
"timestamp": 1663999160714,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/artifacts/service-BasicOnboardIkqcff-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-24T06:01:44.095Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:01:44.095Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:01:44.095Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
"consumerID": "clamp",
"timestamp": 1663999162775,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/artifacts/service-BasicOnboardIkqcff-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-24T06:01:44.095Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:01:44.095Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:01:44.095Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
"consumerID": "clamp",
"timestamp": 1663999163785,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
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-09-24T06:01:44.103Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 4e0821ba-0fc9-4063-af52-17f5d4e442ab
2022-09-24T06:01:44.103Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4e0821ba-0fc9-4063-af52-17f5d4e442ab and ComponentName clamp
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-09-24T06:01:44.116Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:01:44.116Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
"consumerID": "aai-ml",
"timestamp": 1663999171308,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkqcff/1.0/artifacts/service-BasicOnboardIkqcff-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-24T06:01:44.116Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:01:44.117Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:01:44.117Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
"consumerID": "aai-ml",
"timestamp": 1663999172314,
"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-09-24T06:01:44.125Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4e0821ba-0fc9-4063-af52-17f5d4e442ab
2022-09-24T06:01:44.125Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4e0821ba-0fc9-4063-af52-17f5d4e442ab 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-09-24T06:02:05.826Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4e0821ba-0fc9-4063-af52-17f5d4e442ab
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-09-24T06:02:05.843Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4e0821ba-0fc9-4063-af52-17f5d4e442ab
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-09-24T06:02:05.850Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-24T06:02:05.850Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-24T06:02:05.851Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-09-24T06:02:05.851Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-09-24T06:02:05.851Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-24T06:02:05.852Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-24T06:02:05.852Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-24T06:02:05.852Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-24T06:02:05.852Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-24T06:02:05.853Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-24T06:02:05.853Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|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-09-24T06:02:05.868Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-09-24T06:02:35.868Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4e0821ba-0fc9-4063-af52-17f5d4e442ab 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-09-24T06:02:35.889Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4e0821ba-0fc9-4063-af52-17f5d4e442ab and serviceModelVersionId: f4ec9af5-6ea3-40df-bd45-1dbae574201e
2022-09-24T06:02:35.890Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8212eded-cf81-40e7-a110-0c4b6b1f3c8c
2022-09-24T06:02:43.945Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T06:02:43.946Z||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-09-24T06:02:43.946Z||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 oBG4IJh5xICFWcNV) ...
2022-09-24T06:02:44.016Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-24T06:02:44.019Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:02:44.019Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1663999274532,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220924060017/1.0/resourceInstances/vfw892724da31f50/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-24T06:02:44.020Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-24T06:02:44.020Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:02:44.023Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
"consumerID": "policy-id",
"timestamp": 1663999276804,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220924060017/1.0/resourceInstances/vfw892724da31f50/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-24T06:02:44.023Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-24T06:02:44.024Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:02:44.024Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1663999274532,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220924060017/1.0/resourceInstances/vfw892724da31f50/artifacts/vfw892724da31f50_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-24T06:02:44.025Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-24T06:02:44.025Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:02:44.026Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
"consumerID": "policy-id",
"timestamp": 1663999276804,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220924060017/1.0/resourceInstances/vfw892724da31f50/artifacts/vfw892724da31f50_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-24T06:02:44.026Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-24T06:02:44.027Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:02:44.028Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1663999274532,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220924060017/1.0/resourceInstances/vfw892724da31f50/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-24T06:02:44.028Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-24T06:02:44.028Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:02:44.028Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
"consumerID": "policy-id",
"timestamp": 1663999276804,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220924060017/1.0/resourceInstances/vfw892724da31f50/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-09-24T06:02:44.029Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-24T06:02:44.029Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:02:44.029Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
"consumerID": "cds",
"timestamp": 1663999285651,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220924060017/1.0/resourceInstances/vfw892724da31f50/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-24T06:02:44.029Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-24T06:02:44.029Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:02:44.029Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1663999274532,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220924060017/1.0/resourceInstances/vfw892724da31f50/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-24T06:02:44.029Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-24T06:02:44.029Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:02:44.029Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
"consumerID": "policy-id",
"timestamp": 1663999276804,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220924060017/1.0/resourceInstances/vfw892724da31f50/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-24T06:02:44.029Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-24T06:02:44.030Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:02:44.030Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
"consumerID": "cds",
"timestamp": 1663999285651,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220924060017/1.0/resourceInstances/vfw892724da31f50/artifacts/vfw892724da31f50_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-24T06:02:44.030Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-24T06:02:44.030Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:02:44.030Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1663999274532,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220924060017/1.0/resourceInstances/vfw892724da31f50/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-09-24T06:02:44.030Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-24T06:02:44.030Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:02:44.030Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
"consumerID": "policy-id",
"timestamp": 1663999276804,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220924060017/1.0/resourceInstances/vfw892724da31f50/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-09-24T06:02:44.030Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-24T06:02:44.030Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:02:44.030Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
"consumerID": "cds",
"timestamp": 1663999285651,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220924060017/1.0/resourceInstances/vfw892724da31f50/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-24T06:02:44.031Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-24T06:02:44.031Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:02:44.032Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
"consumerID": "clamp",
"timestamp": 1663999288576,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220924060017/1.0/resourceInstances/vfw892724da31f50/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-24T06:02:44.032Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-24T06:02:44.032Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:02:44.032Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1663999274532,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220924060017/1.0/artifacts/service-Vfw20220924060017-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-24T06:02:44.032Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-24T06:02:44.032Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:02:44.032Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
"consumerID": "policy-id",
"timestamp": 1663999276804,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220924060017/1.0/artifacts/service-Vfw20220924060017-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-24T06:02:44.032Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-24T06:02:44.032Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:02:44.032Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
"consumerID": "ves-openapi-manager",
"timestamp": 1663999288570,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220924060017/1.0/resourceInstances/vfw892724da31f50/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-24T06:02:44.033Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-24T06:02:44.033Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:02:44.033Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
"consumerID": "cds",
"timestamp": 1663999285651,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220924060017/1.0/resourceInstances/vfw892724da31f50/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-24T06:02:44.033Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-24T06:02:44.033Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:02:44.033Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
"consumerID": "clamp",
"timestamp": 1663999288576,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220924060017/1.0/resourceInstances/vfw892724da31f50/artifacts/vfw892724da31f50_modules.json",
"status": "NOTIFIED"
}
2022-09-24T06:02:44.033Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-24T06:02:44.033Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:02:44.034Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1663999288777,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220924060017/1.0/resourceInstances/vfw892724da31f50/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-24T06:02:44.034Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-24T06:02:44.034Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:02:44.034Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1663999274532,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220924060017/1.0/artifacts/service-Vfw20220924060017-csar.csar",
"status": "NOTIFIED"
}
2022-09-24T06:02:44.034Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-24T06:02:44.034Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:02:44.034Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
"consumerID": "policy-id",
"timestamp": 1663999276804,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220924060017/1.0/artifacts/service-Vfw20220924060017-csar.csar",
"status": "NOTIFIED"
}
2022-09-24T06:02:44.034Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-24T06:02:44.034Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:02:44.034Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
"consumerID": "ves-openapi-manager",
"timestamp": 1663999288570,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220924060017/1.0/resourceInstances/vfw892724da31f50/artifacts/vfw892724da31f50_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-24T06:02:44.034Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-24T06:02:44.035Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:02:44.035Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
"consumerID": "cds",
"timestamp": 1663999285651,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220924060017/1.0/resourceInstances/vfw892724da31f50/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-09-24T06:02:44.035Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-24T06:02:44.035Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:02:44.035Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
"consumerID": "clamp",
"timestamp": 1663999288576,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220924060017/1.0/resourceInstances/vfw892724da31f50/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-24T06:02:44.036Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-24T06:02:44.038Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:02:44.039Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1663999288777,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220924060017/1.0/resourceInstances/vfw892724da31f50/artifacts/vfw892724da31f50_modules.json",
"status": "NOTIFIED"
}
2022-09-24T06:02:44.040Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-24T06:02:44.040Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:02:44.040Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1663999290570,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220924060017/1.0/artifacts/service-Vfw20220924060017-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-24T06:02:44.041Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:02:44.041Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:02:44.041Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
"consumerID": "policy-id",
"timestamp": 1663999290700,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220924060017/1.0/artifacts/service-Vfw20220924060017-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-24T06:02:44.041Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:02:44.041Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:02:44.041Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
"consumerID": "ves-openapi-manager",
"timestamp": 1663999288570,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220924060017/1.0/resourceInstances/vfw892724da31f50/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-24T06:02:44.042Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-24T06:02:44.042Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:02:44.042Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
"consumerID": "cds",
"timestamp": 1663999285651,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220924060017/1.0/artifacts/service-Vfw20220924060017-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-24T06:02:44.042Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-24T06:02:44.042Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:02:44.042Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
"consumerID": "clamp",
"timestamp": 1663999288576,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220924060017/1.0/resourceInstances/vfw892724da31f50/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-24T06:02:44.042Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-24T06:02:44.043Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:02:44.043Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1663999288777,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220924060017/1.0/resourceInstances/vfw892724da31f50/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-09-24T06:02:44.043Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-24T06:02:44.044Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:02:44.044Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
"consumerID": "policy-id",
"timestamp": 1663999291710,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220924060017/1.0/artifacts/service-Vfw20220924060017-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-24T06:02:44.044Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:02:44.044Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:02:44.044Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
"consumerID": "ves-openapi-manager",
"timestamp": 1663999288570,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220924060017/1.0/resourceInstances/vfw892724da31f50/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-24T06:02:44.045Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-24T06:02:44.045Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:02:44.045Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
"consumerID": "cds",
"timestamp": 1663999285651,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220924060017/1.0/artifacts/service-Vfw20220924060017-csar.csar",
"status": "NOTIFIED"
}
2022-09-24T06:02:44.045Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-24T06:02:44.045Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:02:44.045Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
"consumerID": "clamp",
"timestamp": 1663999288576,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220924060017/1.0/resourceInstances/vfw892724da31f50/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-09-24T06:02:44.045Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-24T06:02:44.046Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:02:44.046Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1663999288777,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220924060017/1.0/resourceInstances/vfw892724da31f50/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-24T06:02:44.046Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-24T06:02:44.046Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:02:44.046Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
"consumerID": "policy-id",
"timestamp": 1663999292722,
"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=?
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-09-24T06:02:44.073Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e7fbcf77-2c95-4b72-8d46-b9d57877a3f1
2022-09-24T06:02:44.073Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e7fbcf77-2c95-4b72-8d46-b9d57877a3f1 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-09-24T06:02:44.095Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:02:44.095Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
"consumerID": "ves-openapi-manager",
"timestamp": 1663999288570,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220924060017/1.0/resourceInstances/vfw892724da31f50/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-09-24T06:02:44.096Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-24T06:02:44.096Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:02:44.096Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
"consumerID": "aai-ml",
"timestamp": 1663999292636,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220924060017/1.0/resourceInstances/vfw892724da31f50/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-24T06:02:44.097Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-24T06:02:44.097Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:02:44.097Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
"consumerID": "cds",
"timestamp": 1663999293440,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220924060017/1.0/artifacts/service-Vfw20220924060017-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-24T06:02:44.097Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:02:44.097Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:02:44.097Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
"consumerID": "clamp",
"timestamp": 1663999288576,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220924060017/1.0/artifacts/service-Vfw20220924060017-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-24T06:02:44.097Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-24T06:02:44.097Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:02:44.098Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1663999288777,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220924060017/1.0/resourceInstances/vfw892724da31f50/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-09-24T06:02:44.098Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-24T06:02:44.098Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:02:44.098Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
"consumerID": "ves-openapi-manager",
"timestamp": 1663999288570,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220924060017/1.0/artifacts/service-Vfw20220924060017-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-24T06:02:44.098Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-24T06:02:44.098Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:02:44.098Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1663999294002,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220924060017/1.0/artifacts/service-Vfw20220924060017-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-24T06:02:44.098Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:02:44.098Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:02:44.098Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
"consumerID": "aai-ml",
"timestamp": 1663999292636,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220924060017/1.0/resourceInstances/vfw892724da31f50/artifacts/vfw892724da31f50_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-24T06:02:44.099Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-24T06:02:44.099Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:02:44.099Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
"consumerID": "cds",
"timestamp": 1663999294446,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220924060017/1.0/artifacts/service-Vfw20220924060017-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-24T06:02:44.111Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e7fbcf77-2c95-4b72-8d46-b9d57877a3f1
2022-09-24T06:02:44.112Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e7fbcf77-2c95-4b72-8d46-b9d57877a3f1 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-09-24T06:02:44.125Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:02:44.126Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
"consumerID": "clamp",
"timestamp": 1663999288576,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220924060017/1.0/artifacts/service-Vfw20220924060017-csar.csar",
"status": "NOTIFIED"
}
2022-09-24T06:02:44.126Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-24T06:02:44.126Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:02:44.126Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1663999288777,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220924060017/1.0/artifacts/service-Vfw20220924060017-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-24T06:02:44.126Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-24T06:02:44.126Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:02:44.127Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
"consumerID": "ves-openapi-manager",
"timestamp": 1663999288570,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220924060017/1.0/artifacts/service-Vfw20220924060017-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-09-24T06:02:44.127Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-24T06:02:44.127Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:02:44.127Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1663999295005,
"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-09-24T06:02:44.189Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e7fbcf77-2c95-4b72-8d46-b9d57877a3f1
2022-09-24T06:02:44.190Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e7fbcf77-2c95-4b72-8d46-b9d57877a3f1 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-09-24T06:02:44.205Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:02:44.206Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
"consumerID": "aai-ml",
"timestamp": 1663999292636,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220924060017/1.0/resourceInstances/vfw892724da31f50/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-24T06:02:44.207Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-24T06:02:44.207Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:02:44.207Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1663999288777,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220924060017/1.0/artifacts/service-Vfw20220924060017-csar.csar",
"status": "NOTIFIED"
}
2022-09-24T06:02:44.207Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-24T06:02:44.207Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:02:44.208Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
"consumerID": "aai-ml",
"timestamp": 1663999292636,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220924060017/1.0/resourceInstances/vfw892724da31f50/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-24T06:02:44.209Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-24T06:02:44.209Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:02:44.209Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1663999296552,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220924060017/1.0/resourceInstances/vfw892724da31f50/artifacts/vfw892724da31f50_modules.json",
"status": "DOWNLOAD_OK"
}
2022-09-24T06:02:44.209Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:02:44.209Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:02:44.210Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
"consumerID": "aai-ml",
"timestamp": 1663999292636,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220924060017/1.0/resourceInstances/vfw892724da31f50/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-09-24T06:02:44.210Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-24T06:02:44.210Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:02:44.210Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1663999297652,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220924060017/1.0/resourceInstances/vfw892724da31f50/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-09-24T06:02:44.210Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:02:44.210Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:02:44.210Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
"consumerID": "aai-ml",
"timestamp": 1663999292636,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220924060017/1.0/artifacts/service-Vfw20220924060017-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-24T06:02:44.210Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-24T06:02:44.210Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:02:44.210Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1663999298711,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220924060017/1.0/resourceInstances/vfw892724da31f50/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-09-24T06:02:44.211Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:02:44.211Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:02:44.211Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
"consumerID": "aai-ml",
"timestamp": 1663999292636,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220924060017/1.0/artifacts/service-Vfw20220924060017-csar.csar",
"status": "NOTIFIED"
}
2022-09-24T06:02:44.211Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-24T06:02:44.211Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:02:44.211Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1663999299738,
"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-09-24T06:02:44.219Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e7fbcf77-2c95-4b72-8d46-b9d57877a3f1
2022-09-24T06:02:44.219Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e7fbcf77-2c95-4b72-8d46-b9d57877a3f1 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: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-09-24T06:02:44.232Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:02:44.232Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
"consumerID": "aai-ml",
"timestamp": 1663999300445,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220924060017/1.0/artifacts/service-Vfw20220924060017-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-24T06:02:44.233Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:02:44.233Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:02:44.233Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1663999300742,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220924060017/1.0/resourceInstances/vfw892724da31f50/artifacts/vfw892724da31f50_modules.json",
"status": "DEPLOY_OK"
}
2022-09-24T06:02:44.233Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:02:48.752Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8212eded-cf81-40e7-a110-0c4b6b1f3c8c/model-vers/model-ver/f4ec9af5-6ea3-40df-bd45-1dbae574201e?depth=0
2022-09-24T06:02:48.932Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-09-24T06:02:49.512Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8212eded-cf81-40e7-a110-0c4b6b1f3c8c/model-vers/model-ver/f4ec9af5-6ea3-40df-bd45-1dbae574201e?depth=0|INFO|500||Invoke
2022-09-24T06:02:49.540Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8212eded-cf81-40e7-a110-0c4b6b1f3c8c/model-vers/model-ver/f4ec9af5-6ea3-40df-bd45-1dbae574201e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8212eded-cf81-40e7-a110-0c4b6b1f3c8c/model-vers/model-ver/f4ec9af5-6ea3-40df-bd45-1dbae574201e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[4e0821ba-0fc9-4063-af52-17f5d4e442ab], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e7a41212-c492-4f54-8c27-f4c7a7d32b08], X-ECOMP-RequestID=[4e0821ba-0fc9-4063-af52-17f5d4e442ab], X-TransactionId=[], X-ONAP-RequestID=[4e0821ba-0fc9-4063-af52-17f5d4e442ab], Content-Type=[application/merge-patch+json]}
2022-09-24T06:02:49.743Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8212eded-cf81-40e7-a110-0c4b6b1f3c8c/model-vers/model-ver/f4ec9af5-6ea3-40df-bd45-1dbae574201e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-09-24T06:02:50.135Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8212eded-cf81-40e7-a110-0c4b6b1f3c8c/model-vers/model-ver/f4ec9af5-6ea3-40df-bd45-1dbae574201e?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/8212eded-cf81-40e7-a110-0c4b6b1f3c8c/model-vers/model-ver/f4ec9af5-6ea3-40df-bd45-1dbae574201e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220924-06:02:49:649-22586], vertex-id=[180392], Content-Length=[0], Date=[Sat, 24 Sep 2022 06:02:49 GMT], Content-Type=[application/json]}
2022-09-24T06:02:50.138Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8212eded-cf81-40e7-a110-0c4b6b1f3c8c/model-vers/model-ver/f4ec9af5-6ea3-40df-bd45-1dbae574201e?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-09-24T06:02:50.140Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8212eded-cf81-40e7-a110-0c4b6b1f3c8c/model-vers/model-ver/f4ec9af5-6ea3-40df-bd45-1dbae574201e?depth=0|INFO|500||InvokeReturn
2022-09-24T06:02:50.146Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-09-24T06:02:50.148Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|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-09-24T06:02:50.157Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|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-09-24T06:02:50.158Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4e0821ba-0fc9-4063-af52-17f5d4e442ab and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-09-24T06:02:50.160Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-09-24T06:02:50.160Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-24T06:02:50.163Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-24T06:02:50.163Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663999370158,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-24T06:02:50.263Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-24T06:02:50.265Z||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-09-24T06:02:50.265Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBG4IJh5xICFWcNV) ...
2022-09-24T06:02:50.280Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-24T06:02:50.281Z||pool-18-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: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-09-24T06:02:51.177Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T06:02:51.178Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|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-09-24T06:02:51.179Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|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 oBG4IJh5xICFWcNV) ...
2022-09-24T06:02:55.680Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-24T06:02:55.682Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-24T06:02:55.682Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"e7fbcf77-2c95-4b72-8d46-b9d57877a3f1","serviceName":"vFW 2022-09-24 06-00-17","serviceVersion":"1.0","serviceUUID":"fef599fa-8ea4-4d0e-afca-04a61e80db21","serviceDescription":"catalog service description","serviceInvariantUUID":"1ceb1665-0429-4e25-833d-1b58885fe12c","resources":[{"resourceInstanceName":"vFW 892724da-31f5 0","resourceName":"vFW 892724da-31f5","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"87b278c5-750f-40c5-934b-4e1f01f6cbab","resourceInvariantUUID":"0dc8ab1e-a31e-4943-b8a6-35e069345ec4","resourceCustomizationUUID":"1c94b7b1-c726-453f-9156-bd1dfac1ead2","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220924060017/1.0/resourceInstances/vfw892724da31f50/artifacts/vf-license-model.xml","artifactChecksum":"MzhlY2UxMTUxMjY1NmJkNTkzNTQyOTU3N2JhN2EzZjQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"bbe78841-6983-48e9-ac1d-fb76925ded93","artifactVersion":"1"},{"artifactName":"vfw892724da31f50_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220924060017/1.0/resourceInstances/vfw892724da31f50/artifacts/vfw892724da31f50_modules.json","artifactChecksum":"MjdhMjY4YzA2OTk3YzYxZTg5MzNiMzgwYjFiNzYyNmI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"9b5f16d6-6a67-4aec-8e1b-e8a56e472023","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220924060017/1.0/resourceInstances/vfw892724da31f50/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a6f02879-b768-44ec-a5e4-962a4cabcc93","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220924060017/1.0/resourceInstances/vfw892724da31f50/artifacts/vendor-license-model.xml","artifactChecksum":"YjZhYjkyNDA0YTM1OTU0Yjc0NjYyNmJjMGM3NzNjOTU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"cac78da4-c6f5-48ba-8d87-35c263f9912d","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220924060017/1.0/resourceInstances/vfw892724da31f50/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"857a84c9-070e-4517-b273-c0a29f96a9dd","artifactVersion":"2","generatedFromUUID":"a6f02879-b768-44ec-a5e4-962a4cabcc93"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220924060017-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220924060017/1.0/artifacts/service-Vfw20220924060017-template.yml","artifactChecksum":"YzE2MDZjOGExNzkxM2UyNGYyMGJlNThlMTQ0ZDQ2YjE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ba5e8065-f7f6-4668-9445-5d02e70c3048","artifactVersion":"1"},{"artifactName":"service-Vfw20220924060017-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220924060017/1.0/artifacts/service-Vfw20220924060017-csar.csar","artifactChecksum":"ZDdhN2EyOTA4ODVkNzM1NDIwOWFkNjcwZmRkMGY1ODg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"17d44d49-5c7a-4cc4-8801-b334d4bfb8c1","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-24T06:02:55.683Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-24T06:02:55.684Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-24T06:02:55.686Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-24T06:02:55.686Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663999371177,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220924060017/1.0/resourceInstances/vfw892724da31f50/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-24T06:02:55.786Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-24T06:02:55.787Z||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-09-24T06:02:55.787Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBG4IJh5xICFWcNV) ...
2022-09-24T06:02:55.804Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-24T06:02:55.805Z||pool-19-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-09-24T06:02:56.695Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-24T06:02:56.697Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-24T06:02:56.700Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-24T06:02:56.700Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663999371177,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220924060017/1.0/resourceInstances/vfw892724da31f50/artifacts/vfw892724da31f50_modules.json",
"status": "NOTIFIED"
}
2022-09-24T06:02:56.800Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-24T06:02:56.803Z||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-09-24T06:02:56.804Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBG4IJh5xICFWcNV) ...
2022-09-24T06:02:56.818Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-24T06:02:56.819Z||pool-20-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-09-24T06:02:57.700Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-24T06:02:57.702Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-24T06:02:57.704Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-24T06:02:57.704Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663999371177,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220924060017/1.0/resourceInstances/vfw892724da31f50/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-09-24T06:02:57.804Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-24T06:02:57.806Z||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-09-24T06:02:57.806Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBG4IJh5xICFWcNV) ...
2022-09-24T06:02:57.819Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-24T06:02:57.820Z||pool-21-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-09-24T06:02:58.705Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-24T06:02:58.706Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-24T06:02:58.708Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-24T06:02:58.708Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663999371177,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220924060017/1.0/resourceInstances/vfw892724da31f50/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-24T06:02:58.809Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-09-24T06:02:58.810Z||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-09-24T06:02:58.810Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBG4IJh5xICFWcNV) ...
2022-09-24T06:02:58.819Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-24T06:02:58.820Z||pool-22-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-09-24T06:02:59.709Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-24T06:02:59.710Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-24T06:02:59.712Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-24T06:02:59.712Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663999371177,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220924060017/1.0/resourceInstances/vfw892724da31f50/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-09-24T06:02:59.812Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-24T06:02:59.814Z||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-09-24T06:02:59.814Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBG4IJh5xICFWcNV) ...
2022-09-24T06:02:59.827Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-24T06:02:59.828Z||pool-23-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-09-24T06:03:00.713Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-24T06:03:00.714Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-24T06:03:00.717Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-24T06:03:00.717Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663999371177,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220924060017/1.0/artifacts/service-Vfw20220924060017-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-24T06:03:00.817Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-24T06:03:00.818Z||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-09-24T06:03:00.818Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBG4IJh5xICFWcNV) ...
2022-09-24T06:03:00.832Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-24T06:03:00.833Z||pool-24-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-09-24T06:03:01.717Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-24T06:03:01.718Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-24T06:03:01.720Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-24T06:03:01.720Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663999371177,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220924060017/1.0/artifacts/service-Vfw20220924060017-csar.csar",
"status": "NOTIFIED"
}
2022-09-24T06:03:01.820Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-24T06:03:01.822Z||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-09-24T06:03:01.822Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBG4IJh5xICFWcNV) ...
2022-09-24T06:03:01.838Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-24T06:03:01.839Z||pool-25-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-09-24T06:03:02.721Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
"serviceName": "vFW 2022-09-24 06-00-17",
"serviceVersion": "1.0",
"serviceUUID": "fef599fa-8ea4-4d0e-afca-04a61e80db21",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "1ceb1665-0429-4e25-833d-1b58885fe12c",
"resources": [
{
"resourceInstanceName": "vFW 892724da-31f5 0",
"resourceCustomizationUUID": "1c94b7b1-c726-453f-9156-bd1dfac1ead2",
"resourceName": "vFW 892724da-31f5",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "87b278c5-750f-40c5-934b-4e1f01f6cbab",
"resourceInvariantUUID": "0dc8ab1e-a31e-4943-b8a6-35e069345ec4",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw892724da31f50_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220924060017/1.0/resourceInstances/vfw892724da31f50/artifacts/vfw892724da31f50_modules.json",
"artifactChecksum": "MjdhMjY4YzA2OTk3YzYxZTg5MzNiMzgwYjFiNzYyNmI\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "9b5f16d6-6a67-4aec-8e1b-e8a56e472023",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220924060017/1.0/resourceInstances/vfw892724da31f50/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "a6f02879-b768-44ec-a5e4-962a4cabcc93",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220924060017/1.0/resourceInstances/vfw892724da31f50/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "857a84c9-070e-4517-b273-c0a29f96a9dd",
"generatedFromUUID": "a6f02879-b768-44ec-a5e4-962a4cabcc93"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220924060017/1.0/resourceInstances/vfw892724da31f50/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "857a84c9-070e-4517-b273-c0a29f96a9dd",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220924060017-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220924060017/1.0/artifacts/service-Vfw20220924060017-csar.csar",
"artifactChecksum": "ZDdhN2EyOTA4ODVkNzM1NDIwOWFkNjcwZmRkMGY1ODg\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "17d44d49-5c7a-4cc4-8801-b334d4bfb8c1"
}
],
"workloadContext": "Production"
}
2022-09-24T06:03:02.722Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-24T06:03:02.723Z|4e0821ba-0fc9-4063-af52-17f5d4e442ab|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 fef599fa-8ea4-4d0e-afca-04a61e80db21 ASDC
2022-09-24T06:03:02.723Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:e7fbcf77-2c95-4b72-8d46-b9d57877a3f1
ServiceName:vFW 2022-09-24 06-00-17
ServiceVersion:1.0
ServiceUUID:fef599fa-8ea4-4d0e-afca-04a61e80db21
ServiceInvariantUUID:1ceb1665-0429-4e25-833d-1b58885fe12c
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220924060017-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220924060017/1.0/artifacts/service-Vfw20220924060017-csar.csar
ArtifactUUID:17d44d49-5c7a-4cc4-8801-b334d4bfb8c1
ArtifactChecksum:ZDdhN2EyOTA4ODVkNzM1NDIwOWFkNjcwZmRkMGY1ODg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 892724da-31f5 0
ResourceCustomizationUUID:1c94b7b1-c726-453f-9156-bd1dfac1ead2
ResourceInvariantUUID:0dc8ab1e-a31e-4943-b8a6-35e069345ec4
ResourceName:vFW 892724da-31f5
ResourceType:VF
ResourceUUID:87b278c5-750f-40c5-934b-4e1f01f6cbab
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw892724da31f50_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220924060017/1.0/resourceInstances/vfw892724da31f50/artifacts/vfw892724da31f50_modules.json
ArtifactUUID:9b5f16d6-6a67-4aec-8e1b-e8a56e472023
ArtifactChecksum:MjdhMjY4YzA2OTk3YzYxZTg5MzNiMzgwYjFiNzYyNmI=
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/Vfw20220924060017/1.0/resourceInstances/vfw892724da31f50/artifacts/base_vfw.yaml
ArtifactUUID:a6f02879-b768-44ec-a5e4-962a4cabcc93
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/Vfw20220924060017/1.0/resourceInstances/vfw892724da31f50/artifacts/base_vfw.env
ArtifactUUID:857a84c9-070e-4517-b273-c0a29f96a9dd
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/Vfw20220924060017/1.0/resourceInstances/vfw892724da31f50/artifacts/base_vfw.env
ArtifactUUID:857a84c9-070e-4517-b273-c0a29f96a9dd
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-09-24T06:03:02.724Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fef599fa-8ea4-4d0e-afca-04a61e80db21 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-09-24T06:03:02.756Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-24T06:03:02.757Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-09-24T06:03:02.757Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-09-24T06:03:02.758Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 17d44d49-5c7a-4cc4-8801-b334d4bfb8c1 from URL: /sdc/v1/catalog/services/Vfw20220924060017/1.0/artifacts/service-Vfw20220924060017-csar.csar
2022-09-24T06:03:02.758Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-09-24T06:03:02.758Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220924060017/1.0/artifacts/service-Vfw20220924060017-csar.csar
2022-09-24T06:03:02.832Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-09-24T06:03:02.838Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220924060017/1.0/artifacts/service-Vfw20220924060017-csar.csar 17d44d49-5c7a-4cc4-8801-b334d4bfb8c1 100626
2022-09-24T06:03:02.839Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220924060017/1.0/artifacts/service-Vfw20220924060017-csar.csar ASDC sendASDCNotification
2022-09-24T06:03:02.839Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220924060017/1.0/artifacts/service-Vfw20220924060017-csar.csar
2022-09-24T06:03:02.839Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-24T06:03:02.840Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-24T06:03:02.842Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-24T06:03:02.844Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663999382839,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220924060017/1.0/artifacts/service-Vfw20220924060017-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-24T06:03:02.943Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-24T06:03:02.944Z||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-09-24T06:03:02.944Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBG4IJh5xICFWcNV) ...
2022-09-24T06:03:02.958Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-24T06:03:02.959Z||pool-26-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-09-24T06:03:03.844Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-24T06:03:03.845Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-09-24T06:03:03.846Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 17d44d49-5c7a-4cc4-8801-b334d4bfb8c1, URL: /sdc/v1/catalog/services/Vfw20220924060017/1.0/artifacts/service-Vfw20220924060017-csar.csar to file: /app/ASDC/1/service-Vfw20220924060017-csar.csar
2022-09-24T06:03:03.846Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220924060017-csar.csar
2022-09-24T06:03:03.846Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220924060017-csar.csar
2022-09-24T06:03:03.846Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220924060017-csar.csar
2022-09-24T06:03:04.063Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4383623327879330585/Definitions/service-Vfw20220924060017-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
2022-09-24T06:03:06.001Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-09-24T06:03:06.002Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-09-24T06:03:06.002Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220924060017-csar.csar
2022-09-24T06:03:06.002Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-09-24T06:03:06.002Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220924060017-csar.csar
2022-09-24T06:03:06.002Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|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-Vfw20220924060017-csar.csar
2022-09-24T06:03:06.003Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220924060017-csar.csar
2022-09-24T06:03:06.003Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|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-Vfw20220924060017-csar.csar
2022-09-24T06:03:06.003Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220924060017-csar.csar
2022-09-24T06:03:06.003Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220924060017-csar.csar
2022-09-24T06:03:06.003Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|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-Vfw20220924060017-csar.csar
2022-09-24T06:03:06.003Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220924060017-csar.csar
2022-09-24T06:03:06.003Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220924060017-csar.csar
2022-09-24T06:03:06.003Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 892724da-31f5 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-Vfw20220924060017-csar.csar
2022-09-24T06:03:06.003Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220924060017-csar.csar
2022-09-24T06:03:06.003Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-09-24T06:03:06.003Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-24T06:03:06.003Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-09-24 06-00-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-24T06:03:06.004Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template vFW 892724da-31f5 0 is matching search criteria
2022-09-24T06:03:06.004Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-09-24T06:03:06.004Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 892724da-31f5 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-24T06:03:06.004Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-24T06:03:06.004Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-09-24 06-00-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-24T06:03:06.004Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template vFW 892724da-31f5 0 is matching search criteria
2022-09-24T06:03:06.004Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-09-24T06:03:06.005Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 892724da-31f5 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-24T06:03:06.005Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-24T06:03:06.005Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-09-24 06-00-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-24T06:03:06.005Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-24T06:03:06.005Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template vFW 892724da-31f5 0 is not matching search criteria
2022-09-24T06:03:06.005Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-24T06:03:06.005Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-24T06:03:06.006Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-24T06:03:06.006Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-24T06:03:06.006Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-24T06:03:06.006Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-24T06:03:06.006Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-24T06:03:06.006Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-24T06:03:06.006Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-24T06:03:06.006Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-24T06:03:06.006Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-24T06:03:06.006Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-24T06:03:06.006Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-24T06:03:06.006Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-24T06:03:06.007Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-24T06:03:06.007Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-09-24T06:03:06.007Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-24T06:03:06.007Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-09-24 06-00-17 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-24T06:03:06.007Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-24T06:03:06.007Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template vFW 892724da-31f5 0 is matching search criteria
2022-09-24T06:03:06.007Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 892724da-31f5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-24T06:03:06.008Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-24T06:03:06.008Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template vFW 892724da-31f5 0 is matching search criteria
2022-09-24T06:03:06.008Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 892724da-31f5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-24T06:03:06.008Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-24T06:03:06.008Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template vFW 892724da-31f5 0 is matching search criteria
2022-09-24T06:03:06.008Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 892724da-31f5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-24T06:03:06.008Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-24T06:03:06.008Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template vFW 892724da-31f5 0 is not matching search criteria
2022-09-24T06:03:06.008Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-24T06:03:06.009Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-09-24T06:03:06.009Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-24T06:03:06.009Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-24T06:03:06.009Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-24T06:03:06.009Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-24T06:03:06.009Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-24T06:03:06.009Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-24T06:03:06.009Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-24T06:03:06.009Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-24T06:03:06.009Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-24T06:03:06.009Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=8961b264-54b4-4a1e-a98a-8ff6f4762525
2022-09-24T06:03:06.010Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-24T06:03:06.010Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template vFW 892724da-31f5 0 is not matching search criteria
2022-09-24T06:03:06.010Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-24T06:03:06.010Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-24T06:03:06.010Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-24T06:03:06.010Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-24T06:03:06.010Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-24T06:03:06.010Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-24T06:03:06.010Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-24T06:03:06.010Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-09-24T06:03:06.010Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-24T06:03:06.011Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-24T06:03:06.011Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-24T06:03:06.011Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-24T06:03:06.011Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c03e7ec6-6a03-48c7-8506-c72fed914f62
2022-09-24T06:03:06.011Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-24T06:03:06.011Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template vFW 892724da-31f5 0 is not matching search criteria
2022-09-24T06:03:06.011Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-24T06:03:06.011Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-24T06:03:06.011Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-24T06:03:06.011Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-24T06:03:06.012Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-24T06:03:06.012Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-24T06:03:06.012Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-24T06:03:06.012Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-24T06:03:06.012Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-24T06:03:06.012Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-24T06:03:06.012Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-24T06:03:06.012Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-09-24T06:03:06.012Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=94a8f5c0-2a8a-40c3-8fab-0c1dfea931ae
2022-09-24T06:03:06.012Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-24T06:03:06.013Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-09-24 06-00-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-24T06:03:06.013Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-24T06:03:06.013Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-09-24 06-00-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-24T06:03:06.013Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-24T06:03:06.013Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-09-24 06-00-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-24T06:03:06.013Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-24T06:03:06.013Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-09-24 06-00-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-24T06:03:06.013Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-09-24 06-00-17
Description:catalog service description
Model UUID:fef599fa-8ea4-4d0e-afca-04a61e80db21
Model Version:NULL
Model InvariantUuid:1ceb1665-0429-4e25-833d-1b58885fe12c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 892724da-31f5
Model UUID:30826577-81e7-4291-9220-05ab3fedae04
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:0dc8ab1e-a31e-4943-b8a6-35e069345ec4
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:1c94b7b1-c726-453f-9156-bd1dfac1ead2
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:35ecab84-b5f0-4eb6-9115-c8b144532e5b
ModelName:Vfw892724da31f5..base_vfw..module-0
ModelUuid:05b26bea-0328-4625-a821-fed33cd20111
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:8961b264-54b4-4a1e-a98a-8ff6f4762525
ModelInvariantUuid:a9a32d56-1aee-43aa-b037-af4cc0fd3abb
ModelName:vFW 892724da-31f5-nodes.vfwCvfc
ModelUuid:bf1a5a40-fd3f-4421-8945-56c5c2ba54ca
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:13dc208e-16c8-4081-9e2b-c02c533981a8
ModelInvariantUuid:f9bb1d2c-00d9-4b8a-adc9-4c97eb111c32
ModelName:Vfw892724da31f5.compute.nodes.heat.vfw
ModelUuid:6191ac93-1ebf-4ef1-89a8-f7f3f68ae0f0
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:c03e7ec6-6a03-48c7-8506-c72fed914f62
ModelInvariantUuid:96aea422-ad5f-4541-9a02-e52793755c52
ModelName:vFW 892724da-31f5-nodes.vsnCvfc
ModelUuid:9ad0462d-a843-4930-a045-401b7291d125
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:fe95dab7-4c50-4592-8d90-26ab3aad3b57
ModelInvariantUuid:57dc5da8-214d-4a8a-8844-321fe316f24b
ModelName:Vfw892724da31f5.compute.nodes.heat.vsn
ModelUuid:70f47713-9432-482b-adbb-1fc561c8e296
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:94a8f5c0-2a8a-40c3-8fab-0c1dfea931ae
ModelInvariantUuid:ac7692de-2de9-42aa-a452-45e10bdf8ba6
ModelName:vFW 892724da-31f5-nodes.vpgCvfc
ModelUuid:86a398ea-e39d-40bb-90f7-d78d89f1a537
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:0c82e8a9-30b1-4956-a384-4429e2775d4c
ModelInvariantUuid:edb2a917-f4d6-4879-81f0-fc1bfd418b94
ModelName:Vfw892724da31f5.compute.nodes.heat.vpg
ModelUuid:b6aaa64e-55f7-4829-b380-9fff96daf43b
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-09-24T06:03:06.026Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 87b278c5-750f-40c5-934b-4e1f01f6cbab
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-09-24T06:03:06.032Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||INFO|500||vFW 892724da-31f5 0
2022-09-24T06:03:06.032Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 87b278c5-750f-40c5-934b-4e1f01f6cbab
2022-09-24T06:03:06.032Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 9b5f16d6-6a67-4aec-8e1b-e8a56e472023 from URL: /sdc/v1/catalog/services/Vfw20220924060017/1.0/resourceInstances/vfw892724da31f50/artifacts/vfw892724da31f50_modules.json
2022-09-24T06:03:06.032Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-09-24T06:03:06.032Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220924060017/1.0/resourceInstances/vfw892724da31f50/artifacts/vfw892724da31f50_modules.json
2022-09-24T06:03:06.088Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-09-24T06:03:06.089Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220924060017/1.0/resourceInstances/vfw892724da31f50/artifacts/vfw892724da31f50_modules.json 9b5f16d6-6a67-4aec-8e1b-e8a56e472023 785
2022-09-24T06:03:06.089Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220924060017/1.0/resourceInstances/vfw892724da31f50/artifacts/vfw892724da31f50_modules.json ASDC sendASDCNotification
2022-09-24T06:03:06.090Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220924060017/1.0/resourceInstances/vfw892724da31f50/artifacts/vfw892724da31f50_modules.json
2022-09-24T06:03:06.090Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-24T06:03:06.090Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-24T06:03:06.092Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-24T06:03:06.093Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663999386089,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220924060017/1.0/resourceInstances/vfw892724da31f50/artifacts/vfw892724da31f50_modules.json",
"status": "DOWNLOAD_OK"
}
2022-09-24T06:03:06.193Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-24T06:03:06.194Z||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-09-24T06:03:06.194Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBG4IJh5xICFWcNV) ...
2022-09-24T06:03:06.205Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-24T06:03:06.206Z||pool-27-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-09-24T06:03:07.093Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw892724da31f5..base_vfw..module-0",
"vfModuleModelInvariantUUID": "35ecab84-b5f0-4eb6-9115-c8b144532e5b",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "05b26bea-0328-4625-a821-fed33cd20111",
"vfModuleModelCustomizationUUID": "9d0205c7-fbfa-4d02-a7e4-c9f9919d5582",
"isBase": true,
"artifacts": [
"a6f02879-b768-44ec-a5e4-962a4cabcc93",
"857a84c9-070e-4517-b273-c0a29f96a9dd"
],
"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-09-24T06:03:07.101Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw892724da31f5..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:05b26bea-0328-4625-a821-fed33cd20111
VfModuleModelInvariantUUID:35ecab84-b5f0-4eb6-9115-c8b144532e5b
VfModuleModelDescription:NULL
Artifacts UUID List:{
a6f02879-b768-44ec-a5e4-962a4cabcc93
,
857a84c9-070e-4517-b273-c0a29f96a9dd
}
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-09-24T06:03:07.104Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw892724da31f5..base_vfw..module-0",
"vfModuleModelInvariantUUID": "35ecab84-b5f0-4eb6-9115-c8b144532e5b",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "05b26bea-0328-4625-a821-fed33cd20111",
"vfModuleModelCustomizationUUID": "9d0205c7-fbfa-4d02-a7e4-c9f9919d5582",
"isBase": true,
"artifacts": [
"a6f02879-b768-44ec-a5e4-962a4cabcc93",
"857a84c9-070e-4517-b273-c0a29f96a9dd"
],
"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-09-24T06:03:07.105Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw892724da31f5..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:05b26bea-0328-4625-a821-fed33cd20111
VfModuleModelInvariantUUID:35ecab84-b5f0-4eb6-9115-c8b144532e5b
VfModuleModelDescription:NULL
Artifacts UUID List:{
a6f02879-b768-44ec-a5e4-962a4cabcc93
,
857a84c9-070e-4517-b273-c0a29f96a9dd
}
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-09-24T06:03:07.105Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: a6f02879-b768-44ec-a5e4-962a4cabcc93 from URL: /sdc/v1/catalog/services/Vfw20220924060017/1.0/resourceInstances/vfw892724da31f50/artifacts/base_vfw.yaml
2022-09-24T06:03:07.105Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-09-24T06:03:07.105Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220924060017/1.0/resourceInstances/vfw892724da31f50/artifacts/base_vfw.yaml
2022-09-24T06:03:07.170Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-09-24T06:03:07.172Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220924060017/1.0/resourceInstances/vfw892724da31f50/artifacts/base_vfw.yaml a6f02879-b768-44ec-a5e4-962a4cabcc93 20368
2022-09-24T06:03:07.173Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220924060017/1.0/resourceInstances/vfw892724da31f50/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-09-24T06:03:07.173Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220924060017/1.0/resourceInstances/vfw892724da31f50/artifacts/base_vfw.yaml
2022-09-24T06:03:07.174Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-24T06:03:07.174Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-24T06:03:07.178Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-24T06:03:07.178Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663999387173,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220924060017/1.0/resourceInstances/vfw892724da31f50/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-09-24T06:03:07.279Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-09-24T06:03:07.281Z||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-09-24T06:03:07.281Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBG4IJh5xICFWcNV) ...
2022-09-24T06:03:07.323Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-24T06:03:07.324Z||pool-28-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":0,"count":1}
2022-09-24T06:03:08.179Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 857a84c9-070e-4517-b273-c0a29f96a9dd from URL: /sdc/v1/catalog/services/Vfw20220924060017/1.0/resourceInstances/vfw892724da31f50/artifacts/base_vfw.env
2022-09-24T06:03:08.180Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-09-24T06:03:08.180Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220924060017/1.0/resourceInstances/vfw892724da31f50/artifacts/base_vfw.env
2022-09-24T06:03:08.237Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-09-24T06:03:08.237Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220924060017/1.0/resourceInstances/vfw892724da31f50/artifacts/base_vfw.env 857a84c9-070e-4517-b273-c0a29f96a9dd 2098
2022-09-24T06:03:08.238Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220924060017/1.0/resourceInstances/vfw892724da31f50/artifacts/base_vfw.env ASDC sendASDCNotification
2022-09-24T06:03:08.238Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220924060017/1.0/resourceInstances/vfw892724da31f50/artifacts/base_vfw.env
2022-09-24T06:03:08.238Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-24T06:03:08.238Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-24T06:03:08.244Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-24T06:03:08.245Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663999388238,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220924060017/1.0/resourceInstances/vfw892724da31f50/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-09-24T06:03:08.342Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-09-24T06:03:08.343Z||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-09-24T06:03:08.343Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBG4IJh5xICFWcNV) ...
2022-09-24T06:03:08.357Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-24T06:03:08.358Z||pool-29-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-09-24T06:03:09.246Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: fef599fa-8ea4-4d0e-afca-04a61e80db21
2022-09-24T06:03:09.247Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 892724da-31f5 0 87b278c5-750f-40c5-934b-4e1f01f6cbab 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-09-24T06:03:09.286Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@707e10d7, org.onap.sdc.toscaparser.api.parameters.Input@19df8842, org.onap.sdc.toscaparser.api.parameters.Input@25af2bc3, org.onap.sdc.toscaparser.api.parameters.Input@4bc95a22, org.onap.sdc.toscaparser.api.parameters.Input@4b310324]
2022-09-24T06:03:09.288Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-24T06:03:09.289Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-09-24 06-00-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-24T06:03:09.289Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic
2022-09-24T06:03:09.289Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 1c94b7b1-c726-453f-9156-bd1dfac1ead2
2022-09-24T06:03:09.289Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 1c94b7b1-c726-453f-9156-bd1dfac1ead2 matches Tosca VF Customization UUID: 1c94b7b1-c726-453f-9156-bd1dfac1ead2
2022-09-24T06:03:09.289Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 1c94b7b1-c726-453f-9156-bd1dfac1ead2 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-09-24T06:03:09.297Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-24T06:03:09.298Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-09-24 06-00-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-24T06:03:09.300Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 1c94b7b1-c726-453f-9156-bd1dfac1ead2: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-09-24T06:03:09.300Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@73fd9495
2022-09-24T06:03:09.301Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-24T06:03:09.301Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-09-24 06-00-17 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-24T06:03:09.301Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 9d0205c7-fbfa-4d02-a7e4-c9f9919d5582
2022-09-24T06:03:09.302Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 9d0205c7-fbfa-4d02-a7e4-c9f9919d5582
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-09-24T06:03:09.306Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-24T06:03:09.307Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template vFW 892724da-31f5 0 is matching search criteria
2022-09-24T06:03:09.310Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 892724da-31f5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-24T06:03:09.311Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-24T06:03:09.312Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template vFW 892724da-31f5 0 is matching search criteria
2022-09-24T06:03:09.312Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 892724da-31f5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-24T06:03:09.312Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-24T06:03:09.312Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template vFW 892724da-31f5 0 is not matching search criteria
2022-09-24T06:03:09.313Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-24T06:03:09.313Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-09-24T06:03:09.313Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-24T06:03:09.313Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-24T06:03:09.313Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-24T06:03:09.313Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-24T06:03:09.313Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-24T06:03:09.313Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-24T06:03:09.313Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-24T06:03:09.313Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-24T06:03:09.314Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-24T06:03:09.314Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=8961b264-54b4-4a1e-a98a-8ff6f4762525
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-09-24T06:03:09.317Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-24T06:03:09.317Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template vFW 892724da-31f5 0 is matching search criteria
2022-09-24T06:03:09.318Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 892724da-31f5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-24T06:03:09.318Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-24T06:03:09.318Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template vFW 892724da-31f5 0 is not matching search criteria
2022-09-24T06:03:09.318Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-24T06:03:09.318Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-24T06:03:09.319Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-24T06:03:09.319Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-24T06:03:09.319Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-24T06:03:09.319Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-24T06:03:09.319Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-24T06:03:09.319Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-09-24T06:03:09.319Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-24T06:03:09.319Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-24T06:03:09.320Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-24T06:03:09.320Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-24T06:03:09.320Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c03e7ec6-6a03-48c7-8506-c72fed914f62
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-09-24T06:03:09.324Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-24T06:03:09.325Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template vFW 892724da-31f5 0 is matching search criteria
2022-09-24T06:03:09.325Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 892724da-31f5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-24T06:03:09.329Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-24T06:03:09.329Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template vFW 892724da-31f5 0 is not matching search criteria
2022-09-24T06:03:09.329Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-24T06:03:09.330Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-24T06:03:09.330Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-24T06:03:09.330Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-24T06:03:09.330Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-24T06:03:09.330Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-24T06:03:09.330Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-24T06:03:09.330Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-24T06:03:09.330Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-24T06:03:09.330Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-24T06:03:09.330Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-24T06:03:09.330Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-09-24T06:03:09.330Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=94a8f5c0-2a8a-40c3-8fab-0c1dfea931ae
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-09-24T06:03:09.334Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-24T06:03:09.334Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template vFW 892724da-31f5 0 is matching search criteria
2022-09-24T06:03:09.334Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 892724da-31f5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-24T06:03:09.335Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-24T06:03:09.335Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Node template vFW 892724da-31f5 0 is matching search criteria
2022-09-24T06:03:09.335Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 892724da-31f5 0] matching following query criteria: sdcType=VF, customizationUUID=1c94b7b1-c726-453f-9156-bd1dfac1ead2
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-09-24T06:03:09.338Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-24T06:03:09.338Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-09-24 06-00-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-24T06:03:09.338Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid fef599fa-8ea4-4d0e-afca-04a61e80db21: vFW 892724da-31f5
2022-09-24T06:03:09.338Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-24T06:03:09.338Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-09-24 06-00-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-24T06:03:09.338Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-24T06:03:09.338Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-09-24 06-00-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-24T06:03:09.338Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-24T06:03:09.342Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-09-24 06-00-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-24T06:03:09.343Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-24T06:03:09.343Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-09-24 06-00-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-24T06:03:09.343Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-24T06:03:09.343Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-09-24 06-00-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-24T06:03:09.343Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||INFO|500||Saving Service: vFW 2022-09-24 06-00-17
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-09-24T06:03:09.610Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 892724da-31f5 87b278c5-750f-40c5-934b-4e1f01f6cbab 1 ASDC deployResourceStructure
2022-09-24T06:03:09.610Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220924060017/1.0/resourceInstances/vfw892724da31f50/artifacts/vfw892724da31f50_modules.json ASDC sendASDCNotification
2022-09-24T06:03:09.611Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220924060017/1.0/resourceInstances/vfw892724da31f50/artifacts/vfw892724da31f50_modules.json
2022-09-24T06:03:09.611Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-24T06:03:09.611Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-24T06:03:09.613Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-24T06:03:09.613Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663999389610,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220924060017/1.0/resourceInstances/vfw892724da31f50/artifacts/vfw892724da31f50_modules.json",
"status": "DEPLOY_OK"
}
2022-09-24T06:03:09.715Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-09-24T06:03:09.717Z||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-09-24T06:03:09.717Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBG4IJh5xICFWcNV) ...
2022-09-24T06:03:09.734Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-24T06:03:09.736Z||pool-30-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-09-24T06:03:10.614Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220924060017/1.0/resourceInstances/vfw892724da31f50/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-09-24T06:03:10.615Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220924060017/1.0/resourceInstances/vfw892724da31f50/artifacts/base_vfw.yaml
2022-09-24T06:03:10.615Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-24T06:03:10.615Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-24T06:03:10.619Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-24T06:03:10.620Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663999390614,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220924060017/1.0/resourceInstances/vfw892724da31f50/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-09-24T06:03:10.719Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-24T06:03:10.720Z||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-09-24T06:03:10.720Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBG4IJh5xICFWcNV) ...
2022-09-24T06:03:10.737Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-24T06:03:10.738Z||pool-31-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-09-24T06:03:11.621Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220924060017/1.0/resourceInstances/vfw892724da31f50/artifacts/base_vfw.env ASDC sendASDCNotification
2022-09-24T06:03:11.622Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220924060017/1.0/resourceInstances/vfw892724da31f50/artifacts/base_vfw.env
2022-09-24T06:03:11.622Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-24T06:03:11.622Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-24T06:03:11.624Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-24T06:03:11.624Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663999391621,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220924060017/1.0/resourceInstances/vfw892724da31f50/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-09-24T06:03:11.724Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-24T06:03:11.725Z||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-09-24T06:03:11.726Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBG4IJh5xICFWcNV) ...
2022-09-24T06:03:11.748Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-24T06:03:11.749Z||pool-32-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-09-24T06:03:12.625Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220924060017/1.0/artifacts/service-Vfw20220924060017-csar.csar ASDC sendASDCNotification
2022-09-24T06:03:12.626Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220924060017/1.0/artifacts/service-Vfw20220924060017-csar.csar
2022-09-24T06:03:12.626Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-24T06:03:12.626Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-24T06:03:12.628Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-24T06:03:12.629Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663999392625,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220924060017/1.0/artifacts/service-Vfw20220924060017-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-24T06:03:12.729Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-24T06:03:12.730Z||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-09-24T06:03:12.731Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBG4IJh5xICFWcNV) ...
2022-09-24T06:03:12.749Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-24T06:03:12.750Z||pool-33-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-09-24T06:03:13.630Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e7fbcf77-2c95-4b72-8d46-b9d57877a3f1
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-09-24T06:03:13.648Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e7fbcf77-2c95-4b72-8d46-b9d57877a3f1
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-09-24T06:03:13.655Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-24T06:03:13.655Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-24T06:03:13.655Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-24T06:03:43.656Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e7fbcf77-2c95-4b72-8d46-b9d57877a3f1
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-09-24T06:03:43.680Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e7fbcf77-2c95-4b72-8d46-b9d57877a3f1
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-09-24T06:03:43.685Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-24T06:03:43.685Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-24T06:03:43.685Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-24T06:03:43.945Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T06:03:43.946Z||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-09-24T06:03:43.947Z||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 oBG4IJh5xICFWcNV) ...
2022-09-24T06:03:44.001Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-24T06:03:44.002Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:03:44.002Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
"consumerID": "clamp",
"timestamp": 1663999307735,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220924060017/1.0/artifacts/service-Vfw20220924060017-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-24T06:03:44.004Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:03:44.004Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:03:44.004Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
"consumerID": "clamp",
"timestamp": 1663999309744,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220924060017/1.0/artifacts/service-Vfw20220924060017-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-24T06:03:44.004Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:03:44.005Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:03:44.005Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
"consumerID": "clamp",
"timestamp": 1663999310748,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
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-09-24T06:03:44.014Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e7fbcf77-2c95-4b72-8d46-b9d57877a3f1
2022-09-24T06:03:44.014Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e7fbcf77-2c95-4b72-8d46-b9d57877a3f1 and ComponentName clamp
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-09-24T06:03:44.028Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:03:44.029Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
"consumerID": "aai-ml",
"timestamp": 1663999319931,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220924060017/1.0/artifacts/service-Vfw20220924060017-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-24T06:03:44.029Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:03:44.029Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:03:44.030Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
"consumerID": "aai-ml",
"timestamp": 1663999320936,
"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-09-24T06:03:44.037Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e7fbcf77-2c95-4b72-8d46-b9d57877a3f1
2022-09-24T06:03:44.037Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e7fbcf77-2c95-4b72-8d46-b9d57877a3f1 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-09-24T06:04:13.685Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e7fbcf77-2c95-4b72-8d46-b9d57877a3f1
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-09-24T06:04:13.705Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e7fbcf77-2c95-4b72-8d46-b9d57877a3f1
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-09-24T06:04:13.709Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-24T06:04:13.709Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-24T06:04:13.710Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-09-24T06:04:13.710Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-09-24T06:04:13.710Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-24T06:04:13.710Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-24T06:04:13.710Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-24T06:04:13.710Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-24T06:04:13.710Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-24T06:04:13.710Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-24T06:04:13.710Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|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-09-24T06:04:13.717Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-09-24T06:04:43.718Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e7fbcf77-2c95-4b72-8d46-b9d57877a3f1 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-09-24T06:04:43.728Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e7fbcf77-2c95-4b72-8d46-b9d57877a3f1 and serviceModelVersionId: fef599fa-8ea4-4d0e-afca-04a61e80db21
2022-09-24T06:04:43.728Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1ceb1665-0429-4e25-833d-1b58885fe12c
2022-09-24T06:04:43.731Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1ceb1665-0429-4e25-833d-1b58885fe12c/model-vers/model-ver/fef599fa-8ea4-4d0e-afca-04a61e80db21?depth=0
2022-09-24T06:04:43.738Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-09-24T06:04:43.786Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|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/1ceb1665-0429-4e25-833d-1b58885fe12c/model-vers/model-ver/fef599fa-8ea4-4d0e-afca-04a61e80db21?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-09-24T06:04:43.820Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ceb1665-0429-4e25-833d-1b58885fe12c/model-vers/model-ver/fef599fa-8ea4-4d0e-afca-04a61e80db21?depth=0|INFO|500||Invoke
2022-09-24T06:04:43.863Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ceb1665-0429-4e25-833d-1b58885fe12c/model-vers/model-ver/fef599fa-8ea4-4d0e-afca-04a61e80db21?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-09-24T06:04:43.945Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T06:04:43.946Z||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-09-24T06:04:43.946Z||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 oBG4IJh5xICFWcNV) ...
2022-09-24T06:04:44.029Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ceb1665-0429-4e25-833d-1b58885fe12c/model-vers/model-ver/fef599fa-8ea4-4d0e-afca-04a61e80db21?depth=0|INFO|500||InvokeReturn
2022-09-24T06:04:44.030Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|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/1ceb1665-0429-4e25-833d-1b58885fe12c/model-vers/model-ver/fef599fa-8ea4-4d0e-afca-04a61e80db21?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220924-06:04:43:762-29835], vertex-id=[430192], Content-Length=[0], Date=[Sat, 24 Sep 2022 06:04:43 GMT], Content-Type=[application/json]}
2022-09-24T06:04:44.031Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2022-09-24T06:04:44.031Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-09-24T06:04:44.031Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|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-09-24T06:04:44.045Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|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-09-24T06:04:44.046Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e7fbcf77-2c95-4b72-8d46-b9d57877a3f1 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-09-24T06:04:44.046Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-09-24T06:04:44.046Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-24T06:04:44.049Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-24T06:04:44.049Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663999484046,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-24T06:04:44.149Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-24T06:04:44.151Z||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-09-24T06:04:44.151Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBG4IJh5xICFWcNV) ...
2022-09-24T06:04:44.165Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-24T06:04:44.165Z||pool-34-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-09-24T06:04:44.195Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-24T06:04:44.196Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:04:44.196Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e0821ba-0fc9-4063-af52-17f5d4e442ab",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663999370158,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-24T06:04:44.197Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:04:44.197Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:04:44.197Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663999371177,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220924060017/1.0/resourceInstances/vfw892724da31f50/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-24T06:04:44.198Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-24T06:04:44.198Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:04:44.198Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663999371177,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220924060017/1.0/resourceInstances/vfw892724da31f50/artifacts/vfw892724da31f50_modules.json",
"status": "NOTIFIED"
}
2022-09-24T06:04:44.198Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-24T06:04:44.198Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:04:44.198Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663999371177,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220924060017/1.0/resourceInstances/vfw892724da31f50/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-09-24T06:04:44.198Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-24T06:04:44.198Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:04:44.198Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663999371177,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220924060017/1.0/resourceInstances/vfw892724da31f50/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-24T06:04:44.199Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-24T06:04:44.199Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:04:44.199Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663999371177,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220924060017/1.0/resourceInstances/vfw892724da31f50/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-09-24T06:04:44.199Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-24T06:04:44.200Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:04:44.200Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663999371177,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220924060017/1.0/artifacts/service-Vfw20220924060017-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-24T06:04:44.200Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-24T06:04:44.200Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:04:44.200Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663999371177,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220924060017/1.0/artifacts/service-Vfw20220924060017-csar.csar",
"status": "NOTIFIED"
}
2022-09-24T06:04:44.201Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-24T06:04:44.201Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:04:44.201Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663999382839,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220924060017/1.0/artifacts/service-Vfw20220924060017-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-24T06:04:44.201Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:04:44.201Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:04:44.201Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663999386089,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220924060017/1.0/resourceInstances/vfw892724da31f50/artifacts/vfw892724da31f50_modules.json",
"status": "DOWNLOAD_OK"
}
2022-09-24T06:04:44.201Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:04:44.201Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:04:44.201Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663999387173,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220924060017/1.0/resourceInstances/vfw892724da31f50/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-09-24T06:04:44.201Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:04:44.201Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:04:44.201Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663999388238,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220924060017/1.0/resourceInstances/vfw892724da31f50/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-09-24T06:04:44.202Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:04:44.202Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:04:44.202Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663999389610,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220924060017/1.0/resourceInstances/vfw892724da31f50/artifacts/vfw892724da31f50_modules.json",
"status": "DEPLOY_OK"
}
2022-09-24T06:04:44.202Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:04:44.202Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:04:44.202Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663999390614,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220924060017/1.0/resourceInstances/vfw892724da31f50/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-09-24T06:04:44.202Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:04:44.202Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:04:44.202Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663999391621,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220924060017/1.0/resourceInstances/vfw892724da31f50/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-09-24T06:04:44.202Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:04:44.202Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-24T06:04:44.202Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663999392625,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220924060017/1.0/artifacts/service-Vfw20220924060017-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-24T06:04:44.202Z||pool-2-thread-10|||||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-09-24T06:04:45.080Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T06:04:45.081Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|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-09-24T06:04:45.081Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|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 oBG4IJh5xICFWcNV) ...
2022-09-24T06:04:54.670Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-24T06:04:54.672Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T06:04:54.673Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|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-09-24T06:04:54.673Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|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 oBG4IJh5xICFWcNV) ...
2022-09-24T06:05:04.237Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-24T06:05:04.239Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T06:05:04.240Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|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-09-24T06:05:04.240Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|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 oBG4IJh5xICFWcNV) ...
2022-09-24T06:05:13.795Z|e7fbcf77-2c95-4b72-8d46-b9d57877a3f1|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-24T06:05:13.797Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T06:05:13.798Z||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-09-24T06:05:13.798Z||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 oBG4IJh5xICFWcNV) ...
2022-09-24T06:05:23.395Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-24T06:05:23.396Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T06:05:23.397Z||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-09-24T06:05:23.397Z||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 oBG4IJh5xICFWcNV) ...
2022-09-24T06:05:33.029Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-24T06:05:43.935Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T06:05:43.936Z||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-09-24T06:05:43.936Z||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 oBG4IJh5xICFWcNV) ...
2022-09-24T06:05:43.945Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T06:05:43.946Z||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-09-24T06:05:43.946Z||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 oBG4IJh5xICFWcNV) ...
2022-09-24T06:05:44.495Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-24T06:05:44.496Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-24T06:05:44.496Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7fbcf77-2c95-4b72-8d46-b9d57877a3f1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663999484046,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-24T06:05:44.497Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:05:53.503Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-24T06:06:43.935Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T06:06:43.937Z||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-09-24T06:06:43.938Z||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 oBG4IJh5xICFWcNV) ...
2022-09-24T06:06:43.945Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T06:06:43.946Z||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-09-24T06:06:43.946Z||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 oBG4IJh5xICFWcNV) ...
2022-09-24T06:06:53.534Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-24T06:06:53.538Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-24T06:07:43.935Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T06:07:43.937Z||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-09-24T06:07:43.937Z||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 oBG4IJh5xICFWcNV) ...
2022-09-24T06:07:43.945Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T06:07:43.946Z||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-09-24T06:07:43.946Z||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 oBG4IJh5xICFWcNV) ...
2022-09-24T06:07:53.528Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-24T06:07:53.530Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-24T06:08:43.935Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T06:08:43.937Z||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-09-24T06:08:43.937Z||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 oBG4IJh5xICFWcNV) ...
2022-09-24T06:08:43.945Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T06:08:43.946Z||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-09-24T06:08:43.946Z||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 oBG4IJh5xICFWcNV) ...
2022-09-24T06:08:53.538Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-24T06:08:53.605Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-24T06:09:43.935Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T06:09:43.936Z||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-09-24T06:09:43.936Z||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 oBG4IJh5xICFWcNV) ...
2022-09-24T06:09:43.945Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T06:09:43.946Z||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-09-24T06:09:43.946Z||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 oBG4IJh5xICFWcNV) ...
2022-09-24T06:09:53.560Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-24T06:09:53.581Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-24T06:10:43.935Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T06:10:43.937Z||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-09-24T06:10:43.937Z||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 oBG4IJh5xICFWcNV) ...
2022-09-24T06:10:43.945Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T06:10:43.946Z||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-09-24T06:10:43.946Z||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 oBG4IJh5xICFWcNV) ...
2022-09-24T06:10:53.547Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-24T06:10:53.555Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-24T06:11:43.935Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T06:11:43.937Z||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-09-24T06:11:43.937Z||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 oBG4IJh5xICFWcNV) ...
2022-09-24T06:11:43.945Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T06:11:43.945Z||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-09-24T06:11:43.946Z||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 oBG4IJh5xICFWcNV) ...
2022-09-24T06:11:53.495Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-24T06:11:53.524Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-24T06:12:43.935Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T06:12:43.937Z||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-09-24T06:12:43.938Z||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 oBG4IJh5xICFWcNV) ...
2022-09-24T06:12:43.945Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T06:12:43.946Z||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-09-24T06:12:43.946Z||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 oBG4IJh5xICFWcNV) ...
2022-09-24T06:12:44.589Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-24T06:12:44.590Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-24T06:12:44.590Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"cfbd3ace-f938-428d-a0d1-bd5c8bce6096","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"87ad2fda-0d0c-42ac-acb6-7b54d53ad6f4","serviceDescription":"service","serviceInvariantUUID":"5833269c-7e95-4d4e-ab8c-5245c0b654d0","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"fd03f3eb-3ded-4f41-a934-c82f5d2a3ddd","resourceInvariantUUID":"a7ceda92-9894-470f-b414-d3797023f3d9","resourceCustomizationUUID":"1cb88ba8-c7c3-4ce1-befb-dfc237e04154","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":"YTJiMmZhNjdlYjJkZWI0ODYxNmIwZDZiODc0MmU1OGY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"86d60844-8760-4c9b-82ce-89395d047e4b","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MzM3OWI3MTQzZTNjMzk4NWQzYzUxZjA2MDJkMTczY2Q\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5673aa4b-25a8-4b86-a8ad-db4c8c271a72","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-24T06:12:44.593Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-24T06:12:44.594Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:12:44.594Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfbd3ace-f938-428d-a0d1-bd5c8bce6096",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1663999934532,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-24T06:12:44.595Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-24T06:12:44.595Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:12:44.596Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfbd3ace-f938-428d-a0d1-bd5c8bce6096",
"consumerID": "policy-id",
"timestamp": 1663999936804,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-24T06:12:44.596Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-24T06:12:44.596Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:12:44.596Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfbd3ace-f938-428d-a0d1-bd5c8bce6096",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1663999934532,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-09-24T06:12:44.596Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-24T06:12:44.596Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:12:44.596Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfbd3ace-f938-428d-a0d1-bd5c8bce6096",
"consumerID": "policy-id",
"timestamp": 1663999936804,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-09-24T06:12:44.596Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-24T06:12:44.596Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:12:44.596Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfbd3ace-f938-428d-a0d1-bd5c8bce6096",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1663999943192,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-24T06:12:44.596Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:12:44.596Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:12:44.596Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfbd3ace-f938-428d-a0d1-bd5c8bce6096",
"consumerID": "policy-id",
"timestamp": 1663999943233,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-24T06:12:44.597Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:12:44.597Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:12:44.597Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-24T06:12:44.597Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfbd3ace-f938-428d-a0d1-bd5c8bce6096",
"consumerID": "policy-id",
"timestamp": 1663999944239,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-24T06:12:44.597Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:12:44.597Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:12:44.597Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfbd3ace-f938-428d-a0d1-bd5c8bce6096",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1663999944878,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-24T06:12:44.597Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:12:44.597Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:12:44.597Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfbd3ace-f938-428d-a0d1-bd5c8bce6096",
"consumerID": "policy-id",
"timestamp": 1663999945271,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
2022-09-24T06:12:44.597Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-09-24T06:12:44.602Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-24T06:12:44.603Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "cfbd3ace-f938-428d-a0d1-bd5c8bce6096",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663999963935,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: 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-09-24T06:12:44.634Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of cfbd3ace-f938-428d-a0d1-bd5c8bce6096
2022-09-24T06:12:44.635Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId cfbd3ace-f938-428d-a0d1-bd5c8bce6096 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-09-24T06:12:44.663Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:12:44.663Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfbd3ace-f938-428d-a0d1-bd5c8bce6096",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1663999945883,
"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-09-24T06:12:44.678Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of cfbd3ace-f938-428d-a0d1-bd5c8bce6096
2022-09-24T06:12:44.678Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId cfbd3ace-f938-428d-a0d1-bd5c8bce6096 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-09-24T06:12:44.702Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:12:44.703Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfbd3ace-f938-428d-a0d1-bd5c8bce6096",
"consumerID": "cds",
"timestamp": 1663999945651,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-24T06:12:44.706Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-24T06:12:44.706Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-09-24T06:12:44.706Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:12:44.706Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfbd3ace-f938-428d-a0d1-bd5c8bce6096",
"consumerID": "cds",
"timestamp": 1663999945651,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-09-24T06:12:44.707Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-24T06:12:44.707Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:12:44.707Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfbd3ace-f938-428d-a0d1-bd5c8bce6096",
"consumerID": "clamp",
"timestamp": 1663999948573,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-24T06:12:44.707Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-24T06:12:44.707Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:12:44.707Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfbd3ace-f938-428d-a0d1-bd5c8bce6096",
"consumerID": "cds",
"timestamp": 1663999948485,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-24T06:12:44.707Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:12:44.707Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:12:44.707Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfbd3ace-f938-428d-a0d1-bd5c8bce6096",
"consumerID": "ves-openapi-manager",
"timestamp": 1663999948569,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-24T06:12:44.707Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-24T06:12:44.708Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:12:44.708Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfbd3ace-f938-428d-a0d1-bd5c8bce6096",
"consumerID": "clamp",
"timestamp": 1663999948573,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-09-24T06:12:44.708Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-24T06:12:44.708Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:12:44.708Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfbd3ace-f938-428d-a0d1-bd5c8bce6096",
"consumerID": "cds",
"timestamp": 1663999949493,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
2022-09-24T06:12:44.709Z||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-09-24T06:12:44.709Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBG4IJh5xICFWcNV) ...
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-09-24T06:12:44.722Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of cfbd3ace-f938-428d-a0d1-bd5c8bce6096
2022-09-24T06:12:44.722Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId cfbd3ace-f938-428d-a0d1-bd5c8bce6096 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-09-24T06:12:44.740Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-24T06:12:44.741Z||pool-35-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-09-24T06:12:44.753Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:12:44.753Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfbd3ace-f938-428d-a0d1-bd5c8bce6096",
"consumerID": "multicloud-k8s-id",
"timestamp": 1663999948777,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-24T06:12:44.754Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-24T06:12:44.754Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:12:44.754Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfbd3ace-f938-428d-a0d1-bd5c8bce6096",
"consumerID": "ves-openapi-manager",
"timestamp": 1663999948569,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-09-24T06:12:44.754Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-24T06:12:44.754Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:12:44.754Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfbd3ace-f938-428d-a0d1-bd5c8bce6096",
"consumerID": "multicloud-k8s-id",
"timestamp": 1663999948777,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-09-24T06:12:44.755Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-24T06:12:44.755Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:12:44.755Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfbd3ace-f938-428d-a0d1-bd5c8bce6096",
"consumerID": "aai-ml",
"timestamp": 1663999952636,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-24T06:12:44.755Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-24T06:12:44.755Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:12:44.755Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfbd3ace-f938-428d-a0d1-bd5c8bce6096",
"consumerID": "aai-ml",
"timestamp": 1663999952636,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-09-24T06:12:44.755Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-24T06:12:44.755Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:12:44.756Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfbd3ace-f938-428d-a0d1-bd5c8bce6096",
"consumerID": "aai-ml",
"timestamp": 1663999955387,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-24T06:12:44.756Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:12:44.756Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:12:44.756Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfbd3ace-f938-428d-a0d1-bd5c8bce6096",
"consumerID": "clamp",
"timestamp": 1663999960867,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-24T06:12:44.756Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:12:44.756Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:12:44.756Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfbd3ace-f938-428d-a0d1-bd5c8bce6096",
"consumerID": "aai-ml",
"timestamp": 1663999961836,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-24T06:12:44.757Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:12:44.757Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:12:44.757Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfbd3ace-f938-428d-a0d1-bd5c8bce6096",
"consumerID": "clamp",
"timestamp": 1663999962869,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-24T06:12:44.757Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-24T06:12:44.757Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:12:44.757Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfbd3ace-f938-428d-a0d1-bd5c8bce6096",
"consumerID": "aai-ml",
"timestamp": 1663999962840,
"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-09-24T06:12:44.765Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of cfbd3ace-f938-428d-a0d1-bd5c8bce6096
2022-09-24T06:12:44.765Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId cfbd3ace-f938-428d-a0d1-bd5c8bce6096 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-09-24T06:12:44.794Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:12:44.795Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfbd3ace-f938-428d-a0d1-bd5c8bce6096",
"consumerID": "clamp",
"timestamp": 1663999963876,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
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-09-24T06:12:44.805Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of cfbd3ace-f938-428d-a0d1-bd5c8bce6096
2022-09-24T06:12:44.805Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId cfbd3ace-f938-428d-a0d1-bd5c8bce6096 and ComponentName clamp
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-09-24T06:12:45.604Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-24T06:12:45.609Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-09-24T06:12:45.612Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-24T06:12:45.612Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "cfbd3ace-f938-428d-a0d1-bd5c8bce6096",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663999963935,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-09-24T06:12:45.712Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-24T06:12:45.714Z||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-09-24T06:12:45.714Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBG4IJh5xICFWcNV) ...
2022-09-24T06:12:45.732Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-24T06:12:45.733Z||pool-36-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-09-24T06:12:46.614Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "cfbd3ace-f938-428d-a0d1-bd5c8bce6096",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "87ad2fda-0d0c-42ac-acb6-7b54d53ad6f4",
"serviceDescription": "service",
"serviceInvariantUUID": "5833269c-7e95-4d4e-ab8c-5245c0b654d0",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "1cb88ba8-c7c3-4ce1-befb-dfc237e04154",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "fd03f3eb-3ded-4f41-a934-c82f5d2a3ddd",
"resourceInvariantUUID": "a7ceda92-9894-470f-b414-d3797023f3d9",
"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": "MzM3OWI3MTQzZTNjMzk4NWQzYzUxZjA2MDJkMTczY2Q\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "5673aa4b-25a8-4b86-a8ad-db4c8c271a72"
}
],
"workloadContext": "Production"
}
2022-09-24T06:12:46.614Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-24T06:12:46.614Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 87ad2fda-0d0c-42ac-acb6-7b54d53ad6f4 ASDC
2022-09-24T06:12:46.616Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:cfbd3ace-f938-428d-a0d1-bd5c8bce6096
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:87ad2fda-0d0c-42ac-acb6-7b54d53ad6f4
ServiceInvariantUUID:5833269c-7e95-4d4e-ab8c-5245c0b654d0
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:5673aa4b-25a8-4b86-a8ad-db4c8c271a72
ArtifactChecksum:MzM3OWI3MTQzZTNjMzk4NWQzYzUxZjA2MDJkMTczY2Q=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:1cb88ba8-c7c3-4ce1-befb-dfc237e04154
ResourceInvariantUUID:a7ceda92-9894-470f-b414-d3797023f3d9
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:fd03f3eb-3ded-4f41-a934-c82f5d2a3ddd
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-09-24T06:12:46.616Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 87ad2fda-0d0c-42ac-acb6-7b54d53ad6f4 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-09-24T06:12:46.653Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-24T06:12:46.656Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-09-24T06:12:46.656Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-09-24T06:12:46.656Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 5673aa4b-25a8-4b86-a8ad-db4c8c271a72 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-09-24T06:12:46.656Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-09-24T06:12:46.657Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-09-24T06:12:46.746Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-09-24T06:12:46.750Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 5673aa4b-25a8-4b86-a8ad-db4c8c271a72 57613
2022-09-24T06:12:46.751Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-09-24T06:12:46.751Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-09-24T06:12:46.751Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-24T06:12:46.752Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-09-24T06:12:46.756Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-24T06:12:46.758Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "cfbd3ace-f938-428d-a0d1-bd5c8bce6096",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663999966751,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-24T06:12:46.856Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-09-24T06:12:46.858Z||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-09-24T06:12:46.858Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBG4IJh5xICFWcNV) ...
2022-09-24T06:12:46.873Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-24T06:12:46.874Z||pool-37-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-09-24T06:12:47.759Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-24T06:12:47.760Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-09-24T06:12:47.761Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 5673aa4b-25a8-4b86-a8ad-db4c8c271a72, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-24T06:12:47.761Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-09-24T06:12:47.762Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-24T06:12:47.762Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-24T06:12:47.956Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP591506512647865610/Definitions/service-BasicNetwork-template.yml
2022-09-24T06:12:48.529Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-09-24T06:12:48.530Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-09-24T06:12:48.530Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-24T06:12:48.530Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-09-24T06:12:48.530Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||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-09-24T06:12:48.531Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||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-09-24T06:12:48.531Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||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-09-24T06:12:48.531Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||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-09-24T06:12:48.531Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|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-BasicNetwork-csar.csar
2022-09-24T06:12:48.531Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||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-09-24T06:12:48.531Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||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-09-24T06:12:48.531Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||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-09-24T06:12:48.531Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-09-24T06:12:48.531Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-24T06:12:48.531Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-24T06:12:48.532Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-09-24T06:12:48.532Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-09-24T06:12:48.532Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-24T06:12:48.532Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-24T06:12:48.532Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-24T06:12:48.532Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-09-24T06:12:48.532Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-09-24T06:12:48.532Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-24T06:12:48.532Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-24T06:12:48.532Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-24T06:12:48.532Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-24T06:12:48.532Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-24T06:12:48.533Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-24T06:12:48.533Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-24T06:12:48.533Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-24T06:12:48.533Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-24T06:12:48.533Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-24T06:12:48.533Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-24T06:12:48.533Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:87ad2fda-0d0c-42ac-acb6-7b54d53ad6f4
Model Version:NULL
Model InvariantUuid:5833269c-7e95-4d4e-ab8c-5245c0b654d0
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:a7ceda92-9894-470f-b414-d3797023f3d9
Model UUID:ba2a9910-6b57-4e3d-84b9-11007dc20429
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:1cb88ba8-c7c3-4ce1-befb-dfc237e04154
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-09-24T06:12:48.544Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||INFO|500||Processing Resource Type: VL, Model UUID: fd03f3eb-3ded-4f41-a934-c82f5d2a3ddd
2022-09-24T06:12:48.545Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||INFO|500||No resources found for Service: 87ad2fda-0d0c-42ac-acb6-7b54d53ad6f4
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-09-24T06:12:48.553Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||INFO|500||
2022-09-24T06:12:48.554Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-09-24T06:12:48.554Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||DEBUG|500||No resources found for Service: 87ad2fda-0d0c-42ac-acb6-7b54d53ad6f4
2022-09-24T06:12:48.555Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 87ad2fda-0d0c-42ac-acb6-7b54d53ad6f4
2022-09-24T06:12:48.555Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-09-24T06:12:48.555Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||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-09-24T06:12:48.563Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@c76a7f3, org.onap.sdc.toscaparser.api.parameters.Input@1081005d, org.onap.sdc.toscaparser.api.parameters.Input@7b318667, org.onap.sdc.toscaparser.api.parameters.Input@64a39ea9, org.onap.sdc.toscaparser.api.parameters.Input@5dd3f4f1]
2022-09-24T06:12:48.565Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-24T06:12:48.566Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-24T06:12:48.566Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-24T06:12:48.566Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-24T06:12:48.566Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 87ad2fda-0d0c-42ac-acb6-7b54d53ad6f4: Generic NeutronNet
2022-09-24T06:12:48.567Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-24T06:12:48.567Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-24T06:12:48.567Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-24T06:12:48.567Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||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-09-24T06:12:48.630Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-24T06:12:48.631Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-24T06:12:48.631Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-24T06:12:48.631Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-24T06:12:48.632Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-24T06:12:48.632Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-24T06:12:48.632Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||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-09-24T06:12:48.705Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2022-09-24T06:12:48.706Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-09-24T06:12:48.706Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-09-24T06:12:48.707Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-24T06:12:48.707Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-09-24T06:12:48.712Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-24T06:12:48.712Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "cfbd3ace-f938-428d-a0d1-bd5c8bce6096",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663999968706,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-24T06:12:48.815Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-09-24T06:12:48.818Z||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-09-24T06:12:48.823Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBG4IJh5xICFWcNV) ...
2022-09-24T06:12:48.851Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-24T06:12:48.852Z||pool-38-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":1,"count":1}
2022-09-24T06:12:49.715Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cfbd3ace-f938-428d-a0d1-bd5c8bce6096
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-09-24T06:12:49.742Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cfbd3ace-f938-428d-a0d1-bd5c8bce6096
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-09-24T06:12:49.751Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-24T06:12:49.752Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-24T06:12:49.753Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-09-24T06:12:49.753Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-09-24T06:12:49.753Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-24T06:12:49.753Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-24T06:12:49.753Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-24T06:12:49.753Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-24T06:12:49.753Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-24T06:12:49.753Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-24T06:12:49.753Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|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-09-24T06:12:49.763Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-09-24T06:13:19.765Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: cfbd3ace-f938-428d-a0d1-bd5c8bce6096 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-09-24T06:13:19.781Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: cfbd3ace-f938-428d-a0d1-bd5c8bce6096 and serviceModelVersionId: 87ad2fda-0d0c-42ac-acb6-7b54d53ad6f4
2022-09-24T06:13:19.782Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5833269c-7e95-4d4e-ab8c-5245c0b654d0
2022-09-24T06:13:19.785Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5833269c-7e95-4d4e-ab8c-5245c0b654d0/model-vers/model-ver/87ad2fda-0d0c-42ac-acb6-7b54d53ad6f4?depth=0
2022-09-24T06:13:19.801Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-09-24T06:13:19.884Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5833269c-7e95-4d4e-ab8c-5245c0b654d0/model-vers/model-ver/87ad2fda-0d0c-42ac-acb6-7b54d53ad6f4?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-09-24T06:13:19.886Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5833269c-7e95-4d4e-ab8c-5245c0b654d0/model-vers/model-ver/87ad2fda-0d0c-42ac-acb6-7b54d53ad6f4?depth=0|INFO|500||Invoke
2022-09-24T06:13:19.916Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5833269c-7e95-4d4e-ab8c-5245c0b654d0/model-vers/model-ver/87ad2fda-0d0c-42ac-acb6-7b54d53ad6f4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-09-24T06:13:20.255Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5833269c-7e95-4d4e-ab8c-5245c0b654d0/model-vers/model-ver/87ad2fda-0d0c-42ac-acb6-7b54d53ad6f4?depth=0|INFO|500||InvokeReturn
2022-09-24T06:13:20.256Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5833269c-7e95-4d4e-ab8c-5245c0b654d0/model-vers/model-ver/87ad2fda-0d0c-42ac-acb6-7b54d53ad6f4?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220924-06:13:19:826-2386], vertex-id=[151576], Content-Length=[0], Date=[Sat, 24 Sep 2022 06:13:19 GMT], Content-Type=[application/json]}
2022-09-24T06:13:20.257Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2022-09-24T06:13:20.257Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-09-24T06:13:20.257Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|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-09-24T06:13:20.274Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|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-09-24T06:13:20.275Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID cfbd3ace-f938-428d-a0d1-bd5c8bce6096 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-09-24T06:13:20.276Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-09-24T06:13:20.276Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-09-24T06:13:20.279Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-24T06:13:20.280Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "cfbd3ace-f938-428d-a0d1-bd5c8bce6096",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664000000275,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-24T06:13:20.380Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-24T06:13:20.381Z||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-09-24T06:13:20.381Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBG4IJh5xICFWcNV) ...
2022-09-24T06:13:20.405Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-24T06:13:20.406Z||pool-39-thread-1|||||INFO|500||cambria reply ok (26 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-09-24T06:13:43.936Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T06:13:43.937Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|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-09-24T06:13:43.938Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|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 oBG4IJh5xICFWcNV) ...
2022-09-24T06:13:43.945Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-24T06:13:43.946Z||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-09-24T06:13:43.946Z||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 oBG4IJh5xICFWcNV) ...
2022-09-24T06:13:44.135Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-24T06:13:44.136Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-24T06:13:44.137Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfbd3ace-f938-428d-a0d1-bd5c8bce6096",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663999963935,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-24T06:13:44.138Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-24T06:13:44.602Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-24T06:13:44.604Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-24T06:13:44.604Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"3bb1d038-f7ee-43de-b298-e54f92c5fad3","serviceName":"Demo_pNF_g1qd9lVbwa8lDYoGjY8b","serviceVersion":"1.0","serviceUUID":"01f39c70-eba2-4a57-8a6d-e1d4367c8dda","serviceDescription":"catalog service description","serviceInvariantUUID":"b1c78d40-d3b7-427b-ad7c-af3c604897f3","resources":[{"resourceInstanceName":"pNF 75ae85b7-1802 0","resourceName":"pNF 75ae85b7-1802","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"aadaa3ce-b063-4a27-a367-b4a0b29ca071","resourceInvariantUUID":"d7313275-9e83-40c7-abad-41478c8411e0","resourceCustomizationUUID":"3145668c-8a45-4310-ac4a-3bda9343f8ab","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfG1qd9lvbwa8ldyogjy8b/1.0/resourceInstances/pnf75ae85b718020/artifacts/vf-license-model.xml","artifactChecksum":"NTExNDQ1YjhkZTRkYWM5NzM1MGUxZGY5ZWJmMjQyNzA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"908a5005-010e-4a64-969f-d91a66b21cde","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfG1qd9lvbwa8ldyogjy8b/1.0/resourceInstances/pnf75ae85b718020/artifacts/pNF.csar","artifactChecksum":"MmJjZTE1NWU5MGEzZmFjZjI4ZmRmMGEwZTE2YjFiYzQ\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2624089d-9f3a-457c-aef5-9e1af7f80ab6","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfG1qd9lvbwa8ldyogjy8b/1.0/resourceInstances/pnf75ae85b718020/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"51ae0a79-e5ee-4e48-9cd6-2aa5000b2167","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfG1qd9lvbwa8ldyogjy8b/1.0/resourceInstances/pnf75ae85b718020/artifacts/vendor-license-model.xml","artifactChecksum":"ZGEzM2RmMTBjYmI2YzYzYmQ5NGU2M2YxNDNjN2UwNjk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f00134e8-71b4-4102-98f6-feff1d18a080","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfG1qd9lvbwa8ldyogjy8b/1.0/resourceInstances/pnf75ae85b718020/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"eedbbed4-ef02-4066-a8f3-fbc84d5deebe","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfG1qd9lvbwa8ldyogjy8b/1.0/resourceInstances/pnf75ae85b718020/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"cdee435c-c0d9-4ede-93cc-1cf9d1e40d41","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfG1qd9lvbwa8ldyogjy8b-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfG1qd9lvbwa8ldyogjy8b/1.0/artifacts/service-DemoPnfG1qd9lvbwa8ldyogjy8b-template.yml","artifactChecksum":"YjliNmQwMTQ3OGE4OTUyYjUyMjdiZGIwNTQ4OTA2NTk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9da3c295-f772-4292-9aa1-3281ee70250c","artifactVersion":"1"},{"artifactName":"service-DemoPnfG1qd9lvbwa8ldyogjy8b-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfG1qd9lvbwa8ldyogjy8b/1.0/artifacts/service-DemoPnfG1qd9lvbwa8ldyogjy8b-csar.csar","artifactChecksum":"NTgxMWZmYzAzNzhkZDYyM2YyNTJhM2EzM2YwNWQwZjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8c8f601e-8d6c-4ef0-bed2-3c620d5f7396","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-24T06:13:44.607Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-24T06:13:44.607Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-09-24T06:13:44.610Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-24T06:13:44.611Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "3bb1d038-f7ee-43de-b298-e54f92c5fad3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664000023935,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfG1qd9lvbwa8ldyogjy8b/1.0/resourceInstances/pnf75ae85b718020/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-24T06:13:44.713Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-09-24T06:13:44.715Z||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-09-24T06:13:44.715Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBG4IJh5xICFWcNV) ...
2022-09-24T06:13:44.742Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-24T06:13:44.743Z||pool-40-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1}
2022-09-24T06:13:45.611Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-24T06:13:45.612Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-09-24T06:13:45.615Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-24T06:13:45.615Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "3bb1d038-f7ee-43de-b298-e54f92c5fad3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664000023935,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfG1qd9lvbwa8ldyogjy8b/1.0/resourceInstances/pnf75ae85b718020/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-09-24T06:13:45.715Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-24T06:13:45.716Z||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-09-24T06:13:45.717Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBG4IJh5xICFWcNV) ...
2022-09-24T06:13:45.745Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-24T06:13:45.746Z||pool-41-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-09-24T06:13:46.616Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-24T06:13:46.618Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-09-24T06:13:46.620Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-24T06:13:46.621Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "3bb1d038-f7ee-43de-b298-e54f92c5fad3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664000023935,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfG1qd9lvbwa8ldyogjy8b/1.0/resourceInstances/pnf75ae85b718020/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-09-24T06:13:46.721Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-24T06:13:46.722Z||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-09-24T06:13:46.722Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBG4IJh5xICFWcNV) ...
2022-09-24T06:13:46.736Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-24T06:13:46.736Z||pool-42-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-09-24T06:13:47.624Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-24T06:13:47.625Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-09-24T06:13:47.628Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-24T06:13:47.635Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "3bb1d038-f7ee-43de-b298-e54f92c5fad3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664000023935,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfG1qd9lvbwa8ldyogjy8b/1.0/resourceInstances/pnf75ae85b718020/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-24T06:13:47.728Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms
2022-09-24T06:13:47.730Z||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-09-24T06:13:47.730Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBG4IJh5xICFWcNV) ...
2022-09-24T06:13:47.742Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-24T06:13:47.742Z||pool-43-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-09-24T06:13:48.636Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-24T06:13:48.637Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-09-24T06:13:48.640Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-24T06:13:48.640Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "3bb1d038-f7ee-43de-b298-e54f92c5fad3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664000023935,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfG1qd9lvbwa8ldyogjy8b/1.0/resourceInstances/pnf75ae85b718020/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-24T06:13:48.740Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-24T06:13:48.742Z||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-09-24T06:13:48.743Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBG4IJh5xICFWcNV) ...
2022-09-24T06:13:48.757Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-24T06:13:48.758Z||pool-44-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-09-24T06:13:49.641Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-24T06:13:49.641Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-09-24T06:13:49.644Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-24T06:13:49.645Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "3bb1d038-f7ee-43de-b298-e54f92c5fad3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664000023935,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfG1qd9lvbwa8ldyogjy8b/1.0/resourceInstances/pnf75ae85b718020/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-24T06:13:49.744Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-24T06:13:49.746Z||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-09-24T06:13:49.746Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBG4IJh5xICFWcNV) ...
2022-09-24T06:13:49.777Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-24T06:13:49.777Z||pool-45-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-09-24T06:13:50.645Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-24T06:13:50.646Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-09-24T06:13:50.650Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-24T06:13:50.651Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "3bb1d038-f7ee-43de-b298-e54f92c5fad3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664000023935,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfG1qd9lvbwa8ldyogjy8b/1.0/artifacts/service-DemoPnfG1qd9lvbwa8ldyogjy8b-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-24T06:13:50.751Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-24T06:13:50.752Z||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-09-24T06:13:50.752Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBG4IJh5xICFWcNV) ...
2022-09-24T06:13:50.776Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-24T06:13:50.777Z||pool-46-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-09-24T06:13:51.656Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-24T06:13:51.658Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-09-24T06:13:51.661Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-24T06:13:51.661Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "3bb1d038-f7ee-43de-b298-e54f92c5fad3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664000023935,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfG1qd9lvbwa8ldyogjy8b/1.0/artifacts/service-DemoPnfG1qd9lvbwa8ldyogjy8b-csar.csar",
"status": "NOTIFIED"
}
2022-09-24T06:13:51.761Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-24T06:13:51.762Z||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-09-24T06:13:51.762Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBG4IJh5xICFWcNV) ...
2022-09-24T06:13:51.785Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-24T06:13:51.785Z||pool-47-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-09-24T06:13:52.664Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "3bb1d038-f7ee-43de-b298-e54f92c5fad3",
"serviceName": "Demo_pNF_g1qd9lVbwa8lDYoGjY8b",
"serviceVersion": "1.0",
"serviceUUID": "01f39c70-eba2-4a57-8a6d-e1d4367c8dda",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "b1c78d40-d3b7-427b-ad7c-af3c604897f3",
"resources": [
{
"resourceInstanceName": "pNF 75ae85b7-1802 0",
"resourceCustomizationUUID": "3145668c-8a45-4310-ac4a-3bda9343f8ab",
"resourceName": "pNF 75ae85b7-1802",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "aadaa3ce-b063-4a27-a367-b4a0b29ca071",
"resourceInvariantUUID": "d7313275-9e83-40c7-abad-41478c8411e0",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfG1qd9lvbwa8ldyogjy8b-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfG1qd9lvbwa8ldyogjy8b/1.0/artifacts/service-DemoPnfG1qd9lvbwa8ldyogjy8b-csar.csar",
"artifactChecksum": "NTgxMWZmYzAzNzhkZDYyM2YyNTJhM2EzM2YwNWQwZjI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "8c8f601e-8d6c-4ef0-bed2-3c620d5f7396"
}
],
"workloadContext": "Production"
}
2022-09-24T06:13:52.665Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-24T06:13:52.666Z|cfbd3ace-f938-428d-a0d1-bd5c8bce6096|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 01f39c70-eba2-4a57-8a6d-e1d4367c8dda ASDC
2022-09-24T06:13:52.667Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:3bb1d038-f7ee-43de-b298-e54f92c5fad3
ServiceName:Demo_pNF_g1qd9lVbwa8lDYoGjY8b
ServiceVersion:1.0
ServiceUUID:01f39c70-eba2-4a57-8a6d-e1d4367c8dda
ServiceInvariantUUID:b1c78d40-d3b7-427b-ad7c-af3c604897f3
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfG1qd9lvbwa8ldyogjy8b-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfG1qd9lvbwa8ldyogjy8b/1.0/artifacts/service-DemoPnfG1qd9lvbwa8ldyogjy8b-csar.csar
ArtifactUUID:8c8f601e-8d6c-4ef0-bed2-3c620d5f7396
ArtifactChecksum:NTgxMWZmYzAzNzhkZDYyM2YyNTJhM2EzM2YwNWQwZjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 75ae85b7-1802 0
ResourceCustomizationUUID:3145668c-8a45-4310-ac4a-3bda9343f8ab
ResourceInvariantUUID:d7313275-9e83-40c7-abad-41478c8411e0
ResourceName:pNF 75ae85b7-1802
ResourceType:PNF
ResourceUUID:aadaa3ce-b063-4a27-a367-b4a0b29ca071
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2022-09-24T06:13:52.668Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 01f39c70-eba2-4a57-8a6d-e1d4367c8dda 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-09-24T06:13:52.719Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-24T06:13:52.720Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-09-24T06:13:52.721Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-09-24T06:13:52.721Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 8c8f601e-8d6c-4ef0-bed2-3c620d5f7396 from URL: /sdc/v1/catalog/services/DemoPnfG1qd9lvbwa8ldyogjy8b/1.0/artifacts/service-DemoPnfG1qd9lvbwa8ldyogjy8b-csar.csar
2022-09-24T06:13:52.721Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-09-24T06:13:52.721Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfG1qd9lvbwa8ldyogjy8b/1.0/artifacts/service-DemoPnfG1qd9lvbwa8ldyogjy8b-csar.csar
2022-09-24T06:13:52.916Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-09-24T06:13:52.920Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfG1qd9lvbwa8ldyogjy8b/1.0/artifacts/service-DemoPnfG1qd9lvbwa8ldyogjy8b-csar.csar 8c8f601e-8d6c-4ef0-bed2-3c620d5f7396 87733
2022-09-24T06:13:52.920Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfG1qd9lvbwa8ldyogjy8b/1.0/artifacts/service-DemoPnfG1qd9lvbwa8ldyogjy8b-csar.csar ASDC sendASDCNotification
2022-09-24T06:13:52.920Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfG1qd9lvbwa8ldyogjy8b/1.0/artifacts/service-DemoPnfG1qd9lvbwa8ldyogjy8b-csar.csar
2022-09-24T06:13:52.920Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-24T06:13:52.921Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-09-24T06:13:52.923Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-24T06:13:52.923Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "3bb1d038-f7ee-43de-b298-e54f92c5fad3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664000032920,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfG1qd9lvbwa8ldyogjy8b/1.0/artifacts/service-DemoPnfG1qd9lvbwa8ldyogjy8b-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-24T06:13:53.028Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2022-09-24T06:13:53.029Z||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-09-24T06:13:53.029Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBG4IJh5xICFWcNV) ...
2022-09-24T06:13:53.061Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-24T06:13:53.061Z||pool-48-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-09-24T06:13:53.923Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-24T06:13:53.925Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-09-24T06:13:53.925Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 8c8f601e-8d6c-4ef0-bed2-3c620d5f7396, URL: /sdc/v1/catalog/services/DemoPnfG1qd9lvbwa8ldyogjy8b/1.0/artifacts/service-DemoPnfG1qd9lvbwa8ldyogjy8b-csar.csar to file: /app/ASDC/1/service-DemoPnfG1qd9lvbwa8ldyogjy8b-csar.csar
2022-09-24T06:13:53.925Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfG1qd9lvbwa8ldyogjy8b-csar.csar
2022-09-24T06:13:53.926Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfG1qd9lvbwa8ldyogjy8b-csar.csar
2022-09-24T06:13:53.926Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfG1qd9lvbwa8ldyogjy8b-csar.csar
2022-09-24T06:13:54.147Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10887229991179220954/Definitions/service-DemoPnfG1qd9lvbwa8ldyogjy8b-template.yml
2022-09-24T06:13:54.991Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-09-24T06:13:54.992Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-09-24T06:13:54.992Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfG1qd9lvbwa8ldyogjy8b-csar.csar
2022-09-24T06:13:54.992Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-09-24T06:13:54.992Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 75ae85b7-1802 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-DemoPnfG1qd9lvbwa8ldyogjy8b-csar.csar
2022-09-24T06:13:54.992Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||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-DemoPnfG1qd9lvbwa8ldyogjy8b-csar.csar
2022-09-24T06:13:54.992Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfG1qd9lvbwa8ldyogjy8b-csar.csar
2022-09-24T06:13:54.992Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||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-DemoPnfG1qd9lvbwa8ldyogjy8b-csar.csar
2022-09-24T06:13:54.992Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|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-DemoPnfG1qd9lvbwa8ldyogjy8b-csar.csar
2022-09-24T06:13:54.992Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|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-DemoPnfG1qd9lvbwa8ldyogjy8b-csar.csar
2022-09-24T06:13:54.992Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|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-DemoPnfG1qd9lvbwa8ldyogjy8b-csar.csar
2022-09-24T06:13:54.992Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-09-24T06:13:54.993Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-24T06:13:54.993Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_g1qd9lVbwa8lDYoGjY8b is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-24T06:13:54.993Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||DEBUG|500||Node template pNF 75ae85b7-1802 0 is matching search criteria
2022-09-24T06:13:54.993Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-09-24T06:13:54.993Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF 75ae85b7-1802 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-24T06:13:54.994Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-24T06:13:54.994Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_g1qd9lVbwa8lDYoGjY8b is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-24T06:13:54.994Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||DEBUG|500||Node template pNF 75ae85b7-1802 0 is matching search criteria
2022-09-24T06:13:54.994Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-09-24T06:13:54.994Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF 75ae85b7-1802 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-24T06:13:54.995Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-24T06:13:54.995Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_g1qd9lVbwa8lDYoGjY8b is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-24T06:13:54.995Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-24T06:13:54.995Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_g1qd9lVbwa8lDYoGjY8b is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-24T06:13:54.995Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-24T06:13:54.995Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_g1qd9lVbwa8lDYoGjY8b is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-24T06:13:54.995Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-24T06:13:54.995Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_g1qd9lVbwa8lDYoGjY8b is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-24T06:13:54.995Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-24T06:13:54.995Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_g1qd9lVbwa8lDYoGjY8b is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-24T06:13:54.995Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_g1qd9lVbwa8lDYoGjY8b
Description:catalog service description
Model UUID:01f39c70-eba2-4a57-8a6d-e1d4367c8dda
Model Version:NULL
Model InvariantUuid:b1c78d40-d3b7-427b-ad7c-af3c604897f3
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-09-24T06:13:55.073Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||INFO|500||Processing Resource Type: PNF, Model UUID: aadaa3ce-b063-4a27-a367-b4a0b29ca071
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-09-24T06:13:55.098Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||INFO|500||pNF 75ae85b7-1802 0
2022-09-24T06:13:55.099Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: aadaa3ce-b063-4a27-a367-b4a0b29ca071
2022-09-24T06:13:55.099Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||DEBUG|500||No resources found for Service: 01f39c70-eba2-4a57-8a6d-e1d4367c8dda
2022-09-24T06:13:55.099Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 01f39c70-eba2-4a57-8a6d-e1d4367c8dda
2022-09-24T06:13:55.099Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 75ae85b7-1802 0 aadaa3ce-b063-4a27-a367-b4a0b29ca071 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-09-24T06:13:55.136Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@41cc7057, org.onap.sdc.toscaparser.api.parameters.Input@6059ddb2, org.onap.sdc.toscaparser.api.parameters.Input@67775da1, org.onap.sdc.toscaparser.api.parameters.Input@7cd19cad, org.onap.sdc.toscaparser.api.parameters.Input@5ebd15a8]
2022-09-24T06:13:55.137Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-24T06:13:55.137Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_g1qd9lVbwa8lDYoGjY8b is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-24T06:13:55.138Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 01f39c70-eba2-4a57-8a6d-e1d4367c8dda: pNF 75ae85b7-1802
2022-09-24T06:13:55.138Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||INFO|500||Processing PNF resource: aadaa3ce-b063-4a27-a367-b4a0b29ca071
2022-09-24T06:13:55.138Z|3bb1d038-f7ee-43de-b298-e54f92c5fad3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery