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-12-09T03:28:36.356Z||main|||||INFO|500||The following profiles are active: basic
2022-12-09T03:28:47.943Z||main|||||INFO|500||Starting service [Tomcat]
2022-12-09T03:28:47.944Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-12-09T03:28:48.051Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-12-09T03:28:52.406Z||main|||||INFO|500||catdb-pool - Starting...
2022-12-09T03:28:52.875Z||main|||||INFO|500||catdb-pool - Start completed.
2022-12-09T03:28:53.344Z||main|||||INFO|500||reqdb-pool - Starting...
2022-12-09T03:28:53.351Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-12-09T03:28:53.511Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-12-09T03:28:53.730Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-12-09T03:28:54.413Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-12-09T03:28:56.250Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-12-09T03:28:58.721Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-12-09T03:28:58.777Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-12-09T03:28:59.397Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-12-09T03:28:59.789Z||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-12-09T03:29:01.111Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-12-09T03:29:02.177Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-12-09T03:29:02.195Z||main|||||WARN|500||Exception on connecting to SDC WFD endpoint:
java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at java.base/sun.net.NetworkClient.doConnect(Unknown Source)
at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
at java.base/sun.net.www.http.HttpClient.(Unknown Source)
at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at java.base/java.net.HttpURLConnection.getResponseCode(Unknown Source)
at org.onap.so.asdc.activity.DeployActivitySpecs.checkHttpServerUp(DeployActivitySpecs.java:155)
at org.onap.so.asdc.activity.DeployActivitySpecs.deployActivities(DeployActivitySpecs.java:70)
at org.onap.so.asdc.activity.DeployActivitySpecs$$FastClassBySpringCGLIB$$7dbd81c4.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.activity.DeployActivitySpecs$$EnhancerBySpringCGLIB$$4f705321.deployActivities()
at org.onap.so.asdc.Application.deployActivities(Application.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
at org.onap.so.asdc.Application.main(Application.java:60)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-12-09T03:29:02.196Z||main|||||WARN|500||The sdc end point is not alive
2022-12-09T03:29:05.214Z||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-12-09T03:29:08.153Z||main|||||WARN|500||---
2022-12-09T03:29:08.153Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-12-09T03:29:08.154Z||main|||||WARN|500||---
2022-12-09T03:29:08.589Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-12-09T03:29:13.800Z||main|||||INFO|500||Started Application in 41.096 seconds (JVM running for 43.31)
2022-12-09T03:29:13.826Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-12-09T03:29:13.828Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-12-09T03:29:13.841Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-12-09T03:29:13.876Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-12-09T03:29:13.929Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 05ac2788-ee7d-41ef-af00-2d6bc1b3c97c url= /sdc/v1/artifactTypes
2022-12-09T03:29:13.929Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-12-09T03:29:14.223Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-12-09T03:29:14.249Z||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-12-09T03:29:14.300Z||scheduling-1|||||DEBUG|500||create keys
2022-12-09T03:29:14.310Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-12-09T03:29:14.348Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T03:29:14.366Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 41cd5f29-31cc-4c3c-8e4e-53371c9c9bd6 url= /sdc/v1/registerForDistribution
2022-12-09T03:29:14.456Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 41cd5f29-31cc-4c3c-8e4e-53371c9c9bd6 url= /sdc/v1/registerForDistribution
2022-12-09T03:29:14.457Z||scheduling-1|||||INFO|500||start DistributionClient
2022-12-09T03:29:14.471Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-12-09T03:29:14.475Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T03:29:14.475Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T03:29:14.493Z||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-12-09T03:29:14.493Z||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 6IpNWnFRSetdlLoY) ...
2022-12-09T03:29:14.492Z||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-12-09T03:29:14.496Z||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 6IpNWnFRSetdlLoY) ...
2022-12-09T03:29:24.953Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T03:29:25.022Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T03:30:14.465Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T03:30:14.466Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-09T03:30:14.466Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6IpNWnFRSetdlLoY) ...
2022-12-09T03:30:14.467Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T03:30:14.468Z||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-12-09T03:30:14.468Z||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 6IpNWnFRSetdlLoY) ...
2022-12-09T03:30:24.030Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T03:30:24.035Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T03:31:14.464Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T03:31:14.466Z||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-12-09T03:31:14.466Z||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 6IpNWnFRSetdlLoY) ...
2022-12-09T03:31:14.466Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T03:31:14.467Z||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-12-09T03:31:14.467Z||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 6IpNWnFRSetdlLoY) ...
2022-12-09T03:31:24.038Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T03:31:24.039Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T03:32:14.465Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T03:32:14.466Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T03:32:14.467Z||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-12-09T03:32:14.467Z||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-12-09T03:32:14.468Z||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 6IpNWnFRSetdlLoY) ...
2022-12-09T03:32:14.468Z||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 6IpNWnFRSetdlLoY) ...
2022-12-09T03:32:24.020Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T03:32:24.020Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T03:33:14.464Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T03:33:14.465Z||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-12-09T03:33:14.465Z||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 6IpNWnFRSetdlLoY) ...
2022-12-09T03:33:14.466Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T03:33:14.468Z||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-12-09T03:33:14.468Z||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 6IpNWnFRSetdlLoY) ...
2022-12-09T03:33:24.019Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T03:33:24.024Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T03:34:14.464Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T03:34:14.465Z||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-12-09T03:34:14.466Z||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 6IpNWnFRSetdlLoY) ...
2022-12-09T03:34:14.466Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T03:34:14.467Z||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-12-09T03:34:14.468Z||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 6IpNWnFRSetdlLoY) ...
2022-12-09T03:34:24.031Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T03:34:24.036Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T03:35:14.464Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T03:35:14.465Z||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-12-09T03:35:14.465Z||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 6IpNWnFRSetdlLoY) ...
2022-12-09T03:35:14.466Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T03:35:14.466Z||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-12-09T03:35:14.467Z||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 6IpNWnFRSetdlLoY) ...
2022-12-09T03:35:24.014Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T03:35:24.014Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T03:36:14.464Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T03:36:14.466Z||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-12-09T03:36:14.466Z||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 6IpNWnFRSetdlLoY) ...
2022-12-09T03:36:14.466Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T03:36:14.468Z||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-12-09T03:36:14.468Z||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 6IpNWnFRSetdlLoY) ...
2022-12-09T03:36:24.019Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T03:36:24.019Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T03:37:14.465Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T03:37:14.466Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T03:37:14.468Z||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-12-09T03:37:14.468Z||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 6IpNWnFRSetdlLoY) ...
2022-12-09T03:37:14.470Z||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-12-09T03:37:14.470Z||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 6IpNWnFRSetdlLoY) ...
2022-12-09T03:37:24.020Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T03:37:24.054Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T03:38:14.464Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T03:38:14.465Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-09T03:38:14.465Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6IpNWnFRSetdlLoY) ...
2022-12-09T03:38:14.466Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T03:38:14.469Z||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-12-09T03:38:14.469Z||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 6IpNWnFRSetdlLoY) ...
2022-12-09T03:38:24.017Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T03:38:24.017Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T03:39:14.464Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T03:39:14.465Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-09T03:39:14.466Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6IpNWnFRSetdlLoY) ...
2022-12-09T03:39:14.470Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T03:39:14.470Z||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-12-09T03:39:14.470Z||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 6IpNWnFRSetdlLoY) ...
2022-12-09T03:39:24.035Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T03:39:24.037Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T03:39:29.698Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-12-09T03:40:14.464Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T03:40:14.465Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-09T03:40:14.465Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6IpNWnFRSetdlLoY) ...
2022-12-09T03:40:14.466Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T03:40:14.467Z||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-12-09T03:40:14.467Z||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 6IpNWnFRSetdlLoY) ...
2022-12-09T03:40:24.035Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T03:40:24.036Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T03:41:14.464Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T03:41:14.465Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-09T03:41:14.465Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6IpNWnFRSetdlLoY) ...
2022-12-09T03:41:14.466Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T03:41:14.467Z||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-12-09T03:41:14.467Z||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 6IpNWnFRSetdlLoY) ...
2022-12-09T03:41:24.018Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T03:41:24.020Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T03:42:14.464Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T03:42:14.465Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-09T03:42:14.465Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6IpNWnFRSetdlLoY) ...
2022-12-09T03:42:14.466Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T03:42:14.467Z||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-12-09T03:42:14.467Z||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 6IpNWnFRSetdlLoY) ...
2022-12-09T03:42:24.019Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T03:42:24.022Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T03:43:14.465Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T03:43:14.466Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T03:43:14.467Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-09T03:43:14.467Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6IpNWnFRSetdlLoY) ...
2022-12-09T03:43:14.467Z||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-12-09T03:43:14.468Z||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 6IpNWnFRSetdlLoY) ...
2022-12-09T03:43:24.023Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T03:43:24.023Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T03:44:14.464Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T03:44:14.465Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-09T03:44:14.465Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6IpNWnFRSetdlLoY) ...
2022-12-09T03:44:14.466Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T03:44:14.467Z||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-12-09T03:44:14.467Z||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 6IpNWnFRSetdlLoY) ...
2022-12-09T03:44:24.018Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T03:44:24.018Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T03:45:14.464Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T03:45:14.465Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-09T03:45:14.465Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6IpNWnFRSetdlLoY) ...
2022-12-09T03:45:14.466Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T03:45:14.467Z||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-12-09T03:45:14.467Z||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 6IpNWnFRSetdlLoY) ...
2022-12-09T03:45:24.016Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T03:45:24.018Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T03:46:14.465Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T03:46:14.466Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T03:46:14.467Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-09T03:46:14.467Z||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-12-09T03:46:14.467Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6IpNWnFRSetdlLoY) ...
2022-12-09T03:46:14.467Z||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 6IpNWnFRSetdlLoY) ...
2022-12-09T03:46:24.035Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T03:46:24.035Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T03:47:14.464Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T03:47:14.465Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-09T03:47:14.465Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6IpNWnFRSetdlLoY) ...
2022-12-09T03:47:14.466Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T03:47:14.467Z||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-12-09T03:47:14.467Z||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 6IpNWnFRSetdlLoY) ...
2022-12-09T03:47:24.018Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T03:47:24.018Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T03:48:14.466Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T03:48:14.467Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-09T03:48:14.467Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6IpNWnFRSetdlLoY) ...
2022-12-09T03:48:14.466Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T03:48:14.469Z||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-12-09T03:48:14.469Z||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 6IpNWnFRSetdlLoY) ...
2022-12-09T03:48:24.020Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T03:48:24.024Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T03:49:14.466Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T03:49:14.466Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T03:49:14.468Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-09T03:49:14.468Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6IpNWnFRSetdlLoY) ...
2022-12-09T03:49:14.468Z||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-12-09T03:49:14.468Z||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 6IpNWnFRSetdlLoY) ...
2022-12-09T03:49:24.021Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T03:49:24.021Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T03:50:14.464Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T03:50:14.467Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-09T03:50:14.467Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6IpNWnFRSetdlLoY) ...
2022-12-09T03:50:14.467Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T03:50:14.468Z||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-12-09T03:50:14.468Z||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 6IpNWnFRSetdlLoY) ...
2022-12-09T03:50:24.024Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T03:50:24.025Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T03:51:14.464Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T03:51:14.465Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-09T03:51:14.465Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6IpNWnFRSetdlLoY) ...
2022-12-09T03:51:14.466Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T03:51:14.467Z||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-12-09T03:51:14.467Z||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 6IpNWnFRSetdlLoY) ...
2022-12-09T03:51:24.036Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T03:51:24.037Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T03:52:14.466Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T03:52:14.467Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-09T03:52:14.467Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6IpNWnFRSetdlLoY) ...
2022-12-09T03:52:14.468Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T03:52:14.469Z||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-12-09T03:52:14.469Z||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 6IpNWnFRSetdlLoY) ...
2022-12-09T03:52:24.026Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T03:52:24.029Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T03:53:14.464Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T03:53:14.465Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-09T03:53:14.465Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6IpNWnFRSetdlLoY) ...
2022-12-09T03:53:14.466Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T03:53:14.467Z||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-12-09T03:53:14.467Z||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 6IpNWnFRSetdlLoY) ...
2022-12-09T03:53:24.013Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T03:53:24.013Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T03:54:14.465Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T03:54:14.465Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-09T03:54:14.466Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6IpNWnFRSetdlLoY) ...
2022-12-09T03:54:14.466Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T03:54:14.466Z||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-12-09T03:54:14.467Z||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 6IpNWnFRSetdlLoY) ...
2022-12-09T03:54:24.020Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T03:54:24.033Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T03:55:14.464Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T03:55:14.465Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-09T03:55:14.465Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6IpNWnFRSetdlLoY) ...
2022-12-09T03:55:14.466Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T03:55:14.467Z||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-12-09T03:55:14.467Z||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 6IpNWnFRSetdlLoY) ...
2022-12-09T03:55:24.018Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T03:55:24.018Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T03:56:14.465Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T03:56:14.466Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T03:56:14.468Z||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-12-09T03:56:14.468Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-09T03:56:14.468Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6IpNWnFRSetdlLoY) ...
2022-12-09T03:56:14.468Z||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 6IpNWnFRSetdlLoY) ...
2022-12-09T03:56:24.028Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T03:56:24.028Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T03:57:14.464Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T03:57:14.466Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-09T03:57:14.466Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T03:57:14.467Z||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-12-09T03:57:14.467Z||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 6IpNWnFRSetdlLoY) ...
2022-12-09T03:57:14.468Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6IpNWnFRSetdlLoY) ...
2022-12-09T03:57:24.019Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T03:57:24.020Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T03:58:14.464Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T03:58:14.465Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-09T03:58:14.465Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6IpNWnFRSetdlLoY) ...
2022-12-09T03:58:14.466Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T03:58:14.466Z||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-12-09T03:58:14.467Z||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 6IpNWnFRSetdlLoY) ...
2022-12-09T03:58:24.024Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T03:58:24.027Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T03:59:14.464Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T03:59:14.465Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-09T03:59:14.465Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6IpNWnFRSetdlLoY) ...
2022-12-09T03:59:14.466Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T03:59:14.466Z||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-12-09T03:59:14.467Z||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 6IpNWnFRSetdlLoY) ...
2022-12-09T03:59:24.016Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T03:59:24.027Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T04:00:14.464Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T04:00:14.465Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-09T04:00:14.465Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6IpNWnFRSetdlLoY) ...
2022-12-09T04:00:14.466Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T04:00:14.467Z||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-12-09T04:00:14.467Z||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 6IpNWnFRSetdlLoY) ...
2022-12-09T04:00:24.016Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T04:00:24.016Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T04:01:14.464Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T04:01:14.465Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-09T04:01:14.465Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6IpNWnFRSetdlLoY) ...
2022-12-09T04:01:14.466Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T04:01:14.467Z||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-12-09T04:01:14.468Z||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 6IpNWnFRSetdlLoY) ...
2022-12-09T04:01:24.014Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T04:01:24.019Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T04:02:14.464Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T04:02:14.465Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-09T04:02:14.465Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6IpNWnFRSetdlLoY) ...
2022-12-09T04:02:14.466Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T04:02:14.467Z||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-12-09T04:02:14.467Z||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 6IpNWnFRSetdlLoY) ...
2022-12-09T04:02:24.015Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T04:02:24.027Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T04:03:14.464Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T04:03:14.466Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-09T04:03:14.466Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6IpNWnFRSetdlLoY) ...
2022-12-09T04:03:14.467Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T04:03:14.468Z||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-12-09T04:03:14.468Z||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 6IpNWnFRSetdlLoY) ...
2022-12-09T04:03:24.046Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T04:03:24.050Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T04:04:14.464Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T04:04:14.466Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-09T04:04:14.466Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6IpNWnFRSetdlLoY) ...
2022-12-09T04:04:14.466Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T04:04:14.467Z||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-12-09T04:04:14.468Z||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 6IpNWnFRSetdlLoY) ...
2022-12-09T04:04:24.021Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T04:04:24.022Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T04:05:14.464Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T04:05:14.465Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-09T04:05:14.465Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6IpNWnFRSetdlLoY) ...
2022-12-09T04:05:14.466Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T04:05:14.467Z||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-12-09T04:05:14.468Z||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 6IpNWnFRSetdlLoY) ...
2022-12-09T04:05:24.026Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T04:05:24.026Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T04:06:14.465Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T04:06:14.466Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-09T04:06:14.466Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6IpNWnFRSetdlLoY) ...
2022-12-09T04:06:14.468Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T04:06:14.468Z||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-12-09T04:06:14.468Z||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 6IpNWnFRSetdlLoY) ...
2022-12-09T04:06:24.023Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T04:06:24.025Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T04:07:14.464Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T04:07:14.465Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-09T04:07:14.465Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6IpNWnFRSetdlLoY) ...
2022-12-09T04:07:14.466Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T04:07:14.467Z||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-12-09T04:07:14.467Z||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 6IpNWnFRSetdlLoY) ...
2022-12-09T04:07:24.019Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T04:07:24.019Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T04:08:14.464Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T04:08:14.465Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-09T04:08:14.465Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6IpNWnFRSetdlLoY) ...
2022-12-09T04:08:14.466Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T04:08:14.467Z||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-12-09T04:08:14.467Z||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 6IpNWnFRSetdlLoY) ...
2022-12-09T04:08:24.019Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T04:08:24.020Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T04:09:14.464Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T04:09:14.465Z||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-12-09T04:09:14.465Z||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 6IpNWnFRSetdlLoY) ...
2022-12-09T04:09:14.466Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T04:09:14.468Z||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-12-09T04:09:14.468Z||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 6IpNWnFRSetdlLoY) ...
2022-12-09T04:09:24.029Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T04:09:24.029Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T04:10:14.464Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T04:10:14.465Z||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-12-09T04:10:14.465Z||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 6IpNWnFRSetdlLoY) ...
2022-12-09T04:10:14.466Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T04:10:14.466Z||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-12-09T04:10:14.467Z||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 6IpNWnFRSetdlLoY) ...
2022-12-09T04:10:24.041Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T04:10:24.041Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T04:11:14.465Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T04:11:14.468Z||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-12-09T04:11:14.468Z||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 6IpNWnFRSetdlLoY) ...
2022-12-09T04:11:14.470Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T04:11:14.471Z||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-12-09T04:11:14.471Z||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 6IpNWnFRSetdlLoY) ...
2022-12-09T04:11:24.029Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T04:11:24.029Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T04:12:14.464Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T04:12:14.465Z||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-12-09T04:12:14.465Z||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 6IpNWnFRSetdlLoY) ...
2022-12-09T04:12:14.466Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T04:12:14.467Z||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-12-09T04:12:14.467Z||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 6IpNWnFRSetdlLoY) ...
2022-12-09T04:12:24.016Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T04:12:24.019Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T04:13:14.464Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T04:13:14.465Z||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-12-09T04:13:14.465Z||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 6IpNWnFRSetdlLoY) ...
2022-12-09T04:13:14.466Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T04:13:14.467Z||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-12-09T04:13:14.467Z||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 6IpNWnFRSetdlLoY) ...
2022-12-09T04:13:24.013Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T04:13:24.013Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T04:14:14.465Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T04:14:14.466Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T04:14:14.466Z||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-12-09T04:14:14.467Z||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-12-09T04:14:14.467Z||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 6IpNWnFRSetdlLoY) ...
2022-12-09T04:14:14.467Z||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 6IpNWnFRSetdlLoY) ...
2022-12-09T04:14:24.023Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T04:14:24.024Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T04:15:14.464Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T04:15:14.465Z||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-12-09T04:15:14.465Z||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 6IpNWnFRSetdlLoY) ...
2022-12-09T04:15:14.466Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T04:15:14.467Z||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-12-09T04:15:14.467Z||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 6IpNWnFRSetdlLoY) ...
2022-12-09T04:15:24.021Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T04:15:24.022Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T04:16:14.464Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T04:16:14.465Z||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-12-09T04:16:14.465Z||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 6IpNWnFRSetdlLoY) ...
2022-12-09T04:16:14.466Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T04:16:14.467Z||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-12-09T04:16:14.467Z||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 6IpNWnFRSetdlLoY) ...
2022-12-09T04:16:24.013Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T04:16:24.013Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T04:17:14.464Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T04:17:14.465Z||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-12-09T04:17:14.465Z||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 6IpNWnFRSetdlLoY) ...
2022-12-09T04:17:14.467Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T04:17:14.467Z||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-12-09T04:17:14.467Z||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 6IpNWnFRSetdlLoY) ...
2022-12-09T04:17:24.023Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T04:17:24.028Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T04:18:14.464Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T04:18:14.466Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T04:18:14.467Z||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-12-09T04:18:14.467Z||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-12-09T04:18:14.467Z||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 6IpNWnFRSetdlLoY) ...
2022-12-09T04:18:14.467Z||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 6IpNWnFRSetdlLoY) ...
2022-12-09T04:18:24.018Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T04:18:24.018Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T04:19:14.464Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T04:19:14.465Z||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-12-09T04:19:14.465Z||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 6IpNWnFRSetdlLoY) ...
2022-12-09T04:19:14.466Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T04:19:14.467Z||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-12-09T04:19:14.467Z||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 6IpNWnFRSetdlLoY) ...
2022-12-09T04:19:24.014Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T04:19:24.028Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T04:20:14.464Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T04:20:14.466Z||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-12-09T04:20:14.466Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T04:20:14.467Z||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-12-09T04:20:14.467Z||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 6IpNWnFRSetdlLoY) ...
2022-12-09T04:20:14.468Z||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 6IpNWnFRSetdlLoY) ...
2022-12-09T04:20:24.016Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T04:20:24.037Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T04:21:14.466Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T04:21:14.466Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T04:21:14.467Z||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-12-09T04:21:14.467Z||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-12-09T04:21:14.467Z||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 6IpNWnFRSetdlLoY) ...
2022-12-09T04:21:14.467Z||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 6IpNWnFRSetdlLoY) ...
2022-12-09T04:21:24.013Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T04:21:24.018Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T04:22:14.464Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T04:22:14.465Z||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-12-09T04:22:14.465Z||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 6IpNWnFRSetdlLoY) ...
2022-12-09T04:22:14.466Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T04:22:14.466Z||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-12-09T04:22:14.467Z||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 6IpNWnFRSetdlLoY) ...
2022-12-09T04:22:24.018Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T04:22:24.020Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T04:23:14.464Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T04:23:14.465Z||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-12-09T04:23:14.465Z||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 6IpNWnFRSetdlLoY) ...
2022-12-09T04:23:14.466Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T04:23:14.466Z||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-12-09T04:23:14.467Z||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 6IpNWnFRSetdlLoY) ...
2022-12-09T04:23:24.023Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T04:23:24.023Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T04:24:14.464Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T04:24:14.466Z||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-12-09T04:24:14.466Z||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 6IpNWnFRSetdlLoY) ...
2022-12-09T04:24:14.466Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T04:24:14.467Z||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-12-09T04:24:14.467Z||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 6IpNWnFRSetdlLoY) ...
2022-12-09T04:24:24.022Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T04:24:24.022Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T04:25:14.464Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T04:25:14.466Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T04:25:14.466Z||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-12-09T04:25:14.466Z||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 6IpNWnFRSetdlLoY) ...
2022-12-09T04:25:14.494Z||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-12-09T04:25:14.494Z||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 6IpNWnFRSetdlLoY) ...
2022-12-09T04:25:24.026Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T04:25:24.045Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T04:26:14.464Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T04:26:14.465Z||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-12-09T04:26:14.465Z||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 6IpNWnFRSetdlLoY) ...
2022-12-09T04:26:14.466Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T04:26:14.467Z||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-12-09T04:26:14.467Z||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 6IpNWnFRSetdlLoY) ...
2022-12-09T04:26:24.024Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T04:26:24.025Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T04:27:14.466Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T04:27:14.466Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T04:27:14.467Z||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-12-09T04:27:14.467Z||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 6IpNWnFRSetdlLoY) ...
2022-12-09T04:27:14.468Z||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-12-09T04:27:14.468Z||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 6IpNWnFRSetdlLoY) ...
2022-12-09T04:27:24.029Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T04:27:24.051Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T04:28:14.464Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T04:28:14.465Z||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-12-09T04:28:14.465Z||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 6IpNWnFRSetdlLoY) ...
2022-12-09T04:28:14.466Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T04:28:14.467Z||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-12-09T04:28:14.467Z||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 6IpNWnFRSetdlLoY) ...
2022-12-09T04:28:24.014Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T04:28:24.015Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T04:29:14.464Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T04:29:14.465Z||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-12-09T04:29:14.466Z||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 6IpNWnFRSetdlLoY) ...
2022-12-09T04:29:14.466Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T04:29:14.466Z||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-12-09T04:29:14.466Z||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 6IpNWnFRSetdlLoY) ...
2022-12-09T04:29:24.016Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T04:29:24.016Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T04:30:14.464Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T04:30:14.466Z||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-12-09T04:30:14.466Z||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 6IpNWnFRSetdlLoY) ...
2022-12-09T04:30:14.466Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T04:30:14.466Z||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-12-09T04:30:14.466Z||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 6IpNWnFRSetdlLoY) ...
2022-12-09T04:30:24.018Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T04:30:24.020Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T04:31:14.464Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T04:31:14.466Z||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-12-09T04:31:14.466Z||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 6IpNWnFRSetdlLoY) ...
2022-12-09T04:31:14.466Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T04:31:14.467Z||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-12-09T04:31:14.467Z||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 6IpNWnFRSetdlLoY) ...
2022-12-09T04:31:14.603Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T04:31:14.607Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-09T04:31:14.607Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bac14df-6c55-4bfd-af85-0391d22f3e8f",
"consumerID": "cds",
"timestamp": 1670560261523,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221209043018/1.0/resourceInstances/vfwe3a4f4555df80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-09T04:31:14.633Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-09T04:31:14.634Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-09T04:31:14.634Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bac14df-6c55-4bfd-af85-0391d22f3e8f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1670560263643,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221209043018/1.0/resourceInstances/vfwe3a4f4555df80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-09T04:31:14.634Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-09T04:31:14.634Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-09T04:31:14.634Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bac14df-6c55-4bfd-af85-0391d22f3e8f",
"consumerID": "aai-ml",
"timestamp": 1670560260715,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221209043018/1.0/resourceInstances/vfwe3a4f4555df80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-09T04:31:14.635Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-09T04:31:14.635Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-09T04:31:14.635Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bac14df-6c55-4bfd-af85-0391d22f3e8f",
"consumerID": "ves-openapi-manager",
"timestamp": 1670560265788,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221209043018/1.0/resourceInstances/vfwe3a4f4555df80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-09T04:31:14.635Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-09T04:31:14.635Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-09T04:31:14.635Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bac14df-6c55-4bfd-af85-0391d22f3e8f",
"consumerID": "cds",
"timestamp": 1670560261523,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221209043018/1.0/resourceInstances/vfwe3a4f4555df80/artifacts/vfwe3a4f4555df80_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-09T04:31:14.636Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-09T04:31:14.636Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-09T04:31:14.636Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bac14df-6c55-4bfd-af85-0391d22f3e8f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1670560263643,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221209043018/1.0/resourceInstances/vfwe3a4f4555df80/artifacts/vfwe3a4f4555df80_modules.json",
"status": "NOTIFIED"
}
2022-12-09T04:31:14.636Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-09T04:31:14.636Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-09T04:31:14.636Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bac14df-6c55-4bfd-af85-0391d22f3e8f",
"consumerID": "aai-ml",
"timestamp": 1670560260715,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221209043018/1.0/resourceInstances/vfwe3a4f4555df80/artifacts/vfwe3a4f4555df80_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-09T04:31:14.636Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-09T04:31:14.637Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-09T04:31:14.637Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bac14df-6c55-4bfd-af85-0391d22f3e8f",
"consumerID": "ves-openapi-manager",
"timestamp": 1670560265788,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221209043018/1.0/resourceInstances/vfwe3a4f4555df80/artifacts/vfwe3a4f4555df80_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-09T04:31:14.637Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-09T04:31:14.637Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-09T04:31:14.637Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bac14df-6c55-4bfd-af85-0391d22f3e8f",
"consumerID": "cds",
"timestamp": 1670560261523,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221209043018/1.0/resourceInstances/vfwe3a4f4555df80/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-09T04:31:14.637Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-09T04:31:14.637Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-09T04:31:14.638Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bac14df-6c55-4bfd-af85-0391d22f3e8f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1670560263643,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221209043018/1.0/resourceInstances/vfwe3a4f4555df80/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-12-09T04:31:14.638Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-09T04:31:14.638Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-09T04:31:14.638Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bac14df-6c55-4bfd-af85-0391d22f3e8f",
"consumerID": "aai-ml",
"timestamp": 1670560260715,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221209043018/1.0/resourceInstances/vfwe3a4f4555df80/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-09T04:31:14.638Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-09T04:31:14.638Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-09T04:31:14.638Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bac14df-6c55-4bfd-af85-0391d22f3e8f",
"consumerID": "ves-openapi-manager",
"timestamp": 1670560265788,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221209043018/1.0/resourceInstances/vfwe3a4f4555df80/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-09T04:31:14.638Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-09T04:31:14.639Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-09T04:31:14.639Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bac14df-6c55-4bfd-af85-0391d22f3e8f",
"consumerID": "cds",
"timestamp": 1670560261523,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221209043018/1.0/resourceInstances/vfwe3a4f4555df80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-09T04:31:14.639Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-09T04:31:14.639Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-09T04:31:14.639Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bac14df-6c55-4bfd-af85-0391d22f3e8f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1670560263643,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221209043018/1.0/resourceInstances/vfwe3a4f4555df80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-09T04:31:14.639Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-09T04:31:14.639Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-09T04:31:14.639Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bac14df-6c55-4bfd-af85-0391d22f3e8f",
"consumerID": "aai-ml",
"timestamp": 1670560260715,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221209043018/1.0/resourceInstances/vfwe3a4f4555df80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-09T04:31:14.640Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-09T04:31:14.640Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-09T04:31:14.640Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bac14df-6c55-4bfd-af85-0391d22f3e8f",
"consumerID": "ves-openapi-manager",
"timestamp": 1670560265788,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221209043018/1.0/resourceInstances/vfwe3a4f4555df80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-09T04:31:14.641Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-09T04:31:14.641Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-09T04:31:14.641Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bac14df-6c55-4bfd-af85-0391d22f3e8f",
"consumerID": "cds",
"timestamp": 1670560261523,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221209043018/1.0/resourceInstances/vfwe3a4f4555df80/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-12-09T04:31:14.641Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-09T04:31:14.641Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-09T04:31:14.641Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bac14df-6c55-4bfd-af85-0391d22f3e8f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1670560263643,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221209043018/1.0/resourceInstances/vfwe3a4f4555df80/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-12-09T04:31:14.641Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-09T04:31:14.642Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-09T04:31:14.642Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bac14df-6c55-4bfd-af85-0391d22f3e8f",
"consumerID": "aai-ml",
"timestamp": 1670560260715,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221209043018/1.0/resourceInstances/vfwe3a4f4555df80/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-12-09T04:31:14.642Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-09T04:31:14.642Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-09T04:31:14.642Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bac14df-6c55-4bfd-af85-0391d22f3e8f",
"consumerID": "ves-openapi-manager",
"timestamp": 1670560265788,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221209043018/1.0/resourceInstances/vfwe3a4f4555df80/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-12-09T04:31:14.642Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-09T04:31:14.642Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-09T04:31:14.642Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bac14df-6c55-4bfd-af85-0391d22f3e8f",
"consumerID": "cds",
"timestamp": 1670560261523,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221209043018/1.0/artifacts/service-Vfw20221209043018-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-09T04:31:14.643Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-09T04:31:14.643Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-09T04:31:14.643Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bac14df-6c55-4bfd-af85-0391d22f3e8f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1670560263643,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221209043018/1.0/artifacts/service-Vfw20221209043018-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-09T04:31:14.643Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-09T04:31:14.643Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-09T04:31:14.643Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bac14df-6c55-4bfd-af85-0391d22f3e8f",
"consumerID": "aai-ml",
"timestamp": 1670560260715,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221209043018/1.0/artifacts/service-Vfw20221209043018-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-09T04:31:14.643Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-09T04:31:14.644Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-09T04:31:14.644Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bac14df-6c55-4bfd-af85-0391d22f3e8f",
"consumerID": "ves-openapi-manager",
"timestamp": 1670560265788,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221209043018/1.0/artifacts/service-Vfw20221209043018-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-09T04:31:14.644Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-09T04:31:14.644Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-09T04:31:14.644Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bac14df-6c55-4bfd-af85-0391d22f3e8f",
"consumerID": "cds",
"timestamp": 1670560261523,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221209043018/1.0/artifacts/service-Vfw20221209043018-csar.csar",
"status": "NOTIFIED"
}
2022-12-09T04:31:14.645Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-09T04:31:14.645Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-09T04:31:14.645Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bac14df-6c55-4bfd-af85-0391d22f3e8f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1670560263643,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221209043018/1.0/artifacts/service-Vfw20221209043018-csar.csar",
"status": "NOTIFIED"
}
2022-12-09T04:31:14.645Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-09T04:31:14.645Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-09T04:31:14.645Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bac14df-6c55-4bfd-af85-0391d22f3e8f",
"consumerID": "aai-ml",
"timestamp": 1670560260715,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221209043018/1.0/artifacts/service-Vfw20221209043018-csar.csar",
"status": "NOTIFIED"
}
2022-12-09T04:31:14.645Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-09T04:31:14.646Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-09T04:31:14.646Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bac14df-6c55-4bfd-af85-0391d22f3e8f",
"consumerID": "ves-openapi-manager",
"timestamp": 1670560265788,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221209043018/1.0/artifacts/service-Vfw20221209043018-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-12-09T04:31:14.646Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-09T04:31:14.646Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-09T04:31:14.646Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bac14df-6c55-4bfd-af85-0391d22f3e8f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1670560273234,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221209043018/1.0/resourceInstances/vfwe3a4f4555df80/artifacts/vfwe3a4f4555df80_modules.json",
"status": "DOWNLOAD_OK"
}
2022-12-09T04:31:14.646Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-09T04:31:14.646Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-09T04:31:14.646Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bac14df-6c55-4bfd-af85-0391d22f3e8f",
"consumerID": "aai-ml",
"timestamp": 1670560273524,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221209043018/1.0/artifacts/service-Vfw20221209043018-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-09T04:31:14.647Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-09T04:31:14.647Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-09T04:31:14.647Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bac14df-6c55-4bfd-af85-0391d22f3e8f",
"consumerID": "cds",
"timestamp": 1670560273963,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221209043018/1.0/artifacts/service-Vfw20221209043018-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-09T04:31:14.647Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-09T04:31:15.101Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T04:31:15.102Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-09T04:31:15.102Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"3bac14df-6c55-4bfd-af85-0391d22f3e8f","serviceName":"vFW 2022-12-09 04-30-18","serviceVersion":"1.0","serviceUUID":"478ffab4-820c-4809-804e-091a9b90f70b","serviceDescription":"catalog service description","serviceInvariantUUID":"210f8d65-dd9a-4e15-ac8a-99fb65b50eb6","resources":[{"resourceInstanceName":"vFW e3a4f455-5df8 0","resourceName":"vFW e3a4f455-5df8","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c1b43226-dde9-452c-a2bd-ef01f366b952","resourceInvariantUUID":"08b17c6d-95b4-4fb0-aabf-254716dbefb7","resourceCustomizationUUID":"86de44c1-cad3-4b15-bea8-1583ba1e7719","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221209043018/1.0/resourceInstances/vfwe3a4f4555df80/artifacts/vf-license-model.xml","artifactChecksum":"M2JiMjA2NDkwNmM4NTFiNWNkN2JkNThjOTQxODNkMDE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0345d6ea-a9f3-429d-8f69-1d0277827236","artifactVersion":"1"},{"artifactName":"vfwe3a4f4555df80_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20221209043018/1.0/resourceInstances/vfwe3a4f4555df80/artifacts/vfwe3a4f4555df80_modules.json","artifactChecksum":"OWE2YWJiZTdkYzc0YTMzNjI4ODNlMDJjMmE4MGMwZjI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b9588d77-277e-44c6-acfb-24cc59195c4a","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20221209043018/1.0/resourceInstances/vfwe3a4f4555df80/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"81e41a66-64cd-455b-9038-1b30d0bfdd95","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221209043018/1.0/resourceInstances/vfwe3a4f4555df80/artifacts/vendor-license-model.xml","artifactChecksum":"NWI4NDdjZTE2NTQwM2Y0ZWI5ZTFhMzJjNTg0M2FkNGY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"4363f6e2-8f03-47c3-ba2c-81c2dd83a018","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20221209043018/1.0/resourceInstances/vfwe3a4f4555df80/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"93a205d6-f7d2-489a-a5d9-67a689bfacfd","artifactVersion":"2","generatedFromUUID":"81e41a66-64cd-455b-9038-1b30d0bfdd95"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20221209043018-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20221209043018/1.0/artifacts/service-Vfw20221209043018-template.yml","artifactChecksum":"NzgwNjg1MzA3YTZkYThiYjU1NWUzNGZjZmU1ODY1YjU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5c0a5df1-f5df-4a3a-a8d7-e8eae766a17e","artifactVersion":"1"},{"artifactName":"service-Vfw20221209043018-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20221209043018/1.0/artifacts/service-Vfw20221209043018-csar.csar","artifactChecksum":"MTFiZDY0NzBkYWU4NDQ5NWM3YjgzMzc4OWFhNzE5YTY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1fbb3e6b-411a-4573-95ba-9072f2305ec5","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-09T04:31:15.110Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-09T04:31:15.118Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-09T04:31:15.130Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-09T04:31:15.130Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "3bac14df-6c55-4bfd-af85-0391d22f3e8f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670560274464,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221209043018/1.0/resourceInstances/vfwe3a4f4555df80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-09T04:31:15.230Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-12-09T04:31:15.235Z||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-12-09T04:31:15.235Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6IpNWnFRSetdlLoY) ...
2022-12-09T04:31:15.256Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T04:31:15.257Z||pool-3-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-12-09T04:31:16.138Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-09T04:31:16.139Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-09T04:31:16.141Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-09T04:31:16.141Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "3bac14df-6c55-4bfd-af85-0391d22f3e8f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670560274464,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221209043018/1.0/resourceInstances/vfwe3a4f4555df80/artifacts/vfwe3a4f4555df80_modules.json",
"status": "NOTIFIED"
}
2022-12-09T04:31:16.241Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-09T04:31:16.242Z||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-12-09T04:31:16.243Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6IpNWnFRSetdlLoY) ...
2022-12-09T04:31:16.258Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T04:31:16.259Z||pool-4-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-12-09T04:31:17.142Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-09T04:31:17.143Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-09T04:31:17.145Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-09T04:31:17.145Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "3bac14df-6c55-4bfd-af85-0391d22f3e8f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670560274464,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221209043018/1.0/resourceInstances/vfwe3a4f4555df80/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-12-09T04:31:17.245Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-09T04:31:17.246Z||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-12-09T04:31:17.246Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6IpNWnFRSetdlLoY) ...
2022-12-09T04:31:17.262Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T04:31:17.263Z||pool-5-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-12-09T04:31:18.145Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-09T04:31:18.147Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-09T04:31:18.149Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-09T04:31:18.149Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "3bac14df-6c55-4bfd-af85-0391d22f3e8f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670560274464,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221209043018/1.0/resourceInstances/vfwe3a4f4555df80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-09T04:31:18.251Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-09T04:31:18.252Z||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-12-09T04:31:18.252Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6IpNWnFRSetdlLoY) ...
2022-12-09T04:31:18.268Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T04:31:18.269Z||pool-6-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-12-09T04:31:19.151Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-09T04:31:19.152Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-09T04:31:19.155Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-09T04:31:19.155Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "3bac14df-6c55-4bfd-af85-0391d22f3e8f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670560274464,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221209043018/1.0/resourceInstances/vfwe3a4f4555df80/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-12-09T04:31:19.255Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-09T04:31:19.256Z||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-12-09T04:31:19.257Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6IpNWnFRSetdlLoY) ...
2022-12-09T04:31:19.270Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T04:31:19.271Z||pool-7-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-12-09T04:31:20.156Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-09T04:31:20.157Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-09T04:31:20.160Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-09T04:31:20.160Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "3bac14df-6c55-4bfd-af85-0391d22f3e8f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670560274464,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221209043018/1.0/artifacts/service-Vfw20221209043018-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-09T04:31:20.260Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-09T04:31:20.261Z||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-12-09T04:31:20.261Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6IpNWnFRSetdlLoY) ...
2022-12-09T04:31:20.278Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T04:31:20.279Z||pool-8-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-12-09T04:31:21.160Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-09T04:31:21.161Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-09T04:31:21.164Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-09T04:31:21.164Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "3bac14df-6c55-4bfd-af85-0391d22f3e8f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670560274464,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221209043018/1.0/artifacts/service-Vfw20221209043018-csar.csar",
"status": "NOTIFIED"
}
2022-12-09T04:31:21.264Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-09T04:31:21.265Z||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-12-09T04:31:21.265Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6IpNWnFRSetdlLoY) ...
2022-12-09T04:31:21.278Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T04:31:21.278Z||pool-9-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-09T04:31:22.166Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "3bac14df-6c55-4bfd-af85-0391d22f3e8f",
"serviceName": "vFW 2022-12-09 04-30-18",
"serviceVersion": "1.0",
"serviceUUID": "478ffab4-820c-4809-804e-091a9b90f70b",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "210f8d65-dd9a-4e15-ac8a-99fb65b50eb6",
"resources": [
{
"resourceInstanceName": "vFW e3a4f455-5df8 0",
"resourceCustomizationUUID": "86de44c1-cad3-4b15-bea8-1583ba1e7719",
"resourceName": "vFW e3a4f455-5df8",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "c1b43226-dde9-452c-a2bd-ef01f366b952",
"resourceInvariantUUID": "08b17c6d-95b4-4fb0-aabf-254716dbefb7",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwe3a4f4555df80_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221209043018/1.0/resourceInstances/vfwe3a4f4555df80/artifacts/vfwe3a4f4555df80_modules.json",
"artifactChecksum": "OWE2YWJiZTdkYzc0YTMzNjI4ODNlMDJjMmE4MGMwZjI\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "b9588d77-277e-44c6-acfb-24cc59195c4a",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221209043018/1.0/resourceInstances/vfwe3a4f4555df80/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "81e41a66-64cd-455b-9038-1b30d0bfdd95",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221209043018/1.0/resourceInstances/vfwe3a4f4555df80/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "93a205d6-f7d2-489a-a5d9-67a689bfacfd",
"generatedFromUUID": "81e41a66-64cd-455b-9038-1b30d0bfdd95"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221209043018/1.0/resourceInstances/vfwe3a4f4555df80/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "93a205d6-f7d2-489a-a5d9-67a689bfacfd",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20221209043018-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221209043018/1.0/artifacts/service-Vfw20221209043018-csar.csar",
"artifactChecksum": "MTFiZDY0NzBkYWU4NDQ5NWM3YjgzMzc4OWFhNzE5YTY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "1fbb3e6b-411a-4573-95ba-9072f2305ec5"
}
],
"workloadContext": "Production"
}
2022-12-09T04:31:22.167Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-09T04:31:22.168Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 478ffab4-820c-4809-804e-091a9b90f70b ASDC
2022-12-09T04:31:22.292Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:3bac14df-6c55-4bfd-af85-0391d22f3e8f
ServiceName:vFW 2022-12-09 04-30-18
ServiceVersion:1.0
ServiceUUID:478ffab4-820c-4809-804e-091a9b90f70b
ServiceInvariantUUID:210f8d65-dd9a-4e15-ac8a-99fb65b50eb6
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20221209043018-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221209043018/1.0/artifacts/service-Vfw20221209043018-csar.csar
ArtifactUUID:1fbb3e6b-411a-4573-95ba-9072f2305ec5
ArtifactChecksum:MTFiZDY0NzBkYWU4NDQ5NWM3YjgzMzc4OWFhNzE5YTY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW e3a4f455-5df8 0
ResourceCustomizationUUID:86de44c1-cad3-4b15-bea8-1583ba1e7719
ResourceInvariantUUID:08b17c6d-95b4-4fb0-aabf-254716dbefb7
ResourceName:vFW e3a4f455-5df8
ResourceType:VF
ResourceUUID:c1b43226-dde9-452c-a2bd-ef01f366b952
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwe3a4f4555df80_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221209043018/1.0/resourceInstances/vfwe3a4f4555df80/artifacts/vfwe3a4f4555df80_modules.json
ArtifactUUID:b9588d77-277e-44c6-acfb-24cc59195c4a
ArtifactChecksum:OWE2YWJiZTdkYzc0YTMzNjI4ODNlMDJjMmE4MGMwZjI=
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/Vfw20221209043018/1.0/resourceInstances/vfwe3a4f4555df80/artifacts/base_vfw.yaml
ArtifactUUID:81e41a66-64cd-455b-9038-1b30d0bfdd95
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/Vfw20221209043018/1.0/resourceInstances/vfwe3a4f4555df80/artifacts/base_vfw.env
ArtifactUUID:93a205d6-f7d2-489a-a5d9-67a689bfacfd
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/Vfw20221209043018/1.0/resourceInstances/vfwe3a4f4555df80/artifacts/base_vfw.env
ArtifactUUID:93a205d6-f7d2-489a-a5d9-67a689bfacfd
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-12-09T04:31:22.292Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 478ffab4-820c-4809-804e-091a9b90f70b 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-12-09T04:31:22.510Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-09T04:31:22.511Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-12-09T04:31:22.512Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-12-09T04:31:22.512Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 1fbb3e6b-411a-4573-95ba-9072f2305ec5 from URL: /sdc/v1/catalog/services/Vfw20221209043018/1.0/artifacts/service-Vfw20221209043018-csar.csar
2022-12-09T04:31:22.512Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-12-09T04:31:22.514Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221209043018/1.0/artifacts/service-Vfw20221209043018-csar.csar
2022-12-09T04:31:22.612Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-12-09T04:31:22.633Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221209043018/1.0/artifacts/service-Vfw20221209043018-csar.csar 1fbb3e6b-411a-4573-95ba-9072f2305ec5 100664
2022-12-09T04:31:22.635Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221209043018/1.0/artifacts/service-Vfw20221209043018-csar.csar ASDC sendASDCNotification
2022-12-09T04:31:22.635Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221209043018/1.0/artifacts/service-Vfw20221209043018-csar.csar
2022-12-09T04:31:22.636Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-09T04:31:22.637Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-09T04:31:22.639Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-09T04:31:22.639Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "3bac14df-6c55-4bfd-af85-0391d22f3e8f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670560282633,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221209043018/1.0/artifacts/service-Vfw20221209043018-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-09T04:31:22.739Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-09T04:31:22.740Z||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-12-09T04:31:22.740Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6IpNWnFRSetdlLoY) ...
2022-12-09T04:31:22.755Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T04:31:22.755Z||pool-10-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-12-09T04:31:23.639Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-09T04:31:23.641Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-12-09T04:31:23.641Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 1fbb3e6b-411a-4573-95ba-9072f2305ec5, URL: /sdc/v1/catalog/services/Vfw20221209043018/1.0/artifacts/service-Vfw20221209043018-csar.csar to file: /app/ASDC/1/service-Vfw20221209043018-csar.csar
2022-12-09T04:31:23.642Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20221209043018-csar.csar
2022-12-09T04:31:23.742Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20221209043018-csar.csar
2022-12-09T04:31:23.742Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20221209043018-csar.csar
2022-12-09T04:31:24.443Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1068247697455237660/Definitions/service-Vfw20221209043018-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
2022-12-09T04:31:27.309Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-09T04:31:27.315Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-12-09T04:31:27.315Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20221209043018-csar.csar
2022-12-09T04:31:27.316Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-12-09T04:31:27.316Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW e3a4f455-5df8 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-Vfw20221209043018-csar.csar
2022-12-09T04:31:27.316Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221209043018-csar.csar
2022-12-09T04:31:27.316Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||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-Vfw20221209043018-csar.csar
2022-12-09T04:31:27.316Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||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-Vfw20221209043018-csar.csar
2022-12-09T04:31:27.316Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||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-Vfw20221209043018-csar.csar
2022-12-09T04:31:27.316Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221209043018-csar.csar
2022-12-09T04:31:27.316Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221209043018-csar.csar
2022-12-09T04:31:27.317Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||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-Vfw20221209043018-csar.csar
2022-12-09T04:31:27.317Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221209043018-csar.csar
2022-12-09T04:31:27.317Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221209043018-csar.csar
2022-12-09T04:31:27.317Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221209043018-csar.csar
2022-12-09T04:31:27.317Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-12-09T04:31:27.324Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-09T04:31:27.326Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-09 04-30-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-09T04:31:27.330Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template vFW e3a4f455-5df8 0 is matching search criteria
2022-12-09T04:31:27.330Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-12-09T04:31:27.332Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW e3a4f455-5df8 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-09T04:31:27.334Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-09T04:31:27.334Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-09 04-30-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-09T04:31:27.334Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template vFW e3a4f455-5df8 0 is matching search criteria
2022-12-09T04:31:27.335Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-12-09T04:31:27.335Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW e3a4f455-5df8 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-09T04:31:27.335Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-09T04:31:27.335Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-09 04-30-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-09T04:31:27.339Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-09T04:31:27.339Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template vFW e3a4f455-5df8 0 is not matching search criteria
2022-12-09T04:31:27.339Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-09T04:31:27.339Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-09T04:31:27.339Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-09T04:31:27.339Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-09T04:31:27.340Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-09T04:31:27.340Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-09T04:31:27.340Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-09T04:31:27.340Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-09T04:31:27.340Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-09T04:31:27.340Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-09T04:31:27.341Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-09T04:31:27.341Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-09T04:31:27.341Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-09T04:31:27.341Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-09T04:31:27.341Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-09T04:31:27.341Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-12-09T04:31:27.342Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-09T04:31:27.342Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-09 04-30-18 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-09T04:31:27.343Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-09T04:31:27.343Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template vFW e3a4f455-5df8 0 is matching search criteria
2022-12-09T04:31:27.343Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW e3a4f455-5df8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-09T04:31:27.344Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-09T04:31:27.344Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template vFW e3a4f455-5df8 0 is matching search criteria
2022-12-09T04:31:27.344Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW e3a4f455-5df8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-09T04:31:27.344Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-09T04:31:27.344Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template vFW e3a4f455-5df8 0 is matching search criteria
2022-12-09T04:31:27.345Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW e3a4f455-5df8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-09T04:31:27.345Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-09T04:31:27.345Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template vFW e3a4f455-5df8 0 is not matching search criteria
2022-12-09T04:31:27.345Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-09T04:31:27.345Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-12-09T04:31:27.346Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-09T04:31:27.346Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-09T04:31:27.346Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-09T04:31:27.346Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-09T04:31:27.346Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-09T04:31:27.346Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-09T04:31:27.347Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-09T04:31:27.347Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-09T04:31:27.347Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-09T04:31:27.347Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=052fb441-7d68-4684-b524-49c82a3fff3a
2022-12-09T04:31:27.347Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-09T04:31:27.347Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template vFW e3a4f455-5df8 0 is not matching search criteria
2022-12-09T04:31:27.348Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-09T04:31:27.348Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-09T04:31:27.348Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-09T04:31:27.348Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-09T04:31:27.348Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-09T04:31:27.348Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-09T04:31:27.349Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-09T04:31:27.349Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-12-09T04:31:27.349Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-09T04:31:27.349Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-09T04:31:27.349Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-09T04:31:27.349Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-09T04:31:27.350Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=85b227b5-c3a7-41a8-abfa-a0f4c0c4a2f9
2022-12-09T04:31:27.350Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-09T04:31:27.350Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template vFW e3a4f455-5df8 0 is not matching search criteria
2022-12-09T04:31:27.350Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-09T04:31:27.350Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-09T04:31:27.350Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-09T04:31:27.351Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-09T04:31:27.351Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-09T04:31:27.351Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-09T04:31:27.351Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-09T04:31:27.351Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-09T04:31:27.351Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-09T04:31:27.352Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-09T04:31:27.352Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-09T04:31:27.352Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-12-09T04:31:27.352Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=730ffaaf-57e4-489b-804a-02637e9a3a42
2022-12-09T04:31:27.352Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-09T04:31:27.352Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-09 04-30-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-09T04:31:27.353Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-09T04:31:27.353Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-09 04-30-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-09T04:31:27.353Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-09T04:31:27.353Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-09 04-30-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-09T04:31:27.353Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-09T04:31:27.353Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-09 04-30-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-09T04:31:27.354Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-12-09 04-30-18
Description:catalog service description
Model UUID:478ffab4-820c-4809-804e-091a9b90f70b
Model Version:NULL
Model InvariantUuid:210f8d65-dd9a-4e15-ac8a-99fb65b50eb6
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW e3a4f455-5df8
Model UUID:ef887d71-3491-4f23-9b46-44e38c613eed
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:08b17c6d-95b4-4fb0-aabf-254716dbefb7
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:86de44c1-cad3-4b15-bea8-1583ba1e7719
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:5a938fb1-cfde-4471-a0a9-26d74278e96c
ModelName:VfwE3a4f4555df8..base_vfw..module-0
ModelUuid:795b73c1-c85b-48ba-9ad3-acd27ff06a01
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:052fb441-7d68-4684-b524-49c82a3fff3a
ModelInvariantUuid:fca89c98-5436-4f8d-ae14-e66fca16eefe
ModelName:vFW e3a4f455-5df8-nodes.vfwCvfc
ModelUuid:57afc86e-3796-401d-95e1-388b3ee59472
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:654a5a23-7e3d-4bb6-a1c6-3eaed11588ab
ModelInvariantUuid:051e4302-1d1d-4a9b-a346-a22f31d39936
ModelName:VfwE3a4f4555df8.compute.nodes.heat.vfw
ModelUuid:2cdbb4f3-7246-4d64-a802-68e17a8745bf
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:85b227b5-c3a7-41a8-abfa-a0f4c0c4a2f9
ModelInvariantUuid:0ae9ebce-d41b-48dd-b3e9-a0b616ed76f1
ModelName:vFW e3a4f455-5df8-nodes.vsnCvfc
ModelUuid:0c1babc8-faec-4820-b196-630d12c29ccd
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:9945a651-7d81-4f50-8f0b-e71df7f37776
ModelInvariantUuid:40cef19f-9d7a-4d18-8832-e2d2c55224de
ModelName:VfwE3a4f4555df8.compute.nodes.heat.vsn
ModelUuid:dc30bdee-1e6e-4a38-86da-fce80aa23639
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:730ffaaf-57e4-489b-804a-02637e9a3a42
ModelInvariantUuid:a98742e7-be54-4c09-a405-ef666426948b
ModelName:vFW e3a4f455-5df8-nodes.vpgCvfc
ModelUuid:02695ff7-c70d-4d39-a35f-66576094fd66
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:e323a6f3-08f5-4f5a-a2d8-ac97ebeaa209
ModelInvariantUuid:a643ce19-4cc1-4f44-b868-0b8864491307
ModelName:VfwE3a4f4555df8.compute.nodes.heat.vpg
ModelUuid:5ee75cfa-efd5-459e-9e3b-8cc015586b3d
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-12-09T04:31:27.381Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: c1b43226-dde9-452c-a2bd-ef01f366b952
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-12-09T04:31:27.469Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||INFO|500||vFW e3a4f455-5df8 0
2022-12-09T04:31:27.477Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c1b43226-dde9-452c-a2bd-ef01f366b952
2022-12-09T04:31:27.477Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: b9588d77-277e-44c6-acfb-24cc59195c4a from URL: /sdc/v1/catalog/services/Vfw20221209043018/1.0/resourceInstances/vfwe3a4f4555df80/artifacts/vfwe3a4f4555df80_modules.json
2022-12-09T04:31:27.477Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-12-09T04:31:27.477Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221209043018/1.0/resourceInstances/vfwe3a4f4555df80/artifacts/vfwe3a4f4555df80_modules.json
2022-12-09T04:31:27.577Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-12-09T04:31:27.577Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221209043018/1.0/resourceInstances/vfwe3a4f4555df80/artifacts/vfwe3a4f4555df80_modules.json b9588d77-277e-44c6-acfb-24cc59195c4a 785
2022-12-09T04:31:27.578Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221209043018/1.0/resourceInstances/vfwe3a4f4555df80/artifacts/vfwe3a4f4555df80_modules.json ASDC sendASDCNotification
2022-12-09T04:31:27.578Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221209043018/1.0/resourceInstances/vfwe3a4f4555df80/artifacts/vfwe3a4f4555df80_modules.json
2022-12-09T04:31:27.578Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-09T04:31:27.578Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-09T04:31:27.581Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-09T04:31:27.581Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "3bac14df-6c55-4bfd-af85-0391d22f3e8f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670560287578,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221209043018/1.0/resourceInstances/vfwe3a4f4555df80/artifacts/vfwe3a4f4555df80_modules.json",
"status": "DOWNLOAD_OK"
}
2022-12-09T04:31:27.681Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-09T04:31:27.682Z||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-12-09T04:31:27.682Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6IpNWnFRSetdlLoY) ...
2022-12-09T04:31:27.696Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T04:31:27.696Z||pool-11-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-09T04:31:28.582Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwE3a4f4555df8..base_vfw..module-0",
"vfModuleModelInvariantUUID": "5a938fb1-cfde-4471-a0a9-26d74278e96c",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "795b73c1-c85b-48ba-9ad3-acd27ff06a01",
"vfModuleModelCustomizationUUID": "6815d6cf-8b27-4895-8130-0a7141677151",
"isBase": true,
"artifacts": [
"81e41a66-64cd-455b-9038-1b30d0bfdd95",
"93a205d6-f7d2-489a-a5d9-67a689bfacfd"
],
"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-12-09T04:31:28.596Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwE3a4f4555df8..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:795b73c1-c85b-48ba-9ad3-acd27ff06a01
VfModuleModelInvariantUUID:5a938fb1-cfde-4471-a0a9-26d74278e96c
VfModuleModelDescription:NULL
Artifacts UUID List:{
81e41a66-64cd-455b-9038-1b30d0bfdd95
,
93a205d6-f7d2-489a-a5d9-67a689bfacfd
}
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-12-09T04:31:28.599Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwE3a4f4555df8..base_vfw..module-0",
"vfModuleModelInvariantUUID": "5a938fb1-cfde-4471-a0a9-26d74278e96c",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "795b73c1-c85b-48ba-9ad3-acd27ff06a01",
"vfModuleModelCustomizationUUID": "6815d6cf-8b27-4895-8130-0a7141677151",
"isBase": true,
"artifacts": [
"81e41a66-64cd-455b-9038-1b30d0bfdd95",
"93a205d6-f7d2-489a-a5d9-67a689bfacfd"
],
"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-12-09T04:31:28.599Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwE3a4f4555df8..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:795b73c1-c85b-48ba-9ad3-acd27ff06a01
VfModuleModelInvariantUUID:5a938fb1-cfde-4471-a0a9-26d74278e96c
VfModuleModelDescription:NULL
Artifacts UUID List:{
81e41a66-64cd-455b-9038-1b30d0bfdd95
,
93a205d6-f7d2-489a-a5d9-67a689bfacfd
}
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-12-09T04:31:28.599Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 81e41a66-64cd-455b-9038-1b30d0bfdd95 from URL: /sdc/v1/catalog/services/Vfw20221209043018/1.0/resourceInstances/vfwe3a4f4555df80/artifacts/base_vfw.yaml
2022-12-09T04:31:28.599Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-12-09T04:31:28.600Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221209043018/1.0/resourceInstances/vfwe3a4f4555df80/artifacts/base_vfw.yaml
2022-12-09T04:31:28.649Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-12-09T04:31:28.650Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221209043018/1.0/resourceInstances/vfwe3a4f4555df80/artifacts/base_vfw.yaml 81e41a66-64cd-455b-9038-1b30d0bfdd95 20368
2022-12-09T04:31:28.650Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221209043018/1.0/resourceInstances/vfwe3a4f4555df80/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-12-09T04:31:28.651Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221209043018/1.0/resourceInstances/vfwe3a4f4555df80/artifacts/base_vfw.yaml
2022-12-09T04:31:28.651Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-09T04:31:28.651Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-09T04:31:28.653Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-09T04:31:28.653Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "3bac14df-6c55-4bfd-af85-0391d22f3e8f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670560288650,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221209043018/1.0/resourceInstances/vfwe3a4f4555df80/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-12-09T04:31:28.753Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-09T04:31:28.754Z||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-12-09T04:31:28.754Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6IpNWnFRSetdlLoY) ...
2022-12-09T04:31:28.767Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T04:31:28.768Z||pool-12-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-09T04:31:29.654Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 93a205d6-f7d2-489a-a5d9-67a689bfacfd from URL: /sdc/v1/catalog/services/Vfw20221209043018/1.0/resourceInstances/vfwe3a4f4555df80/artifacts/base_vfw.env
2022-12-09T04:31:29.655Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-12-09T04:31:29.655Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221209043018/1.0/resourceInstances/vfwe3a4f4555df80/artifacts/base_vfw.env
2022-12-09T04:31:29.708Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-12-09T04:31:29.708Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221209043018/1.0/resourceInstances/vfwe3a4f4555df80/artifacts/base_vfw.env 93a205d6-f7d2-489a-a5d9-67a689bfacfd 2098
2022-12-09T04:31:29.709Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221209043018/1.0/resourceInstances/vfwe3a4f4555df80/artifacts/base_vfw.env ASDC sendASDCNotification
2022-12-09T04:31:29.709Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221209043018/1.0/resourceInstances/vfwe3a4f4555df80/artifacts/base_vfw.env
2022-12-09T04:31:29.709Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-09T04:31:29.709Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-09T04:31:29.712Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-09T04:31:29.712Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "3bac14df-6c55-4bfd-af85-0391d22f3e8f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670560289709,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221209043018/1.0/resourceInstances/vfwe3a4f4555df80/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-12-09T04:31:29.813Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-09T04:31:29.814Z||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-12-09T04:31:29.814Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6IpNWnFRSetdlLoY) ...
2022-12-09T04:31:29.826Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T04:31:29.827Z||pool-13-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-09T04:31:30.713Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 478ffab4-820c-4809-804e-091a9b90f70b
2022-12-09T04:31:30.717Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW e3a4f455-5df8 0 c1b43226-dde9-452c-a2bd-ef01f366b952 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-09T04:31:30.754Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@65e239bf, org.onap.sdc.toscaparser.api.parameters.Input@5a00cbf5, org.onap.sdc.toscaparser.api.parameters.Input@3154c637, org.onap.sdc.toscaparser.api.parameters.Input@7baa6383, org.onap.sdc.toscaparser.api.parameters.Input@f719288]
2022-12-09T04:31:30.758Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-09T04:31:30.758Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-09 04-30-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-09T04:31:30.759Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic
2022-12-09T04:31:30.759Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 86de44c1-cad3-4b15-bea8-1583ba1e7719
2022-12-09T04:31:30.759Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 86de44c1-cad3-4b15-bea8-1583ba1e7719 matches Tosca VF Customization UUID: 86de44c1-cad3-4b15-bea8-1583ba1e7719
2022-12-09T04:31:30.759Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 86de44c1-cad3-4b15-bea8-1583ba1e7719 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-12-09T04:31:30.765Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-09T04:31:30.766Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-09 04-30-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-09T04:31:30.767Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 86de44c1-cad3-4b15-bea8-1583ba1e7719: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-12-09T04:31:30.767Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7900ce2e
2022-12-09T04:31:30.767Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-09T04:31:30.767Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-09 04-30-18 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-09T04:31:30.768Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 6815d6cf-8b27-4895-8130-0a7141677151
2022-12-09T04:31:30.769Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 6815d6cf-8b27-4895-8130-0a7141677151
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-12-09T04:31:30.776Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-09T04:31:30.776Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template vFW e3a4f455-5df8 0 is matching search criteria
2022-12-09T04:31:30.777Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW e3a4f455-5df8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-09T04:31:30.777Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-09T04:31:30.777Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template vFW e3a4f455-5df8 0 is matching search criteria
2022-12-09T04:31:30.778Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW e3a4f455-5df8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-09T04:31:30.778Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-09T04:31:30.778Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template vFW e3a4f455-5df8 0 is not matching search criteria
2022-12-09T04:31:30.779Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-09T04:31:30.779Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-12-09T04:31:30.779Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-09T04:31:30.779Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-09T04:31:30.779Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-09T04:31:30.780Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-09T04:31:30.780Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-09T04:31:30.780Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-09T04:31:30.780Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-09T04:31:30.780Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-09T04:31:30.781Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-09T04:31:30.781Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=052fb441-7d68-4684-b524-49c82a3fff3a
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-12-09T04:31:30.793Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-09T04:31:30.794Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template vFW e3a4f455-5df8 0 is matching search criteria
2022-12-09T04:31:30.794Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW e3a4f455-5df8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-09T04:31:30.794Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-09T04:31:30.794Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template vFW e3a4f455-5df8 0 is not matching search criteria
2022-12-09T04:31:30.795Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-09T04:31:30.795Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-09T04:31:30.795Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-09T04:31:30.795Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-09T04:31:30.795Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-09T04:31:30.796Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-09T04:31:30.796Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-09T04:31:30.796Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-12-09T04:31:30.796Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-09T04:31:30.796Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-09T04:31:30.796Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-09T04:31:30.797Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-09T04:31:30.797Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=85b227b5-c3a7-41a8-abfa-a0f4c0c4a2f9
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-12-09T04:31:30.799Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-09T04:31:30.799Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template vFW e3a4f455-5df8 0 is matching search criteria
2022-12-09T04:31:30.799Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW e3a4f455-5df8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-09T04:31:30.801Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-09T04:31:30.801Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template vFW e3a4f455-5df8 0 is not matching search criteria
2022-12-09T04:31:30.802Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-09T04:31:30.802Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-09T04:31:30.802Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-09T04:31:30.802Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-09T04:31:30.802Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-09T04:31:30.803Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-09T04:31:30.803Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-09T04:31:30.803Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-09T04:31:30.803Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-09T04:31:30.803Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-09T04:31:30.804Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-09T04:31:30.804Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-12-09T04:31:30.804Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=730ffaaf-57e4-489b-804a-02637e9a3a42
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-12-09T04:31:30.806Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-09T04:31:30.806Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template vFW e3a4f455-5df8 0 is matching search criteria
2022-12-09T04:31:30.806Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW e3a4f455-5df8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-09T04:31:30.807Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-09T04:31:30.807Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template vFW e3a4f455-5df8 0 is matching search criteria
2022-12-09T04:31:30.807Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW e3a4f455-5df8 0] matching following query criteria: sdcType=VF, customizationUUID=86de44c1-cad3-4b15-bea8-1583ba1e7719
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-12-09T04:31:30.809Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-09T04:31:30.809Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-09 04-30-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-09T04:31:30.809Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 478ffab4-820c-4809-804e-091a9b90f70b: vFW e3a4f455-5df8
2022-12-09T04:31:30.810Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-09T04:31:30.810Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-09 04-30-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-09T04:31:30.810Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-09T04:31:30.810Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-09 04-30-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-09T04:31:30.810Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-09T04:31:30.811Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-09 04-30-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-09T04:31:30.811Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-09T04:31:30.811Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-09 04-30-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-09T04:31:30.811Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-09T04:31:30.811Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-09 04-30-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-09T04:31:30.812Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||INFO|500||Saving Service: vFW 2022-12-09 04-30-18
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-12-09T04:31:31.116Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW e3a4f455-5df8 c1b43226-dde9-452c-a2bd-ef01f366b952 1 ASDC deployResourceStructure
2022-12-09T04:31:31.117Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221209043018/1.0/resourceInstances/vfwe3a4f4555df80/artifacts/vfwe3a4f4555df80_modules.json ASDC sendASDCNotification
2022-12-09T04:31:31.117Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221209043018/1.0/resourceInstances/vfwe3a4f4555df80/artifacts/vfwe3a4f4555df80_modules.json
2022-12-09T04:31:31.117Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-09T04:31:31.117Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-09T04:31:31.119Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-09T04:31:31.119Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "3bac14df-6c55-4bfd-af85-0391d22f3e8f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670560291117,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221209043018/1.0/resourceInstances/vfwe3a4f4555df80/artifacts/vfwe3a4f4555df80_modules.json",
"status": "DEPLOY_OK"
}
2022-12-09T04:31:31.219Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-09T04:31:31.220Z||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-12-09T04:31:31.221Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6IpNWnFRSetdlLoY) ...
2022-12-09T04:31:31.236Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T04:31:31.236Z||pool-14-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-12-09T04:31:32.122Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221209043018/1.0/resourceInstances/vfwe3a4f4555df80/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-12-09T04:31:32.123Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221209043018/1.0/resourceInstances/vfwe3a4f4555df80/artifacts/base_vfw.yaml
2022-12-09T04:31:32.123Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-09T04:31:32.123Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-09T04:31:32.125Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-09T04:31:32.125Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "3bac14df-6c55-4bfd-af85-0391d22f3e8f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670560292122,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221209043018/1.0/resourceInstances/vfwe3a4f4555df80/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-12-09T04:31:32.226Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-09T04:31:32.227Z||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-12-09T04:31:32.227Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6IpNWnFRSetdlLoY) ...
2022-12-09T04:31:32.237Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T04:31:32.237Z||pool-15-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-12-09T04:31:33.126Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221209043018/1.0/resourceInstances/vfwe3a4f4555df80/artifacts/base_vfw.env ASDC sendASDCNotification
2022-12-09T04:31:33.126Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221209043018/1.0/resourceInstances/vfwe3a4f4555df80/artifacts/base_vfw.env
2022-12-09T04:31:33.127Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-09T04:31:33.128Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-09T04:31:33.129Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-09T04:31:33.130Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "3bac14df-6c55-4bfd-af85-0391d22f3e8f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670560293126,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221209043018/1.0/resourceInstances/vfwe3a4f4555df80/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-12-09T04:31:33.230Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-09T04:31:33.231Z||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-12-09T04:31:33.231Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6IpNWnFRSetdlLoY) ...
2022-12-09T04:31:33.245Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T04:31:33.245Z||pool-16-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-09T04:31:34.131Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221209043018/1.0/artifacts/service-Vfw20221209043018-csar.csar ASDC sendASDCNotification
2022-12-09T04:31:34.131Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221209043018/1.0/artifacts/service-Vfw20221209043018-csar.csar
2022-12-09T04:31:34.132Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-09T04:31:34.133Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-09T04:31:34.136Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-09T04:31:34.136Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "3bac14df-6c55-4bfd-af85-0391d22f3e8f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670560294131,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221209043018/1.0/artifacts/service-Vfw20221209043018-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-09T04:31:34.236Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-09T04:31:34.237Z||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-12-09T04:31:34.238Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6IpNWnFRSetdlLoY) ...
2022-12-09T04:31:34.250Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T04:31:34.251Z||pool-17-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-09T04:31:35.138Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3bac14df-6c55-4bfd-af85-0391d22f3e8f
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-12-09T04:31:35.177Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3bac14df-6c55-4bfd-af85-0391d22f3e8f
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-12-09T04:31:35.181Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-09T04:31:35.181Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-09T04:31:35.181Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-09T04:32:05.186Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3bac14df-6c55-4bfd-af85-0391d22f3e8f
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-12-09T04:32:05.202Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3bac14df-6c55-4bfd-af85-0391d22f3e8f
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-12-09T04:32:05.205Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-09T04:32:05.205Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-09T04:32:05.205Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-09T04:32:14.466Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T04:32:14.468Z||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-12-09T04:32:14.468Z||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 6IpNWnFRSetdlLoY) ...
2022-12-09T04:32:14.510Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T04:32:14.511Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-09T04:32:14.511Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bac14df-6c55-4bfd-af85-0391d22f3e8f",
"consumerID": "cds",
"timestamp": 1670560274984,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221209043018/1.0/artifacts/service-Vfw20221209043018-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-12-09T04:32:14.531Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3bac14df-6c55-4bfd-af85-0391d22f3e8f
2022-12-09T04:32:14.532Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3bac14df-6c55-4bfd-af85-0391d22f3e8f 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-12-09T04:32:35.206Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3bac14df-6c55-4bfd-af85-0391d22f3e8f
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-12-09T04:32:35.218Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3bac14df-6c55-4bfd-af85-0391d22f3e8f
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-12-09T04:32:35.221Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-09T04:32:35.221Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-09T04:32:35.221Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-09T04:33:05.222Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3bac14df-6c55-4bfd-af85-0391d22f3e8f
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-12-09T04:33:05.234Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3bac14df-6c55-4bfd-af85-0391d22f3e8f
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-12-09T04:33:05.237Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-09T04:33:05.237Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-09T04:33:05.237Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-09T04:33:14.466Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T04:33:14.467Z||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-12-09T04:33:14.467Z||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 6IpNWnFRSetdlLoY) ...
2022-12-09T04:33:14.495Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T04:33:14.495Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-09T04:33:14.495Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bac14df-6c55-4bfd-af85-0391d22f3e8f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1670560274350,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221209043018/1.0/resourceInstances/vfwe3a4f4555df80/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-12-09T04:33:14.496Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-09T04:33:35.238Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3bac14df-6c55-4bfd-af85-0391d22f3e8f
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-12-09T04:33:35.249Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3bac14df-6c55-4bfd-af85-0391d22f3e8f
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-12-09T04:33:35.251Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-09T04:33:35.252Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-09T04:33:35.252Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-09T04:34:05.252Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3bac14df-6c55-4bfd-af85-0391d22f3e8f
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-12-09T04:34:05.265Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3bac14df-6c55-4bfd-af85-0391d22f3e8f
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-12-09T04:34:05.267Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-09T04:34:05.267Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-09T04:34:05.267Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-09T04:34:14.466Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T04:34:14.467Z||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-12-09T04:34:14.467Z||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 6IpNWnFRSetdlLoY) ...
2022-12-09T04:34:15.001Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T04:34:15.006Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-09T04:34:15.006Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bac14df-6c55-4bfd-af85-0391d22f3e8f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670560274464,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221209043018/1.0/resourceInstances/vfwe3a4f4555df80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-09T04:34:15.008Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-09T04:34:15.008Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-09T04:34:15.008Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bac14df-6c55-4bfd-af85-0391d22f3e8f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1670560275436,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221209043018/1.0/resourceInstances/vfwe3a4f4555df80/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-12-09T04:34:15.008Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-09T04:34:15.008Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-09T04:34:15.009Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bac14df-6c55-4bfd-af85-0391d22f3e8f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670560275712,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221209043018/1.0/resourceInstances/vfwe3a4f4555df80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-09T04:34:15.009Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-09T04:34:15.009Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-09T04:34:15.009Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bac14df-6c55-4bfd-af85-0391d22f3e8f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670560274464,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221209043018/1.0/resourceInstances/vfwe3a4f4555df80/artifacts/vfwe3a4f4555df80_modules.json",
"status": "NOTIFIED"
}
2022-12-09T04:34:15.009Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-09T04:34:15.010Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-09T04:34:15.010Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bac14df-6c55-4bfd-af85-0391d22f3e8f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1670560276551,
"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-12-09T04:34:15.016Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3bac14df-6c55-4bfd-af85-0391d22f3e8f
2022-12-09T04:34:15.017Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3bac14df-6c55-4bfd-af85-0391d22f3e8f 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-12-09T04:34:15.027Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-09T04:34:15.027Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bac14df-6c55-4bfd-af85-0391d22f3e8f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670560275712,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221209043018/1.0/resourceInstances/vfwe3a4f4555df80/artifacts/vfwe3a4f4555df80_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-09T04:34:15.027Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-09T04:34:15.027Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-09T04:34:15.028Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bac14df-6c55-4bfd-af85-0391d22f3e8f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670560274464,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221209043018/1.0/resourceInstances/vfwe3a4f4555df80/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-12-09T04:34:15.028Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-09T04:34:15.028Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-09T04:34:15.028Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bac14df-6c55-4bfd-af85-0391d22f3e8f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1670560277556,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221209043018/1.0/resourceInstances/vfwe3a4f4555df80/artifacts/vfwe3a4f4555df80_modules.json",
"status": "DEPLOY_OK"
}
2022-12-09T04:34:15.028Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-09T04:34:15.028Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-09T04:34:15.028Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bac14df-6c55-4bfd-af85-0391d22f3e8f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670560275712,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221209043018/1.0/resourceInstances/vfwe3a4f4555df80/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-09T04:34:15.029Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-09T04:34:15.029Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-09T04:34:15.029Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bac14df-6c55-4bfd-af85-0391d22f3e8f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670560274464,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221209043018/1.0/resourceInstances/vfwe3a4f4555df80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-09T04:34:15.029Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-09T04:34:15.030Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-09T04:34:15.030Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bac14df-6c55-4bfd-af85-0391d22f3e8f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670560275712,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221209043018/1.0/resourceInstances/vfwe3a4f4555df80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-09T04:34:15.030Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-09T04:34:15.030Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-09T04:34:15.030Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bac14df-6c55-4bfd-af85-0391d22f3e8f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670560274464,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221209043018/1.0/resourceInstances/vfwe3a4f4555df80/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-12-09T04:34:15.030Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-09T04:34:15.031Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-09T04:34:15.031Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bac14df-6c55-4bfd-af85-0391d22f3e8f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670560275712,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221209043018/1.0/resourceInstances/vfwe3a4f4555df80/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-12-09T04:34:15.031Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-09T04:34:15.031Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-09T04:34:15.031Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bac14df-6c55-4bfd-af85-0391d22f3e8f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670560274464,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221209043018/1.0/artifacts/service-Vfw20221209043018-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-09T04:34:15.031Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-09T04:34:15.031Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-09T04:34:15.032Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bac14df-6c55-4bfd-af85-0391d22f3e8f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670560275712,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221209043018/1.0/artifacts/service-Vfw20221209043018-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-09T04:34:15.032Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-09T04:34:15.032Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-09T04:34:15.032Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bac14df-6c55-4bfd-af85-0391d22f3e8f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670560274464,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221209043018/1.0/artifacts/service-Vfw20221209043018-csar.csar",
"status": "NOTIFIED"
}
2022-12-09T04:34:15.032Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-09T04:34:15.032Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-09T04:34:15.032Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bac14df-6c55-4bfd-af85-0391d22f3e8f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670560275712,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221209043018/1.0/artifacts/service-Vfw20221209043018-csar.csar",
"status": "NOTIFIED"
}
2022-12-09T04:34:15.033Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-09T04:34:15.033Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-09T04:34:15.033Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bac14df-6c55-4bfd-af85-0391d22f3e8f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670560282633,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221209043018/1.0/artifacts/service-Vfw20221209043018-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-09T04:34:15.033Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-09T04:34:15.033Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-09T04:34:15.033Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bac14df-6c55-4bfd-af85-0391d22f3e8f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670560283553,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221209043018/1.0/artifacts/service-Vfw20221209043018-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-09T04:34:15.033Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-09T04:34:15.034Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-09T04:34:15.034Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bac14df-6c55-4bfd-af85-0391d22f3e8f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670560287578,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221209043018/1.0/resourceInstances/vfwe3a4f4555df80/artifacts/vfwe3a4f4555df80_modules.json",
"status": "DOWNLOAD_OK"
}
2022-12-09T04:34:15.034Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-09T04:34:15.034Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-09T04:34:15.034Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95f0841d-21fe-49c2-afdb-78a6c6a2e2db",
"consumerID": "ves-openapi-manager",
"timestamp": 1670560285789,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/resourceInstances/basic_onboard_nktrhz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-09T04:34:15.034Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-09T04:34:15.035Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-09T04:34:15.035Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95f0841d-21fe-49c2-afdb-78a6c6a2e2db",
"consumerID": "multicloud-k8s-id",
"timestamp": 1670560283644,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/resourceInstances/basic_onboard_nktrhz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-09T04:34:15.035Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-09T04:34:15.035Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-09T04:34:15.035Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bac14df-6c55-4bfd-af85-0391d22f3e8f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670560288650,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221209043018/1.0/resourceInstances/vfwe3a4f4555df80/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-12-09T04:34:15.035Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-09T04:34:15.036Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-09T04:34:15.036Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95f0841d-21fe-49c2-afdb-78a6c6a2e2db",
"consumerID": "ves-openapi-manager",
"timestamp": 1670560285789,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/resourceInstances/basic_onboard_nktrhz0/artifacts/basic_onboard_nktrhz0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-09T04:34:15.036Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-09T04:34:15.036Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-09T04:34:15.036Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95f0841d-21fe-49c2-afdb-78a6c6a2e2db",
"consumerID": "multicloud-k8s-id",
"timestamp": 1670560283644,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/resourceInstances/basic_onboard_nktrhz0/artifacts/basic_onboard_nktrhz0_modules.json",
"status": "NOTIFIED"
}
2022-12-09T04:34:15.036Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-09T04:34:15.036Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-09T04:34:15.037Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bac14df-6c55-4bfd-af85-0391d22f3e8f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670560289667,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221209043018/1.0/artifacts/service-Vfw20221209043018-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-09T04:34:15.037Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-09T04:34:15.037Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-09T04:34:15.037Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bac14df-6c55-4bfd-af85-0391d22f3e8f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670560289709,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221209043018/1.0/resourceInstances/vfwe3a4f4555df80/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-12-09T04:34:15.037Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-09T04:34:15.037Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-09T04:34:15.037Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95f0841d-21fe-49c2-afdb-78a6c6a2e2db",
"consumerID": "ves-openapi-manager",
"timestamp": 1670560285789,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/resourceInstances/basic_onboard_nktrhz0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-09T04:34:15.038Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-09T04:34:15.038Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-09T04:34:15.038Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95f0841d-21fe-49c2-afdb-78a6c6a2e2db",
"consumerID": "multicloud-k8s-id",
"timestamp": 1670560283644,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/resourceInstances/basic_onboard_nktrhz0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-12-09T04:34:15.038Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-09T04:34:15.038Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-09T04:34:15.038Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bac14df-6c55-4bfd-af85-0391d22f3e8f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670560290673,
"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-12-09T04:34:15.043Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3bac14df-6c55-4bfd-af85-0391d22f3e8f
2022-12-09T04:34:15.043Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3bac14df-6c55-4bfd-af85-0391d22f3e8f 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-12-09T04:34:15.058Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-09T04:34:15.058Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95f0841d-21fe-49c2-afdb-78a6c6a2e2db",
"consumerID": "ves-openapi-manager",
"timestamp": 1670560285789,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/resourceInstances/basic_onboard_nktrhz0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-09T04:34:15.059Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-09T04:34:15.059Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-09T04:34:15.059Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95f0841d-21fe-49c2-afdb-78a6c6a2e2db",
"consumerID": "multicloud-k8s-id",
"timestamp": 1670560283644,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/resourceInstances/basic_onboard_nktrhz0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-09T04:34:15.059Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-09T04:34:15.059Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-09T04:34:15.059Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bac14df-6c55-4bfd-af85-0391d22f3e8f",
"consumerID": "aai-ml",
"timestamp": 1670560291287,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221209043018/1.0/artifacts/service-Vfw20221209043018-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-09T04:34:15.059Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-09T04:34:15.060Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-09T04:34:15.060Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bac14df-6c55-4bfd-af85-0391d22f3e8f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670560291117,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221209043018/1.0/resourceInstances/vfwe3a4f4555df80/artifacts/vfwe3a4f4555df80_modules.json",
"status": "DEPLOY_OK"
}
2022-12-09T04:34:15.060Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-09T04:34:15.060Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-09T04:34:15.060Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95f0841d-21fe-49c2-afdb-78a6c6a2e2db",
"consumerID": "cds",
"timestamp": 1670560291523,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/resourceInstances/basic_onboard_nktrhz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-09T04:34:15.060Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-09T04:34:15.060Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-09T04:34:15.061Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95f0841d-21fe-49c2-afdb-78a6c6a2e2db",
"consumerID": "ves-openapi-manager",
"timestamp": 1670560285789,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/resourceInstances/basic_onboard_nktrhz0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-12-09T04:34:15.061Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-09T04:34:15.061Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-09T04:34:15.061Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95f0841d-21fe-49c2-afdb-78a6c6a2e2db",
"consumerID": "multicloud-k8s-id",
"timestamp": 1670560283644,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/resourceInstances/basic_onboard_nktrhz0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-12-09T04:34:15.061Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-09T04:34:15.061Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-09T04:34:15.061Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bac14df-6c55-4bfd-af85-0391d22f3e8f",
"consumerID": "aai-ml",
"timestamp": 1670560292297,
"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-12-09T04:34:15.066Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3bac14df-6c55-4bfd-af85-0391d22f3e8f
2022-12-09T04:34:15.066Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3bac14df-6c55-4bfd-af85-0391d22f3e8f 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-12-09T04:34:15.074Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-09T04:34:15.074Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bac14df-6c55-4bfd-af85-0391d22f3e8f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670560292122,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221209043018/1.0/resourceInstances/vfwe3a4f4555df80/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-12-09T04:34:15.075Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-09T04:34:15.075Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-09T04:34:15.075Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95f0841d-21fe-49c2-afdb-78a6c6a2e2db",
"consumerID": "cds",
"timestamp": 1670560291523,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/resourceInstances/basic_onboard_nktrhz0/artifacts/basic_onboard_nktrhz0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-09T04:34:15.075Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-09T04:34:15.075Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-09T04:34:15.075Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95f0841d-21fe-49c2-afdb-78a6c6a2e2db",
"consumerID": "ves-openapi-manager",
"timestamp": 1670560285789,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/artifacts/service-BasicOnboardNktrhz-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-09T04:34:15.075Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-09T04:34:15.075Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-09T04:34:15.075Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95f0841d-21fe-49c2-afdb-78a6c6a2e2db",
"consumerID": "multicloud-k8s-id",
"timestamp": 1670560283644,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/artifacts/service-BasicOnboardNktrhz-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-09T04:34:15.076Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-09T04:34:15.076Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-09T04:34:15.076Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bac14df-6c55-4bfd-af85-0391d22f3e8f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670560293126,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221209043018/1.0/resourceInstances/vfwe3a4f4555df80/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-12-09T04:34:15.076Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-09T04:34:15.076Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-09T04:34:15.076Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95f0841d-21fe-49c2-afdb-78a6c6a2e2db",
"consumerID": "cds",
"timestamp": 1670560291523,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/resourceInstances/basic_onboard_nktrhz0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-09T04:34:15.076Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-09T04:34:15.076Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-09T04:34:15.076Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95f0841d-21fe-49c2-afdb-78a6c6a2e2db",
"consumerID": "aai-ml",
"timestamp": 1670560293303,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/resourceInstances/basic_onboard_nktrhz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-09T04:34:15.076Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-09T04:34:15.077Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-09T04:34:15.077Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95f0841d-21fe-49c2-afdb-78a6c6a2e2db",
"consumerID": "ves-openapi-manager",
"timestamp": 1670560285789,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/artifacts/service-BasicOnboardNktrhz-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-12-09T04:34:15.077Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-09T04:34:15.077Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-09T04:34:15.077Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95f0841d-21fe-49c2-afdb-78a6c6a2e2db",
"consumerID": "multicloud-k8s-id",
"timestamp": 1670560283644,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/artifacts/service-BasicOnboardNktrhz-csar.csar",
"status": "NOTIFIED"
}
2022-12-09T04:34:15.077Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-09T04:34:15.077Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-09T04:34:15.086Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bac14df-6c55-4bfd-af85-0391d22f3e8f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670560294131,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221209043018/1.0/artifacts/service-Vfw20221209043018-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-09T04:34:15.086Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-09T04:34:15.086Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-09T04:34:15.090Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95f0841d-21fe-49c2-afdb-78a6c6a2e2db",
"consumerID": "cds",
"timestamp": 1670560291523,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/resourceInstances/basic_onboard_nktrhz0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-09T04:34:15.090Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-09T04:34:15.090Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-09T04:34:15.090Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95f0841d-21fe-49c2-afdb-78a6c6a2e2db",
"consumerID": "aai-ml",
"timestamp": 1670560293303,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/resourceInstances/basic_onboard_nktrhz0/artifacts/basic_onboard_nktrhz0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-09T04:34:15.090Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-09T04:34:15.090Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-09T04:34:15.091Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95f0841d-21fe-49c2-afdb-78a6c6a2e2db",
"consumerID": "multicloud-k8s-id",
"timestamp": 1670560294897,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/resourceInstances/basic_onboard_nktrhz0/artifacts/basic_onboard_nktrhz0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-12-09T04:34:15.091Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-09T04:34:15.091Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-09T04:34:15.091Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95f0841d-21fe-49c2-afdb-78a6c6a2e2db",
"consumerID": "cds",
"timestamp": 1670560291523,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/resourceInstances/basic_onboard_nktrhz0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-12-09T04:34:15.091Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-09T04:34:15.091Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-09T04:34:15.091Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95f0841d-21fe-49c2-afdb-78a6c6a2e2db",
"consumerID": "aai-ml",
"timestamp": 1670560293303,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/resourceInstances/basic_onboard_nktrhz0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-09T04:34:15.091Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-09T04:34:15.091Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-09T04:34:15.091Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95f0841d-21fe-49c2-afdb-78a6c6a2e2db",
"consumerID": "multicloud-k8s-id",
"timestamp": 1670560295964,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/resourceInstances/basic_onboard_nktrhz0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-12-09T04:34:15.092Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-09T04:34:15.092Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-09T04:34:15.092Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95f0841d-21fe-49c2-afdb-78a6c6a2e2db",
"consumerID": "cds",
"timestamp": 1670560291523,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/artifacts/service-BasicOnboardNktrhz-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-09T04:34:15.092Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-09T04:34:15.092Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-09T04:34:15.092Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95f0841d-21fe-49c2-afdb-78a6c6a2e2db",
"consumerID": "aai-ml",
"timestamp": 1670560293303,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/resourceInstances/basic_onboard_nktrhz0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-09T04:34:15.092Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-09T04:34:15.092Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-09T04:34:15.092Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95f0841d-21fe-49c2-afdb-78a6c6a2e2db",
"consumerID": "multicloud-k8s-id",
"timestamp": 1670560297022,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/resourceInstances/basic_onboard_nktrhz0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-12-09T04:34:15.092Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-09T04:34:15.092Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-09T04:34:15.093Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95f0841d-21fe-49c2-afdb-78a6c6a2e2db",
"consumerID": "cds",
"timestamp": 1670560291523,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/artifacts/service-BasicOnboardNktrhz-csar.csar",
"status": "NOTIFIED"
}
2022-12-09T04:34:15.093Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-09T04:34:15.093Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-09T04:34:15.093Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95f0841d-21fe-49c2-afdb-78a6c6a2e2db",
"consumerID": "aai-ml",
"timestamp": 1670560293303,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/resourceInstances/basic_onboard_nktrhz0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-12-09T04:34:15.093Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-09T04:34:15.093Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-09T04:34:15.093Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95f0841d-21fe-49c2-afdb-78a6c6a2e2db",
"consumerID": "multicloud-k8s-id",
"timestamp": 1670560298048,
"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-12-09T04:34:15.106Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 95f0841d-21fe-49c2-afdb-78a6c6a2e2db
2022-12-09T04:34:15.106Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 95f0841d-21fe-49c2-afdb-78a6c6a2e2db 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-12-09T04:34:15.113Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-09T04:34:15.113Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95f0841d-21fe-49c2-afdb-78a6c6a2e2db",
"consumerID": "cds",
"timestamp": 1670560299243,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/artifacts/service-BasicOnboardNktrhz-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-09T04:34:15.113Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-09T04:34:15.114Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-09T04:34:15.114Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95f0841d-21fe-49c2-afdb-78a6c6a2e2db",
"consumerID": "aai-ml",
"timestamp": 1670560293303,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/artifacts/service-BasicOnboardNktrhz-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-09T04:34:15.114Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-09T04:34:15.114Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-09T04:34:15.114Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95f0841d-21fe-49c2-afdb-78a6c6a2e2db",
"consumerID": "multicloud-k8s-id",
"timestamp": 1670560299054,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/resourceInstances/basic_onboard_nktrhz0/artifacts/basic_onboard_nktrhz0_modules.json",
"status": "DEPLOY_OK"
}
2022-12-09T04:34:15.114Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-09T04:34:15.114Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-09T04:34:15.114Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95f0841d-21fe-49c2-afdb-78a6c6a2e2db",
"consumerID": "cds",
"timestamp": 1670560300250,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/artifacts/service-BasicOnboardNktrhz-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-12-09T04:34:15.119Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 95f0841d-21fe-49c2-afdb-78a6c6a2e2db
2022-12-09T04:34:15.119Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 95f0841d-21fe-49c2-afdb-78a6c6a2e2db 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-12-09T04:34:15.126Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-09T04:34:15.126Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95f0841d-21fe-49c2-afdb-78a6c6a2e2db",
"consumerID": "aai-ml",
"timestamp": 1670560293303,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/artifacts/service-BasicOnboardNktrhz-csar.csar",
"status": "NOTIFIED"
}
2022-12-09T04:34:15.126Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-09T04:34:15.126Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-09T04:34:15.126Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95f0841d-21fe-49c2-afdb-78a6c6a2e2db",
"consumerID": "aai-ml",
"timestamp": 1670560301059,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/artifacts/service-BasicOnboardNktrhz-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-09T04:34:15.126Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-09T04:34:15.126Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-09T04:34:15.127Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95f0841d-21fe-49c2-afdb-78a6c6a2e2db",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670560305712,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/resourceInstances/basic_onboard_nktrhz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-09T04:34:15.127Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-09T04:34:15.127Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-09T04:34:15.127Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95f0841d-21fe-49c2-afdb-78a6c6a2e2db",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670560305712,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/resourceInstances/basic_onboard_nktrhz0/artifacts/basic_onboard_nktrhz0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-09T04:34:15.127Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-09T04:34:15.127Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-09T04:34:15.127Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95f0841d-21fe-49c2-afdb-78a6c6a2e2db",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670560305712,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/resourceInstances/basic_onboard_nktrhz0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-09T04:34:15.127Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-09T04:34:15.127Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-09T04:34:15.127Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95f0841d-21fe-49c2-afdb-78a6c6a2e2db",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670560305712,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/resourceInstances/basic_onboard_nktrhz0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-09T04:34:15.128Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-09T04:34:15.128Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-09T04:34:15.128Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95f0841d-21fe-49c2-afdb-78a6c6a2e2db",
"consumerID": "aai-ml",
"timestamp": 1670560309115,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/artifacts/service-BasicOnboardNktrhz-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-09T04:34:15.128Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-09T04:34:15.128Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-09T04:34:15.128Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95f0841d-21fe-49c2-afdb-78a6c6a2e2db",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670560305712,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/resourceInstances/basic_onboard_nktrhz0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-12-09T04:34:15.128Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-09T04:34:15.128Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-09T04:34:15.128Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95f0841d-21fe-49c2-afdb-78a6c6a2e2db",
"consumerID": "aai-ml",
"timestamp": 1670560310120,
"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-12-09T04:34:15.133Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 95f0841d-21fe-49c2-afdb-78a6c6a2e2db
2022-12-09T04:34:15.133Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 95f0841d-21fe-49c2-afdb-78a6c6a2e2db 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-12-09T04:34:15.142Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-09T04:34:15.142Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95f0841d-21fe-49c2-afdb-78a6c6a2e2db",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670560305712,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/artifacts/service-BasicOnboardNktrhz-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-09T04:34:15.142Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-09T04:34:15.142Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-09T04:34:15.142Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95f0841d-21fe-49c2-afdb-78a6c6a2e2db",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670560305712,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/artifacts/service-BasicOnboardNktrhz-csar.csar",
"status": "NOTIFIED"
}
2022-12-09T04:34:15.143Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-09T04:34:15.143Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-09T04:34:15.143Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95f0841d-21fe-49c2-afdb-78a6c6a2e2db",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670560313447,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/artifacts/service-BasicOnboardNktrhz-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-09T04:34:15.143Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-09T04:34:15.143Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-09T04:34:15.143Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95f0841d-21fe-49c2-afdb-78a6c6a2e2db",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670560316105,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/artifacts/service-BasicOnboardNktrhz-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-09T04:34:15.143Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-09T04:34:15.143Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-09T04:34:15.143Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95f0841d-21fe-49c2-afdb-78a6c6a2e2db",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670560317122,
"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-12-09T04:34:15.149Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 95f0841d-21fe-49c2-afdb-78a6c6a2e2db
2022-12-09T04:34:15.149Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 95f0841d-21fe-49c2-afdb-78a6c6a2e2db 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-12-09T04:34:35.268Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3bac14df-6c55-4bfd-af85-0391d22f3e8f
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-12-09T04:34:35.283Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3bac14df-6c55-4bfd-af85-0391d22f3e8f
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-12-09T04:34:35.286Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-09T04:34:35.286Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-09T04:34:35.286Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-09T04:34:35.286Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-09T04:34:35.286Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-09T04:34:35.286Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-09T04:34:35.287Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-09T04:34:35.287Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-09T04:34:35.287Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-09T04:34:35.287Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||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-12-09T04:34:35.293Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-09T04:35:05.293Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3bac14df-6c55-4bfd-af85-0391d22f3e8f 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-12-09T04:35:05.304Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3bac14df-6c55-4bfd-af85-0391d22f3e8f and serviceModelVersionId: 478ffab4-820c-4809-804e-091a9b90f70b
2022-12-09T04:35:05.304Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 210f8d65-dd9a-4e15-ac8a-99fb65b50eb6
2022-12-09T04:35:14.466Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T04:35:14.467Z||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-12-09T04:35:14.467Z||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 6IpNWnFRSetdlLoY) ...
2022-12-09T04:35:20.414Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/210f8d65-dd9a-4e15-ac8a-99fb65b50eb6/model-vers/model-ver/478ffab4-820c-4809-804e-091a9b90f70b?depth=0
2022-12-09T04:35:20.520Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-12-09T04:35:21.012Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/210f8d65-dd9a-4e15-ac8a-99fb65b50eb6/model-vers/model-ver/478ffab4-820c-4809-804e-091a9b90f70b?depth=0|INFO|500||Invoke
2022-12-09T04:35:21.019Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/210f8d65-dd9a-4e15-ac8a-99fb65b50eb6/model-vers/model-ver/478ffab4-820c-4809-804e-091a9b90f70b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/210f8d65-dd9a-4e15-ac8a-99fb65b50eb6/model-vers/model-ver/478ffab4-820c-4809-804e-091a9b90f70b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[3bac14df-6c55-4bfd-af85-0391d22f3e8f], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b33a85a4-7c85-4d87-b0d4-1581fcc5c054], X-ECOMP-RequestID=[3bac14df-6c55-4bfd-af85-0391d22f3e8f], X-TransactionId=[], X-ONAP-RequestID=[3bac14df-6c55-4bfd-af85-0391d22f3e8f], Content-Type=[application/merge-patch+json]}
2022-12-09T04:35:21.136Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/210f8d65-dd9a-4e15-ac8a-99fb65b50eb6/model-vers/model-ver/478ffab4-820c-4809-804e-091a9b90f70b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-12-09T04:35:21.357Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/210f8d65-dd9a-4e15-ac8a-99fb65b50eb6/model-vers/model-ver/478ffab4-820c-4809-804e-091a9b90f70b?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/210f8d65-dd9a-4e15-ac8a-99fb65b50eb6/model-vers/model-ver/478ffab4-820c-4809-804e-091a9b90f70b?depth=0 has http status code:200 and response headers:{date=[Fri, 09 Dec 2022 04:35:21 GMT], content-length=[0], vertex-id=[172264], x-aai-txid=[1-aai-resources-221209-04:35:21:540-76316], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-09T04:35:21.359Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/210f8d65-dd9a-4e15-ac8a-99fb65b50eb6/model-vers/model-ver/478ffab4-820c-4809-804e-091a9b90f70b?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-12-09T04:35:21.359Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/210f8d65-dd9a-4e15-ac8a-99fb65b50eb6/model-vers/model-ver/478ffab4-820c-4809-804e-091a9b90f70b?depth=0|INFO|500||InvokeReturn
2022-12-09T04:35:21.363Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-09T04:35:21.363Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||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-12-09T04:35:21.370Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||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-12-09T04:35:21.371Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3bac14df-6c55-4bfd-af85-0391d22f3e8f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-09T04:35:21.372Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-09T04:35:21.373Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-09T04:35:21.374Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-09T04:35:21.375Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "3bac14df-6c55-4bfd-af85-0391d22f3e8f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670560521372,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-09T04:35:21.475Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-09T04:35:21.476Z||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-12-09T04:35:21.476Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6IpNWnFRSetdlLoY) ...
2022-12-09T04:35:21.489Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T04:35:21.490Z||pool-18-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-12-09T04:35:22.106Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T04:35:22.107Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-09T04:35:22.107Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bac14df-6c55-4bfd-af85-0391d22f3e8f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670560521372,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-09T04:35:22.108Z||pool-2-thread-8|||||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-12-09T04:35:22.394Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T04:35:22.395Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|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-12-09T04:35:22.395Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|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 6IpNWnFRSetdlLoY) ...
2022-12-09T04:35:26.824Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T04:35:26.825Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-09T04:35:26.825Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"95f0841d-21fe-49c2-afdb-78a6c6a2e2db","serviceName":"basic_onboard_nKtrHZ","serviceVersion":"1.0","serviceUUID":"7b6b9409-d58f-4eea-a4a1-115d9d7f7f1b","serviceDescription":"service","serviceInvariantUUID":"8b940a9c-ccaa-46a1-a55f-56109730d8a3","resources":[{"resourceInstanceName":"basic_onboard_nKtrHZ 0","resourceName":"basic_onboard_nKtrHZ","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"533d8a28-1fe5-47e6-98c0-3429dc6ce7d9","resourceInvariantUUID":"5278eaa4-56a9-438a-b98e-c9b9098eb8f5","resourceCustomizationUUID":"5a1c5356-e39a-41c8-91a8-18e900b2f705","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/resourceInstances/basic_onboard_nktrhz0/artifacts/vf-license-model.xml","artifactChecksum":"OGZmMWMyYzY5YTMyZmEyZDI0OGRlOTc2MDFmM2JhYTg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2cd83941-97ba-4e4f-946a-064584394db3","artifactVersion":"1"},{"artifactName":"basic_onboard_nktrhz0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/resourceInstances/basic_onboard_nktrhz0/artifacts/basic_onboard_nktrhz0_modules.json","artifactChecksum":"MTI2MWM1OGI3YjYxZWJmZTQwODlhOTc5ZDJmMTlmZjY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e4dd20b1-7313-44de-929e-ac5202bd038a","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/resourceInstances/basic_onboard_nktrhz0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"9c45de72-196a-4362-89d7-5465fd608959","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/resourceInstances/basic_onboard_nktrhz0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"157c3a4c-cbbc-4d6c-b002-1a73d531beef","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/resourceInstances/basic_onboard_nktrhz0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"ef91a176-cac5-46bd-a6cb-0fdfd34a9149","artifactVersion":"2","generatedFromUUID":"9c45de72-196a-4362-89d7-5465fd608959"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardNktrhz-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/artifacts/service-BasicOnboardNktrhz-template.yml","artifactChecksum":"NGYxZWYwMTc3ZGM0MGM3Y2E3MWFjNzg4ODQzZjE0ZTQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"92b40ff2-c54d-4ce2-9b3e-a162deeb8830","artifactVersion":"1"},{"artifactName":"service-BasicOnboardNktrhz-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/artifacts/service-BasicOnboardNktrhz-csar.csar","artifactChecksum":"ZWNmNDZmNDg2YjhiM2MxNDIyNzUzZmI1YzU2NjA4ZWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"60f792ec-f70c-4b83-a39b-7f7d6691e3f7","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-09T04:35:26.830Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-09T04:35:26.830Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-09T04:35:26.833Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-09T04:35:26.833Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "95f0841d-21fe-49c2-afdb-78a6c6a2e2db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670560522390,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/resourceInstances/basic_onboard_nktrhz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-09T04:35:26.932Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-09T04:35:26.933Z||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-12-09T04:35:26.933Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6IpNWnFRSetdlLoY) ...
2022-12-09T04:35:26.946Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T04:35:26.947Z||pool-19-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-09T04:35:27.834Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-09T04:35:27.835Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-09T04:35:27.839Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-09T04:35:27.839Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "95f0841d-21fe-49c2-afdb-78a6c6a2e2db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670560522390,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/resourceInstances/basic_onboard_nktrhz0/artifacts/basic_onboard_nktrhz0_modules.json",
"status": "NOTIFIED"
}
2022-12-09T04:35:27.939Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-09T04:35:27.940Z||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-12-09T04:35:27.940Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6IpNWnFRSetdlLoY) ...
2022-12-09T04:35:27.957Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T04:35:27.957Z||pool-20-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-12-09T04:35:28.840Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-09T04:35:28.840Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-09T04:35:28.843Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-09T04:35:28.843Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "95f0841d-21fe-49c2-afdb-78a6c6a2e2db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670560522390,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/resourceInstances/basic_onboard_nktrhz0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-12-09T04:35:28.943Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-09T04:35:28.945Z||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-12-09T04:35:28.945Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6IpNWnFRSetdlLoY) ...
2022-12-09T04:35:28.962Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T04:35:28.962Z||pool-21-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-12-09T04:35:29.850Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-09T04:35:29.854Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-09T04:35:29.859Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-09T04:35:29.859Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "95f0841d-21fe-49c2-afdb-78a6c6a2e2db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670560522390,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/resourceInstances/basic_onboard_nktrhz0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-09T04:35:29.966Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms
2022-12-09T04:35:29.967Z||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-12-09T04:35:29.967Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6IpNWnFRSetdlLoY) ...
2022-12-09T04:35:29.982Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T04:35:29.983Z||pool-22-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-12-09T04:35:30.868Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-09T04:35:30.869Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-09T04:35:30.871Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-09T04:35:30.871Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "95f0841d-21fe-49c2-afdb-78a6c6a2e2db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670560522390,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/resourceInstances/basic_onboard_nktrhz0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-12-09T04:35:30.971Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-09T04:35:30.972Z||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-12-09T04:35:30.972Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6IpNWnFRSetdlLoY) ...
2022-12-09T04:35:30.987Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T04:35:30.987Z||pool-23-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-09T04:35:31.872Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-09T04:35:31.873Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-09T04:35:31.875Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-09T04:35:31.876Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "95f0841d-21fe-49c2-afdb-78a6c6a2e2db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670560522390,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/artifacts/service-BasicOnboardNktrhz-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-09T04:35:31.976Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-09T04:35:31.976Z||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-12-09T04:35:31.976Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6IpNWnFRSetdlLoY) ...
2022-12-09T04:35:31.988Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T04:35:31.988Z||pool-24-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-12-09T04:35:32.876Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-09T04:35:32.877Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-09T04:35:32.881Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-09T04:35:32.881Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "95f0841d-21fe-49c2-afdb-78a6c6a2e2db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670560522390,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/artifacts/service-BasicOnboardNktrhz-csar.csar",
"status": "NOTIFIED"
}
2022-12-09T04:35:32.981Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-09T04:35:32.982Z||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-12-09T04:35:32.983Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6IpNWnFRSetdlLoY) ...
2022-12-09T04:35:32.995Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T04:35:32.995Z||pool-25-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-12-09T04:35:33.883Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "95f0841d-21fe-49c2-afdb-78a6c6a2e2db",
"serviceName": "basic_onboard_nKtrHZ",
"serviceVersion": "1.0",
"serviceUUID": "7b6b9409-d58f-4eea-a4a1-115d9d7f7f1b",
"serviceDescription": "service",
"serviceInvariantUUID": "8b940a9c-ccaa-46a1-a55f-56109730d8a3",
"resources": [
{
"resourceInstanceName": "basic_onboard_nKtrHZ 0",
"resourceCustomizationUUID": "5a1c5356-e39a-41c8-91a8-18e900b2f705",
"resourceName": "basic_onboard_nKtrHZ",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "533d8a28-1fe5-47e6-98c0-3429dc6ce7d9",
"resourceInvariantUUID": "5278eaa4-56a9-438a-b98e-c9b9098eb8f5",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_nktrhz0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/resourceInstances/basic_onboard_nktrhz0/artifacts/basic_onboard_nktrhz0_modules.json",
"artifactChecksum": "MTI2MWM1OGI3YjYxZWJmZTQwODlhOTc5ZDJmMTlmZjY\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "e4dd20b1-7313-44de-929e-ac5202bd038a",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/resourceInstances/basic_onboard_nktrhz0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "9c45de72-196a-4362-89d7-5465fd608959",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/resourceInstances/basic_onboard_nktrhz0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "ef91a176-cac5-46bd-a6cb-0fdfd34a9149",
"generatedFromUUID": "9c45de72-196a-4362-89d7-5465fd608959"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/resourceInstances/basic_onboard_nktrhz0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "ef91a176-cac5-46bd-a6cb-0fdfd34a9149",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardNktrhz-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/artifacts/service-BasicOnboardNktrhz-csar.csar",
"artifactChecksum": "ZWNmNDZmNDg2YjhiM2MxNDIyNzUzZmI1YzU2NjA4ZWI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "60f792ec-f70c-4b83-a39b-7f7d6691e3f7"
}
],
"workloadContext": "Production"
}
2022-12-09T04:35:33.884Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-09T04:35:33.884Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7b6b9409-d58f-4eea-a4a1-115d9d7f7f1b ASDC
2022-12-09T04:35:33.885Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:95f0841d-21fe-49c2-afdb-78a6c6a2e2db
ServiceName:basic_onboard_nKtrHZ
ServiceVersion:1.0
ServiceUUID:7b6b9409-d58f-4eea-a4a1-115d9d7f7f1b
ServiceInvariantUUID:8b940a9c-ccaa-46a1-a55f-56109730d8a3
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardNktrhz-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/artifacts/service-BasicOnboardNktrhz-csar.csar
ArtifactUUID:60f792ec-f70c-4b83-a39b-7f7d6691e3f7
ArtifactChecksum:ZWNmNDZmNDg2YjhiM2MxNDIyNzUzZmI1YzU2NjA4ZWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_nKtrHZ 0
ResourceCustomizationUUID:5a1c5356-e39a-41c8-91a8-18e900b2f705
ResourceInvariantUUID:5278eaa4-56a9-438a-b98e-c9b9098eb8f5
ResourceName:basic_onboard_nKtrHZ
ResourceType:VF
ResourceUUID:533d8a28-1fe5-47e6-98c0-3429dc6ce7d9
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_nktrhz0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/resourceInstances/basic_onboard_nktrhz0/artifacts/basic_onboard_nktrhz0_modules.json
ArtifactUUID:e4dd20b1-7313-44de-929e-ac5202bd038a
ArtifactChecksum:MTI2MWM1OGI3YjYxZWJmZTQwODlhOTc5ZDJmMTlmZjY=
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/BasicOnboardNktrhz/1.0/resourceInstances/basic_onboard_nktrhz0/artifacts/base_ubuntu18.yaml
ArtifactUUID:9c45de72-196a-4362-89d7-5465fd608959
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/BasicOnboardNktrhz/1.0/resourceInstances/basic_onboard_nktrhz0/artifacts/base_ubuntu18.env
ArtifactUUID:ef91a176-cac5-46bd-a6cb-0fdfd34a9149
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/BasicOnboardNktrhz/1.0/resourceInstances/basic_onboard_nktrhz0/artifacts/base_ubuntu18.env
ArtifactUUID:ef91a176-cac5-46bd-a6cb-0fdfd34a9149
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-12-09T04:35:33.885Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7b6b9409-d58f-4eea-a4a1-115d9d7f7f1b 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-12-09T04:35:33.919Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-09T04:35:33.919Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-12-09T04:35:33.920Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-12-09T04:35:33.920Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 60f792ec-f70c-4b83-a39b-7f7d6691e3f7 from URL: /sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/artifacts/service-BasicOnboardNktrhz-csar.csar
2022-12-09T04:35:33.920Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-12-09T04:35:33.920Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/artifacts/service-BasicOnboardNktrhz-csar.csar
2022-12-09T04:35:34.110Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-12-09T04:35:34.114Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/artifacts/service-BasicOnboardNktrhz-csar.csar 60f792ec-f70c-4b83-a39b-7f7d6691e3f7 75306
2022-12-09T04:35:34.115Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/artifacts/service-BasicOnboardNktrhz-csar.csar ASDC sendASDCNotification
2022-12-09T04:35:34.115Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/artifacts/service-BasicOnboardNktrhz-csar.csar
2022-12-09T04:35:34.115Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-09T04:35:34.115Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-09T04:35:34.117Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-09T04:35:34.117Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "95f0841d-21fe-49c2-afdb-78a6c6a2e2db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670560534114,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/artifacts/service-BasicOnboardNktrhz-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-09T04:35:34.218Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-09T04:35:34.219Z||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-12-09T04:35:34.219Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6IpNWnFRSetdlLoY) ...
2022-12-09T04:35:34.235Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T04:35:34.236Z||pool-26-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-12-09T04:35:35.118Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-09T04:35:35.119Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-12-09T04:35:35.120Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 60f792ec-f70c-4b83-a39b-7f7d6691e3f7, URL: /sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/artifacts/service-BasicOnboardNktrhz-csar.csar to file: /app/ASDC/1/service-BasicOnboardNktrhz-csar.csar
2022-12-09T04:35:35.120Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardNktrhz-csar.csar
2022-12-09T04:35:35.121Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardNktrhz-csar.csar
2022-12-09T04:35:35.121Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardNktrhz-csar.csar
2022-12-09T04:35:35.277Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7560355157235341255/Definitions/service-BasicOnboardNktrhz-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-12-09T04:35:36.472Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-09T04:35:36.473Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-12-09T04:35:36.473Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardNktrhz-csar.csar
2022-12-09T04:35:36.473Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-12-09T04:35:36.473Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardNktrhz-csar.csar
2022-12-09T04:35:36.473Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||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-BasicOnboardNktrhz-csar.csar
2022-12-09T04:35:36.473Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_nKtrHZ 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-BasicOnboardNktrhz-csar.csar
2022-12-09T04:35:36.474Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||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-BasicOnboardNktrhz-csar.csar
2022-12-09T04:35:36.474Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||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-BasicOnboardNktrhz-csar.csar
2022-12-09T04:35:36.474Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardNktrhz-csar.csar
2022-12-09T04:35:36.474Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||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-BasicOnboardNktrhz-csar.csar
2022-12-09T04:35:36.474Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-12-09T04:35:36.474Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-09T04:35:36.474Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_nKtrHZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-09T04:35:36.475Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_nKtrHZ 0 is matching search criteria
2022-12-09T04:35:36.475Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-12-09T04:35:36.475Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_nKtrHZ 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-09T04:35:36.475Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-09T04:35:36.475Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_nKtrHZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-09T04:35:36.475Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_nKtrHZ 0 is matching search criteria
2022-12-09T04:35:36.476Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-12-09T04:35:36.476Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_nKtrHZ 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-09T04:35:36.477Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-09T04:35:36.477Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_nKtrHZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-09T04:35:36.477Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-09T04:35:36.477Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_nKtrHZ 0 is not matching search criteria
2022-12-09T04:35:36.477Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-12-09T04:35:36.477Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-12-09T04:35:36.478Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-12-09T04:35:36.478Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-12-09T04:35:36.478Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-12-09T04:35:36.478Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-09T04:35:36.478Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_nKtrHZ is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-09T04:35:36.478Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-09T04:35:36.478Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_nKtrHZ 0 is matching search criteria
2022-12-09T04:35:36.479Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_nKtrHZ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-09T04:35:36.479Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-09T04:35:36.479Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_nKtrHZ 0 is matching search criteria
2022-12-09T04:35:36.479Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_nKtrHZ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-09T04:35:36.479Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-09T04:35:36.479Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_nKtrHZ 0 is matching search criteria
2022-12-09T04:35:36.480Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_nKtrHZ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-09T04:35:36.480Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-09T04:35:36.480Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_nKtrHZ 0 is not matching search criteria
2022-12-09T04:35:36.480Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-12-09T04:35:36.480Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-12-09T04:35:36.480Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=05c67f49-1661-4a01-be27-903e8cae2ac3
2022-12-09T04:35:36.481Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-09T04:35:36.481Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_nKtrHZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-09T04:35:36.481Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-09T04:35:36.481Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_nKtrHZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-09T04:35:36.481Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-09T04:35:36.481Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_nKtrHZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-09T04:35:36.481Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-09T04:35:36.482Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_nKtrHZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-09T04:35:36.482Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_nKtrHZ
Description:service
Model UUID:7b6b9409-d58f-4eea-a4a1-115d9d7f7f1b
Model Version:NULL
Model InvariantUuid:8b940a9c-ccaa-46a1-a55f-56109730d8a3
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_nKtrHZ
Model UUID:0e1f2fd2-6220-4d39-9ea9-5b84f6912fe9
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:5278eaa4-56a9-438a-b98e-c9b9098eb8f5
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:5a1c5356-e39a-41c8-91a8-18e900b2f705
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:afc2c7a2-2db6-4458-94e4-3b45a7496d86
ModelName:BasicOnboardNktrhz..base_ubuntu18..module-0
ModelUuid:83484dc2-84ca-4cda-af20-1b03072488fc
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:05c67f49-1661-4a01-be27-903e8cae2ac3
ModelInvariantUuid:0cb2a5bb-bced-4ae2-99c0-372baa3712ce
ModelName:basic_onboard_nKtrHZ-nodes.ubuntu18Cvfc
ModelUuid:2fe5af16-cbad-4f47-b92e-ee5b237bc84d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:0374b1ba-4f48-454d-9f29-4b778a42b50e
ModelInvariantUuid:3c70486f-1643-4d26-9eae-577a398763c1
ModelName:BasicOnboardNktrhz.compute.nodes.heat.ubuntu18
ModelUuid:3ca487dc-8a60-44b3-907d-dbc7c227a1a0
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-12-09T04:35:36.488Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 533d8a28-1fe5-47e6-98c0-3429dc6ce7d9
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-12-09T04:35:36.491Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||INFO|500||basic_onboard_nKtrHZ 0
2022-12-09T04:35:36.491Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 533d8a28-1fe5-47e6-98c0-3429dc6ce7d9
2022-12-09T04:35:36.491Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: e4dd20b1-7313-44de-929e-ac5202bd038a from URL: /sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/resourceInstances/basic_onboard_nktrhz0/artifacts/basic_onboard_nktrhz0_modules.json
2022-12-09T04:35:36.491Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-12-09T04:35:36.491Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/resourceInstances/basic_onboard_nktrhz0/artifacts/basic_onboard_nktrhz0_modules.json
2022-12-09T04:35:36.557Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-12-09T04:35:36.558Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/resourceInstances/basic_onboard_nktrhz0/artifacts/basic_onboard_nktrhz0_modules.json e4dd20b1-7313-44de-929e-ac5202bd038a 798
2022-12-09T04:35:36.558Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/resourceInstances/basic_onboard_nktrhz0/artifacts/basic_onboard_nktrhz0_modules.json ASDC sendASDCNotification
2022-12-09T04:35:36.558Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/resourceInstances/basic_onboard_nktrhz0/artifacts/basic_onboard_nktrhz0_modules.json
2022-12-09T04:35:36.558Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-09T04:35:36.559Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-09T04:35:36.560Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-09T04:35:36.560Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "95f0841d-21fe-49c2-afdb-78a6c6a2e2db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670560536558,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/resourceInstances/basic_onboard_nktrhz0/artifacts/basic_onboard_nktrhz0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-12-09T04:35:36.661Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-09T04:35:36.662Z||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-12-09T04:35:36.662Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6IpNWnFRSetdlLoY) ...
2022-12-09T04:35:36.676Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T04:35:36.676Z||pool-27-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-09T04:35:37.561Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardNktrhz..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "afc2c7a2-2db6-4458-94e4-3b45a7496d86",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "83484dc2-84ca-4cda-af20-1b03072488fc",
"vfModuleModelCustomizationUUID": "d2a90540-1cc7-490c-97f1-8acd38f98d12",
"isBase": true,
"artifacts": [
"9c45de72-196a-4362-89d7-5465fd608959",
"ef91a176-cac5-46bd-a6cb-0fdfd34a9149"
],
"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-12-09T04:35:37.566Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardNktrhz..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:83484dc2-84ca-4cda-af20-1b03072488fc
VfModuleModelInvariantUUID:afc2c7a2-2db6-4458-94e4-3b45a7496d86
VfModuleModelDescription:NULL
Artifacts UUID List:{
9c45de72-196a-4362-89d7-5465fd608959
,
ef91a176-cac5-46bd-a6cb-0fdfd34a9149
}
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-12-09T04:35:37.568Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardNktrhz..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "afc2c7a2-2db6-4458-94e4-3b45a7496d86",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "83484dc2-84ca-4cda-af20-1b03072488fc",
"vfModuleModelCustomizationUUID": "d2a90540-1cc7-490c-97f1-8acd38f98d12",
"isBase": true,
"artifacts": [
"9c45de72-196a-4362-89d7-5465fd608959",
"ef91a176-cac5-46bd-a6cb-0fdfd34a9149"
],
"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-12-09T04:35:37.568Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardNktrhz..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:83484dc2-84ca-4cda-af20-1b03072488fc
VfModuleModelInvariantUUID:afc2c7a2-2db6-4458-94e4-3b45a7496d86
VfModuleModelDescription:NULL
Artifacts UUID List:{
9c45de72-196a-4362-89d7-5465fd608959
,
ef91a176-cac5-46bd-a6cb-0fdfd34a9149
}
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-12-09T04:35:37.568Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 9c45de72-196a-4362-89d7-5465fd608959 from URL: /sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/resourceInstances/basic_onboard_nktrhz0/artifacts/base_ubuntu18.yaml
2022-12-09T04:35:37.569Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-12-09T04:35:37.569Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/resourceInstances/basic_onboard_nktrhz0/artifacts/base_ubuntu18.yaml
2022-12-09T04:35:37.617Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-12-09T04:35:37.617Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/resourceInstances/basic_onboard_nktrhz0/artifacts/base_ubuntu18.yaml 9c45de72-196a-4362-89d7-5465fd608959 5033
2022-12-09T04:35:37.617Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/resourceInstances/basic_onboard_nktrhz0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-12-09T04:35:37.617Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/resourceInstances/basic_onboard_nktrhz0/artifacts/base_ubuntu18.yaml
2022-12-09T04:35:37.618Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-09T04:35:37.618Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-09T04:35:37.620Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-09T04:35:37.620Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "95f0841d-21fe-49c2-afdb-78a6c6a2e2db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670560537617,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/resourceInstances/basic_onboard_nktrhz0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-12-09T04:35:37.720Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-09T04:35:37.721Z||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-12-09T04:35:37.721Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6IpNWnFRSetdlLoY) ...
2022-12-09T04:35:37.735Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T04:35:37.736Z||pool-28-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-09T04:35:38.621Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: ef91a176-cac5-46bd-a6cb-0fdfd34a9149 from URL: /sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/resourceInstances/basic_onboard_nktrhz0/artifacts/base_ubuntu18.env
2022-12-09T04:35:38.622Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-12-09T04:35:38.622Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/resourceInstances/basic_onboard_nktrhz0/artifacts/base_ubuntu18.env
2022-12-09T04:35:38.671Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-12-09T04:35:38.671Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/resourceInstances/basic_onboard_nktrhz0/artifacts/base_ubuntu18.env ef91a176-cac5-46bd-a6cb-0fdfd34a9149 909
2022-12-09T04:35:38.671Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/resourceInstances/basic_onboard_nktrhz0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-12-09T04:35:38.671Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/resourceInstances/basic_onboard_nktrhz0/artifacts/base_ubuntu18.env
2022-12-09T04:35:38.671Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-09T04:35:38.672Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-09T04:35:38.674Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-09T04:35:38.674Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "95f0841d-21fe-49c2-afdb-78a6c6a2e2db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670560538671,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/resourceInstances/basic_onboard_nktrhz0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-12-09T04:35:38.774Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-09T04:35:38.775Z||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-12-09T04:35:38.775Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6IpNWnFRSetdlLoY) ...
2022-12-09T04:35:38.788Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T04:35:38.788Z||pool-29-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-09T04:35:39.674Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 7b6b9409-d58f-4eea-a4a1-115d9d7f7f1b
2022-12-09T04:35:39.675Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_nKtrHZ 0 533d8a28-1fe5-47e6-98c0-3429dc6ce7d9 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-09T04:35:39.688Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7273112a, org.onap.sdc.toscaparser.api.parameters.Input@2138b241, org.onap.sdc.toscaparser.api.parameters.Input@25112d8a, org.onap.sdc.toscaparser.api.parameters.Input@7460543c, org.onap.sdc.toscaparser.api.parameters.Input@1ef0f1db]
2022-12-09T04:35:39.690Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-09T04:35:39.690Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_nKtrHZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-09T04:35:39.690Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic
2022-12-09T04:35:39.690Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 5a1c5356-e39a-41c8-91a8-18e900b2f705
2022-12-09T04:35:39.691Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 5a1c5356-e39a-41c8-91a8-18e900b2f705 matches Tosca VF Customization UUID: 5a1c5356-e39a-41c8-91a8-18e900b2f705
2022-12-09T04:35:39.691Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 5a1c5356-e39a-41c8-91a8-18e900b2f705 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-12-09T04:35:39.693Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-09T04:35:39.693Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_nKtrHZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-09T04:35:39.694Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 5a1c5356-e39a-41c8-91a8-18e900b2f705: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-12-09T04:35:39.694Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@20d8921b
2022-12-09T04:35:39.694Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-09T04:35:39.694Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_nKtrHZ is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-09T04:35:39.694Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : d2a90540-1cc7-490c-97f1-8acd38f98d12
2022-12-09T04:35:39.695Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID d2a90540-1cc7-490c-97f1-8acd38f98d12
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-12-09T04:35:39.697Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-09T04:35:39.697Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_nKtrHZ 0 is matching search criteria
2022-12-09T04:35:39.697Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_nKtrHZ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-09T04:35:39.697Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-09T04:35:39.698Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_nKtrHZ 0 is matching search criteria
2022-12-09T04:35:39.698Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_nKtrHZ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-09T04:35:39.698Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-09T04:35:39.698Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_nKtrHZ 0 is not matching search criteria
2022-12-09T04:35:39.698Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-12-09T04:35:39.698Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-12-09T04:35:39.699Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=05c67f49-1661-4a01-be27-903e8cae2ac3
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-12-09T04:35:39.701Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-09T04:35:39.701Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_nKtrHZ 0 is matching search criteria
2022-12-09T04:35:39.701Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_nKtrHZ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-09T04:35:39.701Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-09T04:35:39.702Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_nKtrHZ 0 is matching search criteria
2022-12-09T04:35:39.702Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_nKtrHZ 0] matching following query criteria: sdcType=VF, customizationUUID=5a1c5356-e39a-41c8-91a8-18e900b2f705
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-12-09T04:35:39.703Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-09T04:35:39.703Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_nKtrHZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-09T04:35:39.704Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 7b6b9409-d58f-4eea-a4a1-115d9d7f7f1b: basic_onboard_nKtrHZ
2022-12-09T04:35:39.704Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-09T04:35:39.704Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_nKtrHZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-09T04:35:39.704Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-09T04:35:39.704Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_nKtrHZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-09T04:35:39.704Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-09T04:35:39.705Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_nKtrHZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-09T04:35:39.705Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-09T04:35:39.705Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_nKtrHZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-09T04:35:39.705Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-09T04:35:39.705Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_nKtrHZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-09T04:35:39.705Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||INFO|500||Saving Service: basic_onboard_nKtrHZ
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-12-09T04:35:39.790Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_nKtrHZ 533d8a28-1fe5-47e6-98c0-3429dc6ce7d9 1 ASDC deployResourceStructure
2022-12-09T04:35:39.790Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/resourceInstances/basic_onboard_nktrhz0/artifacts/basic_onboard_nktrhz0_modules.json ASDC sendASDCNotification
2022-12-09T04:35:39.790Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/resourceInstances/basic_onboard_nktrhz0/artifacts/basic_onboard_nktrhz0_modules.json
2022-12-09T04:35:39.790Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-09T04:35:39.791Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-09T04:35:39.792Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-09T04:35:39.792Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "95f0841d-21fe-49c2-afdb-78a6c6a2e2db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670560539790,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/resourceInstances/basic_onboard_nktrhz0/artifacts/basic_onboard_nktrhz0_modules.json",
"status": "DEPLOY_OK"
}
2022-12-09T04:35:39.893Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-09T04:35:39.893Z||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-12-09T04:35:39.894Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6IpNWnFRSetdlLoY) ...
2022-12-09T04:35:39.907Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T04:35:39.907Z||pool-30-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-09T04:35:40.793Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/resourceInstances/basic_onboard_nktrhz0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-12-09T04:35:40.794Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/resourceInstances/basic_onboard_nktrhz0/artifacts/base_ubuntu18.yaml
2022-12-09T04:35:40.794Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-09T04:35:40.794Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-09T04:35:40.797Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-09T04:35:40.797Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "95f0841d-21fe-49c2-afdb-78a6c6a2e2db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670560540793,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/resourceInstances/basic_onboard_nktrhz0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-12-09T04:35:40.897Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-09T04:35:40.897Z||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-12-09T04:35:40.897Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6IpNWnFRSetdlLoY) ...
2022-12-09T04:35:40.911Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T04:35:40.911Z||pool-31-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-12-09T04:35:41.798Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/resourceInstances/basic_onboard_nktrhz0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-12-09T04:35:41.798Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/resourceInstances/basic_onboard_nktrhz0/artifacts/base_ubuntu18.env
2022-12-09T04:35:41.798Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-09T04:35:41.799Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-09T04:35:41.801Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-09T04:35:41.801Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "95f0841d-21fe-49c2-afdb-78a6c6a2e2db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670560541798,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/resourceInstances/basic_onboard_nktrhz0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-12-09T04:35:41.901Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-09T04:35:41.902Z||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-12-09T04:35:41.902Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6IpNWnFRSetdlLoY) ...
2022-12-09T04:35:41.933Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T04:35:41.933Z||pool-32-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-12-09T04:35:42.802Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/artifacts/service-BasicOnboardNktrhz-csar.csar ASDC sendASDCNotification
2022-12-09T04:35:42.802Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/artifacts/service-BasicOnboardNktrhz-csar.csar
2022-12-09T04:35:42.802Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-09T04:35:42.803Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-09T04:35:42.805Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-09T04:35:42.805Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "95f0841d-21fe-49c2-afdb-78a6c6a2e2db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670560542802,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/artifacts/service-BasicOnboardNktrhz-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-09T04:35:42.905Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-09T04:35:42.907Z||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-12-09T04:35:42.908Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6IpNWnFRSetdlLoY) ...
2022-12-09T04:35:42.922Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T04:35:42.923Z||pool-33-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-12-09T04:35:43.805Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 95f0841d-21fe-49c2-afdb-78a6c6a2e2db
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-12-09T04:35:43.816Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 95f0841d-21fe-49c2-afdb-78a6c6a2e2db
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-12-09T04:35:43.820Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-09T04:35:43.820Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-09T04:35:43.820Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-09T04:35:43.820Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-09T04:35:43.820Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-09T04:35:43.820Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-09T04:35:43.820Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-09T04:35:43.821Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-09T04:35:43.821Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-09T04:35:43.821Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||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-12-09T04:35:43.825Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-09T04:36:13.826Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 95f0841d-21fe-49c2-afdb-78a6c6a2e2db 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-12-09T04:36:13.833Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 95f0841d-21fe-49c2-afdb-78a6c6a2e2db and serviceModelVersionId: 7b6b9409-d58f-4eea-a4a1-115d9d7f7f1b
2022-12-09T04:36:13.833Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8b940a9c-ccaa-46a1-a55f-56109730d8a3
2022-12-09T04:36:13.834Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8b940a9c-ccaa-46a1-a55f-56109730d8a3/model-vers/model-ver/7b6b9409-d58f-4eea-a4a1-115d9d7f7f1b?depth=0
2022-12-09T04:36:13.838Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-12-09T04:36:13.907Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b940a9c-ccaa-46a1-a55f-56109730d8a3/model-vers/model-ver/7b6b9409-d58f-4eea-a4a1-115d9d7f7f1b?depth=0|INFO|500||Invoke
2022-12-09T04:36:13.908Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b940a9c-ccaa-46a1-a55f-56109730d8a3/model-vers/model-ver/7b6b9409-d58f-4eea-a4a1-115d9d7f7f1b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b940a9c-ccaa-46a1-a55f-56109730d8a3/model-vers/model-ver/7b6b9409-d58f-4eea-a4a1-115d9d7f7f1b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[95f0841d-21fe-49c2-afdb-78a6c6a2e2db], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a0e57bdb-2399-4307-99bb-5b7a54d92be8], X-ECOMP-RequestID=[95f0841d-21fe-49c2-afdb-78a6c6a2e2db], X-TransactionId=[], X-ONAP-RequestID=[95f0841d-21fe-49c2-afdb-78a6c6a2e2db], Content-Type=[application/merge-patch+json]}
2022-12-09T04:36:13.932Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b940a9c-ccaa-46a1-a55f-56109730d8a3/model-vers/model-ver/7b6b9409-d58f-4eea-a4a1-115d9d7f7f1b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-12-09T04:36:14.042Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b940a9c-ccaa-46a1-a55f-56109730d8a3/model-vers/model-ver/7b6b9409-d58f-4eea-a4a1-115d9d7f7f1b?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/8b940a9c-ccaa-46a1-a55f-56109730d8a3/model-vers/model-ver/7b6b9409-d58f-4eea-a4a1-115d9d7f7f1b?depth=0 has http status code:200 and response headers:{date=[Fri, 09 Dec 2022 04:36:14 GMT], content-length=[0], vertex-id=[180456], x-aai-txid=[1-aai-resources-221209-04:36:14:335-91412], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-09T04:36:14.042Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b940a9c-ccaa-46a1-a55f-56109730d8a3/model-vers/model-ver/7b6b9409-d58f-4eea-a4a1-115d9d7f7f1b?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-12-09T04:36:14.043Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b940a9c-ccaa-46a1-a55f-56109730d8a3/model-vers/model-ver/7b6b9409-d58f-4eea-a4a1-115d9d7f7f1b?depth=0|INFO|500||InvokeReturn
2022-12-09T04:36:14.044Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-09T04:36:14.044Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||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-12-09T04:36:14.048Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||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-12-09T04:36:14.049Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 95f0841d-21fe-49c2-afdb-78a6c6a2e2db and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-09T04:36:14.049Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-09T04:36:14.049Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-09T04:36:14.051Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-09T04:36:14.051Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "95f0841d-21fe-49c2-afdb-78a6c6a2e2db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670560574049,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-09T04:36:14.151Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-09T04:36:14.152Z||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-12-09T04:36:14.152Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6IpNWnFRSetdlLoY) ...
2022-12-09T04:36:14.170Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T04:36:14.170Z||pool-34-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-12-09T04:36:14.466Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T04:36:14.467Z||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-12-09T04:36:14.467Z||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 6IpNWnFRSetdlLoY) ...
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-12-09T04:36:15.063Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T04:36:15.063Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|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-12-09T04:36:15.063Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|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 6IpNWnFRSetdlLoY) ...
2022-12-09T04:36:15.108Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T04:36:15.109Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-09T04:36:15.109Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95f0841d-21fe-49c2-afdb-78a6c6a2e2db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670560522390,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/resourceInstances/basic_onboard_nktrhz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-09T04:36:15.109Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-09T04:36:15.109Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-09T04:36:15.109Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95f0841d-21fe-49c2-afdb-78a6c6a2e2db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670560522390,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/resourceInstances/basic_onboard_nktrhz0/artifacts/basic_onboard_nktrhz0_modules.json",
"status": "NOTIFIED"
}
2022-12-09T04:36:15.110Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-09T04:36:15.110Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-09T04:36:15.110Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95f0841d-21fe-49c2-afdb-78a6c6a2e2db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670560522390,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/resourceInstances/basic_onboard_nktrhz0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-12-09T04:36:15.110Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-09T04:36:15.110Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-09T04:36:15.110Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95f0841d-21fe-49c2-afdb-78a6c6a2e2db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670560522390,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/resourceInstances/basic_onboard_nktrhz0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-09T04:36:15.110Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-09T04:36:15.110Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-09T04:36:15.110Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95f0841d-21fe-49c2-afdb-78a6c6a2e2db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670560522390,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/resourceInstances/basic_onboard_nktrhz0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-12-09T04:36:15.110Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-09T04:36:15.110Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-09T04:36:15.110Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95f0841d-21fe-49c2-afdb-78a6c6a2e2db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670560522390,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/artifacts/service-BasicOnboardNktrhz-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-09T04:36:15.111Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-09T04:36:15.111Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-09T04:36:15.111Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95f0841d-21fe-49c2-afdb-78a6c6a2e2db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670560522390,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/artifacts/service-BasicOnboardNktrhz-csar.csar",
"status": "NOTIFIED"
}
2022-12-09T04:36:15.111Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-09T04:36:15.111Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-09T04:36:15.111Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95f0841d-21fe-49c2-afdb-78a6c6a2e2db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670560534114,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/artifacts/service-BasicOnboardNktrhz-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-09T04:36:15.111Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-09T04:36:15.111Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-09T04:36:15.111Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95f0841d-21fe-49c2-afdb-78a6c6a2e2db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670560536558,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/resourceInstances/basic_onboard_nktrhz0/artifacts/basic_onboard_nktrhz0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-12-09T04:36:15.111Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-09T04:36:15.111Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-09T04:36:15.111Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95f0841d-21fe-49c2-afdb-78a6c6a2e2db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670560537617,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/resourceInstances/basic_onboard_nktrhz0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-12-09T04:36:15.111Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-09T04:36:15.112Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-09T04:36:15.112Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95f0841d-21fe-49c2-afdb-78a6c6a2e2db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670560538671,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/resourceInstances/basic_onboard_nktrhz0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-12-09T04:36:15.112Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-09T04:36:15.112Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-09T04:36:15.112Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95f0841d-21fe-49c2-afdb-78a6c6a2e2db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670560539790,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/resourceInstances/basic_onboard_nktrhz0/artifacts/basic_onboard_nktrhz0_modules.json",
"status": "DEPLOY_OK"
}
2022-12-09T04:36:15.112Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-09T04:36:15.112Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-09T04:36:15.112Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95f0841d-21fe-49c2-afdb-78a6c6a2e2db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670560540793,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/resourceInstances/basic_onboard_nktrhz0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-12-09T04:36:15.112Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-09T04:36:15.112Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-09T04:36:15.112Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95f0841d-21fe-49c2-afdb-78a6c6a2e2db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670560541798,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/resourceInstances/basic_onboard_nktrhz0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-12-09T04:36:15.113Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-09T04:36:15.113Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-09T04:36:15.113Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95f0841d-21fe-49c2-afdb-78a6c6a2e2db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670560542802,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/artifacts/service-BasicOnboardNktrhz-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-09T04:36:15.113Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-09T04:36:15.113Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-09T04:36:15.113Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95f0841d-21fe-49c2-afdb-78a6c6a2e2db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670560574049,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-09T04:36:15.113Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-09T04:36:24.617Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T04:36:24.618Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T04:36:24.618Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|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-12-09T04:36:24.619Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|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 6IpNWnFRSetdlLoY) ...
2022-12-09T04:36:34.161Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T04:36:34.162Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T04:36:34.163Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|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-12-09T04:36:34.163Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|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 6IpNWnFRSetdlLoY) ...
2022-12-09T04:36:43.720Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T04:36:43.721Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T04:36:43.722Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|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-12-09T04:36:43.722Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|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 6IpNWnFRSetdlLoY) ...
2022-12-09T04:36:53.287Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T04:37:14.464Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T04:37:14.465Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|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-12-09T04:37:14.466Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|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 6IpNWnFRSetdlLoY) ...
2022-12-09T04:37:14.466Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T04:37:14.466Z||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-12-09T04:37:14.467Z||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 6IpNWnFRSetdlLoY) ...
2022-12-09T04:37:24.009Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T04:37:24.015Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T04:38:14.464Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T04:38:14.465Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|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-12-09T04:38:14.465Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|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 6IpNWnFRSetdlLoY) ...
2022-12-09T04:38:14.466Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T04:38:14.467Z||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-12-09T04:38:14.467Z||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 6IpNWnFRSetdlLoY) ...
2022-12-09T04:38:24.019Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T04:38:24.019Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T04:39:14.464Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T04:39:14.465Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|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-12-09T04:39:14.466Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|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 6IpNWnFRSetdlLoY) ...
2022-12-09T04:39:14.466Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T04:39:14.467Z||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-12-09T04:39:14.467Z||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 6IpNWnFRSetdlLoY) ...
2022-12-09T04:39:24.013Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T04:39:24.028Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T04:40:14.464Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T04:40:14.465Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|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-12-09T04:40:14.466Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|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 6IpNWnFRSetdlLoY) ...
2022-12-09T04:40:14.466Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T04:40:14.466Z||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-12-09T04:40:14.467Z||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 6IpNWnFRSetdlLoY) ...
2022-12-09T04:40:24.030Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T04:40:24.047Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T04:41:14.465Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T04:41:14.466Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T04:41:14.467Z||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-12-09T04:41:14.468Z||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 6IpNWnFRSetdlLoY) ...
2022-12-09T04:41:14.468Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|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-12-09T04:41:14.468Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|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 6IpNWnFRSetdlLoY) ...
2022-12-09T04:41:24.014Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T04:41:24.016Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T04:42:14.464Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T04:42:14.465Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|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-12-09T04:42:14.465Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|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 6IpNWnFRSetdlLoY) ...
2022-12-09T04:42:14.466Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T04:42:14.467Z||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-12-09T04:42:14.467Z||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 6IpNWnFRSetdlLoY) ...
2022-12-09T04:42:24.009Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T04:42:24.013Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T04:43:14.464Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T04:43:14.465Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|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-12-09T04:43:14.465Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|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 6IpNWnFRSetdlLoY) ...
2022-12-09T04:43:14.466Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T04:43:14.466Z||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-12-09T04:43:14.467Z||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 6IpNWnFRSetdlLoY) ...
2022-12-09T04:43:24.037Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T04:43:24.038Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T04:44:14.464Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T04:44:14.465Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|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-12-09T04:44:14.465Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|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 6IpNWnFRSetdlLoY) ...
2022-12-09T04:44:14.466Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T04:44:14.467Z||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-12-09T04:44:14.467Z||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 6IpNWnFRSetdlLoY) ...
2022-12-09T04:44:24.019Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T04:44:24.021Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T04:45:14.464Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T04:45:14.465Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|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-12-09T04:45:14.465Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|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 6IpNWnFRSetdlLoY) ...
2022-12-09T04:45:14.467Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T04:45:14.467Z||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-12-09T04:45:14.467Z||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 6IpNWnFRSetdlLoY) ...
2022-12-09T04:45:14.893Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T04:45:14.894Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-09T04:45:14.895Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ccb8a44-545d-4610-8573-4d5438da1192",
"consumerID": "cds",
"timestamp": 1670561101523,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-09T04:45:14.896Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-09T04:45:14.896Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-09T04:45:14.896Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ccb8a44-545d-4610-8573-4d5438da1192",
"consumerID": "multicloud-k8s-id",
"timestamp": 1670561103644,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-09T04:45:14.897Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-09T04:45:14.897Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-09T04:45:14.897Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ccb8a44-545d-4610-8573-4d5438da1192",
"consumerID": "aai-ml",
"timestamp": 1670561100715,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-09T04:45:14.897Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-09T04:45:14.897Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-09T04:45:14.898Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ccb8a44-545d-4610-8573-4d5438da1192",
"consumerID": "ves-openapi-manager",
"timestamp": 1670561105788,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-09T04:45:14.898Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-09T04:45:14.898Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-09T04:45:14.898Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ccb8a44-545d-4610-8573-4d5438da1192",
"consumerID": "multicloud-k8s-id",
"timestamp": 1670561103644,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-12-09T04:45:14.899Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-09T04:45:14.899Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-09T04:45:14.899Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ccb8a44-545d-4610-8573-4d5438da1192",
"consumerID": "aai-ml",
"timestamp": 1670561100715,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-12-09T04:45:14.899Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-09T04:45:14.899Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-09T04:45:14.899Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ccb8a44-545d-4610-8573-4d5438da1192",
"consumerID": "cds",
"timestamp": 1670561101523,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-12-09T04:45:14.900Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-09T04:45:14.900Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-09T04:45:14.900Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ccb8a44-545d-4610-8573-4d5438da1192",
"consumerID": "ves-openapi-manager",
"timestamp": 1670561105788,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-12-09T04:45:14.900Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-09T04:45:14.901Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-09T04:45:14.901Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ccb8a44-545d-4610-8573-4d5438da1192",
"consumerID": "cds",
"timestamp": 1670561108979,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-09T04:45:14.901Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-09T04:45:14.901Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-09T04:45:14.901Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ccb8a44-545d-4610-8573-4d5438da1192",
"consumerID": "aai-ml",
"timestamp": 1670561108723,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-09T04:45:14.901Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-09T04:45:14.902Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-09T04:45:14.902Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ccb8a44-545d-4610-8573-4d5438da1192",
"consumerID": "cds",
"timestamp": 1670561109987,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-09T04:45:14.931Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9ccb8a44-545d-4610-8573-4d5438da1192
2022-12-09T04:45:14.931Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9ccb8a44-545d-4610-8573-4d5438da1192 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-12-09T04:45:14.941Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-09T04:45:14.941Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ccb8a44-545d-4610-8573-4d5438da1192",
"consumerID": "aai-ml",
"timestamp": 1670561113990,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-09T04:45:14.941Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-09T04:45:15.107Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T04:45:15.109Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-09T04:45:15.109Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"9ccb8a44-545d-4610-8573-4d5438da1192","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"1acbd2f4-5afc-40f7-9ff2-6edc30eec988","serviceDescription":"service","serviceInvariantUUID":"7e08da5c-14d7-4ae6-a2c1-9f3e68a6c061","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"d954e7a0-42d7-407d-8e75-5379ee68e4f6","resourceInvariantUUID":"b9b3677e-37a1-4d5f-bcae-42e7575cec03","resourceCustomizationUUID":"485f7ddc-68e2-4ce8-a07b-9e27acf74a52","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":"YTI1MjM0MjU5MjczZjBiZTYxNWIyMGE3MTAyYzhkMWU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d91f2859-7013-42ad-aa3f-d3a3ac307a93","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NmM5MzBkZDczYTMxNjY4YjcwMzJjODA2Yzg4OGVkYzQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"73d88974-c4d7-4721-955a-ee28c3464e6f","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-09T04:45:15.114Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-09T04:45:15.116Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-09T04:45:15.120Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-09T04:45:15.120Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "9ccb8a44-545d-4610-8573-4d5438da1192",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670561114464,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-09T04:45:15.219Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-09T04:45:15.220Z||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-12-09T04:45:15.220Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6IpNWnFRSetdlLoY) ...
2022-12-09T04:45:15.232Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T04:45:15.232Z||pool-35-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-12-09T04:45:16.120Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-09T04:45:16.121Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-09T04:45:16.123Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-09T04:45:16.124Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "9ccb8a44-545d-4610-8573-4d5438da1192",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670561114464,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-12-09T04:45:16.224Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-09T04:45:16.224Z||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-12-09T04:45:16.225Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6IpNWnFRSetdlLoY) ...
2022-12-09T04:45:16.258Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T04:45:16.258Z||pool-36-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":1,"count":1}
2022-12-09T04:45:17.125Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "9ccb8a44-545d-4610-8573-4d5438da1192",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "1acbd2f4-5afc-40f7-9ff2-6edc30eec988",
"serviceDescription": "service",
"serviceInvariantUUID": "7e08da5c-14d7-4ae6-a2c1-9f3e68a6c061",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "485f7ddc-68e2-4ce8-a07b-9e27acf74a52",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "d954e7a0-42d7-407d-8e75-5379ee68e4f6",
"resourceInvariantUUID": "b9b3677e-37a1-4d5f-bcae-42e7575cec03",
"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": "NmM5MzBkZDczYTMxNjY4YjcwMzJjODA2Yzg4OGVkYzQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "73d88974-c4d7-4721-955a-ee28c3464e6f"
}
],
"workloadContext": "Production"
}
2022-12-09T04:45:17.126Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-09T04:45:17.126Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 1acbd2f4-5afc-40f7-9ff2-6edc30eec988 ASDC
2022-12-09T04:45:17.126Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:9ccb8a44-545d-4610-8573-4d5438da1192
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:1acbd2f4-5afc-40f7-9ff2-6edc30eec988
ServiceInvariantUUID:7e08da5c-14d7-4ae6-a2c1-9f3e68a6c061
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:73d88974-c4d7-4721-955a-ee28c3464e6f
ArtifactChecksum:NmM5MzBkZDczYTMxNjY4YjcwMzJjODA2Yzg4OGVkYzQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:485f7ddc-68e2-4ce8-a07b-9e27acf74a52
ResourceInvariantUUID:b9b3677e-37a1-4d5f-bcae-42e7575cec03
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:d954e7a0-42d7-407d-8e75-5379ee68e4f6
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-12-09T04:45:17.127Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1acbd2f4-5afc-40f7-9ff2-6edc30eec988 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-12-09T04:45:17.169Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-09T04:45:17.170Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-12-09T04:45:17.170Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-12-09T04:45:17.170Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 73d88974-c4d7-4721-955a-ee28c3464e6f from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-12-09T04:45:17.170Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-12-09T04:45:17.171Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-12-09T04:45:17.241Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-12-09T04:45:17.245Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 73d88974-c4d7-4721-955a-ee28c3464e6f 57654
2022-12-09T04:45:17.246Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-12-09T04:45:17.246Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-12-09T04:45:17.246Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-09T04:45:17.246Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-09T04:45:17.248Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-09T04:45:17.248Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "9ccb8a44-545d-4610-8573-4d5438da1192",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670561117245,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-09T04:45:17.349Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-09T04:45:17.350Z||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-12-09T04:45:17.350Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6IpNWnFRSetdlLoY) ...
2022-12-09T04:45:17.364Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T04:45:17.365Z||pool-37-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-12-09T04:45:18.249Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-09T04:45:18.250Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-12-09T04:45:18.251Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 73d88974-c4d7-4721-955a-ee28c3464e6f, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-09T04:45:18.251Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-12-09T04:45:18.252Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-09T04:45:18.252Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-09T04:45:18.424Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1698696794268553455/Definitions/service-BasicNetwork-template.yml
2022-12-09T04:45:18.943Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-09T04:45:18.943Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-12-09T04:45:18.943Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-09T04:45:18.943Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-12-09T04:45:18.943Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||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-12-09T04:45:18.943Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||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-12-09T04:45:18.944Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||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-12-09T04:45:18.944Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||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-12-09T04:45:18.944Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||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-12-09T04:45:18.944Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||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-12-09T04:45:18.944Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||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-12-09T04:45:18.944Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||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-12-09T04:45:18.944Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-12-09T04:45:18.944Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-09T04:45:18.945Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-09T04:45:18.945Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-12-09T04:45:18.945Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-12-09T04:45:18.945Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-09T04:45:18.945Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-09T04:45:18.945Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-09T04:45:18.945Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-12-09T04:45:18.946Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-12-09T04:45:18.946Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-09T04:45:18.946Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-09T04:45:18.946Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-09T04:45:18.946Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-09T04:45:18.946Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-09T04:45:18.947Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-09T04:45:18.947Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-09T04:45:18.947Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-09T04:45:18.947Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-09T04:45:18.947Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-09T04:45:18.947Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-09T04:45:18.947Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:1acbd2f4-5afc-40f7-9ff2-6edc30eec988
Model Version:NULL
Model InvariantUuid:7e08da5c-14d7-4ae6-a2c1-9f3e68a6c061
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:b9b3677e-37a1-4d5f-bcae-42e7575cec03
Model UUID:064073a2-78cf-480a-950f-274cb6a9feff
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:485f7ddc-68e2-4ce8-a07b-9e27acf74a52
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-12-09T04:45:18.955Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||INFO|500||Processing Resource Type: VL, Model UUID: d954e7a0-42d7-407d-8e75-5379ee68e4f6
2022-12-09T04:45:18.955Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||INFO|500||No resources found for Service: 1acbd2f4-5afc-40f7-9ff2-6edc30eec988
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-12-09T04:45:18.960Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||INFO|500||
2022-12-09T04:45:18.960Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-12-09T04:45:18.961Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 1acbd2f4-5afc-40f7-9ff2-6edc30eec988
2022-12-09T04:45:18.961Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 1acbd2f4-5afc-40f7-9ff2-6edc30eec988
2022-12-09T04:45:18.961Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-12-09T04:45:18.961Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||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-12-09T04:45:18.965Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@71022b65, org.onap.sdc.toscaparser.api.parameters.Input@ddbd6ce, org.onap.sdc.toscaparser.api.parameters.Input@133a22b, org.onap.sdc.toscaparser.api.parameters.Input@7b3e28ce, org.onap.sdc.toscaparser.api.parameters.Input@1b077dcf]
2022-12-09T04:45:18.966Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-09T04:45:18.966Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-09T04:45:18.966Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-09T04:45:18.967Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-09T04:45:18.967Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 1acbd2f4-5afc-40f7-9ff2-6edc30eec988: Generic NeutronNet
2022-12-09T04:45:18.967Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-09T04:45:18.967Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-09T04:45:18.967Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-09T04:45:18.967Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||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-12-09T04:45:19.002Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-09T04:45:19.003Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-09T04:45:19.003Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-09T04:45:19.003Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-09T04:45:19.003Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-09T04:45:19.003Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-09T04:45:19.004Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||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-12-09T04:45:19.050Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2022-12-09T04:45:19.051Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-12-09T04:45:19.051Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-12-09T04:45:19.051Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-09T04:45:19.051Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-09T04:45:19.053Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-09T04:45:19.053Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "9ccb8a44-545d-4610-8573-4d5438da1192",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670561119051,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-09T04:45:19.153Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-09T04:45:19.154Z||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-12-09T04:45:19.154Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6IpNWnFRSetdlLoY) ...
2022-12-09T04:45:19.167Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T04:45:19.168Z||pool-38-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-09T04:45:20.053Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9ccb8a44-545d-4610-8573-4d5438da1192
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-12-09T04:45:20.064Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9ccb8a44-545d-4610-8573-4d5438da1192
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-12-09T04:45:20.066Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-09T04:45:20.066Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-09T04:45:20.067Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-09T04:45:50.068Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9ccb8a44-545d-4610-8573-4d5438da1192
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-12-09T04:45:50.078Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9ccb8a44-545d-4610-8573-4d5438da1192
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-12-09T04:45:50.080Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-09T04:45:50.080Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-09T04:45:50.080Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-09T04:46:14.466Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T04:46:14.468Z||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-12-09T04:46:14.468Z||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 6IpNWnFRSetdlLoY) ...
2022-12-09T04:46:14.500Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T04:46:14.500Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-09T04:46:14.500Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ccb8a44-545d-4610-8573-4d5438da1192",
"consumerID": "aai-ml",
"timestamp": 1670561114996,
"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-12-09T04:46:14.509Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9ccb8a44-545d-4610-8573-4d5438da1192
2022-12-09T04:46:14.509Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9ccb8a44-545d-4610-8573-4d5438da1192 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-12-09T04:46:20.080Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9ccb8a44-545d-4610-8573-4d5438da1192
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-12-09T04:46:20.093Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9ccb8a44-545d-4610-8573-4d5438da1192
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-12-09T04:46:20.099Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-09T04:46:20.099Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-09T04:46:20.099Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-09T04:46:20.099Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-09T04:46:50.100Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9ccb8a44-545d-4610-8573-4d5438da1192
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-12-09T04:46:50.112Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9ccb8a44-545d-4610-8573-4d5438da1192
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-12-09T04:46:50.115Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-09T04:46:50.115Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-09T04:46:50.115Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-09T04:46:50.115Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-09T04:47:14.466Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T04:47:14.467Z||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-12-09T04:47:14.467Z||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 6IpNWnFRSetdlLoY) ...
2022-12-09T04:47:14.513Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T04:47:14.513Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-09T04:47:14.513Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ccb8a44-545d-4610-8573-4d5438da1192",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670561114464,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-09T04:47:14.514Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-09T04:47:20.116Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9ccb8a44-545d-4610-8573-4d5438da1192
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-12-09T04:47:20.127Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9ccb8a44-545d-4610-8573-4d5438da1192
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-12-09T04:47:20.129Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-09T04:47:20.129Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-09T04:47:20.129Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-09T04:47:20.130Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-09T04:47:50.130Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9ccb8a44-545d-4610-8573-4d5438da1192
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-12-09T04:47:50.141Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9ccb8a44-545d-4610-8573-4d5438da1192
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-12-09T04:47:50.144Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-09T04:47:50.144Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-09T04:47:50.144Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-09T04:47:50.144Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-09T04:48:14.466Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T04:48:14.467Z||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-12-09T04:48:14.468Z||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 6IpNWnFRSetdlLoY) ...
2022-12-09T04:48:14.502Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T04:48:14.505Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-09T04:48:14.505Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ccb8a44-545d-4610-8573-4d5438da1192",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670561115712,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-09T04:48:14.507Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-09T04:48:14.507Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-09T04:48:14.507Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ccb8a44-545d-4610-8573-4d5438da1192",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670561114464,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-12-09T04:48:14.507Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-09T04:48:14.508Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-09T04:48:14.508Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ccb8a44-545d-4610-8573-4d5438da1192",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670561115712,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-12-09T04:48:14.508Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-09T04:48:14.508Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-09T04:48:14.508Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ccb8a44-545d-4610-8573-4d5438da1192",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670561117245,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-09T04:48:14.508Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-09T04:48:14.509Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-09T04:48:14.509Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ccb8a44-545d-4610-8573-4d5438da1192",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670561118468,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-09T04:48:14.509Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-09T04:48:14.509Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-09T04:48:14.509Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ccb8a44-545d-4610-8573-4d5438da1192",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670561119051,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-09T04:48:14.509Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-09T04:48:14.510Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-09T04:48:14.510Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ccb8a44-545d-4610-8573-4d5438da1192",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670561120248,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-09T04:48:14.510Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-09T04:48:14.510Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-09T04:48:14.510Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9ccb8a44-545d-4610-8573-4d5438da1192",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670561121253,
"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-12-09T04:48:14.518Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9ccb8a44-545d-4610-8573-4d5438da1192
2022-12-09T04:48:14.518Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9ccb8a44-545d-4610-8573-4d5438da1192 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-12-09T04:48:14.526Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-09T04:48:14.526Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b154cff-873f-46cf-99a1-d93204572ba9",
"consumerID": "cds",
"timestamp": 1670561131523,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfO4bu0frhto5zpoidt16y/1.0/resourceInstances/pnf4912565ca5de0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-09T04:48:14.526Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-09T04:48:14.526Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-09T04:48:14.527Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b154cff-873f-46cf-99a1-d93204572ba9",
"consumerID": "aai-ml",
"timestamp": 1670561130714,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfO4bu0frhto5zpoidt16y/1.0/resourceInstances/pnf4912565ca5de0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-09T04:48:14.527Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-09T04:48:14.527Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-09T04:48:14.527Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b154cff-873f-46cf-99a1-d93204572ba9",
"consumerID": "cds",
"timestamp": 1670561131523,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfO4bu0frhto5zpoidt16y/1.0/resourceInstances/pnf4912565ca5de0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-12-09T04:48:14.527Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-09T04:48:14.527Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-09T04:48:14.528Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b154cff-873f-46cf-99a1-d93204572ba9",
"consumerID": "aai-ml",
"timestamp": 1670561130714,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfO4bu0frhto5zpoidt16y/1.0/resourceInstances/pnf4912565ca5de0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-12-09T04:48:14.528Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-09T04:48:14.528Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-09T04:48:14.528Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b154cff-873f-46cf-99a1-d93204572ba9",
"consumerID": "cds",
"timestamp": 1670561131523,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfO4bu0frhto5zpoidt16y/1.0/resourceInstances/pnf4912565ca5de0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-12-09T04:48:14.528Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-09T04:48:14.528Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-09T04:48:14.529Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b154cff-873f-46cf-99a1-d93204572ba9",
"consumerID": "aai-ml",
"timestamp": 1670561130714,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfO4bu0frhto5zpoidt16y/1.0/resourceInstances/pnf4912565ca5de0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-12-09T04:48:14.529Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-09T04:48:14.529Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-09T04:48:14.529Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b154cff-873f-46cf-99a1-d93204572ba9",
"consumerID": "cds",
"timestamp": 1670561131523,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfO4bu0frhto5zpoidt16y/1.0/resourceInstances/pnf4912565ca5de0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-09T04:48:14.529Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-09T04:48:14.529Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-09T04:48:14.530Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b154cff-873f-46cf-99a1-d93204572ba9",
"consumerID": "aai-ml",
"timestamp": 1670561130714,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfO4bu0frhto5zpoidt16y/1.0/resourceInstances/pnf4912565ca5de0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-09T04:48:14.530Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-09T04:48:14.530Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-09T04:48:14.530Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b154cff-873f-46cf-99a1-d93204572ba9",
"consumerID": "cds",
"timestamp": 1670561131523,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfO4bu0frhto5zpoidt16y/1.0/resourceInstances/pnf4912565ca5de0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-09T04:48:14.530Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-09T04:48:14.530Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-09T04:48:14.530Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b154cff-873f-46cf-99a1-d93204572ba9",
"consumerID": "aai-ml",
"timestamp": 1670561130714,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfO4bu0frhto5zpoidt16y/1.0/resourceInstances/pnf4912565ca5de0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-09T04:48:14.531Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-09T04:48:14.531Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-09T04:48:14.531Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b154cff-873f-46cf-99a1-d93204572ba9",
"consumerID": "cds",
"timestamp": 1670561131523,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfO4bu0frhto5zpoidt16y/1.0/resourceInstances/pnf4912565ca5de0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-09T04:48:14.531Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-09T04:48:14.531Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-09T04:48:14.531Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b154cff-873f-46cf-99a1-d93204572ba9",
"consumerID": "aai-ml",
"timestamp": 1670561130714,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfO4bu0frhto5zpoidt16y/1.0/resourceInstances/pnf4912565ca5de0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-09T04:48:14.532Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-09T04:48:14.532Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-09T04:48:14.532Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b154cff-873f-46cf-99a1-d93204572ba9",
"consumerID": "cds",
"timestamp": 1670561131523,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfO4bu0frhto5zpoidt16y/1.0/artifacts/service-DemoPnfO4bu0frhto5zpoidt16y-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-09T04:48:14.532Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-09T04:48:14.532Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-09T04:48:14.532Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b154cff-873f-46cf-99a1-d93204572ba9",
"consumerID": "aai-ml",
"timestamp": 1670561130714,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfO4bu0frhto5zpoidt16y/1.0/artifacts/service-DemoPnfO4bu0frhto5zpoidt16y-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-09T04:48:14.533Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-09T04:48:14.533Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-09T04:48:14.533Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b154cff-873f-46cf-99a1-d93204572ba9",
"consumerID": "cds",
"timestamp": 1670561131523,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfO4bu0frhto5zpoidt16y/1.0/artifacts/service-DemoPnfO4bu0frhto5zpoidt16y-csar.csar",
"status": "NOTIFIED"
}
2022-12-09T04:48:14.533Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-09T04:48:14.533Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-09T04:48:14.533Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b154cff-873f-46cf-99a1-d93204572ba9",
"consumerID": "aai-ml",
"timestamp": 1670561130714,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfO4bu0frhto5zpoidt16y/1.0/artifacts/service-DemoPnfO4bu0frhto5zpoidt16y-csar.csar",
"status": "NOTIFIED"
}
2022-12-09T04:48:14.534Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-09T04:48:14.534Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-09T04:48:14.534Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b154cff-873f-46cf-99a1-d93204572ba9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1670561143643,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfO4bu0frhto5zpoidt16y/1.0/resourceInstances/pnf4912565ca5de0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-09T04:48:14.534Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-09T04:48:14.534Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-09T04:48:14.534Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b154cff-873f-46cf-99a1-d93204572ba9",
"consumerID": "cds",
"timestamp": 1670561145135,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfO4bu0frhto5zpoidt16y/1.0/artifacts/service-DemoPnfO4bu0frhto5zpoidt16y-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-09T04:48:14.534Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-09T04:48:14.535Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-09T04:48:14.535Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b154cff-873f-46cf-99a1-d93204572ba9",
"consumerID": "aai-ml",
"timestamp": 1670561144814,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfO4bu0frhto5zpoidt16y/1.0/artifacts/service-DemoPnfO4bu0frhto5zpoidt16y-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-09T04:48:14.535Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-09T04:48:14.535Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-09T04:48:14.535Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b154cff-873f-46cf-99a1-d93204572ba9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1670561143643,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfO4bu0frhto5zpoidt16y/1.0/resourceInstances/pnf4912565ca5de0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-12-09T04:48:14.535Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-09T04:48:14.536Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-09T04:48:14.536Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b154cff-873f-46cf-99a1-d93204572ba9",
"consumerID": "cds",
"timestamp": 1670561146140,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfO4bu0frhto5zpoidt16y/1.0/artifacts/service-DemoPnfO4bu0frhto5zpoidt16y-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-09T04:48:14.553Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4b154cff-873f-46cf-99a1-d93204572ba9
2022-12-09T04:48:14.553Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4b154cff-873f-46cf-99a1-d93204572ba9 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-12-09T04:48:14.574Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-09T04:48:14.575Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b154cff-873f-46cf-99a1-d93204572ba9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670561145711,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfO4bu0frhto5zpoidt16y/1.0/resourceInstances/pnf4912565ca5de0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-09T04:48:14.575Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-09T04:48:14.575Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-09T04:48:14.575Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b154cff-873f-46cf-99a1-d93204572ba9",
"consumerID": "ves-openapi-manager",
"timestamp": 1670561145788,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfO4bu0frhto5zpoidt16y/1.0/resourceInstances/pnf4912565ca5de0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-09T04:48:14.576Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-09T04:48:14.576Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-09T04:48:14.576Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b154cff-873f-46cf-99a1-d93204572ba9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1670561143643,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfO4bu0frhto5zpoidt16y/1.0/resourceInstances/pnf4912565ca5de0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-12-09T04:48:14.576Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-09T04:48:14.577Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-09T04:48:14.577Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b154cff-873f-46cf-99a1-d93204572ba9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670561145711,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfO4bu0frhto5zpoidt16y/1.0/resourceInstances/pnf4912565ca5de0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-12-09T04:48:14.577Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-09T04:48:14.577Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-09T04:48:14.577Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b154cff-873f-46cf-99a1-d93204572ba9",
"consumerID": "ves-openapi-manager",
"timestamp": 1670561145788,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfO4bu0frhto5zpoidt16y/1.0/resourceInstances/pnf4912565ca5de0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-12-09T04:48:14.578Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-09T04:48:14.578Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-09T04:48:14.578Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b154cff-873f-46cf-99a1-d93204572ba9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1670561143643,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfO4bu0frhto5zpoidt16y/1.0/resourceInstances/pnf4912565ca5de0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-09T04:48:14.578Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-09T04:48:14.578Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-09T04:48:14.578Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b154cff-873f-46cf-99a1-d93204572ba9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670561145711,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfO4bu0frhto5zpoidt16y/1.0/resourceInstances/pnf4912565ca5de0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-12-09T04:48:14.579Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-09T04:48:14.579Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-09T04:48:14.579Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b154cff-873f-46cf-99a1-d93204572ba9",
"consumerID": "ves-openapi-manager",
"timestamp": 1670561145788,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfO4bu0frhto5zpoidt16y/1.0/resourceInstances/pnf4912565ca5de0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-12-09T04:48:14.579Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-09T04:48:14.579Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-09T04:48:14.579Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b154cff-873f-46cf-99a1-d93204572ba9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1670561143643,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfO4bu0frhto5zpoidt16y/1.0/resourceInstances/pnf4912565ca5de0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-09T04:48:14.580Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-09T04:48:14.580Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-09T04:48:14.580Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b154cff-873f-46cf-99a1-d93204572ba9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670561145711,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfO4bu0frhto5zpoidt16y/1.0/resourceInstances/pnf4912565ca5de0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-09T04:48:14.580Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-09T04:48:14.580Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-09T04:48:14.580Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b154cff-873f-46cf-99a1-d93204572ba9",
"consumerID": "ves-openapi-manager",
"timestamp": 1670561145788,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfO4bu0frhto5zpoidt16y/1.0/resourceInstances/pnf4912565ca5de0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-09T04:48:14.580Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-09T04:48:14.581Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-09T04:48:14.581Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b154cff-873f-46cf-99a1-d93204572ba9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1670561143643,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfO4bu0frhto5zpoidt16y/1.0/resourceInstances/pnf4912565ca5de0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-09T04:48:14.581Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-09T04:48:14.581Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-09T04:48:14.581Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b154cff-873f-46cf-99a1-d93204572ba9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670561145711,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfO4bu0frhto5zpoidt16y/1.0/resourceInstances/pnf4912565ca5de0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-09T04:48:14.581Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-09T04:48:14.582Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-09T04:48:14.582Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b154cff-873f-46cf-99a1-d93204572ba9",
"consumerID": "ves-openapi-manager",
"timestamp": 1670561145788,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfO4bu0frhto5zpoidt16y/1.0/resourceInstances/pnf4912565ca5de0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-09T04:48:14.582Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-09T04:48:14.582Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-09T04:48:14.582Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b154cff-873f-46cf-99a1-d93204572ba9",
"consumerID": "aai-ml",
"timestamp": 1670561150581,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfO4bu0frhto5zpoidt16y/1.0/artifacts/service-DemoPnfO4bu0frhto5zpoidt16y-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-09T04:48:14.582Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-09T04:48:14.583Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-09T04:48:14.583Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b154cff-873f-46cf-99a1-d93204572ba9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1670561143643,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfO4bu0frhto5zpoidt16y/1.0/artifacts/service-DemoPnfO4bu0frhto5zpoidt16y-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-09T04:48:14.583Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-09T04:48:14.583Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-09T04:48:14.583Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b154cff-873f-46cf-99a1-d93204572ba9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670561145711,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfO4bu0frhto5zpoidt16y/1.0/resourceInstances/pnf4912565ca5de0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-09T04:48:14.583Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-09T04:48:14.584Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-09T04:48:14.584Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b154cff-873f-46cf-99a1-d93204572ba9",
"consumerID": "ves-openapi-manager",
"timestamp": 1670561145788,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfO4bu0frhto5zpoidt16y/1.0/resourceInstances/pnf4912565ca5de0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOTIFIED"
}
2022-12-09T04:48:14.584Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-09T04:48:14.584Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-09T04:48:14.584Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b154cff-873f-46cf-99a1-d93204572ba9",
"consumerID": "aai-ml",
"timestamp": 1670561151587,
"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-12-09T04:48:14.592Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4b154cff-873f-46cf-99a1-d93204572ba9
2022-12-09T04:48:14.592Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4b154cff-873f-46cf-99a1-d93204572ba9 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-12-09T04:48:14.602Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-09T04:48:14.602Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b154cff-873f-46cf-99a1-d93204572ba9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1670561143643,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfO4bu0frhto5zpoidt16y/1.0/artifacts/service-DemoPnfO4bu0frhto5zpoidt16y-csar.csar",
"status": "NOTIFIED"
}
2022-12-09T04:48:14.603Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-09T04:48:14.603Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-09T04:48:14.603Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b154cff-873f-46cf-99a1-d93204572ba9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670561145711,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfO4bu0frhto5zpoidt16y/1.0/artifacts/service-DemoPnfO4bu0frhto5zpoidt16y-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-09T04:48:14.603Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-09T04:48:14.603Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-09T04:48:14.603Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b154cff-873f-46cf-99a1-d93204572ba9",
"consumerID": "ves-openapi-manager",
"timestamp": 1670561145788,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfO4bu0frhto5zpoidt16y/1.0/artifacts/service-DemoPnfO4bu0frhto5zpoidt16y-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-09T04:48:14.604Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-09T04:48:14.604Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-09T04:48:14.604Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b154cff-873f-46cf-99a1-d93204572ba9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670561145711,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfO4bu0frhto5zpoidt16y/1.0/artifacts/service-DemoPnfO4bu0frhto5zpoidt16y-csar.csar",
"status": "NOTIFIED"
}
2022-12-09T04:48:14.604Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-09T04:48:14.604Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-09T04:48:14.604Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b154cff-873f-46cf-99a1-d93204572ba9",
"consumerID": "ves-openapi-manager",
"timestamp": 1670561145788,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfO4bu0frhto5zpoidt16y/1.0/artifacts/service-DemoPnfO4bu0frhto5zpoidt16y-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-12-09T04:48:14.604Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-12-09T04:48:14.604Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-09T04:48:14.604Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b154cff-873f-46cf-99a1-d93204572ba9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670561154493,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfO4bu0frhto5zpoidt16y/1.0/artifacts/service-DemoPnfO4bu0frhto5zpoidt16y-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-09T04:48:14.605Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-09T04:48:14.605Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-09T04:48:14.605Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b154cff-873f-46cf-99a1-d93204572ba9",
"consumerID": "ves-openapi-manager",
"timestamp": 1670561154692,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfO4bu0frhto5zpoidt16y/1.0/resourceInstances/pnf4912565ca5de0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DOWNLOAD_OK"
}
2022-12-09T04:48:14.605Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-09T04:48:14.605Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-09T04:48:14.605Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b154cff-873f-46cf-99a1-d93204572ba9",
"consumerID": "ves-openapi-manager",
"timestamp": 1670561155914,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfO4bu0frhto5zpoidt16y/1.0/resourceInstances/pnf4912565ca5de0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DEPLOY_OK"
}
2022-12-09T04:48:14.605Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-09T04:48:14.605Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-09T04:48:14.605Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b154cff-873f-46cf-99a1-d93204572ba9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670561156789,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfO4bu0frhto5zpoidt16y/1.0/artifacts/service-DemoPnfO4bu0frhto5zpoidt16y-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-09T04:48:14.606Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-09T04:48:14.606Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-09T04:48:14.606Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b154cff-873f-46cf-99a1-d93204572ba9",
"consumerID": "ves-openapi-manager",
"timestamp": 1670561156919,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-09T04:48:14.610Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 4b154cff-873f-46cf-99a1-d93204572ba9
2022-12-09T04:48:14.610Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4b154cff-873f-46cf-99a1-d93204572ba9 and ComponentName
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-09T04:48:14.617Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-09T04:48:14.617Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4b154cff-873f-46cf-99a1-d93204572ba9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670561157794,
"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-12-09T04:48:14.621Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4b154cff-873f-46cf-99a1-d93204572ba9
2022-12-09T04:48:14.621Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4b154cff-873f-46cf-99a1-d93204572ba9 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-12-09T04:48:20.144Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9ccb8a44-545d-4610-8573-4d5438da1192
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-12-09T04:48:20.155Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9ccb8a44-545d-4610-8573-4d5438da1192
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-12-09T04:48:20.157Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-09T04:48:20.157Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-09T04:48:20.158Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-09T04:48:20.158Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-09T04:48:20.158Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-09T04:48:20.158Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-09T04:48:20.158Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-09T04:48:20.158Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-09T04:48:20.159Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||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-12-09T04:48:20.163Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-09T04:48:50.164Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9ccb8a44-545d-4610-8573-4d5438da1192 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-12-09T04:48:50.171Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9ccb8a44-545d-4610-8573-4d5438da1192 and serviceModelVersionId: 1acbd2f4-5afc-40f7-9ff2-6edc30eec988
2022-12-09T04:48:50.171Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7e08da5c-14d7-4ae6-a2c1-9f3e68a6c061
2022-12-09T04:48:50.173Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7e08da5c-14d7-4ae6-a2c1-9f3e68a6c061/model-vers/model-ver/1acbd2f4-5afc-40f7-9ff2-6edc30eec988?depth=0
2022-12-09T04:48:50.180Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-12-09T04:48:50.232Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7e08da5c-14d7-4ae6-a2c1-9f3e68a6c061/model-vers/model-ver/1acbd2f4-5afc-40f7-9ff2-6edc30eec988?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-12-09T04:48:50.233Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7e08da5c-14d7-4ae6-a2c1-9f3e68a6c061/model-vers/model-ver/1acbd2f4-5afc-40f7-9ff2-6edc30eec988?depth=0|INFO|500||Invoke
2022-12-09T04:48:50.256Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7e08da5c-14d7-4ae6-a2c1-9f3e68a6c061/model-vers/model-ver/1acbd2f4-5afc-40f7-9ff2-6edc30eec988?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-12-09T04:48:50.360Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7e08da5c-14d7-4ae6-a2c1-9f3e68a6c061/model-vers/model-ver/1acbd2f4-5afc-40f7-9ff2-6edc30eec988?depth=0|INFO|500||InvokeReturn
2022-12-09T04:48:50.360Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7e08da5c-14d7-4ae6-a2c1-9f3e68a6c061/model-vers/model-ver/1acbd2f4-5afc-40f7-9ff2-6edc30eec988?depth=0 has http status code:200 and response headers:{date=[Fri, 09 Dec 2022 04:48:50 GMT], content-length=[0], vertex-id=[192600], x-aai-txid=[0-aai-resources-221209-04:48:50:655-73498], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-09T04:48:50.360Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2022-12-09T04:48:50.361Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-09T04:48:50.361Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||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-12-09T04:48:50.365Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||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-12-09T04:48:50.365Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9ccb8a44-545d-4610-8573-4d5438da1192 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-09T04:48:50.366Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-09T04:48:50.366Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-09T04:48:50.368Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-09T04:48:50.368Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "9ccb8a44-545d-4610-8573-4d5438da1192",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670561330366,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-09T04:48:50.471Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-12-09T04:48:50.473Z||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-12-09T04:48:50.473Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6IpNWnFRSetdlLoY) ...
2022-12-09T04:48:50.491Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T04:48:50.491Z||pool-39-thread-1|||||INFO|500||cambria reply ok (19 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-12-09T04:48:51.380Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T04:48:51.381Z|9ccb8a44-545d-4610-8573-4d5438da1192|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-12-09T04:48:51.381Z|9ccb8a44-545d-4610-8573-4d5438da1192|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 6IpNWnFRSetdlLoY) ...
2022-12-09T04:48:55.867Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T04:48:55.868Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-09T04:48:55.868Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"4b154cff-873f-46cf-99a1-d93204572ba9","serviceName":"Demo_pNF_O4BU0fRhtO5ZPOIDT16Y","serviceVersion":"1.0","serviceUUID":"9aed328a-ba1f-4d4a-b58f-30479d5577b5","serviceDescription":"catalog service description","serviceInvariantUUID":"67267525-fe3b-45c9-8276-5d2042adb2b7","resources":[{"resourceInstanceName":"pNF 4912565c-a5de 0","resourceName":"pNF 4912565c-a5de","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"0f236a48-744e-42a9-85f6-1ea7ccb4d0f7","resourceInvariantUUID":"f2ca7807-2d4d-46f3-abe1-f0db9e49544d","resourceCustomizationUUID":"28b03bdd-eb24-4be9-b424-3563ca4dcff3","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfO4bu0frhto5zpoidt16y/1.0/resourceInstances/pnf4912565ca5de0/artifacts/vf-license-model.xml","artifactChecksum":"Yjc0ZjNiZGVkN2MzZjI5OWZkZTg0NDA3MjA3MWI0ZWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8c926ebf-9ba4-48e4-b925-4846c67587f4","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfO4bu0frhto5zpoidt16y/1.0/resourceInstances/pnf4912565ca5de0/artifacts/pNF.csar","artifactChecksum":"MjhkNjVmMjZkYjFmOTBjNmU2YzI5YmUxNDk2OTcwODM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3c0c36e9-37af-4a4d-9e28-e3ac5250c0e1","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfO4bu0frhto5zpoidt16y/1.0/resourceInstances/pnf4912565ca5de0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ab16626f-fd22-4e9a-af17-c5a7a27eb71a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfO4bu0frhto5zpoidt16y/1.0/resourceInstances/pnf4912565ca5de0/artifacts/vendor-license-model.xml","artifactChecksum":"MzFjOWFiOWJkNmEwMTRkODkxZTQ2NzVmOTAwMGZlOTk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"92492cc2-f245-4a47-9e83-adda293c9afe","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfO4bu0frhto5zpoidt16y/1.0/resourceInstances/pnf4912565ca5de0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ce43d058-d791-4784-b714-dd12d3b8fd72","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfO4bu0frhto5zpoidt16y/1.0/resourceInstances/pnf4912565ca5de0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8ae00da5-b0c5-4f6e-b463-ebdd9aa16233","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfO4bu0frhto5zpoidt16y-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfO4bu0frhto5zpoidt16y/1.0/artifacts/service-DemoPnfO4bu0frhto5zpoidt16y-template.yml","artifactChecksum":"MzcwMmJhMWFhZTQ5ZDFjNjVjYmU5NjIwYjJhMWZmZjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3a36ada3-2e66-45ef-a3d6-de50ad628ccf","artifactVersion":"1"},{"artifactName":"service-DemoPnfO4bu0frhto5zpoidt16y-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfO4bu0frhto5zpoidt16y/1.0/artifacts/service-DemoPnfO4bu0frhto5zpoidt16y-csar.csar","artifactChecksum":"NDU2MTdlMjJkMmRiMzNhYTcyNWFkZmU1NTQ1Y2YxOGM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"15ada0ed-bd0f-4fd9-b2f2-bbf319df7522","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-09T04:48:55.871Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-09T04:48:55.871Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-09T04:48:55.873Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-09T04:48:55.873Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "4b154cff-873f-46cf-99a1-d93204572ba9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670561331380,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfO4bu0frhto5zpoidt16y/1.0/resourceInstances/pnf4912565ca5de0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-09T04:48:55.973Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-09T04:48:55.974Z||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-12-09T04:48:55.974Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6IpNWnFRSetdlLoY) ...
2022-12-09T04:48:55.988Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T04:48:55.988Z||pool-40-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-09T04:48:56.874Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-09T04:48:56.875Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-09T04:48:56.877Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-09T04:48:56.877Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "4b154cff-873f-46cf-99a1-d93204572ba9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670561331380,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfO4bu0frhto5zpoidt16y/1.0/resourceInstances/pnf4912565ca5de0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-12-09T04:48:56.978Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-09T04:48:56.979Z||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-12-09T04:48:56.979Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6IpNWnFRSetdlLoY) ...
2022-12-09T04:48:56.993Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T04:48:56.993Z||pool-41-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-09T04:48:57.878Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-09T04:48:57.882Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-09T04:48:57.884Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-09T04:48:57.884Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "4b154cff-873f-46cf-99a1-d93204572ba9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670561331380,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfO4bu0frhto5zpoidt16y/1.0/resourceInstances/pnf4912565ca5de0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-12-09T04:48:57.984Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-09T04:48:57.985Z||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-12-09T04:48:57.985Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6IpNWnFRSetdlLoY) ...
2022-12-09T04:48:58.004Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T04:48:58.005Z||pool-42-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-12-09T04:48:58.885Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-09T04:48:58.886Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-09T04:48:58.890Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-09T04:48:58.890Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "4b154cff-873f-46cf-99a1-d93204572ba9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670561331380,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfO4bu0frhto5zpoidt16y/1.0/resourceInstances/pnf4912565ca5de0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-09T04:48:58.990Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-09T04:48:58.991Z||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-12-09T04:48:58.991Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6IpNWnFRSetdlLoY) ...
2022-12-09T04:48:59.010Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T04:48:59.010Z||pool-43-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-12-09T04:48:59.891Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-09T04:48:59.892Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-09T04:48:59.894Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-09T04:48:59.894Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "4b154cff-873f-46cf-99a1-d93204572ba9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670561331380,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfO4bu0frhto5zpoidt16y/1.0/resourceInstances/pnf4912565ca5de0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-09T04:48:59.994Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-09T04:48:59.995Z||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-12-09T04:48:59.995Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6IpNWnFRSetdlLoY) ...
2022-12-09T04:49:00.008Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T04:49:00.008Z||pool-44-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-09T04:49:00.895Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-09T04:49:00.895Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-09T04:49:00.898Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-09T04:49:00.898Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "4b154cff-873f-46cf-99a1-d93204572ba9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670561331380,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfO4bu0frhto5zpoidt16y/1.0/resourceInstances/pnf4912565ca5de0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-09T04:49:00.998Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-09T04:49:00.999Z||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-12-09T04:49:00.999Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6IpNWnFRSetdlLoY) ...
2022-12-09T04:49:01.012Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T04:49:01.012Z||pool-45-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-09T04:49:01.898Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-09T04:49:01.899Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-09T04:49:01.901Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-09T04:49:01.902Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "4b154cff-873f-46cf-99a1-d93204572ba9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670561331380,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfO4bu0frhto5zpoidt16y/1.0/artifacts/service-DemoPnfO4bu0frhto5zpoidt16y-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-09T04:49:02.001Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-09T04:49:02.002Z||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-12-09T04:49:02.002Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6IpNWnFRSetdlLoY) ...
2022-12-09T04:49:02.015Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T04:49:02.015Z||pool-46-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-09T04:49:02.902Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-09T04:49:02.903Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-09T04:49:02.906Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-09T04:49:02.906Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "4b154cff-873f-46cf-99a1-d93204572ba9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670561331380,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfO4bu0frhto5zpoidt16y/1.0/artifacts/service-DemoPnfO4bu0frhto5zpoidt16y-csar.csar",
"status": "NOTIFIED"
}
2022-12-09T04:49:03.005Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-09T04:49:03.006Z||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-12-09T04:49:03.006Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6IpNWnFRSetdlLoY) ...
2022-12-09T04:49:03.018Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T04:49:03.018Z||pool-47-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-12-09T04:49:03.907Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "4b154cff-873f-46cf-99a1-d93204572ba9",
"serviceName": "Demo_pNF_O4BU0fRhtO5ZPOIDT16Y",
"serviceVersion": "1.0",
"serviceUUID": "9aed328a-ba1f-4d4a-b58f-30479d5577b5",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "67267525-fe3b-45c9-8276-5d2042adb2b7",
"resources": [
{
"resourceInstanceName": "pNF 4912565c-a5de 0",
"resourceCustomizationUUID": "28b03bdd-eb24-4be9-b424-3563ca4dcff3",
"resourceName": "pNF 4912565c-a5de",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "0f236a48-744e-42a9-85f6-1ea7ccb4d0f7",
"resourceInvariantUUID": "f2ca7807-2d4d-46f3-abe1-f0db9e49544d",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfO4bu0frhto5zpoidt16y-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfO4bu0frhto5zpoidt16y/1.0/artifacts/service-DemoPnfO4bu0frhto5zpoidt16y-csar.csar",
"artifactChecksum": "NDU2MTdlMjJkMmRiMzNhYTcyNWFkZmU1NTQ1Y2YxOGM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "15ada0ed-bd0f-4fd9-b2f2-bbf319df7522"
}
],
"workloadContext": "Production"
}
2022-12-09T04:49:03.908Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-09T04:49:03.908Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 9aed328a-ba1f-4d4a-b58f-30479d5577b5 ASDC
2022-12-09T04:49:03.909Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:4b154cff-873f-46cf-99a1-d93204572ba9
ServiceName:Demo_pNF_O4BU0fRhtO5ZPOIDT16Y
ServiceVersion:1.0
ServiceUUID:9aed328a-ba1f-4d4a-b58f-30479d5577b5
ServiceInvariantUUID:67267525-fe3b-45c9-8276-5d2042adb2b7
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfO4bu0frhto5zpoidt16y-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfO4bu0frhto5zpoidt16y/1.0/artifacts/service-DemoPnfO4bu0frhto5zpoidt16y-csar.csar
ArtifactUUID:15ada0ed-bd0f-4fd9-b2f2-bbf319df7522
ArtifactChecksum:NDU2MTdlMjJkMmRiMzNhYTcyNWFkZmU1NTQ1Y2YxOGM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 4912565c-a5de 0
ResourceCustomizationUUID:28b03bdd-eb24-4be9-b424-3563ca4dcff3
ResourceInvariantUUID:f2ca7807-2d4d-46f3-abe1-f0db9e49544d
ResourceName:pNF 4912565c-a5de
ResourceType:PNF
ResourceUUID:0f236a48-744e-42a9-85f6-1ea7ccb4d0f7
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2022-12-09T04:49:03.909Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9aed328a-ba1f-4d4a-b58f-30479d5577b5 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-12-09T04:49:03.958Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-09T04:49:03.959Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-12-09T04:49:03.959Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-12-09T04:49:03.959Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 15ada0ed-bd0f-4fd9-b2f2-bbf319df7522 from URL: /sdc/v1/catalog/services/DemoPnfO4bu0frhto5zpoidt16y/1.0/artifacts/service-DemoPnfO4bu0frhto5zpoidt16y-csar.csar
2022-12-09T04:49:03.959Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-12-09T04:49:03.960Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfO4bu0frhto5zpoidt16y/1.0/artifacts/service-DemoPnfO4bu0frhto5zpoidt16y-csar.csar
2022-12-09T04:49:04.248Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-12-09T04:49:04.252Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfO4bu0frhto5zpoidt16y/1.0/artifacts/service-DemoPnfO4bu0frhto5zpoidt16y-csar.csar 15ada0ed-bd0f-4fd9-b2f2-bbf319df7522 87792
2022-12-09T04:49:04.252Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfO4bu0frhto5zpoidt16y/1.0/artifacts/service-DemoPnfO4bu0frhto5zpoidt16y-csar.csar ASDC sendASDCNotification
2022-12-09T04:49:04.252Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfO4bu0frhto5zpoidt16y/1.0/artifacts/service-DemoPnfO4bu0frhto5zpoidt16y-csar.csar
2022-12-09T04:49:04.253Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-09T04:49:04.253Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-09T04:49:04.255Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-09T04:49:04.255Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "4b154cff-873f-46cf-99a1-d93204572ba9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670561344252,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfO4bu0frhto5zpoidt16y/1.0/artifacts/service-DemoPnfO4bu0frhto5zpoidt16y-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-09T04:49:04.355Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-09T04:49:04.356Z||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-12-09T04:49:04.356Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6IpNWnFRSetdlLoY) ...
2022-12-09T04:49:04.369Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T04:49:04.370Z||pool-48-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-09T04:49:05.256Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-09T04:49:05.257Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-12-09T04:49:05.257Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 15ada0ed-bd0f-4fd9-b2f2-bbf319df7522, URL: /sdc/v1/catalog/services/DemoPnfO4bu0frhto5zpoidt16y/1.0/artifacts/service-DemoPnfO4bu0frhto5zpoidt16y-csar.csar to file: /app/ASDC/1/service-DemoPnfO4bu0frhto5zpoidt16y-csar.csar
2022-12-09T04:49:05.258Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfO4bu0frhto5zpoidt16y-csar.csar
2022-12-09T04:49:05.258Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfO4bu0frhto5zpoidt16y-csar.csar
2022-12-09T04:49:05.258Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfO4bu0frhto5zpoidt16y-csar.csar
2022-12-09T04:49:05.395Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14324008274700538499/Definitions/service-DemoPnfO4bu0frhto5zpoidt16y-template.yml
2022-12-09T04:49:06.212Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-09T04:49:06.213Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-12-09T04:49:06.213Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfO4bu0frhto5zpoidt16y-csar.csar
2022-12-09T04:49:06.213Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-12-09T04:49:06.213Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 4912565c-a5de 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-DemoPnfO4bu0frhto5zpoidt16y-csar.csar
2022-12-09T04:49:06.213Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||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-DemoPnfO4bu0frhto5zpoidt16y-csar.csar
2022-12-09T04:49:06.213Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfO4bu0frhto5zpoidt16y-csar.csar
2022-12-09T04:49:06.213Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||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-DemoPnfO4bu0frhto5zpoidt16y-csar.csar
2022-12-09T04:49:06.213Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||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-DemoPnfO4bu0frhto5zpoidt16y-csar.csar
2022-12-09T04:49:06.214Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||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-DemoPnfO4bu0frhto5zpoidt16y-csar.csar
2022-12-09T04:49:06.214Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||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-DemoPnfO4bu0frhto5zpoidt16y-csar.csar
2022-12-09T04:49:06.214Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-12-09T04:49:06.214Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-09T04:49:06.214Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_O4BU0fRhtO5ZPOIDT16Y is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-09T04:49:06.214Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||DEBUG|500||Node template pNF 4912565c-a5de 0 is matching search criteria
2022-12-09T04:49:06.214Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-12-09T04:49:06.215Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 4912565c-a5de 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-09T04:49:06.215Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-09T04:49:06.215Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_O4BU0fRhtO5ZPOIDT16Y is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-09T04:49:06.215Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||DEBUG|500||Node template pNF 4912565c-a5de 0 is matching search criteria
2022-12-09T04:49:06.215Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-12-09T04:49:06.215Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 4912565c-a5de 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-09T04:49:06.215Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-09T04:49:06.216Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_O4BU0fRhtO5ZPOIDT16Y is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-09T04:49:06.216Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-09T04:49:06.216Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_O4BU0fRhtO5ZPOIDT16Y is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-09T04:49:06.216Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-09T04:49:06.216Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_O4BU0fRhtO5ZPOIDT16Y is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-09T04:49:06.216Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-09T04:49:06.217Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_O4BU0fRhtO5ZPOIDT16Y is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-09T04:49:06.217Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-09T04:49:06.217Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_O4BU0fRhtO5ZPOIDT16Y is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-09T04:49:06.217Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_O4BU0fRhtO5ZPOIDT16Y
Description:catalog service description
Model UUID:9aed328a-ba1f-4d4a-b58f-30479d5577b5
Model Version:NULL
Model InvariantUuid:67267525-fe3b-45c9-8276-5d2042adb2b7
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-12-09T04:49:06.223Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: 0f236a48-744e-42a9-85f6-1ea7ccb4d0f7
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-12-09T04:49:06.226Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||INFO|500||pNF 4912565c-a5de 0
2022-12-09T04:49:06.226Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 0f236a48-744e-42a9-85f6-1ea7ccb4d0f7
2022-12-09T04:49:06.227Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 9aed328a-ba1f-4d4a-b58f-30479d5577b5
2022-12-09T04:49:06.227Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 9aed328a-ba1f-4d4a-b58f-30479d5577b5
2022-12-09T04:49:06.227Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 4912565c-a5de 0 0f236a48-744e-42a9-85f6-1ea7ccb4d0f7 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-12-09T04:49:06.232Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2dce37a3, org.onap.sdc.toscaparser.api.parameters.Input@6adf5bf1, org.onap.sdc.toscaparser.api.parameters.Input@6844fb42, org.onap.sdc.toscaparser.api.parameters.Input@e984e6a, org.onap.sdc.toscaparser.api.parameters.Input@52371335]
2022-12-09T04:49:06.232Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-09T04:49:06.232Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_O4BU0fRhtO5ZPOIDT16Y is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-09T04:49:06.233Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 9aed328a-ba1f-4d4a-b58f-30479d5577b5: pNF 4912565c-a5de
2022-12-09T04:49:06.233Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||INFO|500||Processing PNF resource: 0f236a48-744e-42a9-85f6-1ea7ccb4d0f7
2022-12-09T04:49:06.233Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery