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-07-16T05:57:02.606Z||main|||||INFO|500||The following profiles are active: basic
2022-07-16T05:57:59.125Z||main|||||INFO|500||Starting service [Tomcat]
2022-07-16T05:57:59.126Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-07-16T05:57:59.572Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-07-16T05:58:21.234Z||main|||||INFO|500||catdb-pool - Starting...
2022-07-16T05:58:24.134Z||main|||||INFO|500||catdb-pool - Start completed.
2022-07-16T05:58:26.087Z||main|||||INFO|500||reqdb-pool - Starting...
2022-07-16T05:58:26.170Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-07-16T05:58:27.166Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-07-16T05:58:29.128Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-07-16T05:58:33.930Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-07-16T05:58:49.560Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-07-16T05:58:56.382Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-07-16T05:58:56.511Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-07-16T05:58:58.891Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-07-16T05:59:00.201Z||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-07-16T05:59:04.972Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-07-16T05:59:08.141Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-07-16T05:59:08.236Z||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$$2538ded1.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-07-16T05:59:08.250Z||main|||||WARN|500||The sdc end point is not alive
2022-07-16T05:59:19.190Z||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-07-16T05:59:31.203Z||main|||||WARN|500||---
2022-07-16T05:59:31.204Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-07-16T05:59:31.204Z||main|||||WARN|500||---
2022-07-16T05:59:31.952Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-07-16T05:59:50.041Z||main|||||INFO|500||Started Application in 182.726 seconds (JVM running for 197.992)
2022-07-16T05:59:50.133Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-07-16T05:59:50.135Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-07-16T05:59:50.182Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-07-16T05:59:50.256Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-07-16T05:59:50.446Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 54f91e9a-af89-4171-8e11-d9103ce1441e url= /sdc/v1/artifactTypes
2022-07-16T05:59:50.448Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-07-16T05:59:51.800Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-07-16T05:59:51.872Z||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-07-16T05:59:51.929Z||scheduling-1|||||DEBUG|500||create keys
2022-07-16T05:59:51.943Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-07-16T05:59:52.047Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-16T05:59:52.084Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= b44a88b7-4a28-457b-8dd2-607aa85c35ae url= /sdc/v1/registerForDistribution
2022-07-16T05:59:52.288Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= b44a88b7-4a28-457b-8dd2-607aa85c35ae url= /sdc/v1/registerForDistribution
2022-07-16T05:59:52.291Z||scheduling-1|||||INFO|500||start DistributionClient
2022-07-16T05:59:52.343Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-07-16T05:59:52.367Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T05:59:52.371Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T05:59:52.566Z||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-07-16T05:59:52.569Z||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 domtawzly8X4mXCY) ...
2022-07-16T05:59:52.584Z||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-07-16T05:59:52.589Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:00:03.062Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-16T06:00:03.122Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-16T06:00:52.302Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:00:52.311Z||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-07-16T06:00:52.313Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:00:52.322Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:00:52.323Z||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-07-16T06:00:52.324Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:01:01.957Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-16T06:01:01.988Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-16T06:01:52.303Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:01:52.305Z||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-07-16T06:01:52.305Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:01:52.331Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:01:52.333Z||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-07-16T06:01:52.333Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:02:02.044Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-16T06:02:02.073Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-16T06:02:52.309Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:02:52.311Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:02:52.318Z||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-07-16T06:02:52.319Z||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-07-16T06:02:52.319Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:02:52.319Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:03:02.064Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-16T06:03:02.062Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-16T06:03:52.305Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:03:52.308Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:03:52.314Z||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-07-16T06:03:52.316Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:03:52.329Z||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-07-16T06:03:52.344Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:04:01.959Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-16T06:04:01.958Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-16T06:04:52.303Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:04:52.307Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:04:52.308Z||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-07-16T06:04:52.308Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:04:52.309Z||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-07-16T06:04:52.321Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:05:02.005Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-16T06:05:02.010Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-16T06:05:52.301Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:05:52.303Z||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-07-16T06:05:52.303Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:05:52.306Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:05:52.309Z||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-07-16T06:05:52.310Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:06:01.894Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-16T06:06:01.912Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-16T06:06:38.380Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-07-16T06:06:52.301Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:06:52.302Z||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-07-16T06:06:52.302Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:06:52.306Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:06:52.311Z||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-07-16T06:06:52.314Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:07:01.920Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-16T06:07:01.949Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-16T06:07:52.301Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:07:52.305Z||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-07-16T06:07:52.306Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:07:52.307Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:07:52.309Z||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-07-16T06:07:52.309Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:08:01.913Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-16T06:08:01.942Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-16T06:08:52.303Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:08:52.306Z||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-07-16T06:08:52.306Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:08:52.307Z||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-07-16T06:08:52.307Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:08:52.308Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:09:01.913Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-16T06:09:01.924Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-16T06:09:52.301Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:09:52.302Z||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-07-16T06:09:52.303Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:09:52.307Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:09:52.308Z||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-07-16T06:09:52.308Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:10:01.913Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-16T06:10:01.914Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-16T06:10:52.301Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:10:52.302Z||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-07-16T06:10:52.302Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:10:52.306Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:10:52.307Z||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-07-16T06:10:52.308Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:11:01.940Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-16T06:11:01.956Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-16T06:11:52.301Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:11:52.302Z||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-07-16T06:11:52.302Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:11:52.307Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:11:52.308Z||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-07-16T06:11:52.308Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:12:01.901Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-16T06:12:01.956Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-16T06:12:52.301Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:12:52.302Z||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-07-16T06:12:52.302Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:12:52.306Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:12:52.309Z||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-07-16T06:12:52.310Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:13:01.898Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-16T06:13:01.908Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-16T06:13:52.301Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:13:52.303Z||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-07-16T06:13:52.304Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:13:52.307Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:13:52.311Z||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-07-16T06:13:52.312Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:14:01.897Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-16T06:14:01.968Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-16T06:14:52.307Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:14:52.307Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:14:52.308Z||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-07-16T06:14:52.308Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:14:52.308Z||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-07-16T06:14:52.309Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:15:01.899Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-16T06:15:01.921Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-16T06:15:52.307Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:15:52.302Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:15:52.322Z||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-07-16T06:15:52.322Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:15:52.322Z||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-07-16T06:15:52.325Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:16:01.922Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-16T06:16:01.942Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-16T06:16:52.301Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:16:52.303Z||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-07-16T06:16:52.304Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:16:52.306Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:16:52.307Z||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-07-16T06:16:52.307Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:17:01.910Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-16T06:17:01.916Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-16T06:17:52.302Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:17:52.318Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:17:52.319Z||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-07-16T06:17:52.319Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:17:52.309Z||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-07-16T06:17:52.334Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:18:01.924Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-16T06:18:01.949Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-16T06:18:52.301Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:18:52.305Z||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-07-16T06:18:52.306Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:18:52.307Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:18:52.309Z||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-07-16T06:18:52.310Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:19:01.907Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-16T06:19:01.942Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-16T06:19:52.301Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:19:52.303Z||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-07-16T06:19:52.303Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:19:52.307Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:19:52.308Z||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-07-16T06:19:52.309Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:20:01.876Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-16T06:20:01.928Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-16T06:20:52.303Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:20:52.305Z||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-07-16T06:20:52.306Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:20:52.306Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:20:52.307Z||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-07-16T06:20:52.307Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:21:01.906Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-16T06:21:01.906Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-16T06:21:52.301Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:21:52.304Z||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-07-16T06:21:52.304Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:21:52.307Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:21:52.308Z||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-07-16T06:21:52.308Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:22:01.907Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-16T06:22:01.942Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-16T06:22:52.301Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:22:52.301Z||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-07-16T06:22:52.302Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:22:52.307Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:22:52.309Z||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-07-16T06:22:52.310Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:23:01.905Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-16T06:23:01.928Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-16T06:23:52.301Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:23:52.302Z||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-07-16T06:23:52.303Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:23:52.307Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:23:52.308Z||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-07-16T06:23:52.309Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:24:01.910Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-16T06:24:01.918Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-16T06:24:52.303Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:24:52.308Z||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-07-16T06:24:52.308Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:24:52.312Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:24:52.316Z||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-07-16T06:24:52.317Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:25:01.963Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-16T06:25:01.961Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-16T06:25:52.301Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:25:52.302Z||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-07-16T06:25:52.303Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:25:52.307Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:25:52.321Z||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-07-16T06:25:52.323Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:26:01.942Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-16T06:26:02.065Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-16T06:26:52.307Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:26:52.308Z||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-07-16T06:26:52.308Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:26:52.318Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:26:52.335Z||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-07-16T06:26:52.336Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:27:01.935Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-16T06:27:02.001Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-16T06:27:52.312Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:27:52.315Z||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-07-16T06:27:52.316Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:27:52.322Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:27:52.324Z||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-07-16T06:27:52.325Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:28:01.921Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-16T06:28:01.943Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-16T06:28:52.301Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:28:52.303Z||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-07-16T06:28:52.304Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:28:52.307Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:28:52.308Z||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-07-16T06:28:52.308Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:29:01.930Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-16T06:29:01.938Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-16T06:29:52.301Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:29:52.302Z||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-07-16T06:29:52.302Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:29:52.307Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:29:52.308Z||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-07-16T06:29:52.309Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:30:02.044Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-16T06:30:02.135Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-16T06:30:52.301Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:30:52.307Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:30:52.307Z||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-07-16T06:30:52.308Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:30:52.307Z||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-07-16T06:30:52.308Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:31:01.897Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-16T06:31:01.926Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-16T06:31:52.301Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:31:52.303Z||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-07-16T06:31:52.304Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:31:52.306Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:31:52.308Z||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-07-16T06:31:52.309Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:32:01.961Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-16T06:32:02.023Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-16T06:32:52.301Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:32:52.304Z||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-07-16T06:32:52.304Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:32:52.307Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:32:52.307Z||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-07-16T06:32:52.308Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:33:01.906Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-16T06:33:01.952Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-16T06:33:52.304Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:33:52.306Z||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-07-16T06:33:52.306Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:33:52.306Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:33:52.307Z||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-07-16T06:33:52.308Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:34:01.911Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-16T06:34:01.915Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-16T06:34:52.304Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:34:52.305Z||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-07-16T06:34:52.306Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:34:52.306Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:34:52.307Z||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-07-16T06:34:52.308Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:35:01.894Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-16T06:35:01.903Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-16T06:35:52.301Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:35:52.301Z||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-07-16T06:35:52.302Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:35:52.307Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:35:52.308Z||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-07-16T06:35:52.309Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:36:01.897Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-16T06:36:01.909Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-16T06:36:52.303Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:36:52.307Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:36:52.309Z||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-07-16T06:36:52.309Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:36:52.310Z||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-07-16T06:36:52.311Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:37:01.919Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-16T06:37:01.921Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-16T06:37:52.301Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:37:52.303Z||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-07-16T06:37:52.303Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:37:52.307Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:37:52.308Z||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-07-16T06:37:52.308Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:38:01.930Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-16T06:38:01.929Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-16T06:38:52.305Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:38:52.306Z||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-07-16T06:38:52.307Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:38:52.308Z||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-07-16T06:38:52.308Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:38:52.329Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:39:01.948Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-16T06:39:01.986Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-16T06:39:52.301Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:39:52.302Z||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-07-16T06:39:52.303Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:39:52.306Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:39:52.307Z||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-07-16T06:39:52.307Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:40:01.897Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-16T06:40:01.921Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-16T06:40:52.302Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:40:52.306Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:40:52.308Z||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-07-16T06:40:52.308Z||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-07-16T06:40:52.308Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:40:52.309Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:41:01.992Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-16T06:41:02.046Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-16T06:41:52.301Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:41:52.302Z||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-07-16T06:41:52.302Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:41:52.306Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:41:52.307Z||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-07-16T06:41:52.308Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:42:01.910Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-16T06:42:01.981Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-16T06:42:52.301Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:42:52.303Z||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-07-16T06:42:52.304Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:42:52.306Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:42:52.307Z||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-07-16T06:42:52.307Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:43:01.947Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-16T06:43:01.965Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-16T06:43:52.301Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:43:52.304Z||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-07-16T06:43:52.305Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:43:52.315Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:43:52.317Z||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-07-16T06:43:52.317Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:44:01.998Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-16T06:44:02.046Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-16T06:44:52.306Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:44:52.308Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:44:52.312Z||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-07-16T06:44:52.314Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:44:52.315Z||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-07-16T06:44:52.317Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:45:01.893Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-16T06:45:01.919Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-16T06:45:52.302Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:45:52.305Z||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-07-16T06:45:52.308Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:45:52.307Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:45:52.310Z||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-07-16T06:45:52.311Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:46:02.043Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-16T06:46:02.057Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-16T06:46:52.301Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:46:52.302Z||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-07-16T06:46:52.302Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:46:52.307Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:46:52.309Z||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-07-16T06:46:52.309Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:47:01.913Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-16T06:47:01.920Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-16T06:47:52.301Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:47:52.304Z||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-07-16T06:47:52.304Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:47:52.306Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:47:52.307Z||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-07-16T06:47:52.307Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:48:01.931Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-16T06:48:01.936Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-16T06:48:52.301Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:48:52.303Z||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-07-16T06:48:52.303Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:48:52.306Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:48:52.308Z||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-07-16T06:48:52.309Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:49:02.044Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-16T06:49:02.043Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-16T06:49:52.312Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:49:52.313Z||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-07-16T06:49:52.314Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:49:52.306Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:49:52.317Z||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-07-16T06:49:52.318Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:49:52.583Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-16T06:49:52.637Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-16T06:49:52.638Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
"consumerID": "cds",
"timestamp": 1657954179572,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/resourceInstances/basic_onboard_ylbbja0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-16T06:49:52.795Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-16T06:49:52.795Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-16T06:49:52.796Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
"consumerID": "aai-ml",
"timestamp": 1657954180615,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/resourceInstances/basic_onboard_ylbbja0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-16T06:49:52.796Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-16T06:49:52.797Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-16T06:49:52.798Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
"consumerID": "ves-openapi-manager",
"timestamp": 1657954172979,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/resourceInstances/basic_onboard_ylbbja0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-16T06:49:52.798Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-16T06:49:52.799Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-16T06:49:52.799Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
"consumerID": "cds",
"timestamp": 1657954179572,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/resourceInstances/basic_onboard_ylbbja0/artifacts/basic_onboard_ylbbja0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-07-16T06:49:52.800Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-16T06:49:52.800Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-16T06:49:52.801Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
"consumerID": "aai-ml",
"timestamp": 1657954180615,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/resourceInstances/basic_onboard_ylbbja0/artifacts/basic_onboard_ylbbja0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-07-16T06:49:52.801Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-16T06:49:52.802Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-16T06:49:52.802Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
"consumerID": "ves-openapi-manager",
"timestamp": 1657954172979,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/resourceInstances/basic_onboard_ylbbja0/artifacts/basic_onboard_ylbbja0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-07-16T06:49:52.803Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-16T06:49:52.810Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-16T06:49:52.811Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
"consumerID": "cds",
"timestamp": 1657954179572,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/resourceInstances/basic_onboard_ylbbja0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-16T06:49:52.812Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-16T06:49:52.813Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-16T06:49:52.813Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
"consumerID": "aai-ml",
"timestamp": 1657954180615,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/resourceInstances/basic_onboard_ylbbja0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-16T06:49:52.814Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-16T06:49:52.815Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-16T06:49:52.816Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
"consumerID": "ves-openapi-manager",
"timestamp": 1657954172979,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/resourceInstances/basic_onboard_ylbbja0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-16T06:49:52.817Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-16T06:49:52.820Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-16T06:49:52.826Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
"consumerID": "cds",
"timestamp": 1657954179572,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/resourceInstances/basic_onboard_ylbbja0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-16T06:49:52.828Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-16T06:49:52.830Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-16T06:49:52.832Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
"consumerID": "aai-ml",
"timestamp": 1657954180615,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/resourceInstances/basic_onboard_ylbbja0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-16T06:49:52.833Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-16T06:49:52.833Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-16T06:49:52.833Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
"consumerID": "ves-openapi-manager",
"timestamp": 1657954172979,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/resourceInstances/basic_onboard_ylbbja0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-16T06:49:52.834Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-16T06:49:52.834Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-16T06:49:52.835Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
"consumerID": "cds",
"timestamp": 1657954179572,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/resourceInstances/basic_onboard_ylbbja0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-07-16T06:49:52.835Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-16T06:49:52.836Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-16T06:49:52.836Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
"consumerID": "aai-ml",
"timestamp": 1657954180615,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/resourceInstances/basic_onboard_ylbbja0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-07-16T06:49:52.837Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-16T06:49:52.837Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-16T06:49:52.838Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
"consumerID": "ves-openapi-manager",
"timestamp": 1657954172979,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/resourceInstances/basic_onboard_ylbbja0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-07-16T06:49:52.840Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-16T06:49:52.841Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-16T06:49:52.842Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
"consumerID": "cds",
"timestamp": 1657954179572,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/artifacts/service-BasicOnboardYlbbja-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-16T06:49:52.847Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-16T06:49:52.848Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-16T06:49:52.848Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
"consumerID": "aai-ml",
"timestamp": 1657954180615,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/artifacts/service-BasicOnboardYlbbja-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-16T06:49:52.850Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-16T06:49:52.851Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-16T06:49:52.852Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
"consumerID": "policy-id",
"timestamp": 1657954184228,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/resourceInstances/basic_onboard_ylbbja0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-16T06:49:52.854Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-16T06:49:52.855Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-16T06:49:52.856Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
"consumerID": "ves-openapi-manager",
"timestamp": 1657954172979,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/artifacts/service-BasicOnboardYlbbja-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-16T06:49:52.857Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-16T06:49:52.858Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-16T06:49:52.860Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
"consumerID": "policy-id",
"timestamp": 1657954184228,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/resourceInstances/basic_onboard_ylbbja0/artifacts/basic_onboard_ylbbja0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-07-16T06:49:52.862Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-16T06:49:52.863Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-16T06:49:52.864Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
"consumerID": "cds",
"timestamp": 1657954179572,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/artifacts/service-BasicOnboardYlbbja-csar.csar",
"status": "NOTIFIED"
}
2022-07-16T06:49:52.866Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-16T06:49:52.871Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-16T06:49:52.872Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
"consumerID": "aai-ml",
"timestamp": 1657954180615,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/artifacts/service-BasicOnboardYlbbja-csar.csar",
"status": "NOTIFIED"
}
2022-07-16T06:49:52.874Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-16T06:49:52.875Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-16T06:49:52.883Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
"consumerID": "ves-openapi-manager",
"timestamp": 1657954172979,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/artifacts/service-BasicOnboardYlbbja-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-07-16T06:49:52.885Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-16T06:49:52.886Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-16T06:49:52.891Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
"consumerID": "policy-id",
"timestamp": 1657954184228,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/resourceInstances/basic_onboard_ylbbja0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-07-16T06:49:52.893Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-16T06:49:52.894Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-16T06:49:52.903Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
"consumerID": "policy-id",
"timestamp": 1657954184228,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/resourceInstances/basic_onboard_ylbbja0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-16T06:49:52.905Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-16T06:49:52.906Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-16T06:49:52.907Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
"consumerID": "cds",
"timestamp": 1657954189070,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/artifacts/service-BasicOnboardYlbbja-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-16T06:49:52.909Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T06:49:52.912Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-16T06:49:52.913Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
"consumerID": "aai-ml",
"timestamp": 1657954190220,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/artifacts/service-BasicOnboardYlbbja-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-16T06:49:52.915Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T06:49:52.916Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-16T06:49:52.917Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
"consumerID": "policy-id",
"timestamp": 1657954184228,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/resourceInstances/basic_onboard_ylbbja0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-07-16T06:49:52.930Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-16T06:49:52.932Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-16T06:49:52.934Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657954189370,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/resourceInstances/basic_onboard_ylbbja0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-16T06:49:52.936Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-16T06:49:52.937Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-16T06:49:52.938Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1657954190165,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/resourceInstances/basic_onboard_ylbbja0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-16T06:49:52.940Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-16T06:49:52.941Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-16T06:49:52.944Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
"consumerID": "cds",
"timestamp": 1657954190109,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/artifacts/service-BasicOnboardYlbbja-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
2022-07-16T06:49:53.010Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-16T06:49:53.046Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-16T06:49:53.047Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"82334943-57ca-4401-a0dd-d11733204d72","serviceName":"basic_onboard_YlBBJa","serviceVersion":"1.0","serviceUUID":"83354032-e268-4093-be91-bb762a370b5e","serviceDescription":"service","serviceInvariantUUID":"5395ef45-eede-4baa-b438-57eeaffa06f0","resources":[{"resourceInstanceName":"basic_onboard_YlBBJa 0","resourceName":"basic_onboard_YlBBJa","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"9368d6d2-5488-46d3-a1ad-0678a821b180","resourceInvariantUUID":"5f8ce751-04f5-4587-a68d-5d3ae60fba85","resourceCustomizationUUID":"37b626b9-2ee4-424c-bcec-21057aea9863","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/resourceInstances/basic_onboard_ylbbja0/artifacts/vf-license-model.xml","artifactChecksum":"ZDUwZWQwNGIwYjRkZjhlZTViYTkzODI0OTUwYTQ3NWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b70b2e46-c744-4c95-865d-a91ac5f0b231","artifactVersion":"1"},{"artifactName":"basic_onboard_ylbbja0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/resourceInstances/basic_onboard_ylbbja0/artifacts/basic_onboard_ylbbja0_modules.json","artifactChecksum":"ZDg3MmZkNzRiMmQ2NDg5MGNmY2I3MTkzY2I3ODhkNWM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"816bdf47-e4ae-46a1-98e8-57e7f4bc19e8","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/resourceInstances/basic_onboard_ylbbja0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a1a055e5-ae2c-4727-a229-703f22f8d425","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/resourceInstances/basic_onboard_ylbbja0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"591c358b-caff-42a5-be67-3a5081df3bab","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/resourceInstances/basic_onboard_ylbbja0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d5a0592d-cc45-456e-a13b-60b92ee23f43","artifactVersion":"2","generatedFromUUID":"a1a055e5-ae2c-4727-a229-703f22f8d425"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardYlbbja-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/artifacts/service-BasicOnboardYlbbja-template.yml","artifactChecksum":"NjhiNzgwNTE4ODQxOWE5MjJiN2Q1MjkxNTdiNzEyZTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0f591c92-ed6a-46e9-ac92-c093f16ed19b","artifactVersion":"1"},{"artifactName":"service-BasicOnboardYlbbja-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/artifacts/service-BasicOnboardYlbbja-csar.csar","artifactChecksum":"YWI4MjUwOTkwZTM0MTEyNDM2ZTk5MDlkZDM1YjhlMjA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f22ee087-2603-4548-8077-4b55c5dc80a6","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-16T06:49:53.185Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-16T06:49:53.238Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-16T06:49:53.333Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T06:49:53.334Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657954192306,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/resourceInstances/basic_onboard_ylbbja0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-16T06:49:53.444Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-07-16T06:49:53.464Z||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-07-16T06:49:53.464Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as domtawzly8X4mXCY) ...
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-07-16T06:49:53.579Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-16T06:49:53.582Z||pool-3-thread-1|||||INFO|500||cambria reply ok (120 ms):{"serverTimeMs":0,"count":1}
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-16T06:49:53.654Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 82334943-57ca-4401-a0dd-d11733204d72
2022-07-16T06:49:53.817Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 82334943-57ca-4401-a0dd-d11733204d72 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-07-16T06:49:53.860Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-16T06:49:53.860Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
"consumerID": "policy-id",
"timestamp": 1657954184228,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/artifacts/service-BasicOnboardYlbbja-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-16T06:49:53.861Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-16T06:49:53.862Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-16T06:49:53.862Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657954189370,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/resourceInstances/basic_onboard_ylbbja0/artifacts/basic_onboard_ylbbja0_modules.json",
"status": "NOTIFIED"
}
2022-07-16T06:49:53.863Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-16T06:49:53.863Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-16T06:49:53.864Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1657954190165,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/resourceInstances/basic_onboard_ylbbja0/artifacts/basic_onboard_ylbbja0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-07-16T06:49:53.864Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-16T06:49:53.865Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-16T06:49:53.865Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
"consumerID": "policy-id",
"timestamp": 1657954184228,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/artifacts/service-BasicOnboardYlbbja-csar.csar",
"status": "NOTIFIED"
}
2022-07-16T06:49:53.866Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-16T06:49:53.868Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-16T06:49:53.869Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
"consumerID": "clamp",
"timestamp": 1657954190980,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/resourceInstances/basic_onboard_ylbbja0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-16T06:49:53.870Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-16T06:49:53.870Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-16T06:49:53.870Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657954189370,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/resourceInstances/basic_onboard_ylbbja0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-07-16T06:49:53.873Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-16T06:49:53.874Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-16T06:49:53.875Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1657954190165,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/resourceInstances/basic_onboard_ylbbja0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-16T06:49:53.878Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-16T06:49:54.344Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-16T06:49:54.344Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-16T06:49:54.357Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T06:49:54.358Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657954192306,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/resourceInstances/basic_onboard_ylbbja0/artifacts/basic_onboard_ylbbja0_modules.json",
"status": "NOTIFIED"
}
2022-07-16T06:49:54.453Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-07-16T06:49:54.488Z||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-07-16T06:49:54.490Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as domtawzly8X4mXCY) ...
2022-07-16T06:49:54.539Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-16T06:49:54.550Z||pool-4-thread-1|||||INFO|500||cambria reply ok (82 ms):{"serverTimeMs":1,"count":1}
2022-07-16T06:49:55.359Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-16T06:49:55.360Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-16T06:49:55.364Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T06:49:55.366Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657954192306,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/resourceInstances/basic_onboard_ylbbja0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-07-16T06:49:55.475Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 108 ms
2022-07-16T06:49:55.482Z||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-07-16T06:49:55.483Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as domtawzly8X4mXCY) ...
2022-07-16T06:49:55.542Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-16T06:49:55.543Z||pool-5-thread-1|||||INFO|500||cambria reply ok (67 ms):{"serverTimeMs":1,"count":1}
2022-07-16T06:49:56.369Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-16T06:49:56.372Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-16T06:49:56.378Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T06:49:56.379Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657954192306,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/resourceInstances/basic_onboard_ylbbja0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-16T06:49:56.479Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-07-16T06:49:56.482Z||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-07-16T06:49:56.483Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as domtawzly8X4mXCY) ...
2022-07-16T06:49:56.507Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-16T06:49:56.509Z||pool-6-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-07-16T06:49:57.380Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-16T06:49:57.381Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-16T06:49:57.389Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T06:49:57.403Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657954192306,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/resourceInstances/basic_onboard_ylbbja0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-07-16T06:49:57.491Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 87 ms
2022-07-16T06:49:57.492Z||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-07-16T06:49:57.493Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as domtawzly8X4mXCY) ...
2022-07-16T06:49:57.527Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-16T06:49:57.528Z||pool-7-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":1,"count":1}
2022-07-16T06:49:58.405Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-16T06:49:58.407Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-16T06:49:58.410Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T06:49:58.411Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657954192306,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/artifacts/service-BasicOnboardYlbbja-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-16T06:49:58.511Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-16T06:49:58.514Z||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-07-16T06:49:58.514Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as domtawzly8X4mXCY) ...
2022-07-16T06:49:58.535Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-16T06:49:58.536Z||pool-8-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-07-16T06:49:59.411Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-16T06:49:59.412Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-16T06:49:59.420Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T06:49:59.420Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657954192306,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/artifacts/service-BasicOnboardYlbbja-csar.csar",
"status": "NOTIFIED"
}
2022-07-16T06:49:59.520Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-16T06:49:59.524Z||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-07-16T06:49:59.525Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as domtawzly8X4mXCY) ...
2022-07-16T06:49:59.572Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-16T06:49:59.573Z||pool-9-thread-1|||||INFO|500||cambria reply ok (52 ms):{"serverTimeMs":0,"count":1}
2022-07-16T06:50:00.436Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
"distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
"serviceName": "basic_onboard_YlBBJa",
"serviceVersion": "1.0",
"serviceUUID": "83354032-e268-4093-be91-bb762a370b5e",
"serviceDescription": "service",
"serviceInvariantUUID": "5395ef45-eede-4baa-b438-57eeaffa06f0",
"resources": [
{
"resourceInstanceName": "basic_onboard_YlBBJa 0",
"resourceCustomizationUUID": "37b626b9-2ee4-424c-bcec-21057aea9863",
"resourceName": "basic_onboard_YlBBJa",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "9368d6d2-5488-46d3-a1ad-0678a821b180",
"resourceInvariantUUID": "5f8ce751-04f5-4587-a68d-5d3ae60fba85",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_ylbbja0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/resourceInstances/basic_onboard_ylbbja0/artifacts/basic_onboard_ylbbja0_modules.json",
"artifactChecksum": "ZDg3MmZkNzRiMmQ2NDg5MGNmY2I3MTkzY2I3ODhkNWM\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "816bdf47-e4ae-46a1-98e8-57e7f4bc19e8",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/resourceInstances/basic_onboard_ylbbja0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "a1a055e5-ae2c-4727-a229-703f22f8d425",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/resourceInstances/basic_onboard_ylbbja0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "d5a0592d-cc45-456e-a13b-60b92ee23f43",
"generatedFromUUID": "a1a055e5-ae2c-4727-a229-703f22f8d425"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/resourceInstances/basic_onboard_ylbbja0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "d5a0592d-cc45-456e-a13b-60b92ee23f43",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardYlbbja-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/artifacts/service-BasicOnboardYlbbja-csar.csar",
"artifactChecksum": "YWI4MjUwOTkwZTM0MTEyNDM2ZTk5MDlkZDM1YjhlMjA\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "f22ee087-2603-4548-8077-4b55c5dc80a6"
}
],
"workloadContext": "Production"
}
2022-07-16T06:50:00.438Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-16T06:50:00.438Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 83354032-e268-4093-be91-bb762a370b5e ASDC
2022-07-16T06:50:01.350Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:82334943-57ca-4401-a0dd-d11733204d72
ServiceName:basic_onboard_YlBBJa
ServiceVersion:1.0
ServiceUUID:83354032-e268-4093-be91-bb762a370b5e
ServiceInvariantUUID:5395ef45-eede-4baa-b438-57eeaffa06f0
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardYlbbja-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/artifacts/service-BasicOnboardYlbbja-csar.csar
ArtifactUUID:f22ee087-2603-4548-8077-4b55c5dc80a6
ArtifactChecksum:YWI4MjUwOTkwZTM0MTEyNDM2ZTk5MDlkZDM1YjhlMjA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_YlBBJa 0
ResourceCustomizationUUID:37b626b9-2ee4-424c-bcec-21057aea9863
ResourceInvariantUUID:5f8ce751-04f5-4587-a68d-5d3ae60fba85
ResourceName:basic_onboard_YlBBJa
ResourceType:VF
ResourceUUID:9368d6d2-5488-46d3-a1ad-0678a821b180
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_ylbbja0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/resourceInstances/basic_onboard_ylbbja0/artifacts/basic_onboard_ylbbja0_modules.json
ArtifactUUID:816bdf47-e4ae-46a1-98e8-57e7f4bc19e8
ArtifactChecksum:ZDg3MmZkNzRiMmQ2NDg5MGNmY2I3MTkzY2I3ODhkNWM=
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/BasicOnboardYlbbja/1.0/resourceInstances/basic_onboard_ylbbja0/artifacts/base_ubuntu18.yaml
ArtifactUUID:a1a055e5-ae2c-4727-a229-703f22f8d425
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/BasicOnboardYlbbja/1.0/resourceInstances/basic_onboard_ylbbja0/artifacts/base_ubuntu18.env
ArtifactUUID:d5a0592d-cc45-456e-a13b-60b92ee23f43
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/BasicOnboardYlbbja/1.0/resourceInstances/basic_onboard_ylbbja0/artifacts/base_ubuntu18.env
ArtifactUUID:d5a0592d-cc45-456e-a13b-60b92ee23f43
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-07-16T06:50:01.354Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 83354032-e268-4093-be91-bb762a370b5e 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-07-16T06:50:01.642Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-16T06:50:01.643Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-07-16T06:50:01.653Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-07-16T06:50:01.653Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: f22ee087-2603-4548-8077-4b55c5dc80a6 from URL: /sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/artifacts/service-BasicOnboardYlbbja-csar.csar
2022-07-16T06:50:01.653Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-07-16T06:50:01.658Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/artifacts/service-BasicOnboardYlbbja-csar.csar
2022-07-16T06:50:02.296Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-07-16T06:50:02.441Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/artifacts/service-BasicOnboardYlbbja-csar.csar f22ee087-2603-4548-8077-4b55c5dc80a6 75617
2022-07-16T06:50:02.448Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/artifacts/service-BasicOnboardYlbbja-csar.csar ASDC sendASDCNotification
2022-07-16T06:50:02.449Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/artifacts/service-BasicOnboardYlbbja-csar.csar
2022-07-16T06:50:02.461Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-16T06:50:02.463Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-16T06:50:02.466Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T06:50:02.467Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657954202444,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/artifacts/service-BasicOnboardYlbbja-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-16T06:50:02.567Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-16T06:50:02.570Z||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-07-16T06:50:02.570Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as domtawzly8X4mXCY) ...
2022-07-16T06:50:02.618Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-16T06:50:02.629Z||pool-10-thread-1|||||INFO|500||cambria reply ok (61 ms):{"serverTimeMs":0,"count":1}
2022-07-16T06:50:03.469Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-16T06:50:03.483Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-07-16T06:50:03.513Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: f22ee087-2603-4548-8077-4b55c5dc80a6, URL: /sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/artifacts/service-BasicOnboardYlbbja-csar.csar to file: /app/ASDC/1/service-BasicOnboardYlbbja-csar.csar
2022-07-16T06:50:03.518Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardYlbbja-csar.csar
2022-07-16T06:50:04.068Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardYlbbja-csar.csar
2022-07-16T06:50:04.068Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardYlbbja-csar.csar
2022-07-16T06:50:06.733Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17806793834318616867/Definitions/service-BasicOnboardYlbbja-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_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" 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_subnetpoolid" is not provided
2022-07-16T06:50:11.958Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-16T06:50:11.969Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-07-16T06:50:11.969Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardYlbbja-csar.csar
2022-07-16T06:50:11.970Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-07-16T06:50:11.970Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardYlbbja-csar.csar
2022-07-16T06:50:11.970Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardYlbbja-csar.csar
2022-07-16T06:50:11.971Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardYlbbja-csar.csar
2022-07-16T06:50:11.972Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardYlbbja-csar.csar
2022-07-16T06:50:11.973Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardYlbbja-csar.csar
2022-07-16T06:50:11.974Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardYlbbja-csar.csar
2022-07-16T06:50:11.975Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardYlbbja-csar.csar
2022-07-16T06:50:11.977Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardYlbbja-csar.csar
2022-07-16T06:50:11.978Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_YlBBJa 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicOnboardYlbbja-csar.csar
2022-07-16T06:50:11.979Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-07-16T06:50:12.005Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-16T06:50:12.007Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_YlBBJa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T06:50:12.011Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_YlBBJa 0 is matching search criteria
2022-07-16T06:50:12.014Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-07-16T06:50:12.016Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_YlBBJa 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-16T06:50:12.018Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-16T06:50:12.019Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_YlBBJa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T06:50:12.019Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_YlBBJa 0 is matching search criteria
2022-07-16T06:50:12.019Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-07-16T06:50:12.019Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_YlBBJa 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-16T06:50:12.020Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-16T06:50:12.020Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_YlBBJa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T06:50:12.024Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-16T06:50:12.024Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_YlBBJa 0 is not matching search criteria
2022-07-16T06:50:12.024Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-07-16T06:50:12.025Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-07-16T06:50:12.025Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-07-16T06:50:12.025Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-07-16T06:50:12.025Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-07-16T06:50:12.025Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-16T06:50:12.026Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_YlBBJa is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-16T06:50:12.032Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-16T06:50:12.032Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_YlBBJa 0 is matching search criteria
2022-07-16T06:50:12.033Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_YlBBJa 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-16T06:50:12.034Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-16T06:50:12.036Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_YlBBJa 0 is matching search criteria
2022-07-16T06:50:12.038Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_YlBBJa 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-16T06:50:12.039Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-16T06:50:12.040Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_YlBBJa 0 is matching search criteria
2022-07-16T06:50:12.042Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_YlBBJa 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-16T06:50:12.044Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-16T06:50:12.046Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_YlBBJa 0 is not matching search criteria
2022-07-16T06:50:12.046Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-07-16T06:50:12.046Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-07-16T06:50:12.047Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=eda4ddbe-77b4-4fc4-a014-f47bc7cabd1f
2022-07-16T06:50:12.047Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-16T06:50:12.047Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_YlBBJa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T06:50:12.047Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-16T06:50:12.048Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_YlBBJa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T06:50:12.048Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-16T06:50:12.048Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_YlBBJa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T06:50:12.061Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-16T06:50:12.061Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_YlBBJa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T06:50:12.062Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_YlBBJa
Description:service
Model UUID:83354032-e268-4093-be91-bb762a370b5e
Model Version:NULL
Model InvariantUuid:5395ef45-eede-4baa-b438-57eeaffa06f0
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_YlBBJa
Model UUID:1712aa4a-ba17-4219-a74f-3a0d7f00ce4c
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:5f8ce751-04f5-4587-a68d-5d3ae60fba85
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:37b626b9-2ee4-424c-bcec-21057aea9863
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:a1007699-7d5b-48b3-ab6f-9bae574314af
ModelName:BasicOnboardYlbbja..base_ubuntu18..module-0
ModelUuid:105c7cd8-98f7-4cac-9a34-9be2d919c63f
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:eda4ddbe-77b4-4fc4-a014-f47bc7cabd1f
ModelInvariantUuid:30b51f89-aad2-480a-ab17-0d3c16578f02
ModelName:basic_onboard_YlBBJa-nodes.ubuntu18Cvfc
ModelUuid:e4d9bda1-7146-417e-bc13-387986ebc62e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:afd758e7-6927-43cd-b4f9-146e90bb58a1
ModelInvariantUuid:3298bdf0-4cc8-4c19-8ec7-d57cbf271f31
ModelName:BasicOnboardYlbbja.compute.nodes.heat.ubuntu18
ModelUuid:a43e9d9f-27fb-4a72-911c-ca5ee7fb21bc
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-07-16T06:50:12.120Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 9368d6d2-5488-46d3-a1ad-0678a821b180
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-07-16T06:50:12.355Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||INFO|500||basic_onboard_YlBBJa 0
2022-07-16T06:50:12.369Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 9368d6d2-5488-46d3-a1ad-0678a821b180
2022-07-16T06:50:12.370Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 816bdf47-e4ae-46a1-98e8-57e7f4bc19e8 from URL: /sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/resourceInstances/basic_onboard_ylbbja0/artifacts/basic_onboard_ylbbja0_modules.json
2022-07-16T06:50:12.370Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-07-16T06:50:12.370Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/resourceInstances/basic_onboard_ylbbja0/artifacts/basic_onboard_ylbbja0_modules.json
2022-07-16T06:50:12.552Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-07-16T06:50:12.553Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/resourceInstances/basic_onboard_ylbbja0/artifacts/basic_onboard_ylbbja0_modules.json 816bdf47-e4ae-46a1-98e8-57e7f4bc19e8 798
2022-07-16T06:50:12.554Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/resourceInstances/basic_onboard_ylbbja0/artifacts/basic_onboard_ylbbja0_modules.json ASDC sendASDCNotification
2022-07-16T06:50:12.554Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/resourceInstances/basic_onboard_ylbbja0/artifacts/basic_onboard_ylbbja0_modules.json
2022-07-16T06:50:12.555Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-16T06:50:12.556Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-16T06:50:12.560Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T06:50:12.561Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657954212554,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/resourceInstances/basic_onboard_ylbbja0/artifacts/basic_onboard_ylbbja0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-07-16T06:50:12.717Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 155 ms
2022-07-16T06:50:12.722Z||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-07-16T06:50:12.726Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as domtawzly8X4mXCY) ...
2022-07-16T06:50:12.753Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-16T06:50:12.753Z||pool-11-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-07-16T06:50:13.564Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardYlbbja..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "a1007699-7d5b-48b3-ab6f-9bae574314af",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "105c7cd8-98f7-4cac-9a34-9be2d919c63f",
"vfModuleModelCustomizationUUID": "d9b1f5a9-bb5c-4269-9933-a3abe7c06458",
"isBase": true,
"artifacts": [
"a1a055e5-ae2c-4727-a229-703f22f8d425",
"d5a0592d-cc45-456e-a13b-60b92ee23f43"
],
"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-07-16T06:50:13.617Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardYlbbja..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:105c7cd8-98f7-4cac-9a34-9be2d919c63f
VfModuleModelInvariantUUID:a1007699-7d5b-48b3-ab6f-9bae574314af
VfModuleModelDescription:NULL
Artifacts UUID List:{
a1a055e5-ae2c-4727-a229-703f22f8d425
,
d5a0592d-cc45-456e-a13b-60b92ee23f43
}
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-07-16T06:50:13.624Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardYlbbja..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "a1007699-7d5b-48b3-ab6f-9bae574314af",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "105c7cd8-98f7-4cac-9a34-9be2d919c63f",
"vfModuleModelCustomizationUUID": "d9b1f5a9-bb5c-4269-9933-a3abe7c06458",
"isBase": true,
"artifacts": [
"a1a055e5-ae2c-4727-a229-703f22f8d425",
"d5a0592d-cc45-456e-a13b-60b92ee23f43"
],
"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-07-16T06:50:13.624Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardYlbbja..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:105c7cd8-98f7-4cac-9a34-9be2d919c63f
VfModuleModelInvariantUUID:a1007699-7d5b-48b3-ab6f-9bae574314af
VfModuleModelDescription:NULL
Artifacts UUID List:{
a1a055e5-ae2c-4727-a229-703f22f8d425
,
d5a0592d-cc45-456e-a13b-60b92ee23f43
}
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-07-16T06:50:13.625Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: a1a055e5-ae2c-4727-a229-703f22f8d425 from URL: /sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/resourceInstances/basic_onboard_ylbbja0/artifacts/base_ubuntu18.yaml
2022-07-16T06:50:13.626Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-07-16T06:50:13.626Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/resourceInstances/basic_onboard_ylbbja0/artifacts/base_ubuntu18.yaml
2022-07-16T06:50:13.837Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-07-16T06:50:13.841Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/resourceInstances/basic_onboard_ylbbja0/artifacts/base_ubuntu18.yaml a1a055e5-ae2c-4727-a229-703f22f8d425 5033
2022-07-16T06:50:13.844Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/resourceInstances/basic_onboard_ylbbja0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-07-16T06:50:13.848Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/resourceInstances/basic_onboard_ylbbja0/artifacts/base_ubuntu18.yaml
2022-07-16T06:50:13.851Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-16T06:50:13.876Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-16T06:50:13.885Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T06:50:13.885Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657954213844,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/resourceInstances/basic_onboard_ylbbja0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-07-16T06:50:13.984Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-16T06:50:13.986Z||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-07-16T06:50:13.986Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as domtawzly8X4mXCY) ...
2022-07-16T06:50:14.023Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-16T06:50:14.024Z||pool-12-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":1,"count":1}
2022-07-16T06:50:14.895Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: d5a0592d-cc45-456e-a13b-60b92ee23f43 from URL: /sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/resourceInstances/basic_onboard_ylbbja0/artifacts/base_ubuntu18.env
2022-07-16T06:50:14.896Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-07-16T06:50:14.896Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/resourceInstances/basic_onboard_ylbbja0/artifacts/base_ubuntu18.env
2022-07-16T06:50:15.020Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-07-16T06:50:15.021Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/resourceInstances/basic_onboard_ylbbja0/artifacts/base_ubuntu18.env d5a0592d-cc45-456e-a13b-60b92ee23f43 909
2022-07-16T06:50:15.021Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/resourceInstances/basic_onboard_ylbbja0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-07-16T06:50:15.021Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/resourceInstances/basic_onboard_ylbbja0/artifacts/base_ubuntu18.env
2022-07-16T06:50:15.021Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-16T06:50:15.022Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-16T06:50:15.038Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T06:50:15.038Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657954215021,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/resourceInstances/basic_onboard_ylbbja0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-07-16T06:50:15.136Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-07-16T06:50:15.137Z||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-07-16T06:50:15.137Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as domtawzly8X4mXCY) ...
2022-07-16T06:50:15.163Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-16T06:50:15.168Z||pool-13-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-07-16T06:50:16.051Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 83354032-e268-4093-be91-bb762a370b5e
2022-07-16T06:50:16.053Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_YlBBJa 0 9368d6d2-5488-46d3-a1ad-0678a821b180 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-07-16T06:50:16.174Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5b84fd02, org.onap.sdc.toscaparser.api.parameters.Input@9f0a509, org.onap.sdc.toscaparser.api.parameters.Input@6c19faf8, org.onap.sdc.toscaparser.api.parameters.Input@46871d79, org.onap.sdc.toscaparser.api.parameters.Input@3a179446]
2022-07-16T06:50:16.180Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-16T06:50:16.180Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_YlBBJa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T06:50:16.181Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic
2022-07-16T06:50:16.181Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 37b626b9-2ee4-424c-bcec-21057aea9863
2022-07-16T06:50:16.181Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 37b626b9-2ee4-424c-bcec-21057aea9863 matches Tosca VF Customization UUID: 37b626b9-2ee4-424c-bcec-21057aea9863
2022-07-16T06:50:16.181Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 37b626b9-2ee4-424c-bcec-21057aea9863 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-07-16T06:50:16.238Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-16T06:50:16.242Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_YlBBJa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T06:50:16.244Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 37b626b9-2ee4-424c-bcec-21057aea9863: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2022-07-16T06:50:16.245Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6afe19ea
2022-07-16T06:50:16.246Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-16T06:50:16.246Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_YlBBJa is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-16T06:50:16.248Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : d9b1f5a9-bb5c-4269-9933-a3abe7c06458
2022-07-16T06:50:16.253Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID d9b1f5a9-bb5c-4269-9933-a3abe7c06458
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-07-16T06:50:16.269Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-16T06:50:16.270Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_YlBBJa 0 is matching search criteria
2022-07-16T06:50:16.270Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_YlBBJa 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-16T06:50:16.272Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-16T06:50:16.272Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_YlBBJa 0 is matching search criteria
2022-07-16T06:50:16.273Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_YlBBJa 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-16T06:50:16.273Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-16T06:50:16.273Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_YlBBJa 0 is not matching search criteria
2022-07-16T06:50:16.274Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-07-16T06:50:16.274Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-07-16T06:50:16.275Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=eda4ddbe-77b4-4fc4-a014-f47bc7cabd1f
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-07-16T06:50:16.304Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-16T06:50:16.305Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_YlBBJa 0 is matching search criteria
2022-07-16T06:50:16.306Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_YlBBJa 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-16T06:50:16.307Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-16T06:50:16.307Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_YlBBJa 0 is matching search criteria
2022-07-16T06:50:16.307Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_YlBBJa 0] matching following query criteria: sdcType=VF, customizationUUID=37b626b9-2ee4-424c-bcec-21057aea9863
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-07-16T06:50:16.316Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-16T06:50:16.316Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_YlBBJa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T06:50:16.317Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 83354032-e268-4093-be91-bb762a370b5e: basic_onboard_YlBBJa
2022-07-16T06:50:16.318Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-16T06:50:16.321Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_YlBBJa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T06:50:16.323Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-16T06:50:16.326Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_YlBBJa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T06:50:16.328Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-16T06:50:16.329Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_YlBBJa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T06:50:16.330Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-16T06:50:16.332Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_YlBBJa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T06:50:16.332Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-16T06:50:16.333Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_YlBBJa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T06:50:16.334Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||INFO|500||Saving Service: basic_onboard_YlBBJa
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-07-16T06:50:16.949Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_YlBBJa 9368d6d2-5488-46d3-a1ad-0678a821b180 1 ASDC deployResourceStructure
2022-07-16T06:50:16.950Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/resourceInstances/basic_onboard_ylbbja0/artifacts/basic_onboard_ylbbja0_modules.json ASDC sendASDCNotification
2022-07-16T06:50:16.950Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/resourceInstances/basic_onboard_ylbbja0/artifacts/basic_onboard_ylbbja0_modules.json
2022-07-16T06:50:16.952Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-16T06:50:16.956Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-16T06:50:16.982Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T06:50:16.982Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657954216950,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/resourceInstances/basic_onboard_ylbbja0/artifacts/basic_onboard_ylbbja0_modules.json",
"status": "DEPLOY_OK"
}
2022-07-16T06:50:17.081Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-16T06:50:17.082Z||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-07-16T06:50:17.082Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as domtawzly8X4mXCY) ...
2022-07-16T06:50:17.104Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-16T06:50:17.105Z||pool-14-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-07-16T06:50:17.982Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/resourceInstances/basic_onboard_ylbbja0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-07-16T06:50:17.984Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/resourceInstances/basic_onboard_ylbbja0/artifacts/base_ubuntu18.yaml
2022-07-16T06:50:17.985Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-16T06:50:17.985Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-16T06:50:18.012Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T06:50:18.012Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657954217982,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/resourceInstances/basic_onboard_ylbbja0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-07-16T06:50:18.112Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-16T06:50:18.114Z||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-07-16T06:50:18.114Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as domtawzly8X4mXCY) ...
2022-07-16T06:50:18.138Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-16T06:50:18.138Z||pool-15-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-07-16T06:50:19.014Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/resourceInstances/basic_onboard_ylbbja0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-07-16T06:50:19.014Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/resourceInstances/basic_onboard_ylbbja0/artifacts/base_ubuntu18.env
2022-07-16T06:50:19.014Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-16T06:50:19.015Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-16T06:50:19.018Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T06:50:19.018Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657954219014,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/resourceInstances/basic_onboard_ylbbja0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-07-16T06:50:19.118Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-16T06:50:19.119Z||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-07-16T06:50:19.119Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as domtawzly8X4mXCY) ...
2022-07-16T06:50:19.140Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-16T06:50:19.140Z||pool-16-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":2,"count":1}
2022-07-16T06:50:20.022Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/artifacts/service-BasicOnboardYlbbja-csar.csar ASDC sendASDCNotification
2022-07-16T06:50:20.022Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/artifacts/service-BasicOnboardYlbbja-csar.csar
2022-07-16T06:50:20.022Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-16T06:50:20.023Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-16T06:50:20.027Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T06:50:20.027Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657954220022,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/artifacts/service-BasicOnboardYlbbja-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-16T06:50:20.129Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-07-16T06:50:20.132Z||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-07-16T06:50:20.132Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as domtawzly8X4mXCY) ...
2022-07-16T06:50:20.188Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-16T06:50:20.189Z||pool-17-thread-1|||||INFO|500||cambria reply ok (59 ms):{"serverTimeMs":1,"count":1}
2022-07-16T06:50:21.029Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 82334943-57ca-4401-a0dd-d11733204d72
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-07-16T06:50:21.099Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 82334943-57ca-4401-a0dd-d11733204d72
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-07-16T06:50:21.102Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-16T06:50:21.102Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-16T06:50:21.102Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-16T06:50:51.103Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 82334943-57ca-4401-a0dd-d11733204d72
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-07-16T06:50:51.115Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 82334943-57ca-4401-a0dd-d11733204d72
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-07-16T06:50:51.121Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-16T06:50:51.122Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-16T06:50:51.122Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-16T06:50:52.307Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:50:52.310Z||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-07-16T06:50:52.310Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:50:52.444Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-16T06:50:52.444Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T06:50:52.444Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
"consumerID": "clamp",
"timestamp": 1657954190980,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/resourceInstances/basic_onboard_ylbbja0/artifacts/basic_onboard_ylbbja0_modules.json",
"status": "NOTIFIED"
}
2022-07-16T06:50:52.445Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-16T06:51:21.123Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 82334943-57ca-4401-a0dd-d11733204d72
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-07-16T06:51:21.152Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 82334943-57ca-4401-a0dd-d11733204d72
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-07-16T06:51:21.156Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-16T06:51:21.156Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-16T06:51:21.156Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-16T06:51:51.158Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 82334943-57ca-4401-a0dd-d11733204d72
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-07-16T06:51:51.174Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 82334943-57ca-4401-a0dd-d11733204d72
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-07-16T06:51:51.183Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-16T06:51:51.183Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-16T06:51:51.183Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-16T06:51:52.308Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:51:52.310Z||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-07-16T06:51:52.310Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:51:52.404Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-16T06:51:52.406Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T06:51:52.406Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657954189370,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/resourceInstances/basic_onboard_ylbbja0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-16T06:51:52.408Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-16T06:52:21.184Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 82334943-57ca-4401-a0dd-d11733204d72
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-07-16T06:52:21.265Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 82334943-57ca-4401-a0dd-d11733204d72
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-07-16T06:52:21.276Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-16T06:52:21.277Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-16T06:52:21.277Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-16T06:52:51.279Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 82334943-57ca-4401-a0dd-d11733204d72
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-07-16T06:52:51.299Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 82334943-57ca-4401-a0dd-d11733204d72
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-07-16T06:52:51.304Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-16T06:52:51.305Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-16T06:52:51.305Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-16T06:52:52.308Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:52:52.312Z||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-07-16T06:52:52.314Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:52:52.409Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-16T06:52:52.436Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:52:52.436Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1657954190165,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/resourceInstances/basic_onboard_ylbbja0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-16T06:52:52.438Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-16T06:52:52.438Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:52:52.438Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657954192306,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/resourceInstances/basic_onboard_ylbbja0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-16T06:52:52.438Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-16T06:52:52.438Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:52:52.438Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
"consumerID": "policy-id",
"timestamp": 1657954193236,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/artifacts/service-BasicOnboardYlbbja-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-16T06:52:52.439Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T06:52:52.439Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:52:52.439Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
"consumerID": "clamp",
"timestamp": 1657954190980,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/resourceInstances/basic_onboard_ylbbja0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-16T06:52:52.439Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-16T06:52:52.444Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:52:52.444Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657954189370,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/resourceInstances/basic_onboard_ylbbja0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-07-16T06:52:52.444Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-16T06:52:52.445Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:52:52.445Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1657954190165,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/resourceInstances/basic_onboard_ylbbja0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-07-16T06:52:52.445Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-16T06:52:52.445Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:52:52.445Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
"consumerID": "policy-id",
"timestamp": 1657954194262,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/artifacts/service-BasicOnboardYlbbja-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-16T06:52:52.446Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T06:52:52.446Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:52:52.446Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657954192306,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/resourceInstances/basic_onboard_ylbbja0/artifacts/basic_onboard_ylbbja0_modules.json",
"status": "NOTIFIED"
}
2022-07-16T06:52:52.446Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-16T06:52:52.446Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:52:52.446Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
"consumerID": "clamp",
"timestamp": 1657954190980,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/resourceInstances/basic_onboard_ylbbja0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-16T06:52:52.447Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-16T06:52:52.447Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:52:52.447Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657954189370,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/artifacts/service-BasicOnboardYlbbja-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-16T06:52:52.447Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-16T06:52:52.448Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:52:52.448Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1657954190165,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/artifacts/service-BasicOnboardYlbbja-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-16T06:52:52.448Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-16T06:52:52.448Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:52:52.448Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657954192306,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/resourceInstances/basic_onboard_ylbbja0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-07-16T06:52:52.449Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-16T06:52:52.449Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:52:52.449Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
"consumerID": "clamp",
"timestamp": 1657954190980,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/resourceInstances/basic_onboard_ylbbja0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-07-16T06:52:52.449Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-16T06:52:52.464Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:52:52.464Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
"consumerID": "policy-id",
"timestamp": 1657954195279,
"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-07-16T06:52:52.526Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 82334943-57ca-4401-a0dd-d11733204d72
2022-07-16T06:52:52.528Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 82334943-57ca-4401-a0dd-d11733204d72 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-07-16T06:52:52.578Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:52:52.578Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657954189370,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/artifacts/service-BasicOnboardYlbbja-csar.csar",
"status": "NOTIFIED"
}
2022-07-16T06:52:52.579Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-16T06:52:52.579Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:52:52.580Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1657954190165,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/artifacts/service-BasicOnboardYlbbja-csar.csar",
"status": "NOTIFIED"
}
2022-07-16T06:52:52.580Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-16T06:52:52.580Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:52:52.580Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657954192306,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/resourceInstances/basic_onboard_ylbbja0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-16T06:52:52.581Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-16T06:52:52.581Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:52:52.581Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
"consumerID": "clamp",
"timestamp": 1657954190980,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/artifacts/service-BasicOnboardYlbbja-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-16T06:52:52.581Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-16T06:52:52.581Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:52:52.581Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657954197447,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/resourceInstances/basic_onboard_ylbbja0/artifacts/basic_onboard_ylbbja0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-07-16T06:52:52.581Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T06:52:52.582Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:52:52.582Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657954192306,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/resourceInstances/basic_onboard_ylbbja0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-07-16T06:52:52.582Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-16T06:52:52.584Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:52:52.584Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
"consumerID": "clamp",
"timestamp": 1657954190980,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/artifacts/service-BasicOnboardYlbbja-csar.csar",
"status": "NOTIFIED"
}
2022-07-16T06:52:52.584Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-16T06:52:52.585Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:52:52.585Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1657954198564,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/artifacts/service-BasicOnboardYlbbja-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-16T06:52:52.588Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T06:52:52.588Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:52:52.588Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657954198730,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/resourceInstances/basic_onboard_ylbbja0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-07-16T06:52:52.589Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T06:52:52.589Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:52:52.589Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657954192306,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/artifacts/service-BasicOnboardYlbbja-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-16T06:52:52.590Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-16T06:52:52.590Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:52:52.590Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657954192306,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/artifacts/service-BasicOnboardYlbbja-csar.csar",
"status": "NOTIFIED"
}
2022-07-16T06:52:52.591Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-16T06:52:52.591Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:52:52.591Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657954199931,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/resourceInstances/basic_onboard_ylbbja0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-07-16T06:52:52.591Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T06:52:52.591Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:52:52.595Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657954201072,
"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-07-16T06:52:52.609Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 82334943-57ca-4401-a0dd-d11733204d72
2022-07-16T06:52:52.609Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 82334943-57ca-4401-a0dd-d11733204d72 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-07-16T06:52:52.644Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:52:52.645Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657954202077,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/resourceInstances/basic_onboard_ylbbja0/artifacts/basic_onboard_ylbbja0_modules.json",
"status": "DEPLOY_OK"
}
2022-07-16T06:52:52.646Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T06:52:52.646Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:52:52.647Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657954202444,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/artifacts/service-BasicOnboardYlbbja-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-16T06:52:52.647Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T06:52:52.647Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:52:52.648Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
"consumerID": "aai-ml",
"timestamp": 1657954204464,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/artifacts/service-BasicOnboardYlbbja-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-16T06:52:52.648Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T06:52:52.649Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:52:52.650Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
"consumerID": "clamp",
"timestamp": 1657954204210,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/artifacts/service-BasicOnboardYlbbja-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-16T06:52:52.650Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T06:52:52.651Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:52:52.652Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
"consumerID": "aai-ml",
"timestamp": 1657954205474,
"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-07-16T06:52:52.722Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 82334943-57ca-4401-a0dd-d11733204d72
2022-07-16T06:52:52.723Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 82334943-57ca-4401-a0dd-d11733204d72 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-07-16T06:52:52.765Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:52:52.765Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1657954205807,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/artifacts/service-BasicOnboardYlbbja-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-16T06:52:52.765Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T06:52:52.766Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:52:52.766Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1657954206821,
"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-07-16T06:52:52.787Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 82334943-57ca-4401-a0dd-d11733204d72
2022-07-16T06:52:52.787Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 82334943-57ca-4401-a0dd-d11733204d72 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-07-16T06:52:52.833Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:52:52.833Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
"consumerID": "clamp",
"timestamp": 1657954206220,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/artifacts/service-BasicOnboardYlbbja-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-16T06:52:52.834Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T06:52:52.834Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:52:52.834Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
"consumerID": "clamp",
"timestamp": 1657954207225,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-16T06:52:52.890Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 82334943-57ca-4401-a0dd-d11733204d72
2022-07-16T06:52:52.890Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 82334943-57ca-4401-a0dd-d11733204d72 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-16T06:52:52.912Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:52:52.912Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657954212554,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/resourceInstances/basic_onboard_ylbbja0/artifacts/basic_onboard_ylbbja0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-07-16T06:52:52.912Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T06:52:52.912Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:52:52.913Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657954213844,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/resourceInstances/basic_onboard_ylbbja0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-07-16T06:52:52.913Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T06:52:52.913Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:52:52.913Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657954215021,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/resourceInstances/basic_onboard_ylbbja0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-07-16T06:52:52.913Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T06:52:52.914Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:52:52.914Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657954216950,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/resourceInstances/basic_onboard_ylbbja0/artifacts/basic_onboard_ylbbja0_modules.json",
"status": "DEPLOY_OK"
}
2022-07-16T06:52:52.914Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T06:52:52.915Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:52:52.916Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657954217982,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/resourceInstances/basic_onboard_ylbbja0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-07-16T06:52:52.916Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T06:52:52.917Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:52:52.917Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657954219014,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/resourceInstances/basic_onboard_ylbbja0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-07-16T06:52:52.917Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T06:52:52.917Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:52:52.917Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657954220022,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlbbja/1.0/artifacts/service-BasicOnboardYlbbja-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-16T06:52:52.918Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T06:53:21.305Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 82334943-57ca-4401-a0dd-d11733204d72
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-07-16T06:53:21.333Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 82334943-57ca-4401-a0dd-d11733204d72
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-07-16T06:53:21.340Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-16T06:53:21.341Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-16T06:53:21.341Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-07-16T06:53:21.341Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-07-16T06:53:21.341Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-16T06:53:21.342Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-16T06:53:21.342Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-16T06:53:21.342Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-16T06:53:21.347Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-16T06:53:21.348Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-16T06:53:21.348Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-16T06:53:21.365Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-07-16T06:53:51.367Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 82334943-57ca-4401-a0dd-d11733204d72 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-07-16T06:53:51.397Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 82334943-57ca-4401-a0dd-d11733204d72 and serviceModelVersionId: 83354032-e268-4093-be91-bb762a370b5e
2022-07-16T06:53:51.397Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5395ef45-eede-4baa-b438-57eeaffa06f0
2022-07-16T06:53:52.307Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:53:52.312Z||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-07-16T06:53:52.313Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:53:52.938Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-16T06:53:53.109Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:53:53.130Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657954269368,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220716064948/1.0/resourceInstances/vfw077ce0cc9b4e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-16T06:53:53.136Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-16T06:53:53.137Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:53:53.138Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
"consumerID": "aai-ml",
"timestamp": 1657954270615,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220716064948/1.0/resourceInstances/vfw077ce0cc9b4e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-16T06:53:53.140Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-16T06:53:53.141Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:53:53.142Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
"consumerID": "ves-openapi-manager",
"timestamp": 1657954272979,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220716064948/1.0/resourceInstances/vfw077ce0cc9b4e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-16T06:53:53.143Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-16T06:53:53.144Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:53:53.145Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
"consumerID": "cds",
"timestamp": 1657954269572,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220716064948/1.0/resourceInstances/vfw077ce0cc9b4e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-16T06:53:53.147Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-16T06:53:53.148Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:53:53.149Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
"consumerID": "aai-ml",
"timestamp": 1657954270615,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220716064948/1.0/resourceInstances/vfw077ce0cc9b4e0/artifacts/vfw077ce0cc9b4e0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-07-16T06:53:53.150Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-16T06:53:53.152Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:53:53.153Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657954269368,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220716064948/1.0/resourceInstances/vfw077ce0cc9b4e0/artifacts/vfw077ce0cc9b4e0_modules.json",
"status": "NOTIFIED"
}
2022-07-16T06:53:53.154Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-16T06:53:53.156Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:53:53.157Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
"consumerID": "ves-openapi-manager",
"timestamp": 1657954272979,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220716064948/1.0/resourceInstances/vfw077ce0cc9b4e0/artifacts/vfw077ce0cc9b4e0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-07-16T06:53:53.159Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-16T06:53:53.159Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:53:53.160Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
"consumerID": "cds",
"timestamp": 1657954269572,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220716064948/1.0/resourceInstances/vfw077ce0cc9b4e0/artifacts/vfw077ce0cc9b4e0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-07-16T06:53:53.162Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-16T06:53:53.162Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:53:53.163Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
"consumerID": "aai-ml",
"timestamp": 1657954270615,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220716064948/1.0/resourceInstances/vfw077ce0cc9b4e0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-16T06:53:53.164Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-16T06:53:53.165Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:53:53.166Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657954269368,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220716064948/1.0/resourceInstances/vfw077ce0cc9b4e0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-07-16T06:53:53.167Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-16T06:53:53.168Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:53:53.169Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
"consumerID": "ves-openapi-manager",
"timestamp": 1657954272979,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220716064948/1.0/resourceInstances/vfw077ce0cc9b4e0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-16T06:53:53.170Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-16T06:53:53.171Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:53:53.172Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
"consumerID": "cds",
"timestamp": 1657954269572,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220716064948/1.0/resourceInstances/vfw077ce0cc9b4e0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-16T06:53:53.172Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-16T06:53:53.173Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:53:53.174Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657954269368,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220716064948/1.0/resourceInstances/vfw077ce0cc9b4e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-16T06:53:53.176Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-16T06:53:53.177Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:53:53.177Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
"consumerID": "aai-ml",
"timestamp": 1657954270615,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220716064948/1.0/resourceInstances/vfw077ce0cc9b4e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-16T06:53:53.178Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-16T06:53:53.179Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:53:53.180Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
"consumerID": "ves-openapi-manager",
"timestamp": 1657954272979,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220716064948/1.0/resourceInstances/vfw077ce0cc9b4e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-16T06:53:53.181Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-16T06:53:53.182Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:53:53.182Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
"consumerID": "cds",
"timestamp": 1657954269572,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220716064948/1.0/resourceInstances/vfw077ce0cc9b4e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-16T06:53:53.183Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-16T06:53:53.184Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:53:53.185Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
"consumerID": "aai-ml",
"timestamp": 1657954270615,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220716064948/1.0/resourceInstances/vfw077ce0cc9b4e0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-07-16T06:53:53.187Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-16T06:53:53.187Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:53:53.188Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657954269368,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220716064948/1.0/resourceInstances/vfw077ce0cc9b4e0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-07-16T06:53:53.190Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-16T06:53:53.191Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:53:53.192Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
"consumerID": "ves-openapi-manager",
"timestamp": 1657954272979,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220716064948/1.0/resourceInstances/vfw077ce0cc9b4e0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-07-16T06:53:53.194Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-16T06:53:53.195Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:53:53.196Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
"consumerID": "cds",
"timestamp": 1657954269572,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220716064948/1.0/resourceInstances/vfw077ce0cc9b4e0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-07-16T06:53:53.198Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-16T06:53:53.199Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:53:53.199Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1657954280165,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220716064948/1.0/resourceInstances/vfw077ce0cc9b4e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-16T06:53:53.200Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-16T06:53:53.202Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:53:53.202Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657954269368,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220716064948/1.0/artifacts/service-Vfw20220716064948-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-16T06:53:53.204Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-16T06:53:53.205Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:53:53.206Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
"consumerID": "ves-openapi-manager",
"timestamp": 1657954272979,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220716064948/1.0/artifacts/service-Vfw20220716064948-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-16T06:53:53.208Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-16T06:53:53.210Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:53:53.210Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
"consumerID": "aai-ml",
"timestamp": 1657954270615,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220716064948/1.0/artifacts/service-Vfw20220716064948-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-16T06:53:53.212Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-16T06:53:53.213Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:53:53.214Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
"consumerID": "cds",
"timestamp": 1657954269572,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220716064948/1.0/artifacts/service-Vfw20220716064948-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-16T06:53:53.215Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-16T06:53:53.216Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:53:53.217Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1657954280165,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220716064948/1.0/resourceInstances/vfw077ce0cc9b4e0/artifacts/vfw077ce0cc9b4e0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-07-16T06:53:53.219Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-16T06:53:53.220Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:53:53.221Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
"consumerID": "aai-ml",
"timestamp": 1657954270615,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220716064948/1.0/artifacts/service-Vfw20220716064948-csar.csar",
"status": "NOTIFIED"
}
2022-07-16T06:53:53.223Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-16T06:53:53.224Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:53:53.225Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
"consumerID": "ves-openapi-manager",
"timestamp": 1657954272979,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220716064948/1.0/artifacts/service-Vfw20220716064948-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-07-16T06:53:53.227Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-16T06:53:53.228Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:53:53.229Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657954269368,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220716064948/1.0/artifacts/service-Vfw20220716064948-csar.csar",
"status": "NOTIFIED"
}
2022-07-16T06:53:53.230Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-16T06:53:53.231Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:53:53.232Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
"consumerID": "cds",
"timestamp": 1657954269572,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220716064948/1.0/artifacts/service-Vfw20220716064948-csar.csar",
"status": "NOTIFIED"
}
2022-07-16T06:53:53.233Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-16T06:53:53.234Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:53:53.242Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
"consumerID": "clamp",
"timestamp": 1657954280980,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220716064948/1.0/resourceInstances/vfw077ce0cc9b4e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-16T06:53:53.244Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-16T06:53:53.244Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:53:53.245Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1657954280165,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220716064948/1.0/resourceInstances/vfw077ce0cc9b4e0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-16T06:53:53.246Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-16T06:53:53.247Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:53:53.248Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
"consumerID": "clamp",
"timestamp": 1657954280980,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220716064948/1.0/resourceInstances/vfw077ce0cc9b4e0/artifacts/vfw077ce0cc9b4e0_modules.json",
"status": "NOTIFIED"
}
2022-07-16T06:53:53.250Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-16T06:53:53.251Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:53:53.252Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
"consumerID": "aai-ml",
"timestamp": 1657954283547,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220716064948/1.0/artifacts/service-Vfw20220716064948-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-16T06:53:53.254Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T06:53:53.256Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:53:53.257Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
"consumerID": "cds",
"timestamp": 1657954282468,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220716064948/1.0/artifacts/service-Vfw20220716064948-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-16T06:53:53.258Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T06:53:53.260Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:53:53.261Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657954283191,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220716064948/1.0/resourceInstances/vfw077ce0cc9b4e0/artifacts/vfw077ce0cc9b4e0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-07-16T06:53:53.262Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T06:53:53.264Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:53:53.265Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1657954280165,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220716064948/1.0/resourceInstances/vfw077ce0cc9b4e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-16T06:53:53.267Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-16T06:53:53.268Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:53:53.268Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
"consumerID": "clamp",
"timestamp": 1657954280980,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220716064948/1.0/resourceInstances/vfw077ce0cc9b4e0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-16T06:53:53.270Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-16T06:53:53.282Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:53:53.283Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
"consumerID": "cds",
"timestamp": 1657954283479,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220716064948/1.0/artifacts/service-Vfw20220716064948-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-07-16T06:53:53.454Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 23221fbb-7d67-412d-aebe-6ede40d261d7
2022-07-16T06:53:53.455Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 23221fbb-7d67-412d-aebe-6ede40d261d7 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-07-16T06:53:53.510Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:53:53.512Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657954284416,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220716064948/1.0/resourceInstances/vfw077ce0cc9b4e0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-07-16T06:53:53.518Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T06:53:53.520Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:53:53.520Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1657954280165,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220716064948/1.0/resourceInstances/vfw077ce0cc9b4e0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-07-16T06:53:53.525Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-16T06:53:53.526Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:53:53.528Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
"consumerID": "clamp",
"timestamp": 1657954280980,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220716064948/1.0/resourceInstances/vfw077ce0cc9b4e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-16T06:53:53.529Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-16T06:53:53.530Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:53:53.531Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1657954280165,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220716064948/1.0/artifacts/service-Vfw20220716064948-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-16T06:53:53.532Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-16T06:53:53.532Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:53:53.533Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
"consumerID": "policy-id",
"timestamp": 1657954284229,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220716064948/1.0/resourceInstances/vfw077ce0cc9b4e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-16T06:53:53.534Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-16T06:53:53.535Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:53:53.536Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657954285716,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220716064948/1.0/resourceInstances/vfw077ce0cc9b4e0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-07-16T06:53:53.538Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T06:53:53.544Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:53:53.545Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
"consumerID": "clamp",
"timestamp": 1657954280980,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220716064948/1.0/resourceInstances/vfw077ce0cc9b4e0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-07-16T06:53:53.548Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-16T06:53:53.549Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:53:53.550Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1657954280165,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220716064948/1.0/artifacts/service-Vfw20220716064948-csar.csar",
"status": "NOTIFIED"
}
2022-07-16T06:53:53.555Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-16T06:53:53.556Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:53:53.557Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
"consumerID": "policy-id",
"timestamp": 1657954284229,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220716064948/1.0/resourceInstances/vfw077ce0cc9b4e0/artifacts/vfw077ce0cc9b4e0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-07-16T06:53:53.558Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-16T06:53:53.558Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:53:53.559Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657954286766,
"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-07-16T06:53:53.631Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 23221fbb-7d67-412d-aebe-6ede40d261d7
2022-07-16T06:53:53.633Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 23221fbb-7d67-412d-aebe-6ede40d261d7 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-07-16T06:53:53.717Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:53:53.718Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
"consumerID": "clamp",
"timestamp": 1657954280980,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220716064948/1.0/artifacts/service-Vfw20220716064948-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-16T06:53:53.722Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-16T06:53:53.724Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:53:53.725Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
"consumerID": "policy-id",
"timestamp": 1657954284229,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220716064948/1.0/resourceInstances/vfw077ce0cc9b4e0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-07-16T06:53:53.727Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-16T06:53:53.728Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:53:53.729Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657954287773,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220716064948/1.0/resourceInstances/vfw077ce0cc9b4e0/artifacts/vfw077ce0cc9b4e0_modules.json",
"status": "DEPLOY_OK"
}
2022-07-16T06:53:53.730Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T06:53:53.731Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:53:53.732Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1657954288285,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220716064948/1.0/artifacts/service-Vfw20220716064948-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-16T06:53:53.732Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T06:53:53.733Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:53:53.733Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
"consumerID": "clamp",
"timestamp": 1657954280980,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220716064948/1.0/artifacts/service-Vfw20220716064948-csar.csar",
"status": "NOTIFIED"
}
2022-07-16T06:53:53.735Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-16T06:53:53.736Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:53:53.737Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
"consumerID": "policy-id",
"timestamp": 1657954284229,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220716064948/1.0/resourceInstances/vfw077ce0cc9b4e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-16T06:53:53.740Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-16T06:53:53.742Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:53:53.742Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
"consumerID": "policy-id",
"timestamp": 1657954284229,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220716064948/1.0/resourceInstances/vfw077ce0cc9b4e0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-07-16T06:53:53.745Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-16T06:53:53.747Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:53:53.748Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
"consumerID": "policy-id",
"timestamp": 1657954284229,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220716064948/1.0/artifacts/service-Vfw20220716064948-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-16T06:53:53.750Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-16T06:53:53.751Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:53:53.752Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
"consumerID": "policy-id",
"timestamp": 1657954284229,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220716064948/1.0/artifacts/service-Vfw20220716064948-csar.csar",
"status": "NOTIFIED"
}
2022-07-16T06:53:53.753Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-16T06:53:53.754Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:53:53.755Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
"consumerID": "policy-id",
"timestamp": 1657954292292,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220716064948/1.0/artifacts/service-Vfw20220716064948-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-16T06:53:53.757Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T06:53:53.758Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:53:53.759Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1657954293720,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220716064948/1.0/artifacts/service-Vfw20220716064948-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-16T06:53:53.761Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T06:53:53.762Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:53:53.762Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
"consumerID": "policy-id",
"timestamp": 1657954293305,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220716064948/1.0/artifacts/service-Vfw20220716064948-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-16T06:53:53.764Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T06:53:53.769Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:53:53.770Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1657954294724,
"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-07-16T06:53:53.816Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 23221fbb-7d67-412d-aebe-6ede40d261d7
2022-07-16T06:53:53.817Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 23221fbb-7d67-412d-aebe-6ede40d261d7 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-07-16T06:53:53.847Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:53:53.847Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
"consumerID": "policy-id",
"timestamp": 1657954294312,
"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-07-16T06:53:53.856Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 23221fbb-7d67-412d-aebe-6ede40d261d7
2022-07-16T06:53:53.856Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 23221fbb-7d67-412d-aebe-6ede40d261d7 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-07-16T06:53:53.870Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:53:53.870Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
"consumerID": "aai-ml",
"timestamp": 1657954295578,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220716064948/1.0/artifacts/service-Vfw20220716064948-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-16T06:53:53.870Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T06:53:53.870Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:53:53.870Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
"consumerID": "aai-ml",
"timestamp": 1657954296586,
"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-07-16T06:53:53.882Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 23221fbb-7d67-412d-aebe-6ede40d261d7
2022-07-16T06:53:53.883Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 23221fbb-7d67-412d-aebe-6ede40d261d7 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-07-16T06:53:53.906Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:53:53.907Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
"consumerID": "clamp",
"timestamp": 1657954298217,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220716064948/1.0/artifacts/service-Vfw20220716064948-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-16T06:53:53.907Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T06:53:53.909Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:53:53.909Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
"consumerID": "clamp",
"timestamp": 1657954299251,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220716064948/1.0/artifacts/service-Vfw20220716064948-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-16T06:53:53.909Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T06:53:53.909Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:53:53.909Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
"consumerID": "clamp",
"timestamp": 1657954300255,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-16T06:53:53.950Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 23221fbb-7d67-412d-aebe-6ede40d261d7
2022-07-16T06:53:53.951Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 23221fbb-7d67-412d-aebe-6ede40d261d7 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-16T06:54:33.775Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5395ef45-eede-4baa-b438-57eeaffa06f0/model-vers/model-ver/83354032-e268-4093-be91-bb762a370b5e?depth=0
2022-07-16T06:54:34.128Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-07-16T06:54:35.500Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5395ef45-eede-4baa-b438-57eeaffa06f0/model-vers/model-ver/83354032-e268-4093-be91-bb762a370b5e?depth=0|INFO|500||Invoke
2022-07-16T06:54:35.512Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5395ef45-eede-4baa-b438-57eeaffa06f0/model-vers/model-ver/83354032-e268-4093-be91-bb762a370b5e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5395ef45-eede-4baa-b438-57eeaffa06f0/model-vers/model-ver/83354032-e268-4093-be91-bb762a370b5e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[82334943-57ca-4401-a0dd-d11733204d72], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[eb295f93-2047-4b38-938c-f8d081253c49], X-ECOMP-RequestID=[82334943-57ca-4401-a0dd-d11733204d72], X-TransactionId=[], X-ONAP-RequestID=[82334943-57ca-4401-a0dd-d11733204d72], Content-Type=[application/merge-patch+json]}
2022-07-16T06:54:36.149Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5395ef45-eede-4baa-b438-57eeaffa06f0/model-vers/model-ver/83354032-e268-4093-be91-bb762a370b5e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-07-16T06:54:36.562Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5395ef45-eede-4baa-b438-57eeaffa06f0/model-vers/model-ver/83354032-e268-4093-be91-bb762a370b5e?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/5395ef45-eede-4baa-b438-57eeaffa06f0/model-vers/model-ver/83354032-e268-4093-be91-bb762a370b5e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220716-06:54:36:684-54045], vertex-id=[217160], Content-Length=[0], Date=[Sat, 16 Jul 2022 06:54:36 GMT], Content-Type=[application/json]}
2022-07-16T06:54:36.565Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5395ef45-eede-4baa-b438-57eeaffa06f0/model-vers/model-ver/83354032-e268-4093-be91-bb762a370b5e?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-07-16T06:54:36.566Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5395ef45-eede-4baa-b438-57eeaffa06f0/model-vers/model-ver/83354032-e268-4093-be91-bb762a370b5e?depth=0|INFO|500||InvokeReturn
2022-07-16T06:54:36.573Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-16T06:54:36.574Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-16T06:54:36.592Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-07-16T06:54:36.594Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 82334943-57ca-4401-a0dd-d11733204d72 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-07-16T06:54:36.600Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-07-16T06:54:36.601Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-16T06:54:36.606Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T06:54:36.606Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657954476594,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-16T06:54:36.708Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-07-16T06:54:36.713Z||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-07-16T06:54:36.715Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as domtawzly8X4mXCY) ...
2022-07-16T06:54:36.758Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-16T06:54:36.759Z||pool-18-thread-1|||||INFO|500||cambria reply ok (49 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-16T06:54:37.638Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:54:37.638Z|82334943-57ca-4401-a0dd-d11733204d72|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-07-16T06:54:37.639Z|82334943-57ca-4401-a0dd-d11733204d72|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 domtawzly8X4mXCY) ...
2022-07-16T06:54:42.243Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-16T06:54:42.245Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-16T06:54:42.245Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"23221fbb-7d67-412d-aebe-6ede40d261d7","serviceName":"vFW 2022-07-16 06-49-48","serviceVersion":"1.0","serviceUUID":"31e1423e-baad-4c94-ac5e-7b1d00c15823","serviceDescription":"catalog service description","serviceInvariantUUID":"8350fa64-0aba-4e4d-bd55-ee9216650bb0","resources":[{"resourceInstanceName":"vFW 077ce0cc-9b4e 0","resourceName":"vFW 077ce0cc-9b4e","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"44ce0d95-91f0-487c-82a4-26f940504bcf","resourceInvariantUUID":"a084fc77-b425-484e-96b6-0d9e75aa8981","resourceCustomizationUUID":"d7914fd8-aa24-43fa-bf94-51b6eacb0891","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220716064948/1.0/resourceInstances/vfw077ce0cc9b4e0/artifacts/vf-license-model.xml","artifactChecksum":"ZDM4MmIxYjk0M2Q0MGNhNTIyZjk3MjJjMTFiYmIzNzI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d733ce5e-3774-4e35-91c2-615014cbf700","artifactVersion":"1"},{"artifactName":"vfw077ce0cc9b4e0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220716064948/1.0/resourceInstances/vfw077ce0cc9b4e0/artifacts/vfw077ce0cc9b4e0_modules.json","artifactChecksum":"YmRjNzFmZmY1NWJkN2NhMmFlYzg4ZDMzNjA1YzJhMmI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"6ddf8c0e-92cb-4c6e-9e8c-fdf182ef574b","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220716064948/1.0/resourceInstances/vfw077ce0cc9b4e0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"ebb1ba23-a291-4fd9-8f44-c5ea0ab31759","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220716064948/1.0/resourceInstances/vfw077ce0cc9b4e0/artifacts/vendor-license-model.xml","artifactChecksum":"Yzg2NDdmMzdlYWVjNTZiMTNmOTViMmFkN2JhMmVlMTU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"475bece2-5e6d-46ed-a328-eec165d8c461","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220716064948/1.0/resourceInstances/vfw077ce0cc9b4e0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"ad6040b0-c067-4a8a-b6f3-c8d4de1a0e24","artifactVersion":"2","generatedFromUUID":"ebb1ba23-a291-4fd9-8f44-c5ea0ab31759"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220716064948-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220716064948/1.0/artifacts/service-Vfw20220716064948-template.yml","artifactChecksum":"NmE1OGE4YWU5ZDM2NmEwYWM2MmE2OTdlMmRhYjY0YTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e127fcc4-3dca-40c8-aa61-6898fbf248dd","artifactVersion":"1"},{"artifactName":"service-Vfw20220716064948-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220716064948/1.0/artifacts/service-Vfw20220716064948-csar.csar","artifactChecksum":"ZTE2Y2Y3YWM3YjA0OTk2MzY3MzRlMmIyZTJjNDQwMTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bd25c44f-2111-4939-afdf-11f602eecd56","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-16T06:54:42.248Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-16T06:54:42.249Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-16T06:54:42.256Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T06:54:42.256Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657954477637,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220716064948/1.0/resourceInstances/vfw077ce0cc9b4e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-16T06:54:42.358Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-07-16T06:54:42.359Z||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-07-16T06:54:42.360Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as domtawzly8X4mXCY) ...
2022-07-16T06:54:42.425Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-16T06:54:42.434Z||pool-19-thread-1|||||INFO|500||cambria reply ok (76 ms):{"serverTimeMs":0,"count":1}
2022-07-16T06:54:43.271Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-16T06:54:43.273Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-16T06:54:43.280Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T06:54:43.281Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657954477637,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220716064948/1.0/resourceInstances/vfw077ce0cc9b4e0/artifacts/vfw077ce0cc9b4e0_modules.json",
"status": "NOTIFIED"
}
2022-07-16T06:54:43.387Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms
2022-07-16T06:54:43.389Z||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-07-16T06:54:43.390Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as domtawzly8X4mXCY) ...
2022-07-16T06:54:43.418Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-16T06:54:43.421Z||pool-20-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":1,"count":1}
2022-07-16T06:54:44.287Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-16T06:54:44.296Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-16T06:54:44.313Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T06:54:44.313Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657954477637,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220716064948/1.0/resourceInstances/vfw077ce0cc9b4e0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-07-16T06:54:44.406Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms
2022-07-16T06:54:44.408Z||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-07-16T06:54:44.408Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as domtawzly8X4mXCY) ...
2022-07-16T06:54:44.442Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-16T06:54:44.442Z||pool-21-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-07-16T06:54:45.314Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-16T06:54:45.318Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-16T06:54:45.320Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T06:54:45.320Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657954477637,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220716064948/1.0/resourceInstances/vfw077ce0cc9b4e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-16T06:54:45.421Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-07-16T06:54:45.424Z||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-07-16T06:54:45.425Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as domtawzly8X4mXCY) ...
2022-07-16T06:54:45.459Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-16T06:54:45.459Z||pool-22-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-07-16T06:54:46.325Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-16T06:54:46.327Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-16T06:54:46.340Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T06:54:46.341Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657954477637,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220716064948/1.0/resourceInstances/vfw077ce0cc9b4e0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-07-16T06:54:46.432Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 91 ms
2022-07-16T06:54:46.434Z||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-07-16T06:54:46.434Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as domtawzly8X4mXCY) ...
2022-07-16T06:54:46.458Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-16T06:54:46.459Z||pool-23-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-07-16T06:54:47.341Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-16T06:54:47.349Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-16T06:54:47.352Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T06:54:47.353Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657954477637,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220716064948/1.0/artifacts/service-Vfw20220716064948-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-16T06:54:47.453Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-16T06:54:47.455Z||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-07-16T06:54:47.455Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as domtawzly8X4mXCY) ...
2022-07-16T06:54:47.485Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-16T06:54:47.485Z||pool-24-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-07-16T06:54:48.353Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-16T06:54:48.355Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-16T06:54:48.358Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T06:54:48.358Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657954477637,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220716064948/1.0/artifacts/service-Vfw20220716064948-csar.csar",
"status": "NOTIFIED"
}
2022-07-16T06:54:48.458Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-16T06:54:48.459Z||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-07-16T06:54:48.459Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as domtawzly8X4mXCY) ...
2022-07-16T06:54:48.493Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-16T06:54:48.494Z||pool-25-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-07-16T06:54:49.362Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
"distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
"serviceName": "vFW 2022-07-16 06-49-48",
"serviceVersion": "1.0",
"serviceUUID": "31e1423e-baad-4c94-ac5e-7b1d00c15823",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "8350fa64-0aba-4e4d-bd55-ee9216650bb0",
"resources": [
{
"resourceInstanceName": "vFW 077ce0cc-9b4e 0",
"resourceCustomizationUUID": "d7914fd8-aa24-43fa-bf94-51b6eacb0891",
"resourceName": "vFW 077ce0cc-9b4e",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "44ce0d95-91f0-487c-82a4-26f940504bcf",
"resourceInvariantUUID": "a084fc77-b425-484e-96b6-0d9e75aa8981",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw077ce0cc9b4e0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220716064948/1.0/resourceInstances/vfw077ce0cc9b4e0/artifacts/vfw077ce0cc9b4e0_modules.json",
"artifactChecksum": "YmRjNzFmZmY1NWJkN2NhMmFlYzg4ZDMzNjA1YzJhMmI\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "6ddf8c0e-92cb-4c6e-9e8c-fdf182ef574b",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220716064948/1.0/resourceInstances/vfw077ce0cc9b4e0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "ebb1ba23-a291-4fd9-8f44-c5ea0ab31759",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220716064948/1.0/resourceInstances/vfw077ce0cc9b4e0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "ad6040b0-c067-4a8a-b6f3-c8d4de1a0e24",
"generatedFromUUID": "ebb1ba23-a291-4fd9-8f44-c5ea0ab31759"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220716064948/1.0/resourceInstances/vfw077ce0cc9b4e0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "ad6040b0-c067-4a8a-b6f3-c8d4de1a0e24",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220716064948-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220716064948/1.0/artifacts/service-Vfw20220716064948-csar.csar",
"artifactChecksum": "ZTE2Y2Y3YWM3YjA0OTk2MzY3MzRlMmIyZTJjNDQwMTE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "bd25c44f-2111-4939-afdf-11f602eecd56"
}
],
"workloadContext": "Production"
}
2022-07-16T06:54:49.362Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-16T06:54:49.362Z|82334943-57ca-4401-a0dd-d11733204d72|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 31e1423e-baad-4c94-ac5e-7b1d00c15823 ASDC
2022-07-16T06:54:49.364Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:23221fbb-7d67-412d-aebe-6ede40d261d7
ServiceName:vFW 2022-07-16 06-49-48
ServiceVersion:1.0
ServiceUUID:31e1423e-baad-4c94-ac5e-7b1d00c15823
ServiceInvariantUUID:8350fa64-0aba-4e4d-bd55-ee9216650bb0
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220716064948-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220716064948/1.0/artifacts/service-Vfw20220716064948-csar.csar
ArtifactUUID:bd25c44f-2111-4939-afdf-11f602eecd56
ArtifactChecksum:ZTE2Y2Y3YWM3YjA0OTk2MzY3MzRlMmIyZTJjNDQwMTE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 077ce0cc-9b4e 0
ResourceCustomizationUUID:d7914fd8-aa24-43fa-bf94-51b6eacb0891
ResourceInvariantUUID:a084fc77-b425-484e-96b6-0d9e75aa8981
ResourceName:vFW 077ce0cc-9b4e
ResourceType:VF
ResourceUUID:44ce0d95-91f0-487c-82a4-26f940504bcf
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw077ce0cc9b4e0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220716064948/1.0/resourceInstances/vfw077ce0cc9b4e0/artifacts/vfw077ce0cc9b4e0_modules.json
ArtifactUUID:6ddf8c0e-92cb-4c6e-9e8c-fdf182ef574b
ArtifactChecksum:YmRjNzFmZmY1NWJkN2NhMmFlYzg4ZDMzNjA1YzJhMmI=
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/Vfw20220716064948/1.0/resourceInstances/vfw077ce0cc9b4e0/artifacts/base_vfw.yaml
ArtifactUUID:ebb1ba23-a291-4fd9-8f44-c5ea0ab31759
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/Vfw20220716064948/1.0/resourceInstances/vfw077ce0cc9b4e0/artifacts/base_vfw.env
ArtifactUUID:ad6040b0-c067-4a8a-b6f3-c8d4de1a0e24
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/Vfw20220716064948/1.0/resourceInstances/vfw077ce0cc9b4e0/artifacts/base_vfw.env
ArtifactUUID:ad6040b0-c067-4a8a-b6f3-c8d4de1a0e24
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-07-16T06:54:49.365Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 31e1423e-baad-4c94-ac5e-7b1d00c15823 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-07-16T06:54:49.410Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-16T06:54:49.411Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-07-16T06:54:49.412Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-07-16T06:54:49.412Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: bd25c44f-2111-4939-afdf-11f602eecd56 from URL: /sdc/v1/catalog/services/Vfw20220716064948/1.0/artifacts/service-Vfw20220716064948-csar.csar
2022-07-16T06:54:49.413Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-07-16T06:54:49.413Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220716064948/1.0/artifacts/service-Vfw20220716064948-csar.csar
2022-07-16T06:54:50.073Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-07-16T06:54:50.092Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220716064948/1.0/artifacts/service-Vfw20220716064948-csar.csar bd25c44f-2111-4939-afdf-11f602eecd56 103026
2022-07-16T06:54:50.092Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220716064948/1.0/artifacts/service-Vfw20220716064948-csar.csar ASDC sendASDCNotification
2022-07-16T06:54:50.092Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220716064948/1.0/artifacts/service-Vfw20220716064948-csar.csar
2022-07-16T06:54:50.092Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-16T06:54:50.093Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-16T06:54:50.098Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T06:54:50.098Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657954490092,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220716064948/1.0/artifacts/service-Vfw20220716064948-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-16T06:54:50.195Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-07-16T06:54:50.196Z||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-07-16T06:54:50.196Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as domtawzly8X4mXCY) ...
2022-07-16T06:54:50.274Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-16T06:54:50.277Z||pool-26-thread-1|||||INFO|500||cambria reply ok (81 ms):{"serverTimeMs":0,"count":1}
2022-07-16T06:54:51.099Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-16T06:54:51.101Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-07-16T06:54:51.101Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: bd25c44f-2111-4939-afdf-11f602eecd56, URL: /sdc/v1/catalog/services/Vfw20220716064948/1.0/artifacts/service-Vfw20220716064948-csar.csar to file: /app/ASDC/1/service-Vfw20220716064948-csar.csar
2022-07-16T06:54:51.101Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220716064948-csar.csar
2022-07-16T06:54:51.104Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220716064948-csar.csar
2022-07-16T06:54:51.105Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220716064948-csar.csar
2022-07-16T06:54:51.502Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2620352772955912420/Definitions/service-Vfw20220716064948-template.yml
2022-07-16T06:54:52.309Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:54:52.311Z||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-07-16T06:54:52.311Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:54:53.012Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-16T06:54:53.017Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:54:53.018Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "82334943-57ca-4401-a0dd-d11733204d72",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657954476594,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-16T06:54:53.025Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T06:54:53.027Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:54:53.028Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657954477637,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220716064948/1.0/resourceInstances/vfw077ce0cc9b4e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-16T06:54:53.031Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-16T06:54:53.032Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:54:53.033Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657954477637,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220716064948/1.0/resourceInstances/vfw077ce0cc9b4e0/artifacts/vfw077ce0cc9b4e0_modules.json",
"status": "NOTIFIED"
}
2022-07-16T06:54:53.034Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-16T06:54:53.034Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:54:53.037Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657954477637,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220716064948/1.0/resourceInstances/vfw077ce0cc9b4e0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-07-16T06:54:53.038Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-16T06:54:53.039Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:54:53.040Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657954477637,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220716064948/1.0/resourceInstances/vfw077ce0cc9b4e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-16T06:54:53.041Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-16T06:54:53.042Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:54:53.042Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657954477637,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220716064948/1.0/resourceInstances/vfw077ce0cc9b4e0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-07-16T06:54:53.044Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-16T06:54:53.044Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:54:53.045Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657954477637,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220716064948/1.0/artifacts/service-Vfw20220716064948-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-16T06:54:53.047Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-16T06:54:53.048Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:54:53.049Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657954477637,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220716064948/1.0/artifacts/service-Vfw20220716064948-csar.csar",
"status": "NOTIFIED"
}
2022-07-16T06:54:53.103Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-16T06:54:53.104Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:54:53.105Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657954490092,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220716064948/1.0/artifacts/service-Vfw20220716064948-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-16T06:54:53.106Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" 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_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" 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_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_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_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_vlan_requirements" 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_onap_private_port_0_order" 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_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_protected_private_port_0_network_role" 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_order" 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_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 "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_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
2022-07-16T06:55:01.900Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-16T06:55:01.903Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-07-16T06:55:01.904Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220716064948-csar.csar
2022-07-16T06:55:01.904Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-07-16T06:55:01.904Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220716064948-csar.csar
2022-07-16T06:55:01.904Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220716064948-csar.csar
2022-07-16T06:55:01.904Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220716064948-csar.csar
2022-07-16T06:55:01.905Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220716064948-csar.csar
2022-07-16T06:55:01.905Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 077ce0cc-9b4e 0" are missing field(s): [nf_type, nf_naming_code, sdnc_artifact_name, max_instances, sdnc_model_version, min_instances, nf_function, nf_role, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Vfw20220716064948-csar.csar
2022-07-16T06:55:01.905Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220716064948-csar.csar
2022-07-16T06:55:01.918Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220716064948-csar.csar
2022-07-16T06:55:01.918Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220716064948-csar.csar
2022-07-16T06:55:01.919Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220716064948-csar.csar
2022-07-16T06:55:01.919Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220716064948-csar.csar
2022-07-16T06:55:01.919Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220716064948-csar.csar
2022-07-16T06:55:01.919Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220716064948-csar.csar
2022-07-16T06:55:01.920Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220716064948-csar.csar
2022-07-16T06:55:01.920Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-07-16T06:55:01.920Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-16T06:55:01.920Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-07-16 06-49-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T06:55:01.921Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template vFW 077ce0cc-9b4e 0 is matching search criteria
2022-07-16T06:55:01.921Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-07-16T06:55:01.921Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 077ce0cc-9b4e 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-16T06:55:01.922Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-16T06:55:01.923Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-07-16 06-49-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T06:55:01.924Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template vFW 077ce0cc-9b4e 0 is matching search criteria
2022-07-16T06:55:01.924Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-07-16T06:55:01.924Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 077ce0cc-9b4e 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-16T06:55:01.924Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-16T06:55:01.925Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-07-16 06-49-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T06:55:01.925Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-16T06:55:01.925Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template vFW 077ce0cc-9b4e 0 is not matching search criteria
2022-07-16T06:55:01.926Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-16T06:55:01.926Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-16T06:55:01.926Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-16T06:55:01.926Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-16T06:55:01.926Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-16T06:55:01.927Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-07-16T06:55:01.927Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-16T06:55:01.927Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-16T06:55:01.927Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-07-16T06:55:01.928Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-16T06:55:01.928Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-16T06:55:01.928Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-16T06:55:01.928Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-16T06:55:01.929Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-07-16T06:55:01.929Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-16T06:55:01.929Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-07-16T06:55:01.929Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-16T06:55:01.930Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-07-16 06-49-48 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-16T06:55:01.930Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-16T06:55:01.930Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template vFW 077ce0cc-9b4e 0 is matching search criteria
2022-07-16T06:55:01.930Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 077ce0cc-9b4e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-16T06:55:01.931Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-16T06:55:01.931Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template vFW 077ce0cc-9b4e 0 is matching search criteria
2022-07-16T06:55:01.936Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 077ce0cc-9b4e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-16T06:55:01.937Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-16T06:55:01.937Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template vFW 077ce0cc-9b4e 0 is matching search criteria
2022-07-16T06:55:01.937Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 077ce0cc-9b4e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-16T06:55:01.938Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-16T06:55:01.939Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template vFW 077ce0cc-9b4e 0 is not matching search criteria
2022-07-16T06:55:01.939Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-16T06:55:01.939Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-07-16T06:55:01.940Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-16T06:55:01.940Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-16T06:55:01.940Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-07-16T06:55:01.940Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-16T06:55:01.940Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-16T06:55:01.941Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-16T06:55:01.941Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-16T06:55:01.941Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-07-16T06:55:01.941Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-16T06:55:01.942Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=66b006ad-29e1-4192-bfd5-5664db4a2973
2022-07-16T06:55:01.942Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-16T06:55:01.942Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template vFW 077ce0cc-9b4e 0 is not matching search criteria
2022-07-16T06:55:01.942Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-16T06:55:01.943Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-16T06:55:01.943Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-16T06:55:01.943Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-16T06:55:01.943Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-16T06:55:01.961Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-07-16T06:55:01.962Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-16T06:55:01.963Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-07-16T06:55:01.963Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-16T06:55:01.963Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-16T06:55:01.964Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-07-16T06:55:01.964Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-16T06:55:01.964Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=2ff406ff-9e4c-4660-a72c-001f5baef296
2022-07-16T06:55:01.965Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-16T06:55:01.966Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template vFW 077ce0cc-9b4e 0 is not matching search criteria
2022-07-16T06:55:01.966Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-16T06:55:01.967Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-16T06:55:01.967Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-16T06:55:01.968Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-16T06:55:01.968Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-16T06:55:01.969Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-07-16T06:55:01.969Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-16T06:55:01.970Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-16T06:55:01.971Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-07-16T06:55:01.971Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-16T06:55:01.972Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-16T06:55:01.972Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-07-16T06:55:01.973Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=d8301484-fca6-475b-88df-846358230d08
2022-07-16T06:55:01.973Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-16T06:55:01.973Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-07-16 06-49-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T06:55:01.974Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-16T06:55:01.974Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-07-16 06-49-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T06:55:01.974Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-16T06:55:01.974Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-07-16 06-49-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T06:55:01.974Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-16T06:55:01.976Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-07-16 06-49-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T06:55:01.977Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-07-16 06-49-48
Description:catalog service description
Model UUID:31e1423e-baad-4c94-ac5e-7b1d00c15823
Model Version:NULL
Model InvariantUuid:8350fa64-0aba-4e4d-bd55-ee9216650bb0
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 077ce0cc-9b4e
Model UUID:3a6564fd-0e9e-4fe7-82d4-dd42a985e3ba
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:a084fc77-b425-484e-96b6-0d9e75aa8981
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:d7914fd8-aa24-43fa-bf94-51b6eacb0891
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:bb498a21-776b-4fbf-8ef0-9a551c2d73ac
ModelName:Vfw077ce0cc9b4e..base_vfw..module-0
ModelUuid:5d2b301c-c69b-458f-b5e0-5f7693978a7d
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:66b006ad-29e1-4192-bfd5-5664db4a2973
ModelInvariantUuid:44896feb-f05b-411f-9adc-e4655cede099
ModelName:vFW 077ce0cc-9b4e-nodes.vfwCvfc
ModelUuid:5279dc64-c129-4947-acfe-a1b6b373e805
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:e2920b8f-d7bb-49cd-a0a7-90cd75bc9d24
ModelInvariantUuid:a74dd781-d500-4423-8ccf-6100066159d9
ModelName:Vfw077ce0cc9b4e.compute.nodes.heat.vfw
ModelUuid:3df0b592-e4b0-418f-9d5a-200fac75c958
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:2ff406ff-9e4c-4660-a72c-001f5baef296
ModelInvariantUuid:6acc286a-193c-4ece-a632-d403caabf993
ModelName:vFW 077ce0cc-9b4e-nodes.vsnCvfc
ModelUuid:372f4a0b-10df-4b80-8aa9-4d4353fe665c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:8a9234ea-3d21-44ea-a885-cd87573764f2
ModelInvariantUuid:5a9c29b5-a0da-430f-b3cd-7e1212849b42
ModelName:Vfw077ce0cc9b4e.compute.nodes.heat.vsn
ModelUuid:0b2acb04-5ff1-4213-8a50-ac01f9cf79e3
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:d8301484-fca6-475b-88df-846358230d08
ModelInvariantUuid:a7230a95-d24d-491f-aea9-ca463d492baf
ModelName:vFW 077ce0cc-9b4e-nodes.vpgCvfc
ModelUuid:0b354879-311c-4d0b-8269-7d72f59432fb
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:3046c363-c8a1-4392-99a9-e542d55106ad
ModelInvariantUuid:8a758c2f-9ed8-4c08-8ae8-ca21f5bacadf
ModelName:Vfw077ce0cc9b4e.compute.nodes.heat.vpg
ModelUuid:cbbc690a-57db-43ff-98eb-d70683e5d54f
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-07-16T06:55:01.989Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 44ce0d95-91f0-487c-82a4-26f940504bcf
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-07-16T06:55:01.992Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||INFO|500||vFW 077ce0cc-9b4e 0
2022-07-16T06:55:01.995Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 44ce0d95-91f0-487c-82a4-26f940504bcf
2022-07-16T06:55:01.995Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 6ddf8c0e-92cb-4c6e-9e8c-fdf182ef574b from URL: /sdc/v1/catalog/services/Vfw20220716064948/1.0/resourceInstances/vfw077ce0cc9b4e0/artifacts/vfw077ce0cc9b4e0_modules.json
2022-07-16T06:55:01.996Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-07-16T06:55:01.996Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220716064948/1.0/resourceInstances/vfw077ce0cc9b4e0/artifacts/vfw077ce0cc9b4e0_modules.json
2022-07-16T06:55:02.084Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-07-16T06:55:02.084Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220716064948/1.0/resourceInstances/vfw077ce0cc9b4e0/artifacts/vfw077ce0cc9b4e0_modules.json 6ddf8c0e-92cb-4c6e-9e8c-fdf182ef574b 785
2022-07-16T06:55:02.084Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220716064948/1.0/resourceInstances/vfw077ce0cc9b4e0/artifacts/vfw077ce0cc9b4e0_modules.json ASDC sendASDCNotification
2022-07-16T06:55:02.096Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220716064948/1.0/resourceInstances/vfw077ce0cc9b4e0/artifacts/vfw077ce0cc9b4e0_modules.json
2022-07-16T06:55:02.096Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-16T06:55:02.097Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-16T06:55:02.101Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T06:55:02.101Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657954502084,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220716064948/1.0/resourceInstances/vfw077ce0cc9b4e0/artifacts/vfw077ce0cc9b4e0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-07-16T06:55:02.200Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-16T06:55:02.201Z||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-07-16T06:55:02.202Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as domtawzly8X4mXCY) ...
2022-07-16T06:55:02.225Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-16T06:55:02.226Z||pool-27-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-07-16T06:55:03.107Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw077ce0cc9b4e..base_vfw..module-0",
"vfModuleModelInvariantUUID": "bb498a21-776b-4fbf-8ef0-9a551c2d73ac",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "5d2b301c-c69b-458f-b5e0-5f7693978a7d",
"vfModuleModelCustomizationUUID": "54b1c532-bbd8-4445-8f27-ed4b2bb37174",
"isBase": true,
"artifacts": [
"ebb1ba23-a291-4fd9-8f44-c5ea0ab31759",
"ad6040b0-c067-4a8a-b6f3-c8d4de1a0e24"
],
"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-07-16T06:55:03.121Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw077ce0cc9b4e..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5d2b301c-c69b-458f-b5e0-5f7693978a7d
VfModuleModelInvariantUUID:bb498a21-776b-4fbf-8ef0-9a551c2d73ac
VfModuleModelDescription:NULL
Artifacts UUID List:{
ebb1ba23-a291-4fd9-8f44-c5ea0ab31759
,
ad6040b0-c067-4a8a-b6f3-c8d4de1a0e24
}
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-07-16T06:55:03.161Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw077ce0cc9b4e..base_vfw..module-0",
"vfModuleModelInvariantUUID": "bb498a21-776b-4fbf-8ef0-9a551c2d73ac",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "5d2b301c-c69b-458f-b5e0-5f7693978a7d",
"vfModuleModelCustomizationUUID": "54b1c532-bbd8-4445-8f27-ed4b2bb37174",
"isBase": true,
"artifacts": [
"ebb1ba23-a291-4fd9-8f44-c5ea0ab31759",
"ad6040b0-c067-4a8a-b6f3-c8d4de1a0e24"
],
"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-07-16T06:55:03.161Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw077ce0cc9b4e..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5d2b301c-c69b-458f-b5e0-5f7693978a7d
VfModuleModelInvariantUUID:bb498a21-776b-4fbf-8ef0-9a551c2d73ac
VfModuleModelDescription:NULL
Artifacts UUID List:{
ebb1ba23-a291-4fd9-8f44-c5ea0ab31759
,
ad6040b0-c067-4a8a-b6f3-c8d4de1a0e24
}
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-07-16T06:55:03.162Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: ebb1ba23-a291-4fd9-8f44-c5ea0ab31759 from URL: /sdc/v1/catalog/services/Vfw20220716064948/1.0/resourceInstances/vfw077ce0cc9b4e0/artifacts/base_vfw.yaml
2022-07-16T06:55:03.162Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-07-16T06:55:03.162Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220716064948/1.0/resourceInstances/vfw077ce0cc9b4e0/artifacts/base_vfw.yaml
2022-07-16T06:55:03.337Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-07-16T06:55:03.338Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220716064948/1.0/resourceInstances/vfw077ce0cc9b4e0/artifacts/base_vfw.yaml ebb1ba23-a291-4fd9-8f44-c5ea0ab31759 20368
2022-07-16T06:55:03.338Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220716064948/1.0/resourceInstances/vfw077ce0cc9b4e0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-07-16T06:55:03.338Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220716064948/1.0/resourceInstances/vfw077ce0cc9b4e0/artifacts/base_vfw.yaml
2022-07-16T06:55:03.338Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-16T06:55:03.338Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-16T06:55:03.350Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T06:55:03.350Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657954503338,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220716064948/1.0/resourceInstances/vfw077ce0cc9b4e0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-07-16T06:55:03.446Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-07-16T06:55:03.448Z||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-07-16T06:55:03.448Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as domtawzly8X4mXCY) ...
2022-07-16T06:55:03.475Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-16T06:55:03.476Z||pool-28-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1}
2022-07-16T06:55:04.351Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: ad6040b0-c067-4a8a-b6f3-c8d4de1a0e24 from URL: /sdc/v1/catalog/services/Vfw20220716064948/1.0/resourceInstances/vfw077ce0cc9b4e0/artifacts/base_vfw.env
2022-07-16T06:55:04.351Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-07-16T06:55:04.352Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220716064948/1.0/resourceInstances/vfw077ce0cc9b4e0/artifacts/base_vfw.env
2022-07-16T06:55:04.414Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-07-16T06:55:04.415Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220716064948/1.0/resourceInstances/vfw077ce0cc9b4e0/artifacts/base_vfw.env ad6040b0-c067-4a8a-b6f3-c8d4de1a0e24 2098
2022-07-16T06:55:04.415Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220716064948/1.0/resourceInstances/vfw077ce0cc9b4e0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-07-16T06:55:04.415Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220716064948/1.0/resourceInstances/vfw077ce0cc9b4e0/artifacts/base_vfw.env
2022-07-16T06:55:04.416Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-16T06:55:04.416Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-16T06:55:04.420Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T06:55:04.421Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657954504415,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220716064948/1.0/resourceInstances/vfw077ce0cc9b4e0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-07-16T06:55:04.521Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-16T06:55:04.522Z||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-07-16T06:55:04.522Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as domtawzly8X4mXCY) ...
2022-07-16T06:55:04.539Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-16T06:55:04.540Z||pool-29-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-07-16T06:55:05.422Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 31e1423e-baad-4c94-ac5e-7b1d00c15823
2022-07-16T06:55:05.422Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 077ce0cc-9b4e 0 44ce0d95-91f0-487c-82a4-26f940504bcf ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-16T06:55:05.487Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3f391bf7, org.onap.sdc.toscaparser.api.parameters.Input@5eb5b67, org.onap.sdc.toscaparser.api.parameters.Input@625aec9f, org.onap.sdc.toscaparser.api.parameters.Input@26026f33, org.onap.sdc.toscaparser.api.parameters.Input@51933ea7]
2022-07-16T06:55:05.490Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-16T06:55:05.490Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-07-16 06-49-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T06:55:05.491Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic
2022-07-16T06:55:05.491Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= d7914fd8-aa24-43fa-bf94-51b6eacb0891
2022-07-16T06:55:05.492Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d7914fd8-aa24-43fa-bf94-51b6eacb0891 matches Tosca VF Customization UUID: d7914fd8-aa24-43fa-bf94-51b6eacb0891
2022-07-16T06:55:05.492Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: d7914fd8-aa24-43fa-bf94-51b6eacb0891 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-07-16T06:55:05.497Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-16T06:55:05.499Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-07-16 06-49-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T06:55:05.504Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id d7914fd8-aa24-43fa-bf94-51b6eacb0891: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-07-16T06:55:05.505Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@eb9c76f
2022-07-16T06:55:05.507Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-16T06:55:05.507Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-07-16 06-49-48 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-16T06:55:05.508Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 54b1c532-bbd8-4445-8f27-ed4b2bb37174
2022-07-16T06:55:05.508Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 54b1c532-bbd8-4445-8f27-ed4b2bb37174
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-07-16T06:55:05.517Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-16T06:55:05.518Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template vFW 077ce0cc-9b4e 0 is matching search criteria
2022-07-16T06:55:05.519Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 077ce0cc-9b4e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-16T06:55:05.520Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-16T06:55:05.521Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template vFW 077ce0cc-9b4e 0 is matching search criteria
2022-07-16T06:55:05.522Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 077ce0cc-9b4e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-16T06:55:05.524Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-16T06:55:05.525Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template vFW 077ce0cc-9b4e 0 is not matching search criteria
2022-07-16T06:55:05.526Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-16T06:55:05.528Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-07-16T06:55:05.529Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-16T06:55:05.530Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-16T06:55:05.532Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-07-16T06:55:05.533Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-16T06:55:05.533Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-16T06:55:05.534Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-16T06:55:05.535Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-16T06:55:05.536Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-07-16T06:55:05.538Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-16T06:55:05.539Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=66b006ad-29e1-4192-bfd5-5664db4a2973
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-07-16T06:55:05.548Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-16T06:55:05.549Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template vFW 077ce0cc-9b4e 0 is matching search criteria
2022-07-16T06:55:05.550Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 077ce0cc-9b4e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-16T06:55:05.551Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-16T06:55:05.552Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template vFW 077ce0cc-9b4e 0 is not matching search criteria
2022-07-16T06:55:05.553Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-16T06:55:05.554Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-16T06:55:05.555Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-16T06:55:05.557Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-16T06:55:05.558Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-16T06:55:05.559Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-07-16T06:55:05.560Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-16T06:55:05.560Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-07-16T06:55:05.561Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-16T06:55:05.562Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-16T06:55:05.564Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-07-16T06:55:05.565Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-16T06:55:05.566Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=2ff406ff-9e4c-4660-a72c-001f5baef296
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-07-16T06:55:05.572Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-16T06:55:05.573Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template vFW 077ce0cc-9b4e 0 is matching search criteria
2022-07-16T06:55:05.573Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 077ce0cc-9b4e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-16T06:55:05.582Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-16T06:55:05.583Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template vFW 077ce0cc-9b4e 0 is not matching search criteria
2022-07-16T06:55:05.584Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-16T06:55:05.584Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-16T06:55:05.585Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-16T06:55:05.585Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-16T06:55:05.585Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-16T06:55:05.586Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-07-16T06:55:05.586Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-16T06:55:05.587Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-16T06:55:05.587Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-07-16T06:55:05.588Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-16T06:55:05.588Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-16T06:55:05.588Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-07-16T06:55:05.588Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=d8301484-fca6-475b-88df-846358230d08
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-07-16T06:55:05.593Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-16T06:55:05.593Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template vFW 077ce0cc-9b4e 0 is matching search criteria
2022-07-16T06:55:05.593Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 077ce0cc-9b4e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-16T06:55:05.594Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-16T06:55:05.595Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Node template vFW 077ce0cc-9b4e 0 is matching search criteria
2022-07-16T06:55:05.595Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 077ce0cc-9b4e 0] matching following query criteria: sdcType=VF, customizationUUID=d7914fd8-aa24-43fa-bf94-51b6eacb0891
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-07-16T06:55:05.601Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-16T06:55:05.601Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-07-16 06-49-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T06:55:05.601Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 31e1423e-baad-4c94-ac5e-7b1d00c15823: vFW 077ce0cc-9b4e
2022-07-16T06:55:05.602Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-16T06:55:05.602Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-07-16 06-49-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T06:55:05.603Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-16T06:55:05.603Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-07-16 06-49-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T06:55:05.604Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-16T06:55:05.607Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-07-16 06-49-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T06:55:05.608Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-16T06:55:05.609Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-07-16 06-49-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T06:55:05.610Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-16T06:55:05.611Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-07-16 06-49-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T06:55:05.611Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||INFO|500||Saving Service: vFW 2022-07-16 06-49-48
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-07-16T06:55:05.959Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 077ce0cc-9b4e 44ce0d95-91f0-487c-82a4-26f940504bcf 1 ASDC deployResourceStructure
2022-07-16T06:55:05.960Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220716064948/1.0/resourceInstances/vfw077ce0cc9b4e0/artifacts/vfw077ce0cc9b4e0_modules.json ASDC sendASDCNotification
2022-07-16T06:55:05.972Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220716064948/1.0/resourceInstances/vfw077ce0cc9b4e0/artifacts/vfw077ce0cc9b4e0_modules.json
2022-07-16T06:55:05.972Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-16T06:55:05.973Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-16T06:55:05.977Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T06:55:05.977Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657954505960,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220716064948/1.0/resourceInstances/vfw077ce0cc9b4e0/artifacts/vfw077ce0cc9b4e0_modules.json",
"status": "DEPLOY_OK"
}
2022-07-16T06:55:06.084Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms
2022-07-16T06:55:06.085Z||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-07-16T06:55:06.089Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as domtawzly8X4mXCY) ...
2022-07-16T06:55:06.136Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-16T06:55:06.140Z||pool-30-thread-1|||||INFO|500||cambria reply ok (55 ms):{"serverTimeMs":0,"count":1}
2022-07-16T06:55:06.979Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220716064948/1.0/resourceInstances/vfw077ce0cc9b4e0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-07-16T06:55:06.980Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220716064948/1.0/resourceInstances/vfw077ce0cc9b4e0/artifacts/base_vfw.yaml
2022-07-16T06:55:06.981Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-16T06:55:06.983Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-16T06:55:06.990Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T06:55:06.991Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657954506979,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220716064948/1.0/resourceInstances/vfw077ce0cc9b4e0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-07-16T06:55:07.093Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-07-16T06:55:07.110Z||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-07-16T06:55:07.111Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as domtawzly8X4mXCY) ...
2022-07-16T06:55:07.159Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-16T06:55:07.160Z||pool-31-thread-1|||||INFO|500||cambria reply ok (60 ms):{"serverTimeMs":0,"count":1}
2022-07-16T06:55:07.996Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220716064948/1.0/resourceInstances/vfw077ce0cc9b4e0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-07-16T06:55:07.997Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220716064948/1.0/resourceInstances/vfw077ce0cc9b4e0/artifacts/base_vfw.env
2022-07-16T06:55:07.997Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-16T06:55:07.997Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-16T06:55:08.000Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T06:55:08.000Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657954507995,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220716064948/1.0/resourceInstances/vfw077ce0cc9b4e0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-07-16T06:55:08.100Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-16T06:55:08.101Z||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-07-16T06:55:08.101Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as domtawzly8X4mXCY) ...
2022-07-16T06:55:08.118Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-16T06:55:08.119Z||pool-32-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-07-16T06:55:09.001Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220716064948/1.0/artifacts/service-Vfw20220716064948-csar.csar ASDC sendASDCNotification
2022-07-16T06:55:09.003Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220716064948/1.0/artifacts/service-Vfw20220716064948-csar.csar
2022-07-16T06:55:09.003Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-16T06:55:09.004Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-16T06:55:09.006Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T06:55:09.006Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657954509001,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220716064948/1.0/artifacts/service-Vfw20220716064948-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-16T06:55:09.106Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-16T06:55:09.107Z||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-07-16T06:55:09.108Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as domtawzly8X4mXCY) ...
2022-07-16T06:55:09.123Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-16T06:55:09.124Z||pool-33-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-16T06:55:10.007Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 23221fbb-7d67-412d-aebe-6ede40d261d7
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-07-16T06:55:10.027Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 23221fbb-7d67-412d-aebe-6ede40d261d7
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-07-16T06:55:10.032Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-16T06:55:10.032Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-16T06:55:10.032Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-07-16T06:55:10.032Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-07-16T06:55:10.032Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-16T06:55:10.033Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-16T06:55:10.033Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-16T06:55:10.033Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-16T06:55:10.033Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-16T06:55:10.033Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-16T06:55:10.033Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-16T06:55:10.044Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-07-16T06:55:40.044Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 23221fbb-7d67-412d-aebe-6ede40d261d7 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-07-16T06:55:40.050Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 23221fbb-7d67-412d-aebe-6ede40d261d7 and serviceModelVersionId: 31e1423e-baad-4c94-ac5e-7b1d00c15823
2022-07-16T06:55:40.050Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8350fa64-0aba-4e4d-bd55-ee9216650bb0
2022-07-16T06:55:40.052Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8350fa64-0aba-4e4d-bd55-ee9216650bb0/model-vers/model-ver/31e1423e-baad-4c94-ac5e-7b1d00c15823?depth=0
2022-07-16T06:55:40.062Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-07-16T06:55:40.366Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8350fa64-0aba-4e4d-bd55-ee9216650bb0/model-vers/model-ver/31e1423e-baad-4c94-ac5e-7b1d00c15823?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-07-16T06:55:40.373Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8350fa64-0aba-4e4d-bd55-ee9216650bb0/model-vers/model-ver/31e1423e-baad-4c94-ac5e-7b1d00c15823?depth=0|INFO|500||Invoke
2022-07-16T06:55:40.508Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8350fa64-0aba-4e4d-bd55-ee9216650bb0/model-vers/model-ver/31e1423e-baad-4c94-ac5e-7b1d00c15823?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-07-16T06:55:40.676Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8350fa64-0aba-4e4d-bd55-ee9216650bb0/model-vers/model-ver/31e1423e-baad-4c94-ac5e-7b1d00c15823?depth=0|INFO|500||InvokeReturn
2022-07-16T06:55:40.677Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8350fa64-0aba-4e4d-bd55-ee9216650bb0/model-vers/model-ver/31e1423e-baad-4c94-ac5e-7b1d00c15823?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220716-06:55:41:020-26097], vertex-id=[180424], Content-Length=[0], Date=[Sat, 16 Jul 2022 06:55:41 GMT], Content-Type=[application/json]}
2022-07-16T06:55:40.678Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2022-07-16T06:55:40.678Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-16T06:55:40.678Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-16T06:55:40.690Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-07-16T06:55:40.690Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 23221fbb-7d67-412d-aebe-6ede40d261d7 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-07-16T06:55:40.691Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-07-16T06:55:40.691Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-16T06:55:40.694Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T06:55:40.694Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657954540690,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-16T06:55:40.796Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-07-16T06:55:40.797Z||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-07-16T06:55:40.798Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as domtawzly8X4mXCY) ...
2022-07-16T06:55:40.823Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-16T06:55:40.823Z||pool-34-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-16T06:55:41.709Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:55:41.710Z|23221fbb-7d67-412d-aebe-6ede40d261d7|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-07-16T06:55:41.710Z|23221fbb-7d67-412d-aebe-6ede40d261d7|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 domtawzly8X4mXCY) ...
2022-07-16T06:55:51.282Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-16T06:55:51.288Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:55:51.290Z|23221fbb-7d67-412d-aebe-6ede40d261d7|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-07-16T06:55:51.291Z|23221fbb-7d67-412d-aebe-6ede40d261d7|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 domtawzly8X4mXCY) ...
2022-07-16T06:55:52.306Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:55:52.308Z||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-07-16T06:55:52.308Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:55:52.988Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-16T06:55:52.990Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:55:52.990Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657954502084,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220716064948/1.0/resourceInstances/vfw077ce0cc9b4e0/artifacts/vfw077ce0cc9b4e0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-07-16T06:55:52.991Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T06:55:52.991Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:55:52.991Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657954503338,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220716064948/1.0/resourceInstances/vfw077ce0cc9b4e0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-07-16T06:55:52.991Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T06:55:52.991Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:55:52.991Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657954504415,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220716064948/1.0/resourceInstances/vfw077ce0cc9b4e0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-07-16T06:55:52.992Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T06:55:52.992Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:55:52.992Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657954505960,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220716064948/1.0/resourceInstances/vfw077ce0cc9b4e0/artifacts/vfw077ce0cc9b4e0_modules.json",
"status": "DEPLOY_OK"
}
2022-07-16T06:55:52.992Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T06:55:52.992Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:55:52.992Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657954506979,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220716064948/1.0/resourceInstances/vfw077ce0cc9b4e0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-07-16T06:55:52.992Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T06:55:52.993Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:55:52.993Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657954507995,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220716064948/1.0/resourceInstances/vfw077ce0cc9b4e0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-07-16T06:55:52.993Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T06:55:52.993Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:55:52.993Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657954509001,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220716064948/1.0/artifacts/service-Vfw20220716064948-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-16T06:55:52.993Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T06:55:52.993Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-16T06:55:52.993Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23221fbb-7d67-412d-aebe-6ede40d261d7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657954540690,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-16T06:55:52.994Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T06:56:00.884Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-16T06:56:00.884Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:56:00.885Z|23221fbb-7d67-412d-aebe-6ede40d261d7|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-07-16T06:56:00.885Z|23221fbb-7d67-412d-aebe-6ede40d261d7|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 domtawzly8X4mXCY) ...
2022-07-16T06:56:10.453Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-16T06:56:10.455Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:56:10.456Z|23221fbb-7d67-412d-aebe-6ede40d261d7|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-07-16T06:56:10.456Z|23221fbb-7d67-412d-aebe-6ede40d261d7|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 domtawzly8X4mXCY) ...
2022-07-16T06:56:20.024Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-16T06:56:20.025Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:56:20.026Z|23221fbb-7d67-412d-aebe-6ede40d261d7|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-07-16T06:56:20.027Z|23221fbb-7d67-412d-aebe-6ede40d261d7|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 domtawzly8X4mXCY) ...
2022-07-16T06:56:29.607Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-16T06:56:52.302Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:56:52.306Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:56:52.307Z||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-07-16T06:56:52.307Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:56:52.307Z|23221fbb-7d67-412d-aebe-6ede40d261d7|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-07-16T06:56:52.307Z|23221fbb-7d67-412d-aebe-6ede40d261d7|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 domtawzly8X4mXCY) ...
2022-07-16T06:57:01.964Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-16T06:57:01.967Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-16T06:57:52.304Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:57:52.305Z|23221fbb-7d67-412d-aebe-6ede40d261d7|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-07-16T06:57:52.306Z|23221fbb-7d67-412d-aebe-6ede40d261d7|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 domtawzly8X4mXCY) ...
2022-07-16T06:57:52.306Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:57:52.307Z||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-07-16T06:57:52.307Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:58:01.926Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-16T06:58:02.005Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-16T06:58:52.301Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:58:52.303Z|23221fbb-7d67-412d-aebe-6ede40d261d7|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-07-16T06:58:52.304Z|23221fbb-7d67-412d-aebe-6ede40d261d7|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 domtawzly8X4mXCY) ...
2022-07-16T06:58:52.307Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:58:52.307Z||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-07-16T06:58:52.308Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:59:01.936Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-16T06:59:01.944Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-16T06:59:52.308Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:59:52.314Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T06:59:52.316Z||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-07-16T06:59:52.316Z||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 domtawzly8X4mXCY) ...
2022-07-16T06:59:52.323Z|23221fbb-7d67-412d-aebe-6ede40d261d7|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-07-16T06:59:52.360Z|23221fbb-7d67-412d-aebe-6ede40d261d7|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 domtawzly8X4mXCY) ...
2022-07-16T07:00:01.999Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-16T07:00:02.023Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-16T07:00:52.302Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T07:00:52.306Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T07:00:52.312Z||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-07-16T07:00:52.313Z||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 domtawzly8X4mXCY) ...
2022-07-16T07:00:52.312Z|23221fbb-7d67-412d-aebe-6ede40d261d7|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-07-16T07:00:52.313Z|23221fbb-7d67-412d-aebe-6ede40d261d7|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 domtawzly8X4mXCY) ...
2022-07-16T07:01:02.021Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-16T07:01:02.030Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-16T07:01:52.302Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T07:01:52.307Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T07:01:52.306Z|23221fbb-7d67-412d-aebe-6ede40d261d7|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-07-16T07:01:52.308Z|23221fbb-7d67-412d-aebe-6ede40d261d7|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 domtawzly8X4mXCY) ...
2022-07-16T07:01:52.309Z||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-07-16T07:01:52.309Z||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 domtawzly8X4mXCY) ...
2022-07-16T07:01:52.591Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-16T07:01:52.594Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T07:01:52.594Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d294385e-14a3-4a4e-a065-46c7196146a0",
"consumerID": "ves-openapi-manager",
"timestamp": 1657954892979,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-16T07:01:52.615Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-07-16T07:01:52.615Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T07:01:52.616Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d294385e-14a3-4a4e-a065-46c7196146a0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657954889368,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-16T07:01:52.616Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-07-16T07:01:52.616Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T07:01:52.616Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d294385e-14a3-4a4e-a065-46c7196146a0",
"consumerID": "ves-openapi-manager",
"timestamp": 1657954892979,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-07-16T07:01:52.616Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-07-16T07:01:52.616Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T07:01:52.617Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d294385e-14a3-4a4e-a065-46c7196146a0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657954889368,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-07-16T07:01:52.617Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-07-16T07:01:52.618Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T07:01:52.618Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d294385e-14a3-4a4e-a065-46c7196146a0",
"consumerID": "aai-ml",
"timestamp": 1657954900615,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-16T07:01:52.618Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-07-16T07:01:52.618Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T07:01:52.618Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d294385e-14a3-4a4e-a065-46c7196146a0",
"consumerID": "cds",
"timestamp": 1657954899572,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-16T07:01:52.619Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-07-16T07:01:52.619Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T07:01:52.619Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d294385e-14a3-4a4e-a065-46c7196146a0",
"consumerID": "aai-ml",
"timestamp": 1657954900615,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-07-16T07:01:52.619Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-07-16T07:01:52.619Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T07:01:52.620Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d294385e-14a3-4a4e-a065-46c7196146a0",
"consumerID": "cds",
"timestamp": 1657954899572,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-07-16T07:01:52.631Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-07-16T07:01:52.631Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T07:01:52.631Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d294385e-14a3-4a4e-a065-46c7196146a0",
"consumerID": "cds",
"timestamp": 1657954902980,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-16T07:01:52.631Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T07:01:52.631Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T07:01:52.631Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d294385e-14a3-4a4e-a065-46c7196146a0",
"consumerID": "aai-ml",
"timestamp": 1657954904113,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-16T07:01:52.632Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T07:01:52.632Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T07:01:52.632Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d294385e-14a3-4a4e-a065-46c7196146a0",
"consumerID": "cds",
"timestamp": 1657954903988,
"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-07-16T07:01:52.763Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d294385e-14a3-4a4e-a065-46c7196146a0
2022-07-16T07:01:52.764Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d294385e-14a3-4a4e-a065-46c7196146a0 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-07-16T07:01:52.824Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T07:01:52.825Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d294385e-14a3-4a4e-a065-46c7196146a0",
"consumerID": "policy-id",
"timestamp": 1657954904253,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-16T07:01:52.827Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-07-16T07:01:52.827Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T07:01:52.828Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d294385e-14a3-4a4e-a065-46c7196146a0",
"consumerID": "policy-id",
"timestamp": 1657954904253,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-07-16T07:01:52.829Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-07-16T07:01:52.830Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T07:01:52.830Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d294385e-14a3-4a4e-a065-46c7196146a0",
"consumerID": "policy-id",
"timestamp": 1657954907597,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-16T07:01:52.831Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T07:01:52.832Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T07:01:52.832Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d294385e-14a3-4a4e-a065-46c7196146a0",
"consumerID": "aai-ml",
"timestamp": 1657954908724,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-16T07:01:52.833Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T07:01:52.833Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T07:01:52.834Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d294385e-14a3-4a4e-a065-46c7196146a0",
"consumerID": "policy-id",
"timestamp": 1657954908609,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-16T07:01:52.835Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T07:01:52.836Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T07:01:52.836Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d294385e-14a3-4a4e-a065-46c7196146a0",
"consumerID": "aai-ml",
"timestamp": 1657954909730,
"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-07-16T07:01:52.886Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d294385e-14a3-4a4e-a065-46c7196146a0
2022-07-16T07:01:52.888Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d294385e-14a3-4a4e-a065-46c7196146a0 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-07-16T07:01:52.963Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T07:01:52.963Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d294385e-14a3-4a4e-a065-46c7196146a0",
"consumerID": "policy-id",
"timestamp": 1657954909622,
"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-07-16T07:01:53.019Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d294385e-14a3-4a4e-a065-46c7196146a0
2022-07-16T07:01:53.020Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d294385e-14a3-4a4e-a065-46c7196146a0 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=?
2022-07-16T07:01:53.046Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-16T07:01:53.049Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-16T07:01:53.049Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"d294385e-14a3-4a4e-a065-46c7196146a0","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"808215af-4990-4538-bc57-c21eb92c23b0","serviceDescription":"service","serviceInvariantUUID":"810fd669-fa7c-4f72-8f08-1225d187c9e4","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"276d77d7-4a16-493f-a7d7-b14f439c28de","resourceInvariantUUID":"c71593d0-ecac-4bec-a712-3b07e56b73e7","resourceCustomizationUUID":"0c2cc431-c36a-4eb6-88a7-fa40c4690d7a","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":"MDkyNzEzMmEwZDZlZDJjMzc2OTk0MTczMTNmODA0ZWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ed034649-149f-4c0f-81bb-021b6c233fa1","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZGRjMWQzMmFjOGI1ZTNhZTY4N2FlZGNjYmVkMzE1MWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"916e9acd-26db-42bb-90ee-f58b20ab48de","artifactVersion":"1"}],"workloadContext":"Production"}
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-16T07:01:53.074Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-16T07:01:53.078Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-16T07:01:53.092Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T07:01:53.092Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "d294385e-14a3-4a4e-a065-46c7196146a0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657954912301,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-16T07:01:53.131Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T07:01:53.131Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d294385e-14a3-4a4e-a065-46c7196146a0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1657954910165,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-16T07:01:53.131Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-07-16T07:01:53.132Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T07:01:53.132Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d294385e-14a3-4a4e-a065-46c7196146a0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1657954910165,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-07-16T07:01:53.132Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-07-16T07:01:53.132Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T07:01:53.132Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d294385e-14a3-4a4e-a065-46c7196146a0",
"consumerID": "clamp",
"timestamp": 1657954910980,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-16T07:01:53.132Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-07-16T07:01:53.193Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-16T07:01:53.201Z||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-07-16T07:01:53.203Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as domtawzly8X4mXCY) ...
2022-07-16T07:01:53.307Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-16T07:01:53.310Z||pool-35-thread-1|||||INFO|500||cambria reply ok (113 ms):{"serverTimeMs":1,"count":1}
2022-07-16T07:01:54.098Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-16T07:01:54.119Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-16T07:01:54.137Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T07:01:54.141Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "d294385e-14a3-4a4e-a065-46c7196146a0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657954912301,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-07-16T07:01:54.241Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms
2022-07-16T07:01:54.245Z||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-07-16T07:01:54.246Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as domtawzly8X4mXCY) ...
2022-07-16T07:01:54.288Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-16T07:01:54.290Z||pool-36-thread-1|||||INFO|500||cambria reply ok (47 ms):{"serverTimeMs":0,"count":1}
2022-07-16T07:01:55.150Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
"distributionID": "d294385e-14a3-4a4e-a065-46c7196146a0",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "808215af-4990-4538-bc57-c21eb92c23b0",
"serviceDescription": "service",
"serviceInvariantUUID": "810fd669-fa7c-4f72-8f08-1225d187c9e4",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "0c2cc431-c36a-4eb6-88a7-fa40c4690d7a",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "276d77d7-4a16-493f-a7d7-b14f439c28de",
"resourceInvariantUUID": "c71593d0-ecac-4bec-a712-3b07e56b73e7",
"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": "ZGRjMWQzMmFjOGI1ZTNhZTY4N2FlZGNjYmVkMzE1MWY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "916e9acd-26db-42bb-90ee-f58b20ab48de"
}
],
"workloadContext": "Production"
}
2022-07-16T07:01:55.158Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-16T07:01:55.158Z|23221fbb-7d67-412d-aebe-6ede40d261d7|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 808215af-4990-4538-bc57-c21eb92c23b0 ASDC
2022-07-16T07:01:55.159Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:d294385e-14a3-4a4e-a065-46c7196146a0
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:808215af-4990-4538-bc57-c21eb92c23b0
ServiceInvariantUUID:810fd669-fa7c-4f72-8f08-1225d187c9e4
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:916e9acd-26db-42bb-90ee-f58b20ab48de
ArtifactChecksum:ZGRjMWQzMmFjOGI1ZTNhZTY4N2FlZGNjYmVkMzE1MWY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:0c2cc431-c36a-4eb6-88a7-fa40c4690d7a
ResourceInvariantUUID:c71593d0-ecac-4bec-a712-3b07e56b73e7
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:276d77d7-4a16-493f-a7d7-b14f439c28de
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-07-16T07:01:55.160Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 808215af-4990-4538-bc57-c21eb92c23b0 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-07-16T07:01:55.349Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-16T07:01:55.352Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-07-16T07:01:55.352Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-07-16T07:01:55.352Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 916e9acd-26db-42bb-90ee-f58b20ab48de from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-07-16T07:01:55.352Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-07-16T07:01:55.363Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-07-16T07:01:55.661Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-07-16T07:01:55.666Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 916e9acd-26db-42bb-90ee-f58b20ab48de 56527
2022-07-16T07:01:55.666Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-07-16T07:01:55.686Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-07-16T07:01:55.686Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-16T07:01:55.686Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-16T07:01:55.698Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T07:01:55.699Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "d294385e-14a3-4a4e-a065-46c7196146a0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657954915666,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-16T07:01:55.815Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 116 ms
2022-07-16T07:01:55.816Z||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-07-16T07:01:55.816Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as domtawzly8X4mXCY) ...
2022-07-16T07:01:55.862Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-16T07:01:55.863Z||pool-37-thread-1|||||INFO|500||cambria reply ok (48 ms):{"serverTimeMs":0,"count":1}
2022-07-16T07:01:56.708Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-16T07:01:56.713Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-07-16T07:01:56.714Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 916e9acd-26db-42bb-90ee-f58b20ab48de, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-16T07:01:56.716Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-07-16T07:01:56.718Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-16T07:01:56.719Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-16T07:01:58.142Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14014791311292658154/Definitions/service-BasicNetwork-template.yml
2022-07-16T07:01:59.729Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-16T07:01:59.731Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-07-16T07:01:59.731Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-16T07:01:59.731Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-07-16T07:01:59.732Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-16T07:01:59.732Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-16T07:01:59.732Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-16T07:01:59.733Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-16T07:01:59.733Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-16T07:01:59.733Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-16T07:01:59.733Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-16T07:01:59.734Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-16T07:01:59.734Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-07-16T07:01:59.734Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-16T07:01:59.735Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T07:01:59.735Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-07-16T07:01:59.736Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-07-16T07:01:59.736Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-16T07:01:59.736Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-16T07:01:59.737Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T07:01:59.737Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-07-16T07:01:59.738Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-07-16T07:01:59.738Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-16T07:01:59.738Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-16T07:01:59.738Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T07:01:59.739Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-16T07:01:59.740Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T07:01:59.740Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-16T07:01:59.741Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T07:01:59.741Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-16T07:01:59.741Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T07:01:59.742Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-16T07:01:59.742Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T07:01:59.743Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:808215af-4990-4538-bc57-c21eb92c23b0
Model Version:NULL
Model InvariantUuid:810fd669-fa7c-4f72-8f08-1225d187c9e4
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:c71593d0-ecac-4bec-a712-3b07e56b73e7
Model UUID:3ef67a14-c160-4ec9-b165-08ebaef49f2b
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:0c2cc431-c36a-4eb6-88a7-fa40c4690d7a
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-07-16T07:01:59.839Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||INFO|500||Processing Resource Type: VL, Model UUID: 276d77d7-4a16-493f-a7d7-b14f439c28de
2022-07-16T07:01:59.839Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||INFO|500||No resources found for Service: 808215af-4990-4538-bc57-c21eb92c23b0
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-07-16T07:01:59.850Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||INFO|500||
2022-07-16T07:01:59.851Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-07-16T07:01:59.870Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||No resources found for Service: 808215af-4990-4538-bc57-c21eb92c23b0
2022-07-16T07:01:59.871Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 808215af-4990-4538-bc57-c21eb92c23b0
2022-07-16T07:01:59.872Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-07-16T07:01:59.873Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-16T07:01:59.912Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@525b16e0, org.onap.sdc.toscaparser.api.parameters.Input@5f04b321, org.onap.sdc.toscaparser.api.parameters.Input@62a6ac83, org.onap.sdc.toscaparser.api.parameters.Input@1d654d51, org.onap.sdc.toscaparser.api.parameters.Input@1783a40b]
2022-07-16T07:01:59.932Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-16T07:01:59.933Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T07:01:59.934Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-16T07:01:59.935Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T07:01:59.936Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 808215af-4990-4538-bc57-c21eb92c23b0: Generic NeutronNet
2022-07-16T07:01:59.937Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-16T07:01:59.937Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T07:01:59.938Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-16T07:01:59.941Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-07-16T07:02:00.082Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-16T07:02:00.082Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T07:02:00.083Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-16T07:02:00.083Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T07:02:00.084Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-16T07:02:00.084Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T07:02:00.084Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||INFO|500||Saving Service: basic_network
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-07-16T07:02:00.267Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2022-07-16T07:02:00.268Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-07-16T07:02:00.269Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-07-16T07:02:00.269Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-16T07:02:00.270Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-16T07:02:00.276Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T07:02:00.277Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "d294385e-14a3-4a4e-a065-46c7196146a0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657954920268,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-16T07:02:00.374Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-07-16T07:02:00.376Z||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-07-16T07:02:00.376Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as domtawzly8X4mXCY) ...
2022-07-16T07:02:00.409Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-16T07:02:00.413Z||pool-38-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":1,"count":1}
2022-07-16T07:02:01.277Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d294385e-14a3-4a4e-a065-46c7196146a0
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-07-16T07:02:01.300Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d294385e-14a3-4a4e-a065-46c7196146a0
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-07-16T07:02:01.317Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-16T07:02:01.317Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-16T07:02:01.318Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-16T07:02:01.318Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-16T07:02:31.319Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d294385e-14a3-4a4e-a065-46c7196146a0
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-07-16T07:02:31.418Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d294385e-14a3-4a4e-a065-46c7196146a0
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-07-16T07:02:31.431Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-16T07:02:31.432Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-16T07:02:31.434Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-16T07:02:31.434Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-16T07:02:52.311Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T07:02:52.311Z||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-07-16T07:02:52.311Z||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 domtawzly8X4mXCY) ...
2022-07-16T07:02:52.420Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-16T07:02:52.429Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-16T07:02:52.430Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d294385e-14a3-4a4e-a065-46c7196146a0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1657954913326,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-16T07:02:52.493Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T07:03:01.436Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d294385e-14a3-4a4e-a065-46c7196146a0
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-07-16T07:03:01.472Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d294385e-14a3-4a4e-a065-46c7196146a0
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-07-16T07:03:01.484Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-16T07:03:01.485Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-16T07:03:01.485Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-16T07:03:01.485Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-16T07:03:31.486Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d294385e-14a3-4a4e-a065-46c7196146a0
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-07-16T07:03:31.503Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d294385e-14a3-4a4e-a065-46c7196146a0
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-07-16T07:03:31.508Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-16T07:03:31.508Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-16T07:03:31.509Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-16T07:03:31.509Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-16T07:03:52.308Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T07:03:52.314Z||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-07-16T07:03:52.314Z||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 domtawzly8X4mXCY) ...
2022-07-16T07:03:52.453Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-16T07:03:52.454Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-16T07:03:52.454Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d294385e-14a3-4a4e-a065-46c7196146a0",
"consumerID": "clamp",
"timestamp": 1657954910980,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-07-16T07:03:52.456Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-16T07:04:01.509Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d294385e-14a3-4a4e-a065-46c7196146a0
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-07-16T07:04:01.523Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d294385e-14a3-4a4e-a065-46c7196146a0
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-07-16T07:04:01.526Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-16T07:04:01.526Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-16T07:04:01.526Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-16T07:04:01.526Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-16T07:04:31.534Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d294385e-14a3-4a4e-a065-46c7196146a0
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-07-16T07:04:31.598Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d294385e-14a3-4a4e-a065-46c7196146a0
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-07-16T07:04:31.604Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-16T07:04:31.604Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-16T07:04:31.605Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-16T07:04:31.605Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-16T07:04:52.307Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T07:04:52.308Z||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-07-16T07:04:52.309Z||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 domtawzly8X4mXCY) ...
2022-07-16T07:04:52.392Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-16T07:04:52.400Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:04:52.400Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d294385e-14a3-4a4e-a065-46c7196146a0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657954912301,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-16T07:04:52.402Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-16T07:04:52.402Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:04:52.402Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d294385e-14a3-4a4e-a065-46c7196146a0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657954912301,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-07-16T07:04:52.406Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-16T07:04:52.407Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:04:52.407Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d294385e-14a3-4a4e-a065-46c7196146a0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1657954915387,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-16T07:04:52.408Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T07:04:52.408Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:04:52.408Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d294385e-14a3-4a4e-a065-46c7196146a0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1657954916392,
"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-07-16T07:04:52.427Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d294385e-14a3-4a4e-a065-46c7196146a0
2022-07-16T07:04:52.428Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId d294385e-14a3-4a4e-a065-46c7196146a0 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-07-16T07:04:52.451Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:04:52.451Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d294385e-14a3-4a4e-a065-46c7196146a0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657954915666,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-16T07:04:52.452Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T07:04:52.452Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:04:52.452Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d294385e-14a3-4a4e-a065-46c7196146a0",
"consumerID": "clamp",
"timestamp": 1657954919335,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-16T07:04:52.453Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T07:04:52.453Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:04:52.453Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d294385e-14a3-4a4e-a065-46c7196146a0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657954920268,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-16T07:04:52.453Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T07:04:52.453Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:04:52.454Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d294385e-14a3-4a4e-a065-46c7196146a0",
"consumerID": "clamp",
"timestamp": 1657954921344,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-16T07:04:52.454Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T07:04:52.455Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:04:52.455Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d294385e-14a3-4a4e-a065-46c7196146a0",
"consumerID": "clamp",
"timestamp": 1657954922351,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-16T07:04:52.530Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d294385e-14a3-4a4e-a065-46c7196146a0
2022-07-16T07:04:52.531Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId d294385e-14a3-4a4e-a065-46c7196146a0 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-16T07:04:52.630Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:04:52.630Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "69ab5193-0e5c-4663-8b2f-acbcf60cbccc",
"consumerID": "ves-openapi-manager",
"timestamp": 1657954952979,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/resourceInstances/pnff78e18bc560f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-16T07:04:52.631Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-16T07:04:52.631Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:04:52.631Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "69ab5193-0e5c-4663-8b2f-acbcf60cbccc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657954949369,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/resourceInstances/pnff78e18bc560f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-16T07:04:52.632Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-16T07:04:52.632Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:04:52.632Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "69ab5193-0e5c-4663-8b2f-acbcf60cbccc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657954949369,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/resourceInstances/pnff78e18bc560f0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-07-16T07:04:52.632Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-16T07:04:52.632Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:04:52.633Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "69ab5193-0e5c-4663-8b2f-acbcf60cbccc",
"consumerID": "ves-openapi-manager",
"timestamp": 1657954952979,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/resourceInstances/pnff78e18bc560f0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-07-16T07:04:52.633Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-16T07:04:52.633Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:04:52.633Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "69ab5193-0e5c-4663-8b2f-acbcf60cbccc",
"consumerID": "ves-openapi-manager",
"timestamp": 1657954952979,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/resourceInstances/pnff78e18bc560f0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-07-16T07:04:52.633Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-16T07:04:52.633Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:04:52.634Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "69ab5193-0e5c-4663-8b2f-acbcf60cbccc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657954949369,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/resourceInstances/pnff78e18bc560f0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-07-16T07:04:52.639Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-16T07:04:52.640Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:04:52.640Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "69ab5193-0e5c-4663-8b2f-acbcf60cbccc",
"consumerID": "ves-openapi-manager",
"timestamp": 1657954952979,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/resourceInstances/pnff78e18bc560f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-16T07:04:52.642Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-16T07:04:52.642Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:04:52.642Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "69ab5193-0e5c-4663-8b2f-acbcf60cbccc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657954949369,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/resourceInstances/pnff78e18bc560f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-16T07:04:52.645Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-16T07:04:52.645Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:04:52.645Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "69ab5193-0e5c-4663-8b2f-acbcf60cbccc",
"consumerID": "ves-openapi-manager",
"timestamp": 1657954952979,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/resourceInstances/pnff78e18bc560f0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-16T07:04:52.646Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-16T07:04:52.647Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:04:52.647Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "69ab5193-0e5c-4663-8b2f-acbcf60cbccc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657954949369,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/resourceInstances/pnff78e18bc560f0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-16T07:04:52.648Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-16T07:04:52.648Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:04:52.648Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "69ab5193-0e5c-4663-8b2f-acbcf60cbccc",
"consumerID": "aai-ml",
"timestamp": 1657954960615,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/resourceInstances/pnff78e18bc560f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-16T07:04:52.649Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-16T07:04:52.649Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:04:52.649Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "69ab5193-0e5c-4663-8b2f-acbcf60cbccc",
"consumerID": "cds",
"timestamp": 1657954959572,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/resourceInstances/pnff78e18bc560f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-16T07:04:52.650Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-16T07:04:52.650Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:04:52.650Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "69ab5193-0e5c-4663-8b2f-acbcf60cbccc",
"consumerID": "ves-openapi-manager",
"timestamp": 1657954952979,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/resourceInstances/pnff78e18bc560f0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOTIFIED"
}
2022-07-16T07:04:52.651Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-16T07:04:52.651Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:04:52.653Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "69ab5193-0e5c-4663-8b2f-acbcf60cbccc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657954949369,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/resourceInstances/pnff78e18bc560f0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-16T07:04:52.654Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-16T07:04:52.654Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:04:52.655Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "69ab5193-0e5c-4663-8b2f-acbcf60cbccc",
"consumerID": "aai-ml",
"timestamp": 1657954960615,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/resourceInstances/pnff78e18bc560f0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-07-16T07:04:52.655Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-16T07:04:52.655Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:04:52.656Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "69ab5193-0e5c-4663-8b2f-acbcf60cbccc",
"consumerID": "cds",
"timestamp": 1657954959572,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/resourceInstances/pnff78e18bc560f0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-07-16T07:04:52.656Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-16T07:04:52.656Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:04:52.656Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "69ab5193-0e5c-4663-8b2f-acbcf60cbccc",
"consumerID": "ves-openapi-manager",
"timestamp": 1657954952979,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/artifacts/service-DemoPnfI9mlgcnk0faxyk3arefl-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-16T07:04:52.657Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-16T07:04:52.657Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:04:52.658Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "69ab5193-0e5c-4663-8b2f-acbcf60cbccc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657954949369,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/artifacts/service-DemoPnfI9mlgcnk0faxyk3arefl-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-16T07:04:52.658Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-16T07:04:52.659Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:04:52.659Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "69ab5193-0e5c-4663-8b2f-acbcf60cbccc",
"consumerID": "aai-ml",
"timestamp": 1657954960615,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/resourceInstances/pnff78e18bc560f0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-07-16T07:04:52.660Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-16T07:04:52.660Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:04:52.660Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "69ab5193-0e5c-4663-8b2f-acbcf60cbccc",
"consumerID": "cds",
"timestamp": 1657954959572,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/resourceInstances/pnff78e18bc560f0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-07-16T07:04:52.661Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-16T07:04:52.661Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:04:52.662Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "69ab5193-0e5c-4663-8b2f-acbcf60cbccc",
"consumerID": "ves-openapi-manager",
"timestamp": 1657954952979,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/artifacts/service-DemoPnfI9mlgcnk0faxyk3arefl-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-07-16T07:04:52.662Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-16T07:04:52.662Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:04:52.663Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "69ab5193-0e5c-4663-8b2f-acbcf60cbccc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657954949369,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/artifacts/service-DemoPnfI9mlgcnk0faxyk3arefl-csar.csar",
"status": "NOTIFIED"
}
2022-07-16T07:04:52.671Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-16T07:04:52.671Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:04:52.672Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "69ab5193-0e5c-4663-8b2f-acbcf60cbccc",
"consumerID": "aai-ml",
"timestamp": 1657954960615,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/resourceInstances/pnff78e18bc560f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-16T07:04:52.674Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-16T07:04:52.674Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:04:52.675Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "69ab5193-0e5c-4663-8b2f-acbcf60cbccc",
"consumerID": "cds",
"timestamp": 1657954959572,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/resourceInstances/pnff78e18bc560f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-16T07:04:52.677Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-16T07:04:52.678Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:04:52.678Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "69ab5193-0e5c-4663-8b2f-acbcf60cbccc",
"consumerID": "aai-ml",
"timestamp": 1657954960615,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/resourceInstances/pnff78e18bc560f0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-16T07:04:52.679Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-16T07:04:52.679Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:04:52.680Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "69ab5193-0e5c-4663-8b2f-acbcf60cbccc",
"consumerID": "cds",
"timestamp": 1657954959572,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/resourceInstances/pnff78e18bc560f0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-16T07:04:52.680Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-16T07:04:52.680Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:04:52.680Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "69ab5193-0e5c-4663-8b2f-acbcf60cbccc",
"consumerID": "ves-openapi-manager",
"timestamp": 1657954965209,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/resourceInstances/pnff78e18bc560f0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DOWNLOAD_OK"
}
2022-07-16T07:04:52.681Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T07:04:52.681Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:04:52.681Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "69ab5193-0e5c-4663-8b2f-acbcf60cbccc",
"consumerID": "policy-id",
"timestamp": 1657954964233,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/resourceInstances/pnff78e18bc560f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-16T07:04:52.682Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-16T07:04:52.682Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:04:52.683Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "69ab5193-0e5c-4663-8b2f-acbcf60cbccc",
"consumerID": "aai-ml",
"timestamp": 1657954960615,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/resourceInstances/pnff78e18bc560f0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-16T07:04:52.683Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-16T07:04:52.684Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:04:52.684Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "69ab5193-0e5c-4663-8b2f-acbcf60cbccc",
"consumerID": "cds",
"timestamp": 1657954959572,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/resourceInstances/pnff78e18bc560f0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-16T07:04:52.685Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-16T07:04:52.685Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:04:52.686Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "69ab5193-0e5c-4663-8b2f-acbcf60cbccc",
"consumerID": "ves-openapi-manager",
"timestamp": 1657954966454,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/resourceInstances/pnff78e18bc560f0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DEPLOY_OK"
}
2022-07-16T07:04:52.686Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T07:04:52.686Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:04:52.688Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "69ab5193-0e5c-4663-8b2f-acbcf60cbccc",
"consumerID": "policy-id",
"timestamp": 1657954964233,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/resourceInstances/pnff78e18bc560f0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-07-16T07:04:52.688Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-16T07:04:52.689Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:04:52.689Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "69ab5193-0e5c-4663-8b2f-acbcf60cbccc",
"consumerID": "aai-ml",
"timestamp": 1657954960615,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/artifacts/service-DemoPnfI9mlgcnk0faxyk3arefl-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-16T07:04:52.690Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-16T07:04:52.690Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:04:52.691Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "69ab5193-0e5c-4663-8b2f-acbcf60cbccc",
"consumerID": "cds",
"timestamp": 1657954959572,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/artifacts/service-DemoPnfI9mlgcnk0faxyk3arefl-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-16T07:04:52.693Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-16T07:04:52.693Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:04:52.693Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "69ab5193-0e5c-4663-8b2f-acbcf60cbccc",
"consumerID": "ves-openapi-manager",
"timestamp": 1657954967459,
"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=?
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-07-16T07:04:52.798Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 69ab5193-0e5c-4663-8b2f-acbcf60cbccc
2022-07-16T07:04:52.798Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 69ab5193-0e5c-4663-8b2f-acbcf60cbccc 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-07-16T07:04:52.842Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:04:52.843Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "69ab5193-0e5c-4663-8b2f-acbcf60cbccc",
"consumerID": "policy-id",
"timestamp": 1657954964233,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/resourceInstances/pnff78e18bc560f0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-07-16T07:04:52.843Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-16T07:04:52.844Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:04:52.844Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "69ab5193-0e5c-4663-8b2f-acbcf60cbccc",
"consumerID": "aai-ml",
"timestamp": 1657954960615,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/artifacts/service-DemoPnfI9mlgcnk0faxyk3arefl-csar.csar",
"status": "NOTIFIED"
}
2022-07-16T07:04:52.844Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-16T07:04:52.844Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:04:52.845Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "69ab5193-0e5c-4663-8b2f-acbcf60cbccc",
"consumerID": "cds",
"timestamp": 1657954959572,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/artifacts/service-DemoPnfI9mlgcnk0faxyk3arefl-csar.csar",
"status": "NOTIFIED"
}
2022-07-16T07:04:52.845Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-16T07:04:52.846Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:04:52.847Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "69ab5193-0e5c-4663-8b2f-acbcf60cbccc",
"consumerID": "policy-id",
"timestamp": 1657954964233,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/resourceInstances/pnff78e18bc560f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-16T07:04:52.848Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-16T07:04:52.850Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:04:52.851Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "69ab5193-0e5c-4663-8b2f-acbcf60cbccc",
"consumerID": "cds",
"timestamp": 1657954968789,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/artifacts/service-DemoPnfI9mlgcnk0faxyk3arefl-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-16T07:04:52.853Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T07:04:52.858Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:04:52.861Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "69ab5193-0e5c-4663-8b2f-acbcf60cbccc",
"consumerID": "aai-ml",
"timestamp": 1657954969942,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/artifacts/service-DemoPnfI9mlgcnk0faxyk3arefl-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-16T07:04:52.863Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T07:04:52.864Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:04:52.864Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "69ab5193-0e5c-4663-8b2f-acbcf60cbccc",
"consumerID": "policy-id",
"timestamp": 1657954964233,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/resourceInstances/pnff78e18bc560f0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-16T07:04:52.866Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-16T07:04:52.868Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:04:52.869Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "69ab5193-0e5c-4663-8b2f-acbcf60cbccc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1657954970165,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/resourceInstances/pnff78e18bc560f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-16T07:04:52.870Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-16T07:04:52.871Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:04:52.871Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "69ab5193-0e5c-4663-8b2f-acbcf60cbccc",
"consumerID": "cds",
"timestamp": 1657954969796,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/artifacts/service-DemoPnfI9mlgcnk0faxyk3arefl-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-07-16T07:04:52.919Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 69ab5193-0e5c-4663-8b2f-acbcf60cbccc
2022-07-16T07:04:52.920Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 69ab5193-0e5c-4663-8b2f-acbcf60cbccc 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-07-16T07:04:52.998Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:04:52.999Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "69ab5193-0e5c-4663-8b2f-acbcf60cbccc",
"consumerID": "policy-id",
"timestamp": 1657954964233,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/resourceInstances/pnff78e18bc560f0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-16T07:04:52.999Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-16T07:04:52.999Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:04:53.000Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "69ab5193-0e5c-4663-8b2f-acbcf60cbccc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1657954970165,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/resourceInstances/pnff78e18bc560f0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-07-16T07:04:53.000Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-16T07:04:53.000Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:04:53.000Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "69ab5193-0e5c-4663-8b2f-acbcf60cbccc",
"consumerID": "policy-id",
"timestamp": 1657954964233,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/artifacts/service-DemoPnfI9mlgcnk0faxyk3arefl-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-16T07:04:53.001Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-16T07:04:53.001Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:04:53.001Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "69ab5193-0e5c-4663-8b2f-acbcf60cbccc",
"consumerID": "clamp",
"timestamp": 1657954970980,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/resourceInstances/pnff78e18bc560f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-16T07:04:53.001Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-16T07:04:53.002Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:04:53.002Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "69ab5193-0e5c-4663-8b2f-acbcf60cbccc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1657954970165,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/resourceInstances/pnff78e18bc560f0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-07-16T07:04:53.002Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-16T07:04:53.002Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-16T07:04:53.002Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "69ab5193-0e5c-4663-8b2f-acbcf60cbccc",
"consumerID": "policy-id",
"timestamp": 1657954964233,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/artifacts/service-DemoPnfI9mlgcnk0faxyk3arefl-csar.csar",
"status": "NOTIFIED"
}
2022-07-16T07:04:53.003Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-16T07:05:01.606Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d294385e-14a3-4a4e-a065-46c7196146a0
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-07-16T07:05:01.707Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d294385e-14a3-4a4e-a065-46c7196146a0
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-07-16T07:05:01.731Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-16T07:05:01.733Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-16T07:05:01.734Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-07-16T07:05:01.735Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-07-16T07:05:01.736Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-16T07:05:01.737Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-16T07:05:01.738Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-16T07:05:01.739Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-16T07:05:01.740Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-16T07:05:01.741Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-16T07:05:01.742Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-16T07:05:01.773Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-07-16T07:05:31.775Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d294385e-14a3-4a4e-a065-46c7196146a0 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-07-16T07:05:31.798Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d294385e-14a3-4a4e-a065-46c7196146a0 and serviceModelVersionId: 808215af-4990-4538-bc57-c21eb92c23b0
2022-07-16T07:05:31.799Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 810fd669-fa7c-4f72-8f08-1225d187c9e4
2022-07-16T07:05:31.821Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/810fd669-fa7c-4f72-8f08-1225d187c9e4/model-vers/model-ver/808215af-4990-4538-bc57-c21eb92c23b0?depth=0
2022-07-16T07:05:31.906Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-07-16T07:05:32.267Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/810fd669-fa7c-4f72-8f08-1225d187c9e4/model-vers/model-ver/808215af-4990-4538-bc57-c21eb92c23b0?depth=0|INFO|500||Invoke
2022-07-16T07:05:32.268Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/810fd669-fa7c-4f72-8f08-1225d187c9e4/model-vers/model-ver/808215af-4990-4538-bc57-c21eb92c23b0?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/810fd669-fa7c-4f72-8f08-1225d187c9e4/model-vers/model-ver/808215af-4990-4538-bc57-c21eb92c23b0?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[d294385e-14a3-4a4e-a065-46c7196146a0], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e5283ad4-ee44-42ba-8ce5-5852822add30], X-ECOMP-RequestID=[d294385e-14a3-4a4e-a065-46c7196146a0], X-TransactionId=[], X-ONAP-RequestID=[d294385e-14a3-4a4e-a065-46c7196146a0], Content-Type=[application/merge-patch+json]}
2022-07-16T07:05:32.388Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/810fd669-fa7c-4f72-8f08-1225d187c9e4/model-vers/model-ver/808215af-4990-4538-bc57-c21eb92c23b0?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-07-16T07:05:32.571Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/810fd669-fa7c-4f72-8f08-1225d187c9e4/model-vers/model-ver/808215af-4990-4538-bc57-c21eb92c23b0?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/810fd669-fa7c-4f72-8f08-1225d187c9e4/model-vers/model-ver/808215af-4990-4538-bc57-c21eb92c23b0?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220716-07:05:32:926-36483], vertex-id=[184488], Content-Length=[0], Date=[Sat, 16 Jul 2022 07:05:32 GMT], Content-Type=[application/json]}
2022-07-16T07:05:32.572Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/810fd669-fa7c-4f72-8f08-1225d187c9e4/model-vers/model-ver/808215af-4990-4538-bc57-c21eb92c23b0?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-07-16T07:05:32.580Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/810fd669-fa7c-4f72-8f08-1225d187c9e4/model-vers/model-ver/808215af-4990-4538-bc57-c21eb92c23b0?depth=0|INFO|500||InvokeReturn
2022-07-16T07:05:32.580Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-16T07:05:32.580Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-16T07:05:32.630Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-07-16T07:05:32.644Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d294385e-14a3-4a4e-a065-46c7196146a0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-07-16T07:05:32.645Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-07-16T07:05:32.646Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-16T07:05:32.700Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T07:05:32.701Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "d294385e-14a3-4a4e-a065-46c7196146a0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657955132644,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-16T07:05:32.755Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 53 ms
2022-07-16T07:05:32.756Z||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-07-16T07:05:32.756Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as domtawzly8X4mXCY) ...
2022-07-16T07:05:32.807Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-16T07:05:32.808Z||pool-39-thread-1|||||INFO|500||cambria reply ok (51 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-07-16T07:05:33.741Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T07:05:33.742Z|d294385e-14a3-4a4e-a065-46c7196146a0|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-07-16T07:05:33.743Z|d294385e-14a3-4a4e-a065-46c7196146a0|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 domtawzly8X4mXCY) ...
2022-07-16T07:05:38.354Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-16T07:05:38.381Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-16T07:05:38.386Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"69ab5193-0e5c-4663-8b2f-acbcf60cbccc","serviceName":"Demo_pNF_I9MlGCnK0FaXYK3AREfL","serviceVersion":"1.0","serviceUUID":"46b4641e-8828-4f54-9917-b75651ada8d7","serviceDescription":"catalog service description","serviceInvariantUUID":"83e9d84e-ef3c-4151-8183-54d1c9609189","resources":[{"resourceInstanceName":"pNF f78e18bc-560f 0","resourceName":"pNF f78e18bc-560f","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"a77e297f-6605-40d1-af6c-abcfb4f3e0ad","resourceInvariantUUID":"41f7402a-e48a-4be1-b6e5-340a62e5744b","resourceCustomizationUUID":"d1acb822-c719-4c45-b913-71a68763c9dc","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/resourceInstances/pnff78e18bc560f0/artifacts/vf-license-model.xml","artifactChecksum":"NmY3N2M0MTM2OGUyZGUwMDlhZmRjZWEzNjQ0OWE1ZTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"92dcc451-7e7a-4ef8-bd42-8881c251e404","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/resourceInstances/pnff78e18bc560f0/artifacts/pNF.csar","artifactChecksum":"ODAyYjdiZjg5NTIyNzFiNTAxOThjOWQ4NjkwMzdjMDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2e38117e-bc2b-4540-8267-c572fc8d8625","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/resourceInstances/pnff78e18bc560f0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"009c400b-a005-4ca0-b95b-5c31d92b8885","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/resourceInstances/pnff78e18bc560f0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDc3MmNkMzc0Zjg3NzIxZWMzOTQ5YWFjMGVjOWJiNzI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"749779ee-322a-4a10-b828-1aa4254034f6","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/resourceInstances/pnff78e18bc560f0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"bca27db1-e2e1-4a5d-a545-687f492d08b3","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/resourceInstances/pnff78e18bc560f0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6a9c16f3-aa55-43b0-ac32-6de720c5c98c","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfI9mlgcnk0faxyk3arefl-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/artifacts/service-DemoPnfI9mlgcnk0faxyk3arefl-template.yml","artifactChecksum":"YTMwMTEwNmE3YmY2MmUxNWYxZjI5ZmZhN2IxMzJkNzk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"fa49a0c0-175d-43e7-9c9b-1f905ef4bbe6","artifactVersion":"1"},{"artifactName":"service-DemoPnfI9mlgcnk0faxyk3arefl-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/artifacts/service-DemoPnfI9mlgcnk0faxyk3arefl-csar.csar","artifactChecksum":"MDllZjM1MmNmOThhODdjYjI3MTgzNGIyODFmZDZhMWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"de677bac-0faa-43dd-b5da-fa93872d8a3f","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-16T07:05:38.406Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-16T07:05:38.407Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-16T07:05:38.423Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T07:05:38.423Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "69ab5193-0e5c-4663-8b2f-acbcf60cbccc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657955133741,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/resourceInstances/pnff78e18bc560f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-16T07:05:38.539Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 115 ms
2022-07-16T07:05:38.543Z||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-07-16T07:05:38.544Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as domtawzly8X4mXCY) ...
2022-07-16T07:05:38.592Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-16T07:05:38.595Z||pool-40-thread-1|||||INFO|500||cambria reply ok (54 ms):{"serverTimeMs":1,"count":1}
2022-07-16T07:05:39.440Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-16T07:05:39.441Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-16T07:05:39.455Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T07:05:39.457Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "69ab5193-0e5c-4663-8b2f-acbcf60cbccc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657955133741,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/resourceInstances/pnff78e18bc560f0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-07-16T07:05:39.571Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-07-16T07:05:39.574Z||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-07-16T07:05:39.574Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as domtawzly8X4mXCY) ...
2022-07-16T07:05:39.599Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-16T07:05:39.600Z||pool-41-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-07-16T07:05:40.471Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-16T07:05:40.473Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-16T07:05:40.507Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T07:05:40.507Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "69ab5193-0e5c-4663-8b2f-acbcf60cbccc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657955133741,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/resourceInstances/pnff78e18bc560f0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-07-16T07:05:40.595Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 88 ms
2022-07-16T07:05:40.596Z||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-07-16T07:05:40.596Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as domtawzly8X4mXCY) ...
2022-07-16T07:05:40.629Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-16T07:05:40.630Z||pool-42-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":1,"count":1}
2022-07-16T07:05:41.508Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-16T07:05:41.510Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-16T07:05:41.521Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T07:05:41.522Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "69ab5193-0e5c-4663-8b2f-acbcf60cbccc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657955133741,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/resourceInstances/pnff78e18bc560f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-16T07:05:41.621Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-07-16T07:05:41.622Z||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-07-16T07:05:41.622Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as domtawzly8X4mXCY) ...
2022-07-16T07:05:41.660Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-16T07:05:41.662Z||pool-43-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1}
2022-07-16T07:05:42.523Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-16T07:05:42.524Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-16T07:05:42.546Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T07:05:42.548Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "69ab5193-0e5c-4663-8b2f-acbcf60cbccc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657955133741,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/resourceInstances/pnff78e18bc560f0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-16T07:05:42.651Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-07-16T07:05:42.652Z||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-07-16T07:05:42.652Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as domtawzly8X4mXCY) ...
2022-07-16T07:05:42.687Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-16T07:05:42.688Z||pool-44-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":1,"count":1}
2022-07-16T07:05:43.551Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-16T07:05:43.551Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-16T07:05:43.563Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T07:05:43.563Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "69ab5193-0e5c-4663-8b2f-acbcf60cbccc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657955133741,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/resourceInstances/pnff78e18bc560f0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-16T07:05:43.667Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-07-16T07:05:43.668Z||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-07-16T07:05:43.668Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as domtawzly8X4mXCY) ...
2022-07-16T07:05:43.708Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-16T07:05:43.710Z||pool-45-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1}
2022-07-16T07:05:44.564Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-16T07:05:44.568Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-16T07:05:44.585Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T07:05:44.590Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "69ab5193-0e5c-4663-8b2f-acbcf60cbccc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657955133741,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/artifacts/service-DemoPnfI9mlgcnk0faxyk3arefl-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-16T07:05:44.682Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 81 ms
2022-07-16T07:05:44.682Z||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-07-16T07:05:44.683Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as domtawzly8X4mXCY) ...
2022-07-16T07:05:44.701Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-16T07:05:44.701Z||pool-46-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-07-16T07:05:45.604Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-16T07:05:45.605Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-16T07:05:45.614Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T07:05:45.614Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "69ab5193-0e5c-4663-8b2f-acbcf60cbccc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657955133741,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/artifacts/service-DemoPnfI9mlgcnk0faxyk3arefl-csar.csar",
"status": "NOTIFIED"
}
2022-07-16T07:05:45.714Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-16T07:05:45.717Z||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-07-16T07:05:45.717Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as domtawzly8X4mXCY) ...
2022-07-16T07:05:45.740Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-16T07:05:45.741Z||pool-47-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-07-16T07:05:46.615Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
"distributionID": "69ab5193-0e5c-4663-8b2f-acbcf60cbccc",
"serviceName": "Demo_pNF_I9MlGCnK0FaXYK3AREfL",
"serviceVersion": "1.0",
"serviceUUID": "46b4641e-8828-4f54-9917-b75651ada8d7",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "83e9d84e-ef3c-4151-8183-54d1c9609189",
"resources": [
{
"resourceInstanceName": "pNF f78e18bc-560f 0",
"resourceCustomizationUUID": "d1acb822-c719-4c45-b913-71a68763c9dc",
"resourceName": "pNF f78e18bc-560f",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "a77e297f-6605-40d1-af6c-abcfb4f3e0ad",
"resourceInvariantUUID": "41f7402a-e48a-4be1-b6e5-340a62e5744b",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfI9mlgcnk0faxyk3arefl-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/artifacts/service-DemoPnfI9mlgcnk0faxyk3arefl-csar.csar",
"artifactChecksum": "MDllZjM1MmNmOThhODdjYjI3MTgzNGIyODFmZDZhMWE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "de677bac-0faa-43dd-b5da-fa93872d8a3f"
}
],
"workloadContext": "Production"
}
2022-07-16T07:05:46.616Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-16T07:05:46.616Z|d294385e-14a3-4a4e-a065-46c7196146a0|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 46b4641e-8828-4f54-9917-b75651ada8d7 ASDC
2022-07-16T07:05:46.626Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:69ab5193-0e5c-4663-8b2f-acbcf60cbccc
ServiceName:Demo_pNF_I9MlGCnK0FaXYK3AREfL
ServiceVersion:1.0
ServiceUUID:46b4641e-8828-4f54-9917-b75651ada8d7
ServiceInvariantUUID:83e9d84e-ef3c-4151-8183-54d1c9609189
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfI9mlgcnk0faxyk3arefl-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/artifacts/service-DemoPnfI9mlgcnk0faxyk3arefl-csar.csar
ArtifactUUID:de677bac-0faa-43dd-b5da-fa93872d8a3f
ArtifactChecksum:MDllZjM1MmNmOThhODdjYjI3MTgzNGIyODFmZDZhMWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF f78e18bc-560f 0
ResourceCustomizationUUID:d1acb822-c719-4c45-b913-71a68763c9dc
ResourceInvariantUUID:41f7402a-e48a-4be1-b6e5-340a62e5744b
ResourceName:pNF f78e18bc-560f
ResourceType:PNF
ResourceUUID:a77e297f-6605-40d1-af6c-abcfb4f3e0ad
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2022-07-16T07:05:46.626Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 46b4641e-8828-4f54-9917-b75651ada8d7 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-07-16T07:05:46.845Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-16T07:05:46.846Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-07-16T07:05:46.847Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-07-16T07:05:46.847Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: de677bac-0faa-43dd-b5da-fa93872d8a3f from URL: /sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/artifacts/service-DemoPnfI9mlgcnk0faxyk3arefl-csar.csar
2022-07-16T07:05:46.847Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-07-16T07:05:46.848Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/artifacts/service-DemoPnfI9mlgcnk0faxyk3arefl-csar.csar
2022-07-16T07:05:47.506Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-07-16T07:05:47.516Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/artifacts/service-DemoPnfI9mlgcnk0faxyk3arefl-csar.csar de677bac-0faa-43dd-b5da-fa93872d8a3f 86700
2022-07-16T07:05:47.517Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/artifacts/service-DemoPnfI9mlgcnk0faxyk3arefl-csar.csar ASDC sendASDCNotification
2022-07-16T07:05:47.517Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/artifacts/service-DemoPnfI9mlgcnk0faxyk3arefl-csar.csar
2022-07-16T07:05:47.517Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-16T07:05:47.517Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-16T07:05:47.525Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-16T07:05:47.525Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "69ab5193-0e5c-4663-8b2f-acbcf60cbccc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657955147517,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/artifacts/service-DemoPnfI9mlgcnk0faxyk3arefl-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-16T07:05:47.627Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-07-16T07:05:47.628Z||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-07-16T07:05:47.629Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as domtawzly8X4mXCY) ...
2022-07-16T07:05:47.665Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-16T07:05:47.668Z||pool-48-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":2,"count":1}
2022-07-16T07:05:48.527Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-16T07:05:48.532Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-07-16T07:05:48.533Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: de677bac-0faa-43dd-b5da-fa93872d8a3f, URL: /sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/artifacts/service-DemoPnfI9mlgcnk0faxyk3arefl-csar.csar to file: /app/ASDC/1/service-DemoPnfI9mlgcnk0faxyk3arefl-csar.csar
2022-07-16T07:05:48.534Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfI9mlgcnk0faxyk3arefl-csar.csar
2022-07-16T07:05:48.536Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfI9mlgcnk0faxyk3arefl-csar.csar
2022-07-16T07:05:48.536Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfI9mlgcnk0faxyk3arefl-csar.csar
2022-07-16T07:05:49.180Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5701797717083544535/Definitions/service-DemoPnfI9mlgcnk0faxyk3arefl-template.yml
2022-07-16T07:05:52.307Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-16T07:05:52.308Z||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-07-16T07:05:52.308Z||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 domtawzly8X4mXCY) ...
2022-07-16T07:05:52.368Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-16T07:05:52.434Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:05:52.435Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "69ab5193-0e5c-4663-8b2f-acbcf60cbccc",
"consumerID": "clamp",
"timestamp": 1657954970980,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/resourceInstances/pnff78e18bc560f0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-07-16T07:05:52.436Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-16T07:05:52.437Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:05:52.437Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "69ab5193-0e5c-4663-8b2f-acbcf60cbccc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1657954970165,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/resourceInstances/pnff78e18bc560f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-16T07:05:52.437Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-16T07:05:52.437Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:05:52.437Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "69ab5193-0e5c-4663-8b2f-acbcf60cbccc",
"consumerID": "clamp",
"timestamp": 1657954970980,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/resourceInstances/pnff78e18bc560f0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-07-16T07:05:52.437Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-16T07:05:52.437Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:05:52.437Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "69ab5193-0e5c-4663-8b2f-acbcf60cbccc",
"consumerID": "policy-id",
"timestamp": 1657954973388,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/artifacts/service-DemoPnfI9mlgcnk0faxyk3arefl-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-16T07:05:52.438Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T07:05:52.438Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:05:52.438Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "69ab5193-0e5c-4663-8b2f-acbcf60cbccc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1657954970165,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/resourceInstances/pnff78e18bc560f0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-16T07:05:52.438Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-16T07:05:52.438Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:05:52.438Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "69ab5193-0e5c-4663-8b2f-acbcf60cbccc",
"consumerID": "clamp",
"timestamp": 1657954970980,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/resourceInstances/pnff78e18bc560f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-16T07:05:52.438Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-16T07:05:52.439Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:05:52.439Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "69ab5193-0e5c-4663-8b2f-acbcf60cbccc",
"consumerID": "aai-ml",
"timestamp": 1657954975441,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/artifacts/service-DemoPnfI9mlgcnk0faxyk3arefl-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-16T07:05:52.439Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T07:05:52.439Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:05:52.439Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "69ab5193-0e5c-4663-8b2f-acbcf60cbccc",
"consumerID": "policy-id",
"timestamp": 1657954974397,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/artifacts/service-DemoPnfI9mlgcnk0faxyk3arefl-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-16T07:05:52.439Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T07:05:52.440Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:05:52.440Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "69ab5193-0e5c-4663-8b2f-acbcf60cbccc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1657954970165,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/resourceInstances/pnff78e18bc560f0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-16T07:05:52.440Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-16T07:05:52.440Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:05:52.440Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "69ab5193-0e5c-4663-8b2f-acbcf60cbccc",
"consumerID": "clamp",
"timestamp": 1657954970980,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/resourceInstances/pnff78e18bc560f0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-16T07:05:52.444Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-16T07:05:52.444Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:05:52.444Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "69ab5193-0e5c-4663-8b2f-acbcf60cbccc",
"consumerID": "aai-ml",
"timestamp": 1657954976446,
"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-07-16T07:05:52.509Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 69ab5193-0e5c-4663-8b2f-acbcf60cbccc
2022-07-16T07:05:52.509Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 69ab5193-0e5c-4663-8b2f-acbcf60cbccc 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-07-16T07:05:52.643Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:05:52.643Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "69ab5193-0e5c-4663-8b2f-acbcf60cbccc",
"consumerID": "policy-id",
"timestamp": 1657954975412,
"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-07-16T07:05:52.734Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 69ab5193-0e5c-4663-8b2f-acbcf60cbccc
2022-07-16T07:05:52.734Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 69ab5193-0e5c-4663-8b2f-acbcf60cbccc 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-07-16T07:05:52.769Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:05:52.769Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "69ab5193-0e5c-4663-8b2f-acbcf60cbccc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1657954970165,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/artifacts/service-DemoPnfI9mlgcnk0faxyk3arefl-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-16T07:05:52.770Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-16T07:05:52.770Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:05:52.770Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "69ab5193-0e5c-4663-8b2f-acbcf60cbccc",
"consumerID": "clamp",
"timestamp": 1657954970980,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/resourceInstances/pnff78e18bc560f0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-16T07:05:52.770Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-16T07:05:52.770Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:05:52.770Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "69ab5193-0e5c-4663-8b2f-acbcf60cbccc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1657954970165,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/artifacts/service-DemoPnfI9mlgcnk0faxyk3arefl-csar.csar",
"status": "NOTIFIED"
}
2022-07-16T07:05:52.770Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-16T07:05:52.771Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:05:52.771Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "69ab5193-0e5c-4663-8b2f-acbcf60cbccc",
"consumerID": "clamp",
"timestamp": 1657954970980,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/artifacts/service-DemoPnfI9mlgcnk0faxyk3arefl-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-16T07:05:52.771Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-16T07:05:52.771Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:05:52.771Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "69ab5193-0e5c-4663-8b2f-acbcf60cbccc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1657954979207,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/artifacts/service-DemoPnfI9mlgcnk0faxyk3arefl-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-16T07:05:52.772Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T07:05:52.772Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:05:52.772Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "69ab5193-0e5c-4663-8b2f-acbcf60cbccc",
"consumerID": "clamp",
"timestamp": 1657954970980,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/artifacts/service-DemoPnfI9mlgcnk0faxyk3arefl-csar.csar",
"status": "NOTIFIED"
}
2022-07-16T07:05:52.772Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-16T07:05:52.772Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:05:52.772Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "69ab5193-0e5c-4663-8b2f-acbcf60cbccc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1657954981838,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/artifacts/service-DemoPnfI9mlgcnk0faxyk3arefl-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-16T07:05:52.772Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T07:05:52.772Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:05:52.773Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "69ab5193-0e5c-4663-8b2f-acbcf60cbccc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1657954982849,
"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-07-16T07:05:52.822Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 69ab5193-0e5c-4663-8b2f-acbcf60cbccc
2022-07-16T07:05:52.822Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 69ab5193-0e5c-4663-8b2f-acbcf60cbccc 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-07-16T07:05:52.905Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-16T07:05:52.906Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-07-16T07:05:52.906Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfI9mlgcnk0faxyk3arefl-csar.csar
2022-07-16T07:05:52.906Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-07-16T07:05:52.907Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||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-DemoPnfI9mlgcnk0faxyk3arefl-csar.csar
2022-07-16T07:05:52.907Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfI9mlgcnk0faxyk3arefl-csar.csar
2022-07-16T07:05:52.907Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||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-DemoPnfI9mlgcnk0faxyk3arefl-csar.csar
2022-07-16T07:05:52.907Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfI9mlgcnk0faxyk3arefl-csar.csar
2022-07-16T07:05:52.907Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfI9mlgcnk0faxyk3arefl-csar.csar
2022-07-16T07:05:52.907Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF f78e18bc-560f 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-DemoPnfI9mlgcnk0faxyk3arefl-csar.csar
2022-07-16T07:05:52.907Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfI9mlgcnk0faxyk3arefl-csar.csar
2022-07-16T07:05:52.907Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-07-16T07:05:52.907Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-16T07:05:52.908Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_I9MlGCnK0FaXYK3AREfL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T07:05:52.908Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||DEBUG|500||Node template pNF f78e18bc-560f 0 is matching search criteria
2022-07-16T07:05:52.908Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-07-16T07:05:52.908Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF f78e18bc-560f 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-16T07:05:52.908Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-16T07:05:52.909Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_I9MlGCnK0FaXYK3AREfL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T07:05:52.909Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||DEBUG|500||Node template pNF f78e18bc-560f 0 is matching search criteria
2022-07-16T07:05:52.909Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-07-16T07:05:52.909Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF f78e18bc-560f 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-16T07:05:52.909Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-16T07:05:52.909Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_I9MlGCnK0FaXYK3AREfL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T07:05:52.909Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-16T07:05:52.910Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_I9MlGCnK0FaXYK3AREfL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T07:05:52.910Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-16T07:05:52.910Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_I9MlGCnK0FaXYK3AREfL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T07:05:52.910Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-16T07:05:52.910Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_I9MlGCnK0FaXYK3AREfL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T07:05:52.910Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-16T07:05:52.910Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_I9MlGCnK0FaXYK3AREfL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T07:05:52.911Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_I9MlGCnK0FaXYK3AREfL
Description:catalog service description
Model UUID:46b4641e-8828-4f54-9917-b75651ada8d7
Model Version:NULL
Model InvariantUuid:83e9d84e-ef3c-4151-8183-54d1c9609189
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-07-16T07:05:52.931Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:05:52.932Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8dd5cab2-7db3-4e53-9454-08e72800151d",
"consumerID": "policy-id",
"timestamp": 1657954984239,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-16T07:05:52.934Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-16T07:05:52.949Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:05:52.965Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8dd5cab2-7db3-4e53-9454-08e72800151d",
"consumerID": "policy-id",
"timestamp": 1657954984239,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-07-16T07:05:52.967Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-16T07:05:52.967Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:05:52.968Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8dd5cab2-7db3-4e53-9454-08e72800151d",
"consumerID": "policy-id",
"timestamp": 1657954984239,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2022-07-16T07:05:52.969Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-16T07:05:52.969Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:05:52.969Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8dd5cab2-7db3-4e53-9454-08e72800151d",
"consumerID": "policy-id",
"timestamp": 1657954984239,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-16T07:05:52.970Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-16T07:05:52.972Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:05:52.972Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8dd5cab2-7db3-4e53-9454-08e72800151d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657954989368,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-16T07:05:52.973Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-16T07:05:52.974Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:05:52.974Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "69ab5193-0e5c-4663-8b2f-acbcf60cbccc",
"consumerID": "clamp",
"timestamp": 1657954990067,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/artifacts/service-DemoPnfI9mlgcnk0faxyk3arefl-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-16T07:05:52.975Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||INFO|500||Processing Resource Type: PNF, Model UUID: a77e297f-6605-40d1-af6c-abcfb4f3e0ad
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-07-16T07:05:52.975Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T07:05:52.977Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:05:52.978Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8dd5cab2-7db3-4e53-9454-08e72800151d",
"consumerID": "aai-ml",
"timestamp": 1657954990615,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-16T07:05:52.979Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-16T07:05:52.980Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:05:52.981Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8dd5cab2-7db3-4e53-9454-08e72800151d",
"consumerID": "cds",
"timestamp": 1657954989572,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-16T07:05:52.982Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-16T07:05:52.982Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:05:52.982Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8dd5cab2-7db3-4e53-9454-08e72800151d",
"consumerID": "policy-id",
"timestamp": 1657954984239,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-07-16T07:05:52.984Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-16T07:05:52.984Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:05:52.985Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8dd5cab2-7db3-4e53-9454-08e72800151d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657954989368,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2022-07-16T07:05:52.985Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-16T07:05:52.986Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:05:52.986Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "69ab5193-0e5c-4663-8b2f-acbcf60cbccc",
"consumerID": "clamp",
"timestamp": 1657954991386,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfI9mlgcnk0faxyk3arefl/1.0/artifacts/service-DemoPnfI9mlgcnk0faxyk3arefl-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-16T07:05:52.987Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-16T07:05:52.988Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:05:52.988Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8dd5cab2-7db3-4e53-9454-08e72800151d",
"consumerID": "aai-ml",
"timestamp": 1657954990615,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-07-16T07:05:52.989Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||INFO|500||pNF f78e18bc-560f 0
2022-07-16T07:05:52.989Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: a77e297f-6605-40d1-af6c-abcfb4f3e0ad
2022-07-16T07:05:52.989Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||DEBUG|500||No resources found for Service: 46b4641e-8828-4f54-9917-b75651ada8d7
2022-07-16T07:05:52.989Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 46b4641e-8828-4f54-9917-b75651ada8d7
2022-07-16T07:05:52.989Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF f78e18bc-560f 0 a77e297f-6605-40d1-af6c-abcfb4f3e0ad ASDC
2022-07-16T07:05:52.989Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-16T07:05:52.990Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:05:52.990Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8dd5cab2-7db3-4e53-9454-08e72800151d",
"consumerID": "cds",
"timestamp": 1657954989572,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-07-16T07:05:52.993Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-16T07:05:52.994Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:05:52.995Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8dd5cab2-7db3-4e53-9454-08e72800151d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657954989368,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2022-07-16T07:05:52.996Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-07-16T07:05:52.998Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:05:52.999Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8dd5cab2-7db3-4e53-9454-08e72800151d",
"consumerID": "policy-id",
"timestamp": 1657954984239,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-16T07:05:53.002Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
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-07-16T07:05:53.003Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-16T07:05:53.006Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "69ab5193-0e5c-4663-8b2f-acbcf60cbccc",
"consumerID": "clamp",
"timestamp": 1657954992390,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
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=?
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-07-16T07:05:53.033Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1044d0a0, org.onap.sdc.toscaparser.api.parameters.Input@2d3c8375, org.onap.sdc.toscaparser.api.parameters.Input@26e57669, org.onap.sdc.toscaparser.api.parameters.Input@12644639, org.onap.sdc.toscaparser.api.parameters.Input@24135505]
2022-07-16T07:05:53.034Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-16T07:05:53.034Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_I9MlGCnK0FaXYK3AREfL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-16T07:05:53.034Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 46b4641e-8828-4f54-9917-b75651ada8d7: pNF f78e18bc-560f
2022-07-16T07:05:53.034Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||INFO|500||Processing PNF resource: a77e297f-6605-40d1-af6c-abcfb4f3e0ad
2022-07-16T07:05:53.034Z|69ab5193-0e5c-4663-8b2f-acbcf60cbccc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery