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-04-10T03:17:24.508Z||main|||||INFO|500||The following profiles are active: basic
2022-04-10T03:17:49.183Z||main|||||INFO|500||Starting service [Tomcat]
2022-04-10T03:17:49.184Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-04-10T03:17:49.411Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-04-10T03:17:57.816Z||main|||||INFO|500||catdb-pool - Starting...
2022-04-10T03:17:58.660Z||main|||||INFO|500||catdb-pool - Start completed.
2022-04-10T03:17:59.817Z||main|||||INFO|500||reqdb-pool - Starting...
2022-04-10T03:17:59.841Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-04-10T03:18:00.059Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-04-10T03:18:00.641Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-04-10T03:18:01.822Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-04-10T03:18:05.453Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-04-10T03:18:09.856Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-04-10T03:18:10.013Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-04-10T03:18:11.090Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-04-10T03:18:11.443Z||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-04-10T03:18:14.163Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-04-10T03:18:16.359Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-04-10T03:18:16.397Z||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$$36dd570f.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-04-10T03:18:16.399Z||main|||||WARN|500||The sdc end point is not alive
2022-04-10T03:18:22.293Z||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-04-10T03:18:27.755Z||main|||||WARN|500||---
2022-04-10T03:18:27.756Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-04-10T03:18:27.756Z||main|||||WARN|500||---
2022-04-10T03:18:28.674Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-04-10T03:18:38.545Z||main|||||INFO|500||Started Application in 80.113 seconds (JVM running for 85.179)
2022-04-10T03:18:38.618Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-04-10T03:18:38.621Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-04-10T03:18:38.645Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-04-10T03:18:38.726Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-04-10T03:18:38.842Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 0740b542-ecdd-4dd9-b06d-91458fabb65a url= /sdc/v1/artifactTypes
2022-04-10T03:18:38.844Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-04-10T03:18:39.587Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-04-10T03:18:39.649Z||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-04-10T03:18:39.705Z||scheduling-1|||||DEBUG|500||create keys
2022-04-10T03:18:39.720Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-04-10T03:18:39.974Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T03:18:40.012Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 8624ddea-c85f-45d9-b5a8-e90ab77006a2 url= /sdc/v1/registerForDistribution
2022-04-10T03:18:40.725Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 8624ddea-c85f-45d9-b5a8-e90ab77006a2 url= /sdc/v1/registerForDistribution
2022-04-10T03:18:40.725Z||scheduling-1|||||INFO|500||start DistributionClient
2022-04-10T03:18:40.743Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T03:18:40.743Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T03:18:40.764Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-04-10T03:18:40.783Z||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-04-10T03:18:40.783Z||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-04-10T03:18:40.783Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T03:18:40.783Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T03:18:51.389Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T03:18:51.492Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T03:19:40.737Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T03:19:40.740Z||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-04-10T03:19:40.740Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T03:19:40.742Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T03:19:40.744Z||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-04-10T03:19:40.747Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T03:19:50.513Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T03:19:50.522Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T03:20:40.737Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T03:20:40.740Z||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-04-10T03:20:40.740Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T03:20:40.744Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T03:20:40.747Z||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-04-10T03:20:40.747Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T03:20:50.711Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T03:20:50.746Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T03:21:40.737Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T03:21:40.742Z||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-04-10T03:21:40.742Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T03:21:40.743Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T03:21:40.744Z||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-04-10T03:21:40.745Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T03:21:50.400Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T03:21:50.434Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T03:22:40.737Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T03:22:40.739Z||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-04-10T03:22:40.740Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T03:22:40.743Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T03:22:40.745Z||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-04-10T03:22:40.745Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T03:22:50.308Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T03:22:50.319Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T03:23:40.737Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T03:23:40.740Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T03:23:40.740Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T03:23:40.742Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T03:23:40.744Z||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-04-10T03:23:40.744Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T03:23:50.316Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T03:23:50.319Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T03:24:40.737Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T03:24:40.739Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T03:24:40.739Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T03:24:40.742Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T03:24:40.744Z||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-04-10T03:24:40.744Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T03:24:50.336Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T03:24:50.343Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T03:25:40.737Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T03:25:40.739Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T03:25:40.740Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T03:25:40.743Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T03:25:40.745Z||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-04-10T03:25:40.746Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T03:25:50.326Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T03:25:50.328Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T03:26:40.739Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T03:26:40.741Z||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-04-10T03:26:40.742Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T03:26:40.742Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T03:26:40.743Z||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-04-10T03:26:40.743Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T03:26:50.360Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T03:26:50.362Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T03:27:14.637Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-04-10T03:27:40.738Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T03:27:40.741Z||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-04-10T03:27:40.742Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T03:27:40.742Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T03:27:40.743Z||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-04-10T03:27:40.743Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T03:27:50.331Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T03:27:50.336Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T03:28:40.737Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T03:28:40.740Z||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-04-10T03:28:40.741Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T03:28:40.742Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T03:28:40.743Z||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-04-10T03:28:40.744Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T03:28:50.331Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T03:28:50.361Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T03:29:40.737Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T03:29:40.739Z||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-04-10T03:29:40.739Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T03:29:40.742Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T03:29:40.746Z||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-04-10T03:29:40.747Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T03:29:50.333Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T03:29:50.341Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T03:30:40.737Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T03:30:40.739Z||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-04-10T03:30:40.739Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T03:30:40.742Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T03:30:40.743Z||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-04-10T03:30:40.744Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T03:30:50.322Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T03:30:50.328Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T03:31:40.737Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T03:31:40.739Z||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-04-10T03:31:40.739Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T03:31:40.742Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T03:31:40.744Z||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-04-10T03:31:40.744Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T03:31:50.302Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T03:31:50.326Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T03:32:40.737Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T03:32:40.740Z||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-04-10T03:32:40.740Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T03:32:40.742Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T03:32:40.744Z||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-04-10T03:32:40.745Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T03:32:50.309Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T03:32:50.311Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T03:33:40.737Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T03:33:40.739Z||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-04-10T03:33:40.740Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T03:33:40.742Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T03:33:40.744Z||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-04-10T03:33:40.744Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T03:33:50.343Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T03:33:50.350Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T03:34:40.737Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T03:34:40.740Z||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-04-10T03:34:40.740Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T03:34:40.742Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T03:34:40.743Z||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-04-10T03:34:40.743Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T03:34:50.315Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T03:34:50.319Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T03:35:40.737Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T03:35:40.739Z||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-04-10T03:35:40.740Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T03:35:40.742Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T03:35:40.744Z||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-04-10T03:35:40.744Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T03:35:50.313Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T03:35:50.315Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T03:36:40.738Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T03:36:40.739Z||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-04-10T03:36:40.740Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T03:36:40.742Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T03:36:40.743Z||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-04-10T03:36:40.743Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T03:36:50.316Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T03:36:50.331Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T03:37:40.737Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T03:37:40.738Z||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-04-10T03:37:40.738Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T03:37:40.742Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T03:37:40.743Z||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-04-10T03:37:40.743Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T03:37:50.312Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T03:37:50.312Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T03:38:40.737Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T03:38:40.738Z||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-04-10T03:38:40.738Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T03:38:40.742Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T03:38:40.743Z||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-04-10T03:38:40.744Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T03:38:50.302Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T03:38:50.302Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T03:39:40.737Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T03:39:40.738Z||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-04-10T03:39:40.738Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T03:39:40.742Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T03:39:40.743Z||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-04-10T03:39:40.743Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T03:39:50.313Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T03:39:50.324Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T03:40:40.737Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T03:40:40.738Z||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-04-10T03:40:40.739Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T03:40:40.742Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T03:40:40.743Z||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-04-10T03:40:40.743Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T03:40:50.299Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T03:40:50.300Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T03:41:40.737Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T03:41:40.739Z||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-04-10T03:41:40.739Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T03:41:40.744Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T03:41:40.745Z||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-04-10T03:41:40.746Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T03:41:50.351Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T03:41:50.352Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T03:42:40.737Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T03:42:40.739Z||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-04-10T03:42:40.739Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T03:42:40.744Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T03:42:40.745Z||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-04-10T03:42:40.745Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T03:42:50.335Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T03:42:50.341Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T03:43:40.737Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T03:43:40.739Z||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-04-10T03:43:40.742Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T03:43:40.743Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T03:43:40.743Z||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-04-10T03:43:40.744Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T03:43:50.346Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T03:43:50.348Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T03:44:40.737Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T03:44:40.738Z||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-04-10T03:44:40.738Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T03:44:40.742Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T03:44:40.744Z||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-04-10T03:44:40.744Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T03:44:50.314Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T03:44:50.356Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T03:45:40.737Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T03:45:40.738Z||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-04-10T03:45:40.739Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T03:45:40.742Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T03:45:40.743Z||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-04-10T03:45:40.743Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T03:45:50.311Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T03:45:50.311Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T03:46:40.737Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T03:46:40.738Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T03:46:40.738Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T03:46:40.742Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T03:46:40.744Z||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-04-10T03:46:40.744Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T03:46:50.327Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T03:46:50.342Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T03:47:40.737Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T03:47:40.739Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T03:47:40.740Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T03:47:40.743Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T03:47:40.744Z||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-04-10T03:47:40.744Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T03:47:50.329Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T03:47:50.341Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T03:48:40.737Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T03:48:40.739Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T03:48:40.739Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T03:48:40.742Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T03:48:40.743Z||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-04-10T03:48:40.743Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T03:48:50.308Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T03:48:50.317Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T03:49:40.737Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T03:49:40.739Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T03:49:40.739Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T03:49:40.743Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T03:49:40.744Z||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-04-10T03:49:40.744Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T03:49:50.325Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T03:49:50.336Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T03:50:40.737Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T03:50:40.739Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T03:50:40.739Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T03:50:40.742Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T03:50:40.743Z||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-04-10T03:50:40.743Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T03:50:50.314Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T03:50:50.314Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T03:51:40.737Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T03:51:40.739Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T03:51:40.740Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T03:51:40.742Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T03:51:40.745Z||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-04-10T03:51:40.745Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T03:51:50.314Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T03:51:50.314Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T03:52:40.744Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T03:52:40.744Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T03:52:40.747Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T03:52:40.748Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T03:52:40.748Z||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-04-10T03:52:40.749Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T03:52:50.449Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T03:52:50.450Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T03:53:40.737Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T03:53:40.739Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T03:53:40.739Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T03:53:40.742Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T03:53:40.743Z||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-04-10T03:53:40.743Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T03:53:50.310Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T03:53:50.310Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T03:54:40.737Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T03:54:40.738Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T03:54:40.738Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T03:54:40.742Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T03:54:40.744Z||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-04-10T03:54:40.744Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T03:54:50.309Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T03:54:50.346Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T03:55:40.737Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T03:55:40.738Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T03:55:40.739Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T03:55:40.742Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T03:55:40.743Z||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-04-10T03:55:40.743Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T03:55:50.320Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T03:55:50.321Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T03:56:40.737Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T03:56:40.739Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T03:56:40.739Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T03:56:40.742Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T03:56:40.743Z||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-04-10T03:56:40.743Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T03:56:50.318Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T03:56:50.318Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T03:57:40.737Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T03:57:40.741Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T03:57:40.741Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T03:57:40.742Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T03:57:40.743Z||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-04-10T03:57:40.743Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T03:57:50.308Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T03:57:50.308Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T03:58:30.339Z||http-nio-8085-exec-2|||||INFO|500||Error parsing HTTP request header
Note: further occurrences of HTTP request parsing errors will be logged at DEBUG level.
java.lang.IllegalArgumentException: Invalid character found in method name [JDWP-Handshake\n...]. HTTP method names must be tokens
at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:417)
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:261)
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:888)
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1597)
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.base/java.lang.Thread.run(Unknown Source)
2022-04-10T03:58:40.737Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T03:58:40.739Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T03:58:40.740Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T03:58:40.743Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T03:58:40.744Z||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-04-10T03:58:40.744Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T03:58:50.343Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T03:58:50.344Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T03:59:40.737Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T03:59:40.743Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T03:59:40.742Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T03:59:40.744Z||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-04-10T03:59:40.744Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T03:59:40.744Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T03:59:50.323Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T03:59:50.329Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T04:00:40.737Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T04:00:40.739Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T04:00:40.739Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:00:40.746Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T04:00:40.747Z||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-04-10T04:00:40.747Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:00:50.327Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T04:00:50.345Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T04:01:40.737Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T04:01:40.738Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T04:01:40.739Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:01:40.746Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T04:01:40.747Z||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-04-10T04:01:40.747Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:01:50.342Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T04:01:50.349Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T04:02:40.737Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T04:02:40.738Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T04:02:40.738Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:02:40.749Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T04:02:40.750Z||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-04-10T04:02:40.751Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:02:50.338Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T04:02:50.350Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T04:03:40.737Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T04:03:40.740Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T04:03:40.741Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:03:40.742Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T04:03:40.743Z||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-04-10T04:03:40.743Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:03:50.334Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T04:03:50.342Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T04:04:40.737Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T04:04:40.739Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T04:04:40.739Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:04:40.742Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T04:04:40.745Z||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-04-10T04:04:40.746Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:04:50.343Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T04:04:50.343Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T04:05:40.737Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T04:05:40.739Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T04:05:40.739Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:05:40.743Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T04:05:40.744Z||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-04-10T04:05:40.744Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:05:50.331Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T04:05:50.331Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T04:06:40.737Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T04:06:40.740Z||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-04-10T04:06:40.741Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:06:40.742Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T04:06:40.743Z||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-04-10T04:06:40.744Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:06:40.963Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T04:06:40.985Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:06:40.994Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
"consumerID": "dcae-sch",
"timestamp": 1649563577041,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-10T04:06:41.059Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-10T04:06:41.059Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:06:41.059Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
"consumerID": "policy-id",
"timestamp": 1649563572075,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-10T04:06:41.060Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-10T04:06:41.060Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:06:41.060Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
"consumerID": "cds",
"timestamp": 1649563582338,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-10T04:06:41.061Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-10T04:06:41.061Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:06:41.061Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
"consumerID": "dcae-sch",
"timestamp": 1649563577041,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/basic_onboard_jxacjb0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-10T04:06:41.062Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-10T04:06:41.062Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:06:41.063Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
"consumerID": "policy-id",
"timestamp": 1649563572075,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/basic_onboard_jxacjb0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-10T04:06:41.063Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-10T04:06:41.063Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:06:41.063Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
"consumerID": "cds",
"timestamp": 1649563582338,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/basic_onboard_jxacjb0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-10T04:06:41.064Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-10T04:06:41.064Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:06:41.065Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
"consumerID": "dcae-sch",
"timestamp": 1649563577041,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-10T04:06:41.065Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-10T04:06:41.065Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:06:41.065Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649563584241,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-10T04:06:41.065Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-10T04:06:41.066Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:06:41.066Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
"consumerID": "policy-id",
"timestamp": 1649563572075,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-04-10T04:06:41.066Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-10T04:06:41.066Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:06:41.066Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
"consumerID": "ves-openapi-manager",
"timestamp": 1649563585052,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-10T04:06:41.067Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-10T04:06:41.067Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:06:41.068Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
"consumerID": "cds",
"timestamp": 1649563582338,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-10T04:06:41.068Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-10T04:06:41.068Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:06:41.069Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
"consumerID": "dcae-sch",
"timestamp": 1649563577041,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-10T04:06:41.069Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-10T04:06:41.069Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:06:41.069Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
"consumerID": "policy-id",
"timestamp": 1649563572075,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-10T04:06:41.069Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-10T04:06:41.070Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:06:41.070Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649563584241,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/basic_onboard_jxacjb0_modules.json",
"status": "NOTIFIED"
}
2022-04-10T04:06:41.071Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-10T04:06:41.071Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:06:41.071Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
"consumerID": "ves-openapi-manager",
"timestamp": 1649563585052,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/basic_onboard_jxacjb0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-10T04:06:41.071Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-10T04:06:41.072Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:06:41.072Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
"consumerID": "cds",
"timestamp": 1649563582338,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-10T04:06:41.073Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-10T04:06:41.073Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:06:41.073Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
"consumerID": "dcae-sch",
"timestamp": 1649563577041,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-04-10T04:06:41.073Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-10T04:06:41.073Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:06:41.074Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
"consumerID": "policy-id",
"timestamp": 1649563572075,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-04-10T04:06:41.074Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-10T04:06:41.074Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:06:41.074Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649563584241,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-04-10T04:06:41.074Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-10T04:06:41.075Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:06:41.075Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
"consumerID": "ves-openapi-manager",
"timestamp": 1649563585052,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-10T04:06:41.075Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-10T04:06:41.075Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:06:41.075Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
"consumerID": "cds",
"timestamp": 1649563582338,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-04-10T04:06:41.076Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-10T04:06:41.076Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:06:41.076Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
"consumerID": "dcae-sch",
"timestamp": 1649563577041,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/artifacts/service-BasicOnboardJxacjb-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-10T04:06:41.076Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-10T04:06:41.077Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:06:41.077Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649563584241,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-10T04:06:41.077Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-10T04:06:41.077Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:06:41.078Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
"consumerID": "policy-id",
"timestamp": 1649563572075,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/artifacts/service-BasicOnboardJxacjb-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-10T04:06:41.078Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-10T04:06:41.078Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:06:41.078Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
"consumerID": "ves-openapi-manager",
"timestamp": 1649563585052,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-10T04:06:41.079Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-10T04:06:41.079Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:06:41.079Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
"consumerID": "cds",
"timestamp": 1649563582338,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/artifacts/service-BasicOnboardJxacjb-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-10T04:06:41.080Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-10T04:06:41.080Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:06:41.080Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
"consumerID": "dcae-sch",
"timestamp": 1649563577041,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/artifacts/service-BasicOnboardJxacjb-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-04-10T04:06:41.080Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-10T04:06:41.081Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:06:41.081Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
"consumerID": "policy-id",
"timestamp": 1649563572075,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/artifacts/service-BasicOnboardJxacjb-csar.csar",
"status": "NOTIFIED"
}
2022-04-10T04:06:41.081Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-10T04:06:41.081Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:06:41.081Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649563584241,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-04-10T04:06:41.082Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-10T04:06:41.082Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:06:41.082Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
"consumerID": "ves-openapi-manager",
"timestamp": 1649563585052,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-04-10T04:06:41.083Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-10T04:06:41.083Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:06:41.083Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
"consumerID": "cds",
"timestamp": 1649563582338,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/artifacts/service-BasicOnboardJxacjb-csar.csar",
"status": "NOTIFIED"
}
2022-04-10T04:06:41.084Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-10T04:06:41.084Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:06:41.084Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649563584241,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/artifacts/service-BasicOnboardJxacjb-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-10T04:06:41.084Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-10T04:06:41.084Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:06:41.085Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
"consumerID": "ves-openapi-manager",
"timestamp": 1649563585052,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/artifacts/service-BasicOnboardJxacjb-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-10T04:06:41.085Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-10T04:06:41.086Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:06:41.086Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
"consumerID": "policy-id",
"timestamp": 1649563589884,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/artifacts/service-BasicOnboardJxacjb-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-10T04:06:41.087Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:06:41.088Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:06:41.088Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649563584241,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/artifacts/service-BasicOnboardJxacjb-csar.csar",
"status": "NOTIFIED"
}
2022-04-10T04:06:41.088Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-10T04:06:41.088Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:06:41.089Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
"consumerID": "cds",
"timestamp": 1649563590379,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/artifacts/service-BasicOnboardJxacjb-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-10T04:06:41.089Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:06:41.089Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:06:41.090Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
"consumerID": "ves-openapi-manager",
"timestamp": 1649563585052,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/artifacts/service-BasicOnboardJxacjb-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-04-10T04:06:41.090Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-10T04:06:41.090Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:06:41.091Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
"consumerID": "policy-id",
"timestamp": 1649563590892,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/artifacts/service-BasicOnboardJxacjb-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-10T04:06:41.091Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:06:41.091Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:06:41.091Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
"consumerID": "cds",
"timestamp": 1649563591408,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/artifacts/service-BasicOnboardJxacjb-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=?
2022-04-10T04:06:41.401Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T04:06:41.403Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-10T04:06:41.403Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"0ec6c8e1-79d8-43e5-87f7-a728e54e3690","serviceName":"basic_onboard_JxAcJb","serviceVersion":"1.0","serviceUUID":"ef3f1e88-5a30-47b2-9c39-21cb6cd4df60","serviceDescription":"service","serviceInvariantUUID":"467f8d53-0803-4cb2-a748-53f7d1a0d5c4","resources":[{"resourceInstanceName":"basic_onboard_JxAcJb 0","resourceName":"basic_onboard_JxAcJb","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"fe05b018-b5a1-428e-9db8-0eacbf1ba80c","resourceInvariantUUID":"b8495a00-bf3a-49cd-84fb-0f4cf449691d","resourceCustomizationUUID":"c3ab710e-531c-482b-8ac1-9dc20661b5a0","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/vf-license-model.xml","artifactChecksum":"YTc0NDA5OThiOTY2NTIyYjA0OWE4Nzg0Y2YyYjZiNjQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9c2e0278-02ee-49d0-a5a7-32f64f238964","artifactVersion":"1"},{"artifactName":"basic_onboard_jxacjb0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/basic_onboard_jxacjb0_modules.json","artifactChecksum":"ZDU5ZDRmOGE5Yjc5MjFiZDYxMDQ3MWRmNzE2MDA4YTY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a25720f7-3fd2-4fe1-9000-d567aa39d0ad","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"ad2874a8-e149-45e9-9332-714db5b2404f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c6431b4c-04ac-45ff-8697-2f7a0906cd96","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"87b63644-c689-44c9-bbc3-865d526078e0","artifactVersion":"2","generatedFromUUID":"ad2874a8-e149-45e9-9332-714db5b2404f"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardJxacjb-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/artifacts/service-BasicOnboardJxacjb-template.yml","artifactChecksum":"MzIxNTk2YzNiNWVmYWMzYzJmYzRlNTRlNDQ5ZjY3ZGI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"23493dc6-6f18-433b-9e89-33c5041dec8b","artifactVersion":"1"},{"artifactName":"service-BasicOnboardJxacjb-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/artifacts/service-BasicOnboardJxacjb-csar.csar","artifactChecksum":"ZDAwZDZmNWMwOTc1MDQ4ZWE5NDhmN2Q2MGNkNmQ3ZmM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a7cbbbfd-089a-4b1b-b5d9-5906f496f256","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-10T04:06:41.414Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T04:06:41.424Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:06:41.441Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:06:41.442Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649563600737,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-10T04:06:41.470Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0ec6c8e1-79d8-43e5-87f7-a728e54e3690
2022-04-10T04:06:41.500Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0ec6c8e1-79d8-43e5-87f7-a728e54e3690 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-04-10T04:06:41.542Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms
2022-04-10T04:06:41.544Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:06:41.544Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649563592263,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/basic_onboard_jxacjb0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-10T04:06:41.545Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:06:41.545Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:06:41.545Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
"consumerID": "policy-id",
"timestamp": 1649563591897,
"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-04-10T04:06:41.552Z||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-04-10T04:06:41.553Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:06:41.572Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0ec6c8e1-79d8-43e5-87f7-a728e54e3690
2022-04-10T04:06:41.572Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0ec6c8e1-79d8-43e5-87f7-a728e54e3690 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-04-10T04:06:41.576Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T04:06:41.578Z||pool-3-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-10T04:06:41.588Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:06:41.589Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649563593442,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-10T04:06:41.589Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:06:41.590Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:06:41.590Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
"consumerID": "clamp",
"timestamp": 1649563592617,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-10T04:06:41.590Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-10T04:06:41.591Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:06:41.591Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
"consumerID": "clamp",
"timestamp": 1649563592617,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/basic_onboard_jxacjb0_modules.json",
"status": "NOTIFIED"
}
2022-04-10T04:06:41.591Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-10T04:06:41.591Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:06:41.591Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649563594886,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-04-10T04:06:41.592Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:06:41.592Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:06:41.592Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
"consumerID": "clamp",
"timestamp": 1649563592617,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-10T04:06:41.593Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-10T04:06:41.593Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:06:41.593Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649563596020,
"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-04-10T04:06:41.601Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0ec6c8e1-79d8-43e5-87f7-a728e54e3690
2022-04-10T04:06:41.602Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0ec6c8e1-79d8-43e5-87f7-a728e54e3690 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-04-10T04:06:41.618Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:06:41.618Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
"consumerID": "aai-ml",
"timestamp": 1649563595667,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-10T04:06:41.619Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-10T04:06:41.619Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:06:41.619Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
"consumerID": "clamp",
"timestamp": 1649563592617,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-10T04:06:41.620Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-10T04:06:41.620Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:06:41.620Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649563597052,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/basic_onboard_jxacjb0_modules.json",
"status": "DEPLOY_OK"
}
2022-04-10T04:06:41.620Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:06:41.620Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:06:41.621Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
"consumerID": "aai-ml",
"timestamp": 1649563595667,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/basic_onboard_jxacjb0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-10T04:06:41.621Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-10T04:06:41.621Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:06:41.621Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
"consumerID": "clamp",
"timestamp": 1649563592617,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-04-10T04:06:41.621Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-10T04:06:41.622Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:06:41.622Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
"consumerID": "aai-ml",
"timestamp": 1649563595667,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-10T04:06:41.622Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-10T04:06:41.622Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:06:41.623Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
"consumerID": "clamp",
"timestamp": 1649563592617,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/artifacts/service-BasicOnboardJxacjb-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-10T04:06:41.623Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-10T04:06:41.623Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:06:41.623Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
"consumerID": "aai-ml",
"timestamp": 1649563595667,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-10T04:06:41.624Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-10T04:06:41.624Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:06:41.624Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
"consumerID": "clamp",
"timestamp": 1649563592617,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/artifacts/service-BasicOnboardJxacjb-csar.csar",
"status": "NOTIFIED"
}
2022-04-10T04:06:41.624Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-10T04:06:42.454Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T04:06:42.455Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:06:42.460Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:06:42.460Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649563600737,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/basic_onboard_jxacjb0_modules.json",
"status": "NOTIFIED"
}
2022-04-10T04:06:42.562Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-04-10T04:06:42.563Z||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-04-10T04:06:42.564Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:06:42.622Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T04:06:42.624Z||pool-4-thread-1|||||INFO|500||cambria reply ok (61 ms):{"serverTimeMs":1,"count":1}
2022-04-10T04:06:43.466Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T04:06:43.466Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:06:43.478Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:06:43.478Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649563600737,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-04-10T04:06:43.582Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-04-10T04:06:43.583Z||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-04-10T04:06:43.584Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:06:43.618Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T04:06:43.619Z||pool-5-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2022-04-10T04:06:44.479Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T04:06:44.480Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:06:44.483Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:06:44.483Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649563600737,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-10T04:06:44.584Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-10T04:06:44.585Z||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-04-10T04:06:44.586Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:06:44.630Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T04:06:44.632Z||pool-6-thread-1|||||INFO|500||cambria reply ok (48 ms):{"serverTimeMs":0,"count":1}
2022-04-10T04:06:45.484Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T04:06:45.485Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:06:45.489Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:06:45.489Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649563600737,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-04-10T04:06:45.589Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T04:06:45.590Z||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-04-10T04:06:45.591Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:06:45.623Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T04:06:45.624Z||pool-7-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":1,"count":1}
2022-04-10T04:06:46.494Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T04:06:46.495Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:06:46.498Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:06:46.498Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649563600737,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/artifacts/service-BasicOnboardJxacjb-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-10T04:06:46.605Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms
2022-04-10T04:06:46.607Z||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-04-10T04:06:46.607Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:06:46.623Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T04:06:46.626Z||pool-8-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-04-10T04:06:47.499Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T04:06:47.501Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:06:47.511Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:06:47.511Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649563600737,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/artifacts/service-BasicOnboardJxacjb-csar.csar",
"status": "NOTIFIED"
}
2022-04-10T04:06:47.607Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-04-10T04:06:47.608Z||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-04-10T04:06:47.610Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:06:47.624Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T04:06:47.625Z||pool-9-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-04-10T04:06:48.514Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
"distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
"serviceName": "basic_onboard_JxAcJb",
"serviceVersion": "1.0",
"serviceUUID": "ef3f1e88-5a30-47b2-9c39-21cb6cd4df60",
"serviceDescription": "service",
"serviceInvariantUUID": "467f8d53-0803-4cb2-a748-53f7d1a0d5c4",
"resources": [
{
"resourceInstanceName": "basic_onboard_JxAcJb 0",
"resourceCustomizationUUID": "c3ab710e-531c-482b-8ac1-9dc20661b5a0",
"resourceName": "basic_onboard_JxAcJb",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "fe05b018-b5a1-428e-9db8-0eacbf1ba80c",
"resourceInvariantUUID": "b8495a00-bf3a-49cd-84fb-0f4cf449691d",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_jxacjb0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/basic_onboard_jxacjb0_modules.json",
"artifactChecksum": "ZDU5ZDRmOGE5Yjc5MjFiZDYxMDQ3MWRmNzE2MDA4YTY\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "a25720f7-3fd2-4fe1-9000-d567aa39d0ad",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "ad2874a8-e149-45e9-9332-714db5b2404f",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "87b63644-c689-44c9-bbc3-865d526078e0",
"generatedFromUUID": "ad2874a8-e149-45e9-9332-714db5b2404f"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "87b63644-c689-44c9-bbc3-865d526078e0",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardJxacjb-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/artifacts/service-BasicOnboardJxacjb-csar.csar",
"artifactChecksum": "ZDAwZDZmNWMwOTc1MDQ4ZWE5NDhmN2Q2MGNkNmQ3ZmM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "a7cbbbfd-089a-4b1b-b5d9-5906f496f256"
}
],
"workloadContext": "Production"
}
2022-04-10T04:06:48.522Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-10T04:06:48.523Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ef3f1e88-5a30-47b2-9c39-21cb6cd4df60 ASDC
2022-04-10T04:06:48.769Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:0ec6c8e1-79d8-43e5-87f7-a728e54e3690
ServiceName:basic_onboard_JxAcJb
ServiceVersion:1.0
ServiceUUID:ef3f1e88-5a30-47b2-9c39-21cb6cd4df60
ServiceInvariantUUID:467f8d53-0803-4cb2-a748-53f7d1a0d5c4
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardJxacjb-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/artifacts/service-BasicOnboardJxacjb-csar.csar
ArtifactUUID:a7cbbbfd-089a-4b1b-b5d9-5906f496f256
ArtifactChecksum:ZDAwZDZmNWMwOTc1MDQ4ZWE5NDhmN2Q2MGNkNmQ3ZmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_JxAcJb 0
ResourceCustomizationUUID:c3ab710e-531c-482b-8ac1-9dc20661b5a0
ResourceInvariantUUID:b8495a00-bf3a-49cd-84fb-0f4cf449691d
ResourceName:basic_onboard_JxAcJb
ResourceType:VF
ResourceUUID:fe05b018-b5a1-428e-9db8-0eacbf1ba80c
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_jxacjb0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/basic_onboard_jxacjb0_modules.json
ArtifactUUID:a25720f7-3fd2-4fe1-9000-d567aa39d0ad
ArtifactChecksum:ZDU5ZDRmOGE5Yjc5MjFiZDYxMDQ3MWRmNzE2MDA4YTY=
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/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/base_ubuntu18.yaml
ArtifactUUID:ad2874a8-e149-45e9-9332-714db5b2404f
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/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/base_ubuntu18.env
ArtifactUUID:87b63644-c689-44c9-bbc3-865d526078e0
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/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/base_ubuntu18.env
ArtifactUUID:87b63644-c689-44c9-bbc3-865d526078e0
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-04-10T04:06:48.770Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ef3f1e88-5a30-47b2-9c39-21cb6cd4df60 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-04-10T04:06:48.956Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-10T04:06:48.965Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-04-10T04:06:48.978Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-04-10T04:06:48.979Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: a7cbbbfd-089a-4b1b-b5d9-5906f496f256 from URL: /sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/artifacts/service-BasicOnboardJxacjb-csar.csar
2022-04-10T04:06:48.980Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-04-10T04:06:48.984Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/artifacts/service-BasicOnboardJxacjb-csar.csar
2022-04-10T04:06:50.030Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-04-10T04:06:50.065Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/artifacts/service-BasicOnboardJxacjb-csar.csar a7cbbbfd-089a-4b1b-b5d9-5906f496f256 71567
2022-04-10T04:06:50.068Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/artifacts/service-BasicOnboardJxacjb-csar.csar ASDC sendASDCNotification
2022-04-10T04:06:50.069Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/artifacts/service-BasicOnboardJxacjb-csar.csar
2022-04-10T04:06:50.070Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-10T04:06:50.073Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:06:50.077Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:06:50.078Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649563610066,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/artifacts/service-BasicOnboardJxacjb-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-10T04:06:50.178Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T04:06:50.179Z||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-04-10T04:06:50.179Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:06:50.197Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T04:06:50.198Z||pool-10-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-04-10T04:06:51.079Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-10T04:06:51.081Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-04-10T04:06:51.081Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: a7cbbbfd-089a-4b1b-b5d9-5906f496f256, URL: /sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/artifacts/service-BasicOnboardJxacjb-csar.csar to file: /app/ASDC/1/service-BasicOnboardJxacjb-csar.csar
2022-04-10T04:06:51.082Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardJxacjb-csar.csar
2022-04-10T04:06:51.215Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardJxacjb-csar.csar
2022-04-10T04:06:51.215Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardJxacjb-csar.csar
2022-04-10T04:06:52.283Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2440541159968074642/Definitions/service-BasicOnboardJxacjb-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-04-10T04:06:55.384Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-10T04:06:55.398Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-04-10T04:06:55.402Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardJxacjb-csar.csar
2022-04-10T04:06:55.402Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-04-10T04:06:55.403Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_JxAcJb 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-BasicOnboardJxacjb-csar.csar
2022-04-10T04:06:55.403Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|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-BasicOnboardJxacjb-csar.csar
2022-04-10T04:06:55.404Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|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-BasicOnboardJxacjb-csar.csar
2022-04-10T04:06:55.404Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|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-BasicOnboardJxacjb-csar.csar
2022-04-10T04:06:55.405Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|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-BasicOnboardJxacjb-csar.csar
2022-04-10T04:06:55.405Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|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-BasicOnboardJxacjb-csar.csar
2022-04-10T04:06:55.406Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|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-BasicOnboardJxacjb-csar.csar
2022-04-10T04:06:55.406Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|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-BasicOnboardJxacjb-csar.csar
2022-04-10T04:06:55.406Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|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-BasicOnboardJxacjb-csar.csar
2022-04-10T04:06:55.407Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-04-10T04:06:55.423Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-10T04:06:55.427Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_JxAcJb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T04:06:55.438Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_JxAcJb 0 is matching search criteria
2022-04-10T04:06:55.440Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-04-10T04:06:55.453Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_JxAcJb 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-10T04:06:55.459Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-10T04:06:55.460Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_JxAcJb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T04:06:55.460Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_JxAcJb 0 is matching search criteria
2022-04-10T04:06:55.460Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-04-10T04:06:55.460Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_JxAcJb 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-10T04:06:55.461Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-10T04:06:55.461Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_JxAcJb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T04:06:55.469Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-10T04:06:55.471Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_JxAcJb 0 is not matching search criteria
2022-04-10T04:06:55.471Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-04-10T04:06:55.471Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-04-10T04:06:55.471Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-04-10T04:06:55.472Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-04-10T04:06:55.472Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-10T04:06:55.472Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-10T04:06:55.472Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_JxAcJb is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-10T04:06:55.474Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-10T04:06:55.475Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_JxAcJb 0 is matching search criteria
2022-04-10T04:06:55.475Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_JxAcJb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-10T04:06:55.476Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-10T04:06:55.476Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_JxAcJb 0 is matching search criteria
2022-04-10T04:06:55.476Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_JxAcJb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-10T04:06:55.476Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-10T04:06:55.477Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_JxAcJb 0 is matching search criteria
2022-04-10T04:06:55.477Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_JxAcJb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-10T04:06:55.477Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-10T04:06:55.477Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_JxAcJb 0 is not matching search criteria
2022-04-10T04:06:55.477Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-04-10T04:06:55.478Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-04-10T04:06:55.478Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=ecd5e50e-3605-4b0b-9d15-94785689d38b
2022-04-10T04:06:55.478Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-10T04:06:55.478Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_JxAcJb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T04:06:55.479Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-10T04:06:55.479Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_JxAcJb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T04:06:55.479Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-10T04:06:55.480Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_JxAcJb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T04:06:55.480Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-10T04:06:55.480Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_JxAcJb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T04:06:55.481Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_JxAcJb
Description:service
Model UUID:ef3f1e88-5a30-47b2-9c39-21cb6cd4df60
Model Version:NULL
Model InvariantUuid:467f8d53-0803-4cb2-a748-53f7d1a0d5c4
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_JxAcJb
Model UUID:cf6f53ff-bd8c-4c25-8bd6-326f1bd52b2f
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:b8495a00-bf3a-49cd-84fb-0f4cf449691d
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:c3ab710e-531c-482b-8ac1-9dc20661b5a0
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:56853cff-fb18-4e71-940a-7e6d18ab954d
ModelName:BasicOnboardJxacjb..base_ubuntu18..module-0
ModelUuid:065dd481-f312-4579-a9db-1a80200fc785
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:ecd5e50e-3605-4b0b-9d15-94785689d38b
ModelInvariantUuid:5149b37b-49ec-4863-9eed-806aac54cc47
ModelName:basic_onboard_JxAcJb-nodes.ubuntu18Cvfc
ModelUuid:fa29a4c9-08fe-4141-9a00-5bccf2ad397e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:79d825cf-7c2a-4812-a0c4-ce9996d3058f
ModelInvariantUuid:15d79701-f9c3-4f33-a94a-a78c25d92086
ModelName:BasicOnboardJxacjb.compute.nodes.heat.ubuntu18
ModelUuid:8408e1f6-1c9e-4736-9e57-07e76946df59
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-04-10T04:06:55.508Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: fe05b018-b5a1-428e-9db8-0eacbf1ba80c
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-04-10T04:06:55.719Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||INFO|500||basic_onboard_JxAcJb 0
2022-04-10T04:06:55.733Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: fe05b018-b5a1-428e-9db8-0eacbf1ba80c
2022-04-10T04:06:55.733Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: a25720f7-3fd2-4fe1-9000-d567aa39d0ad from URL: /sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/basic_onboard_jxacjb0_modules.json
2022-04-10T04:06:55.733Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-04-10T04:06:55.734Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/basic_onboard_jxacjb0_modules.json
2022-04-10T04:06:55.997Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-04-10T04:06:55.997Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/basic_onboard_jxacjb0_modules.json a25720f7-3fd2-4fe1-9000-d567aa39d0ad 798
2022-04-10T04:06:55.998Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/basic_onboard_jxacjb0_modules.json ASDC sendASDCNotification
2022-04-10T04:06:55.998Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/basic_onboard_jxacjb0_modules.json
2022-04-10T04:06:55.998Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-10T04:06:55.998Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:06:56.001Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:06:56.002Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649563615998,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/basic_onboard_jxacjb0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-10T04:06:56.106Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-04-10T04:06:56.108Z||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-04-10T04:06:56.108Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:06:56.128Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T04:06:56.128Z||pool-11-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-04-10T04:06:57.004Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardJxacjb..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "56853cff-fb18-4e71-940a-7e6d18ab954d",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "065dd481-f312-4579-a9db-1a80200fc785",
"vfModuleModelCustomizationUUID": "0120bf51-c467-4d1c-92f4-73b4310a63a0",
"isBase": true,
"artifacts": [
"ad2874a8-e149-45e9-9332-714db5b2404f",
"87b63644-c689-44c9-bbc3-865d526078e0"
],
"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-04-10T04:06:57.032Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardJxacjb..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:065dd481-f312-4579-a9db-1a80200fc785
VfModuleModelInvariantUUID:56853cff-fb18-4e71-940a-7e6d18ab954d
VfModuleModelDescription:NULL
Artifacts UUID List:{
ad2874a8-e149-45e9-9332-714db5b2404f
,
87b63644-c689-44c9-bbc3-865d526078e0
}
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-04-10T04:06:57.039Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardJxacjb..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "56853cff-fb18-4e71-940a-7e6d18ab954d",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "065dd481-f312-4579-a9db-1a80200fc785",
"vfModuleModelCustomizationUUID": "0120bf51-c467-4d1c-92f4-73b4310a63a0",
"isBase": true,
"artifacts": [
"ad2874a8-e149-45e9-9332-714db5b2404f",
"87b63644-c689-44c9-bbc3-865d526078e0"
],
"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-04-10T04:06:57.040Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardJxacjb..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:065dd481-f312-4579-a9db-1a80200fc785
VfModuleModelInvariantUUID:56853cff-fb18-4e71-940a-7e6d18ab954d
VfModuleModelDescription:NULL
Artifacts UUID List:{
ad2874a8-e149-45e9-9332-714db5b2404f
,
87b63644-c689-44c9-bbc3-865d526078e0
}
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-04-10T04:06:57.040Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: ad2874a8-e149-45e9-9332-714db5b2404f from URL: /sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/base_ubuntu18.yaml
2022-04-10T04:06:57.040Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-04-10T04:06:57.040Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/base_ubuntu18.yaml
2022-04-10T04:06:57.407Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-04-10T04:06:57.410Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/base_ubuntu18.yaml ad2874a8-e149-45e9-9332-714db5b2404f 5033
2022-04-10T04:06:57.411Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-04-10T04:06:57.411Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/base_ubuntu18.yaml
2022-04-10T04:06:57.416Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-10T04:06:57.418Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:06:57.420Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:06:57.421Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649563617411,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-10T04:06:57.521Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T04:06:57.522Z||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-04-10T04:06:57.522Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:06:57.553Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T04:06:57.554Z||pool-12-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-04-10T04:06:58.421Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 87b63644-c689-44c9-bbc3-865d526078e0 from URL: /sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/base_ubuntu18.env
2022-04-10T04:06:58.422Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-04-10T04:06:58.422Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/base_ubuntu18.env
2022-04-10T04:06:58.788Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-04-10T04:06:58.789Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/base_ubuntu18.env 87b63644-c689-44c9-bbc3-865d526078e0 909
2022-04-10T04:06:58.789Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-04-10T04:06:58.789Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/base_ubuntu18.env
2022-04-10T04:06:58.790Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-10T04:06:58.790Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:06:58.794Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:06:58.795Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649563618789,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-04-10T04:06:58.894Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-10T04:06:58.899Z||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-04-10T04:06:58.899Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:06:58.926Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T04:06:58.926Z||pool-13-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1}
2022-04-10T04:06:59.796Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: ef3f1e88-5a30-47b2-9c39-21cb6cd4df60
2022-04-10T04:06:59.797Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_JxAcJb 0 fe05b018-b5a1-428e-9db8-0eacbf1ba80c 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-04-10T04:06:59.865Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@44f53728, org.onap.sdc.toscaparser.api.parameters.Input@6f8163, org.onap.sdc.toscaparser.api.parameters.Input@1045593b, org.onap.sdc.toscaparser.api.parameters.Input@52c5da53, org.onap.sdc.toscaparser.api.parameters.Input@3fe4fb54]
2022-04-10T04:06:59.872Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-10T04:06:59.872Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_JxAcJb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T04:06:59.873Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic
2022-04-10T04:06:59.873Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= c3ab710e-531c-482b-8ac1-9dc20661b5a0
2022-04-10T04:06:59.873Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c3ab710e-531c-482b-8ac1-9dc20661b5a0 matches Tosca VF Customization UUID: c3ab710e-531c-482b-8ac1-9dc20661b5a0
2022-04-10T04:06:59.873Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: c3ab710e-531c-482b-8ac1-9dc20661b5a0 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-04-10T04:06:59.885Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-10T04:06:59.886Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_JxAcJb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T04:06:59.888Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id c3ab710e-531c-482b-8ac1-9dc20661b5a0: {\"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-04-10T04:06:59.888Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@398e12d4
2022-04-10T04:06:59.889Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-10T04:06:59.889Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_JxAcJb is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-10T04:06:59.890Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 0120bf51-c467-4d1c-92f4-73b4310a63a0
2022-04-10T04:06:59.892Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 0120bf51-c467-4d1c-92f4-73b4310a63a0
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-04-10T04:06:59.906Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-10T04:06:59.907Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_JxAcJb 0 is matching search criteria
2022-04-10T04:06:59.907Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_JxAcJb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-10T04:06:59.908Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-10T04:06:59.909Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_JxAcJb 0 is matching search criteria
2022-04-10T04:06:59.909Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_JxAcJb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-10T04:06:59.909Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-10T04:06:59.909Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_JxAcJb 0 is not matching search criteria
2022-04-10T04:06:59.910Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-04-10T04:06:59.910Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-04-10T04:06:59.910Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=ecd5e50e-3605-4b0b-9d15-94785689d38b
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-04-10T04:06:59.927Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-10T04:06:59.928Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_JxAcJb 0 is matching search criteria
2022-04-10T04:06:59.928Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_JxAcJb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-10T04:06:59.929Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-10T04:06:59.929Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_JxAcJb 0 is matching search criteria
2022-04-10T04:06:59.929Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_JxAcJb 0] matching following query criteria: sdcType=VF, customizationUUID=c3ab710e-531c-482b-8ac1-9dc20661b5a0
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-04-10T04:06:59.933Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-10T04:06:59.933Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_JxAcJb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T04:06:59.934Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid ef3f1e88-5a30-47b2-9c39-21cb6cd4df60: basic_onboard_JxAcJb
2022-04-10T04:06:59.934Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-10T04:06:59.934Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_JxAcJb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T04:06:59.935Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-10T04:06:59.935Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_JxAcJb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T04:06:59.935Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-10T04:06:59.935Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_JxAcJb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T04:06:59.936Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-10T04:06:59.936Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_JxAcJb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T04:06:59.936Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-10T04:06:59.936Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_JxAcJb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T04:06:59.936Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||INFO|500||Saving Service: basic_onboard_JxAcJb
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-04-10T04:07:00.340Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_JxAcJb fe05b018-b5a1-428e-9db8-0eacbf1ba80c 1 ASDC deployResourceStructure
2022-04-10T04:07:00.341Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/basic_onboard_jxacjb0_modules.json ASDC sendASDCNotification
2022-04-10T04:07:00.342Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/basic_onboard_jxacjb0_modules.json
2022-04-10T04:07:00.342Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-10T04:07:00.343Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:07:00.346Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:07:00.347Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649563620341,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/basic_onboard_jxacjb0_modules.json",
"status": "DEPLOY_OK"
}
2022-04-10T04:07:00.447Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T04:07:00.449Z||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-04-10T04:07:00.449Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:07:00.476Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T04:07:00.478Z||pool-14-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-04-10T04:07:01.348Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-04-10T04:07:01.348Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/base_ubuntu18.yaml
2022-04-10T04:07:01.348Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-10T04:07:01.349Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:07:01.352Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:07:01.352Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649563621348,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-04-10T04:07:01.452Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T04:07:01.453Z||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-04-10T04:07:01.453Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:07:01.482Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T04:07:01.486Z||pool-15-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-04-10T04:07:02.354Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-04-10T04:07:02.354Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/base_ubuntu18.env
2022-04-10T04:07:02.355Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-10T04:07:02.355Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:07:02.361Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:07:02.361Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649563622353,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-04-10T04:07:02.478Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 117 ms
2022-04-10T04:07:02.479Z||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-04-10T04:07:02.480Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:07:02.558Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T04:07:02.559Z||pool-16-thread-1|||||INFO|500||cambria reply ok (81 ms):{"serverTimeMs":0,"count":1}
2022-04-10T04:07:03.369Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/artifacts/service-BasicOnboardJxacjb-csar.csar ASDC sendASDCNotification
2022-04-10T04:07:03.370Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/artifacts/service-BasicOnboardJxacjb-csar.csar
2022-04-10T04:07:03.370Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-10T04:07:03.371Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:07:03.375Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:07:03.375Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649563623369,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/artifacts/service-BasicOnboardJxacjb-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-10T04:07:03.476Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T04:07:03.477Z||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-04-10T04:07:03.478Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:07:03.502Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T04:07:03.503Z||pool-17-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-04-10T04:07:04.377Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0ec6c8e1-79d8-43e5-87f7-a728e54e3690
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-04-10T04:07:04.424Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0ec6c8e1-79d8-43e5-87f7-a728e54e3690
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-04-10T04:07:04.432Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-10T04:07:04.432Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-10T04:07:04.433Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-10T04:07:34.437Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0ec6c8e1-79d8-43e5-87f7-a728e54e3690
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-04-10T04:07:34.462Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0ec6c8e1-79d8-43e5-87f7-a728e54e3690
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-04-10T04:07:34.473Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-10T04:07:34.473Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-10T04:07:34.474Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-10T04:07:40.742Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T04:07:40.744Z||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-04-10T04:07:40.744Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:07:40.789Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T04:07:40.791Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:07:40.791Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
"consumerID": "aai-ml",
"timestamp": 1649563595667,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-04-10T04:07:40.792Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-10T04:08:04.478Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0ec6c8e1-79d8-43e5-87f7-a728e54e3690
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-04-10T04:08:04.515Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0ec6c8e1-79d8-43e5-87f7-a728e54e3690
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-04-10T04:08:04.520Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-10T04:08:04.520Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-10T04:08:04.520Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-10T04:08:34.522Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0ec6c8e1-79d8-43e5-87f7-a728e54e3690
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-04-10T04:08:34.728Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0ec6c8e1-79d8-43e5-87f7-a728e54e3690
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-04-10T04:08:34.752Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-10T04:08:34.753Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-10T04:08:34.753Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-10T04:08:40.742Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T04:08:40.743Z||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-04-10T04:08:40.744Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:08:41.277Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T04:08:41.279Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:08:41.280Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649563600737,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-10T04:08:41.281Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-10T04:08:41.281Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:08:41.281Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649563600113,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-10T04:08:41.281Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-10T04:08:41.282Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:08:41.282Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
"consumerID": "aai-ml",
"timestamp": 1649563595667,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/artifacts/service-BasicOnboardJxacjb-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-10T04:08:41.282Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-10T04:08:41.282Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:08:41.282Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649563600737,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/basic_onboard_jxacjb0_modules.json",
"status": "NOTIFIED"
}
2022-04-10T04:08:41.283Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-10T04:08:41.283Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:08:41.283Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649563600113,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/basic_onboard_jxacjb0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-10T04:08:41.283Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-10T04:08:41.283Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:08:41.283Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
"consumerID": "aai-ml",
"timestamp": 1649563595667,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/artifacts/service-BasicOnboardJxacjb-csar.csar",
"status": "NOTIFIED"
}
2022-04-10T04:08:41.284Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-10T04:08:41.284Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:08:41.284Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649563600737,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-04-10T04:08:41.284Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-10T04:08:41.284Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:08:41.284Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649563600113,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-10T04:08:41.285Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-10T04:08:41.285Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:08:41.285Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649563600737,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-10T04:08:41.285Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-10T04:08:41.285Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:08:41.285Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
"consumerID": "aai-ml",
"timestamp": 1649563604126,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/artifacts/service-BasicOnboardJxacjb-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-10T04:08:41.286Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:08:41.286Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:08:41.286Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649563600113,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-10T04:08:41.286Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-10T04:08:41.286Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:08:41.286Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649563600737,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-04-10T04:08:41.287Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-10T04:08:41.287Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:08:41.288Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649563600113,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-04-10T04:08:41.288Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-10T04:08:41.288Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:08:41.288Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649563600737,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/artifacts/service-BasicOnboardJxacjb-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-10T04:08:41.288Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-10T04:08:41.288Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:08:41.289Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649563600113,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/artifacts/service-BasicOnboardJxacjb-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-10T04:08:41.289Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-10T04:08:41.289Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:08:41.289Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649563600737,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/artifacts/service-BasicOnboardJxacjb-csar.csar",
"status": "NOTIFIED"
}
2022-04-10T04:08:41.289Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-10T04:08:41.290Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:08:41.290Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649563600113,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/artifacts/service-BasicOnboardJxacjb-csar.csar",
"status": "NOTIFIED"
}
2022-04-10T04:08:41.290Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-10T04:08:41.290Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:08:41.290Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649563608518,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/artifacts/service-BasicOnboardJxacjb-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-10T04:08:41.291Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:08:41.291Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:08:41.291Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649563610066,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/artifacts/service-BasicOnboardJxacjb-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-10T04:08:41.291Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:08:41.291Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:08:41.291Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
"consumerID": "clamp",
"timestamp": 1649563610384,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/artifacts/service-BasicOnboardJxacjb-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-10T04:08:41.292Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:08:41.292Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:08:41.292Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
"consumerID": "clamp",
"timestamp": 1649563612402,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/artifacts/service-BasicOnboardJxacjb-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-10T04:08:41.292Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:08:41.292Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:08:41.292Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
"consumerID": "clamp",
"timestamp": 1649563613408,
"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-04-10T04:08:41.314Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 0ec6c8e1-79d8-43e5-87f7-a728e54e3690
2022-04-10T04:08:41.315Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0ec6c8e1-79d8-43e5-87f7-a728e54e3690 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-04-10T04:08:41.338Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:08:41.338Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649563612818,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/artifacts/service-BasicOnboardJxacjb-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-10T04:08:41.339Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:08:41.342Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:08:41.344Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649563613824,
"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-04-10T04:08:41.353Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0ec6c8e1-79d8-43e5-87f7-a728e54e3690
2022-04-10T04:08:41.354Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0ec6c8e1-79d8-43e5-87f7-a728e54e3690 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-04-10T04:08:41.386Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:08:41.387Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649563615998,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/basic_onboard_jxacjb0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-10T04:08:41.388Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:08:41.388Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:08:41.388Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649563617411,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-10T04:08:41.389Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:08:41.389Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:08:41.389Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649563618789,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-04-10T04:08:41.389Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:08:41.390Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:08:41.390Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649563620341,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/basic_onboard_jxacjb0_modules.json",
"status": "DEPLOY_OK"
}
2022-04-10T04:08:41.390Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:08:41.391Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:08:41.391Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649563621348,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-04-10T04:08:41.392Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:08:41.392Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:08:41.392Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649563622353,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-04-10T04:08:41.393Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:08:41.393Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:08:41.393Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
"consumerID": "aai-ml",
"timestamp": 1649563622307,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/artifacts/service-BasicOnboardJxacjb-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-10T04:08:41.394Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:08:41.394Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:08:41.394Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649563623369,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/artifacts/service-BasicOnboardJxacjb-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-10T04:08:41.395Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:08:41.395Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:08:41.395Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
"consumerID": "aai-ml",
"timestamp": 1649563623315,
"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-04-10T04:08:41.412Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0ec6c8e1-79d8-43e5-87f7-a728e54e3690
2022-04-10T04:08:41.414Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0ec6c8e1-79d8-43e5-87f7-a728e54e3690 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-04-10T04:09:04.753Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0ec6c8e1-79d8-43e5-87f7-a728e54e3690
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-04-10T04:09:04.773Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0ec6c8e1-79d8-43e5-87f7-a728e54e3690
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-04-10T04:09:04.779Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-10T04:09:04.779Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-10T04:09:04.779Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-10T04:09:04.780Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-10T04:09:04.780Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-10T04:09:04.780Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-10T04:09:04.780Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-10T04:09:04.780Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-10T04:09:04.781Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-10T04:09:04.781Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-10T04:09:04.782Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|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-04-10T04:09:04.790Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-10T04:09:34.791Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0ec6c8e1-79d8-43e5-87f7-a728e54e3690 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-04-10T04:09:34.826Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0ec6c8e1-79d8-43e5-87f7-a728e54e3690 and serviceModelVersionId: ef3f1e88-5a30-47b2-9c39-21cb6cd4df60
2022-04-10T04:09:34.827Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 467f8d53-0803-4cb2-a748-53f7d1a0d5c4
2022-04-10T04:09:40.742Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T04:09:40.744Z||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-04-10T04:09:40.744Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:09:41.398Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T04:09:41.403Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:09:41.404Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
"consumerID": "clamp",
"timestamp": 1649563742617,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-10T04:09:41.405Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-10T04:09:41.405Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:09:41.406Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649563744242,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-10T04:09:41.406Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-10T04:09:41.407Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:09:41.407Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
"consumerID": "dcae-sch",
"timestamp": 1649563737041,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-10T04:09:41.407Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-10T04:09:41.408Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:09:41.408Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
"consumerID": "ves-openapi-manager",
"timestamp": 1649563745052,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-10T04:09:41.408Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-10T04:09:41.408Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:09:41.408Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
"consumerID": "clamp",
"timestamp": 1649563742617,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/vfwc2e8401ffc8e0_modules.json",
"status": "NOTIFIED"
}
2022-04-10T04:09:41.409Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-10T04:09:41.409Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:09:41.409Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649563744242,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/vfwc2e8401ffc8e0_modules.json",
"status": "NOTIFIED"
}
2022-04-10T04:09:41.410Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-10T04:09:41.410Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:09:41.410Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
"consumerID": "dcae-sch",
"timestamp": 1649563737041,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/vfwc2e8401ffc8e0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-10T04:09:41.411Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-10T04:09:41.411Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:09:41.411Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
"consumerID": "aai-ml",
"timestamp": 1649563745667,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-10T04:09:41.411Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-10T04:09:41.411Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:09:41.411Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
"consumerID": "ves-openapi-manager",
"timestamp": 1649563745052,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/vfwc2e8401ffc8e0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-10T04:09:41.412Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-10T04:09:41.412Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:09:41.412Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
"consumerID": "clamp",
"timestamp": 1649563742617,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-10T04:09:41.413Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-10T04:09:41.413Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:09:41.413Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
"consumerID": "dcae-sch",
"timestamp": 1649563737041,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-10T04:09:41.414Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-10T04:09:41.414Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:09:41.414Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649563744242,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-04-10T04:09:41.414Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-10T04:09:41.415Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:09:41.415Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
"consumerID": "aai-ml",
"timestamp": 1649563745667,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/vfwc2e8401ffc8e0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-10T04:09:41.415Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-10T04:09:41.415Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:09:41.415Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
"consumerID": "ves-openapi-manager",
"timestamp": 1649563745052,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-10T04:09:41.416Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-10T04:09:41.416Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:09:41.416Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
"consumerID": "clamp",
"timestamp": 1649563742617,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-10T04:09:41.416Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-10T04:09:41.416Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:09:41.417Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649563744242,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-10T04:09:41.417Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-10T04:09:41.417Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:09:41.417Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
"consumerID": "dcae-sch",
"timestamp": 1649563737041,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-10T04:09:41.417Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-10T04:09:41.417Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:09:41.418Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
"consumerID": "aai-ml",
"timestamp": 1649563745667,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-10T04:09:41.418Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-10T04:09:41.418Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:09:41.418Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
"consumerID": "ves-openapi-manager",
"timestamp": 1649563745052,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-10T04:09:41.419Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-10T04:09:41.419Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:09:41.419Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
"consumerID": "cds",
"timestamp": 1649563747337,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-10T04:09:41.420Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-10T04:09:41.420Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:09:41.420Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
"consumerID": "clamp",
"timestamp": 1649563742617,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-10T04:09:41.420Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-10T04:09:41.420Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:09:41.420Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649563744242,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-04-10T04:09:41.421Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-10T04:09:41.421Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:09:41.421Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
"consumerID": "dcae-sch",
"timestamp": 1649563737041,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-10T04:09:41.421Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-10T04:09:41.421Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:09:41.422Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
"consumerID": "aai-ml",
"timestamp": 1649563745667,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-10T04:09:41.422Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-10T04:09:41.422Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:09:41.422Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
"consumerID": "ves-openapi-manager",
"timestamp": 1649563745052,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-10T04:09:41.423Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-10T04:09:41.423Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:09:41.423Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
"consumerID": "cds",
"timestamp": 1649563747337,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/vfwc2e8401ffc8e0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-10T04:09:41.423Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-10T04:09:41.423Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:09:41.424Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
"consumerID": "clamp",
"timestamp": 1649563742617,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/artifacts/service-Vfw20220410040614-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-10T04:09:41.424Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-10T04:09:41.424Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:09:41.424Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649563744242,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/artifacts/service-Vfw20220410040614-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-10T04:09:41.424Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-10T04:09:41.425Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:09:41.425Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
"consumerID": "dcae-sch",
"timestamp": 1649563737041,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/artifacts/service-Vfw20220410040614-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-10T04:09:41.425Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-10T04:09:41.425Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:09:41.425Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
"consumerID": "aai-ml",
"timestamp": 1649563745667,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-10T04:09:41.426Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-10T04:09:41.426Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:09:41.426Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
"consumerID": "ves-openapi-manager",
"timestamp": 1649563745052,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/artifacts/service-Vfw20220410040614-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-10T04:09:41.426Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-10T04:09:41.427Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:09:41.427Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
"consumerID": "cds",
"timestamp": 1649563747337,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-10T04:09:41.427Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-10T04:09:41.427Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:09:41.427Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
"consumerID": "clamp",
"timestamp": 1649563742617,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/artifacts/service-Vfw20220410040614-csar.csar",
"status": "NOTIFIED"
}
2022-04-10T04:09:41.427Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-10T04:09:41.428Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:09:41.428Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649563744242,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/artifacts/service-Vfw20220410040614-csar.csar",
"status": "NOTIFIED"
}
2022-04-10T04:09:41.428Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-10T04:09:41.428Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:09:41.428Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
"consumerID": "dcae-sch",
"timestamp": 1649563737041,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/artifacts/service-Vfw20220410040614-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-04-10T04:09:41.429Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-10T04:09:41.429Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:09:41.429Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
"consumerID": "aai-ml",
"timestamp": 1649563745667,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/artifacts/service-Vfw20220410040614-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-10T04:09:41.429Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-10T04:09:41.429Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:09:41.430Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649563750113,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-10T04:09:41.430Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-10T04:09:41.451Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:09:41.452Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
"consumerID": "ves-openapi-manager",
"timestamp": 1649563745052,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/artifacts/service-Vfw20220410040614-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-04-10T04:09:41.452Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-10T04:09:41.452Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:09:41.452Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
"consumerID": "cds",
"timestamp": 1649563747337,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-10T04:09:41.453Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-10T04:09:41.453Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:09:41.453Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649563752687,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/vfwc2e8401ffc8e0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-10T04:09:41.454Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:09:41.454Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:09:41.454Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
"consumerID": "aai-ml",
"timestamp": 1649563745667,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/artifacts/service-Vfw20220410040614-csar.csar",
"status": "NOTIFIED"
}
2022-04-10T04:09:41.454Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-10T04:09:41.455Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:09:41.455Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649563750113,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/vfwc2e8401ffc8e0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-10T04:09:41.455Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-10T04:09:41.456Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:09:41.456Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
"consumerID": "cds",
"timestamp": 1649563747337,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-10T04:09:41.456Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-10T04:09:41.456Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:09:41.457Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
"consumerID": "policy-id",
"timestamp": 1649563752075,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-10T04:09:41.457Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-10T04:09:41.457Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:09:41.457Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649563750113,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-10T04:09:41.462Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-10T04:09:41.462Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:09:41.468Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
"consumerID": "cds",
"timestamp": 1649563747337,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/artifacts/service-Vfw20220410040614-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-10T04:09:41.468Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-10T04:09:41.469Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:09:41.469Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
"consumerID": "aai-ml",
"timestamp": 1649563753622,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/artifacts/service-Vfw20220410040614-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-10T04:09:41.469Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:09:41.469Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:09:41.469Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649563754137,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-10T04:09:41.471Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:09:41.472Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:09:41.472Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
"consumerID": "policy-id",
"timestamp": 1649563752075,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/vfwc2e8401ffc8e0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-10T04:09:41.472Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-10T04:09:41.473Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:09:41.473Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649563750113,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-10T04:09:41.473Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-10T04:09:41.474Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:09:41.474Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
"consumerID": "cds",
"timestamp": 1649563747337,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/artifacts/service-Vfw20220410040614-csar.csar",
"status": "NOTIFIED"
}
2022-04-10T04:09:41.474Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-10T04:09:41.474Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:09:41.475Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649563755603,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-04-10T04:09:41.475Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:09:41.475Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:09:41.475Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
"consumerID": "policy-id",
"timestamp": 1649563752075,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-04-10T04:09:41.475Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-10T04:09:41.476Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:09:41.476Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649563750113,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-10T04:09:41.476Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-10T04:09:41.476Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:09:41.476Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
"consumerID": "cds",
"timestamp": 1649563755610,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/artifacts/service-Vfw20220410040614-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-10T04:09:41.477Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:09:41.477Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:09:41.477Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649563756650,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-10T04:09:41.504Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a0a859ab-b9f7-48bc-bb80-6dc984f059cf
2022-04-10T04:09:41.505Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId a0a859ab-b9f7-48bc-bb80-6dc984f059cf 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-04-10T04:09:41.520Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:09:41.521Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
"consumerID": "policy-id",
"timestamp": 1649563752075,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-10T04:09:41.521Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-10T04:09:41.522Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:09:41.522Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649563750113,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/artifacts/service-Vfw20220410040614-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-10T04:09:41.523Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-10T04:09:41.523Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:09:41.523Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
"consumerID": "cds",
"timestamp": 1649563756619,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/artifacts/service-Vfw20220410040614-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-04-10T04:09:41.530Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a0a859ab-b9f7-48bc-bb80-6dc984f059cf
2022-04-10T04:09:41.531Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId a0a859ab-b9f7-48bc-bb80-6dc984f059cf 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-04-10T04:09:41.547Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:09:41.548Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649563757656,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/vfwc2e8401ffc8e0_modules.json",
"status": "DEPLOY_OK"
}
2022-04-10T04:09:41.549Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:09:41.549Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:09:41.549Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
"consumerID": "policy-id",
"timestamp": 1649563752075,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-10T04:09:41.550Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-10T04:09:41.550Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:09:41.550Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649563750113,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/artifacts/service-Vfw20220410040614-csar.csar",
"status": "NOTIFIED"
}
2022-04-10T04:09:41.551Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-10T04:09:41.551Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:09:41.552Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
"consumerID": "policy-id",
"timestamp": 1649563752075,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/artifacts/service-Vfw20220410040614-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-10T04:09:41.553Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-10T04:09:41.553Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:09:41.554Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649563758663,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/artifacts/service-Vfw20220410040614-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-10T04:09:41.554Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:09:41.554Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:09:41.555Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
"consumerID": "policy-id",
"timestamp": 1649563752075,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/artifacts/service-Vfw20220410040614-csar.csar",
"status": "NOTIFIED"
}
2022-04-10T04:09:41.555Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-10T04:09:41.556Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:09:41.556Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
"consumerID": "policy-id",
"timestamp": 1649563761070,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/artifacts/service-Vfw20220410040614-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-10T04:09:41.557Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:09:41.557Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:09:41.562Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
"consumerID": "policy-id",
"timestamp": 1649563762074,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/artifacts/service-Vfw20220410040614-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-10T04:09:41.563Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:09:41.564Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:09:41.564Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649563762348,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/artifacts/service-Vfw20220410040614-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-10T04:09:41.565Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:09:41.565Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:09:41.565Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
"consumerID": "policy-id",
"timestamp": 1649563763077,
"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-04-10T04:09:41.579Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a0a859ab-b9f7-48bc-bb80-6dc984f059cf
2022-04-10T04:09:41.580Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId a0a859ab-b9f7-48bc-bb80-6dc984f059cf 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-04-10T04:09:41.600Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:09:41.600Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649563763352,
"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-04-10T04:09:41.615Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a0a859ab-b9f7-48bc-bb80-6dc984f059cf
2022-04-10T04:09:41.615Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId a0a859ab-b9f7-48bc-bb80-6dc984f059cf 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-04-10T04:09:41.632Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:09:41.633Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
"consumerID": "clamp",
"timestamp": 1649563764417,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/artifacts/service-Vfw20220410040614-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-10T04:09:41.633Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:09:41.634Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:09:41.634Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
"consumerID": "clamp",
"timestamp": 1649563766430,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/artifacts/service-Vfw20220410040614-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-10T04:09:41.634Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:09:41.635Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:09:41.635Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
"consumerID": "clamp",
"timestamp": 1649563767436,
"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-04-10T04:09:41.646Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a0a859ab-b9f7-48bc-bb80-6dc984f059cf
2022-04-10T04:09:41.646Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId a0a859ab-b9f7-48bc-bb80-6dc984f059cf 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-04-10T04:09:41.662Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:09:41.663Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
"consumerID": "aai-ml",
"timestamp": 1649563770803,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/artifacts/service-Vfw20220410040614-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-10T04:09:41.664Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:09:41.665Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:09:41.665Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
"consumerID": "aai-ml",
"timestamp": 1649563771808,
"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-04-10T04:09:41.681Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a0a859ab-b9f7-48bc-bb80-6dc984f059cf
2022-04-10T04:09:41.682Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId a0a859ab-b9f7-48bc-bb80-6dc984f059cf 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-04-10T04:09:58.567Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/467f8d53-0803-4cb2-a748-53f7d1a0d5c4/model-vers/model-ver/ef3f1e88-5a30-47b2-9c39-21cb6cd4df60?depth=0
2022-04-10T04:09:58.738Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-04-10T04:09:59.528Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/467f8d53-0803-4cb2-a748-53f7d1a0d5c4/model-vers/model-ver/ef3f1e88-5a30-47b2-9c39-21cb6cd4df60?depth=0|INFO|500||Invoke
2022-04-10T04:09:59.540Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/467f8d53-0803-4cb2-a748-53f7d1a0d5c4/model-vers/model-ver/ef3f1e88-5a30-47b2-9c39-21cb6cd4df60?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/467f8d53-0803-4cb2-a748-53f7d1a0d5c4/model-vers/model-ver/ef3f1e88-5a30-47b2-9c39-21cb6cd4df60?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[0ec6c8e1-79d8-43e5-87f7-a728e54e3690], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[4c08e439-fad6-45d1-8806-3408148696e8], X-ECOMP-RequestID=[0ec6c8e1-79d8-43e5-87f7-a728e54e3690], X-TransactionId=[], X-ONAP-RequestID=[0ec6c8e1-79d8-43e5-87f7-a728e54e3690], Content-Type=[application/merge-patch+json]}
2022-04-10T04:09:59.720Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/467f8d53-0803-4cb2-a748-53f7d1a0d5c4/model-vers/model-ver/ef3f1e88-5a30-47b2-9c39-21cb6cd4df60?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-04-10T04:10:00.306Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/467f8d53-0803-4cb2-a748-53f7d1a0d5c4/model-vers/model-ver/ef3f1e88-5a30-47b2-9c39-21cb6cd4df60?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/467f8d53-0803-4cb2-a748-53f7d1a0d5c4/model-vers/model-ver/ef3f1e88-5a30-47b2-9c39-21cb6cd4df60?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220410-04:09:58:702-93641], vertex-id=[180352], Content-Length=[0], Date=[Sun, 10 Apr 2022 04:09:58 GMT], Content-Type=[application/json]}
2022-04-10T04:10:00.310Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/467f8d53-0803-4cb2-a748-53f7d1a0d5c4/model-vers/model-ver/ef3f1e88-5a30-47b2-9c39-21cb6cd4df60?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-04-10T04:10:00.311Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/467f8d53-0803-4cb2-a748-53f7d1a0d5c4/model-vers/model-ver/ef3f1e88-5a30-47b2-9c39-21cb6cd4df60?depth=0|INFO|500||InvokeReturn
2022-04-10T04:10:00.317Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-10T04:10:00.317Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|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-04-10T04:10:00.324Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|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-04-10T04:10:00.326Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0ec6c8e1-79d8-43e5-87f7-a728e54e3690 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-10T04:10:00.327Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-10T04:10:00.328Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:10:00.332Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:10:00.332Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649563800326,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-10T04:10:00.432Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T04:10:00.433Z||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-04-10T04:10:00.433Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:10:00.451Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T04:10:00.452Z||pool-18-thread-1|||||INFO|500||cambria reply ok (20 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-04-10T04:10:01.361Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T04:10:01.362Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|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-04-10T04:10:01.362Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:10:05.796Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T04:10:05.799Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-10T04:10:05.799Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"a0a859ab-b9f7-48bc-bb80-6dc984f059cf","serviceName":"vFW 2022-04-10 04-06-14","serviceVersion":"1.0","serviceUUID":"e05ca626-99c5-4c3b-a955-68a1511ac999","serviceDescription":"catalog service description","serviceInvariantUUID":"750016e5-f770-429c-9dee-6c8745211109","resources":[{"resourceInstanceName":"vFW c2e8401f-fc8e 0","resourceName":"vFW c2e8401f-fc8e","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3f0c39b2-98d7-41ba-950a-351381796eb2","resourceInvariantUUID":"d199c43a-8ffd-41a5-8ffe-22fc472d22dd","resourceCustomizationUUID":"85c44858-091d-4f67-9efe-0f1c77ab7f89","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/vf-license-model.xml","artifactChecksum":"Mzg4NGI5MjA4OGNhMTkwZTdjMDdlNGJkYmU2ODYwMGM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5e5883ee-3833-4ab0-9bd5-a8a1482366a6","artifactVersion":"1"},{"artifactName":"vfwc2e8401ffc8e0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/vfwc2e8401ffc8e0_modules.json","artifactChecksum":"NDQ3MmVjMWNhNDhjYWU3M2UwN2IzODk4ZGRjODcyMTI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ee736491-1234-4a1f-a7ac-b7210cfaf6b1","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"6517a243-eeab-46a6-90b7-e39c14e4612d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/vendor-license-model.xml","artifactChecksum":"YmYwZjQzNGM2NTRkOTZlMjY2NDI0MzUzNWI1YjkwOTI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"2386c083-e534-4947-b468-d99f273e65e5","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"f00964ec-8682-41f1-8317-1d13e693c03d","artifactVersion":"2","generatedFromUUID":"6517a243-eeab-46a6-90b7-e39c14e4612d"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220410040614-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220410040614/1.0/artifacts/service-Vfw20220410040614-template.yml","artifactChecksum":"ZGIwMTVjZTQzYjNmZDM2ZjAyZjVhOWYzYjdkOTEyNDI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7f5a2584-524b-4689-8379-e53f531c0254","artifactVersion":"1"},{"artifactName":"service-Vfw20220410040614-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220410040614/1.0/artifacts/service-Vfw20220410040614-csar.csar","artifactChecksum":"ZWVmOGUzNWUyZmM3MzM5MmEwZDI0NmY0NjZhYjQ1NjY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"62a2cde8-3397-466e-83a1-fa123e21f0be","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-10T04:10:05.804Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T04:10:05.804Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:10:05.816Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:10:05.816Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649563801361,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-10T04:10:05.916Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-10T04:10:05.918Z||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-04-10T04:10:05.919Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:10:05.934Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T04:10:05.936Z||pool-19-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-04-10T04:10:06.817Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T04:10:06.819Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:10:06.822Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:10:06.822Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649563801361,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/vfwc2e8401ffc8e0_modules.json",
"status": "NOTIFIED"
}
2022-04-10T04:10:06.922Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T04:10:06.924Z||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-04-10T04:10:06.924Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:10:06.942Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T04:10:06.943Z||pool-20-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-04-10T04:10:07.822Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T04:10:07.823Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:10:07.825Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:10:07.825Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649563801361,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-04-10T04:10:07.925Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T04:10:07.926Z||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-04-10T04:10:07.927Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:10:07.940Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T04:10:07.941Z||pool-21-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-04-10T04:10:08.826Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T04:10:08.827Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:10:08.829Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:10:08.830Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649563801361,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-10T04:10:08.930Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T04:10:08.932Z||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-04-10T04:10:08.932Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:10:08.945Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T04:10:08.946Z||pool-22-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-10T04:10:09.832Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T04:10:09.833Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:10:09.836Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:10:09.836Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649563801361,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-04-10T04:10:09.936Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T04:10:09.938Z||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-04-10T04:10:09.938Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:10:09.955Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T04:10:09.956Z||pool-23-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-04-10T04:10:10.837Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T04:10:10.839Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:10:10.842Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:10:10.842Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649563801361,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/artifacts/service-Vfw20220410040614-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-10T04:10:10.942Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-10T04:10:10.943Z||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-04-10T04:10:10.943Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:10:10.982Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T04:10:10.983Z||pool-24-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":1,"count":1}
2022-04-10T04:10:11.843Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T04:10:11.844Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:10:11.847Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:10:11.847Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649563801361,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/artifacts/service-Vfw20220410040614-csar.csar",
"status": "NOTIFIED"
}
2022-04-10T04:10:11.947Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T04:10:11.949Z||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-04-10T04:10:11.949Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:10:11.967Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T04:10:11.968Z||pool-25-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-04-10T04:10:12.849Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
"distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
"serviceName": "vFW 2022-04-10 04-06-14",
"serviceVersion": "1.0",
"serviceUUID": "e05ca626-99c5-4c3b-a955-68a1511ac999",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "750016e5-f770-429c-9dee-6c8745211109",
"resources": [
{
"resourceInstanceName": "vFW c2e8401f-fc8e 0",
"resourceCustomizationUUID": "85c44858-091d-4f67-9efe-0f1c77ab7f89",
"resourceName": "vFW c2e8401f-fc8e",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "3f0c39b2-98d7-41ba-950a-351381796eb2",
"resourceInvariantUUID": "d199c43a-8ffd-41a5-8ffe-22fc472d22dd",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwc2e8401ffc8e0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/vfwc2e8401ffc8e0_modules.json",
"artifactChecksum": "NDQ3MmVjMWNhNDhjYWU3M2UwN2IzODk4ZGRjODcyMTI\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "ee736491-1234-4a1f-a7ac-b7210cfaf6b1",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "6517a243-eeab-46a6-90b7-e39c14e4612d",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "f00964ec-8682-41f1-8317-1d13e693c03d",
"generatedFromUUID": "6517a243-eeab-46a6-90b7-e39c14e4612d"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "f00964ec-8682-41f1-8317-1d13e693c03d",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220410040614-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/artifacts/service-Vfw20220410040614-csar.csar",
"artifactChecksum": "ZWVmOGUzNWUyZmM3MzM5MmEwZDI0NmY0NjZhYjQ1NjY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "62a2cde8-3397-466e-83a1-fa123e21f0be"
}
],
"workloadContext": "Production"
}
2022-04-10T04:10:12.849Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-10T04:10:12.850Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e05ca626-99c5-4c3b-a955-68a1511ac999 ASDC
2022-04-10T04:10:12.851Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:a0a859ab-b9f7-48bc-bb80-6dc984f059cf
ServiceName:vFW 2022-04-10 04-06-14
ServiceVersion:1.0
ServiceUUID:e05ca626-99c5-4c3b-a955-68a1511ac999
ServiceInvariantUUID:750016e5-f770-429c-9dee-6c8745211109
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220410040614-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220410040614/1.0/artifacts/service-Vfw20220410040614-csar.csar
ArtifactUUID:62a2cde8-3397-466e-83a1-fa123e21f0be
ArtifactChecksum:ZWVmOGUzNWUyZmM3MzM5MmEwZDI0NmY0NjZhYjQ1NjY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW c2e8401f-fc8e 0
ResourceCustomizationUUID:85c44858-091d-4f67-9efe-0f1c77ab7f89
ResourceInvariantUUID:d199c43a-8ffd-41a5-8ffe-22fc472d22dd
ResourceName:vFW c2e8401f-fc8e
ResourceType:VF
ResourceUUID:3f0c39b2-98d7-41ba-950a-351381796eb2
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwc2e8401ffc8e0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/vfwc2e8401ffc8e0_modules.json
ArtifactUUID:ee736491-1234-4a1f-a7ac-b7210cfaf6b1
ArtifactChecksum:NDQ3MmVjMWNhNDhjYWU3M2UwN2IzODk4ZGRjODcyMTI=
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/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/base_vfw.yaml
ArtifactUUID:6517a243-eeab-46a6-90b7-e39c14e4612d
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/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/base_vfw.env
ArtifactUUID:f00964ec-8682-41f1-8317-1d13e693c03d
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/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/base_vfw.env
ArtifactUUID:f00964ec-8682-41f1-8317-1d13e693c03d
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-04-10T04:10:12.851Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e05ca626-99c5-4c3b-a955-68a1511ac999 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-04-10T04:10:12.938Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-10T04:10:12.939Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-04-10T04:10:12.940Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-04-10T04:10:12.940Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 62a2cde8-3397-466e-83a1-fa123e21f0be from URL: /sdc/v1/catalog/services/Vfw20220410040614/1.0/artifacts/service-Vfw20220410040614-csar.csar
2022-04-10T04:10:12.940Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-04-10T04:10:12.941Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220410040614/1.0/artifacts/service-Vfw20220410040614-csar.csar
2022-04-10T04:10:13.217Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-04-10T04:10:13.229Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220410040614/1.0/artifacts/service-Vfw20220410040614-csar.csar 62a2cde8-3397-466e-83a1-fa123e21f0be 98953
2022-04-10T04:10:13.233Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220410040614/1.0/artifacts/service-Vfw20220410040614-csar.csar ASDC sendASDCNotification
2022-04-10T04:10:13.233Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220410040614/1.0/artifacts/service-Vfw20220410040614-csar.csar
2022-04-10T04:10:13.234Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-10T04:10:13.235Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:10:13.239Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:10:13.239Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649563813233,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/artifacts/service-Vfw20220410040614-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-10T04:10:13.339Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-10T04:10:13.340Z||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-04-10T04:10:13.340Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:10:13.359Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T04:10:13.360Z||pool-26-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-04-10T04:10:14.240Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-10T04:10:14.242Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-04-10T04:10:14.243Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 62a2cde8-3397-466e-83a1-fa123e21f0be, URL: /sdc/v1/catalog/services/Vfw20220410040614/1.0/artifacts/service-Vfw20220410040614-csar.csar to file: /app/ASDC/1/service-Vfw20220410040614-csar.csar
2022-04-10T04:10:14.243Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220410040614-csar.csar
2022-04-10T04:10:14.244Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220410040614-csar.csar
2022-04-10T04:10:14.244Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220410040614-csar.csar
2022-04-10T04:10:14.647Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14219154813404886774/Definitions/service-Vfw20220410040614-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_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
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
2022-04-10T04:10:17.893Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-10T04:10:17.894Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-04-10T04:10:17.894Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220410040614-csar.csar
2022-04-10T04:10:17.895Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-04-10T04:10:17.895Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|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-Vfw20220410040614-csar.csar
2022-04-10T04:10:17.895Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW c2e8401f-fc8e 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-Vfw20220410040614-csar.csar
2022-04-10T04:10:17.895Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|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-Vfw20220410040614-csar.csar
2022-04-10T04:10:17.895Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|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-Vfw20220410040614-csar.csar
2022-04-10T04:10:17.896Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|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-Vfw20220410040614-csar.csar
2022-04-10T04:10:17.896Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|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-Vfw20220410040614-csar.csar
2022-04-10T04:10:17.896Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|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-Vfw20220410040614-csar.csar
2022-04-10T04:10:17.896Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|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-Vfw20220410040614-csar.csar
2022-04-10T04:10:17.896Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|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-Vfw20220410040614-csar.csar
2022-04-10T04:10:17.897Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|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-Vfw20220410040614-csar.csar
2022-04-10T04:10:17.897Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|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-Vfw20220410040614-csar.csar
2022-04-10T04:10:17.897Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|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-Vfw20220410040614-csar.csar
2022-04-10T04:10:17.897Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|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-Vfw20220410040614-csar.csar
2022-04-10T04:10:17.898Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-04-10T04:10:17.898Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-10T04:10:17.899Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-10 04-06-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T04:10:17.899Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template vFW c2e8401f-fc8e 0 is matching search criteria
2022-04-10T04:10:17.899Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-04-10T04:10:17.900Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW c2e8401f-fc8e 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-10T04:10:17.900Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-10T04:10:17.900Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-10 04-06-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T04:10:17.901Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template vFW c2e8401f-fc8e 0 is matching search criteria
2022-04-10T04:10:17.901Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-04-10T04:10:17.901Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW c2e8401f-fc8e 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-10T04:10:17.901Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-10T04:10:17.901Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-10 04-06-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T04:10:17.902Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-10T04:10:17.902Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template vFW c2e8401f-fc8e 0 is not matching search criteria
2022-04-10T04:10:17.902Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-10T04:10:17.902Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-10T04:10:17.902Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-10T04:10:17.903Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-10T04:10:17.903Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-10T04:10:17.903Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-10T04:10:17.903Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-10T04:10:17.904Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-10T04:10:17.904Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-10T04:10:17.904Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-10T04:10:17.905Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-10T04:10:17.905Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-10T04:10:17.905Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-10T04:10:17.905Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-10T04:10:17.906Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-10T04:10:17.906Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-10T04:10:17.906Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-10T04:10:17.907Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-10 04-06-14 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-10T04:10:17.907Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-10T04:10:17.907Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template vFW c2e8401f-fc8e 0 is matching search criteria
2022-04-10T04:10:17.908Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW c2e8401f-fc8e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-10T04:10:17.908Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-10T04:10:17.909Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template vFW c2e8401f-fc8e 0 is matching search criteria
2022-04-10T04:10:17.909Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW c2e8401f-fc8e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-10T04:10:17.909Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-10T04:10:17.910Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template vFW c2e8401f-fc8e 0 is matching search criteria
2022-04-10T04:10:17.910Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW c2e8401f-fc8e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-10T04:10:17.910Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-10T04:10:17.911Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template vFW c2e8401f-fc8e 0 is not matching search criteria
2022-04-10T04:10:17.911Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-10T04:10:17.911Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-10T04:10:17.911Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-10T04:10:17.912Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-10T04:10:17.912Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-10T04:10:17.912Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-10T04:10:17.912Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-10T04:10:17.913Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-10T04:10:17.913Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-10T04:10:17.913Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-10T04:10:17.913Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-10T04:10:17.914Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=ab999eea-5468-4b75-94fd-286729c3fc34
2022-04-10T04:10:17.915Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-10T04:10:17.915Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template vFW c2e8401f-fc8e 0 is not matching search criteria
2022-04-10T04:10:17.915Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-10T04:10:17.915Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-10T04:10:17.915Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-10T04:10:17.916Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-10T04:10:17.916Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-10T04:10:17.916Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-10T04:10:17.916Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-10T04:10:17.916Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-04-10T04:10:17.917Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-10T04:10:17.917Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-10T04:10:17.917Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-10T04:10:17.917Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-10T04:10:17.918Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=6d61837e-4eae-4d9d-8e93-cbb1dd31cba2
2022-04-10T04:10:17.918Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-10T04:10:17.918Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template vFW c2e8401f-fc8e 0 is not matching search criteria
2022-04-10T04:10:17.919Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-10T04:10:17.919Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-10T04:10:17.919Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-10T04:10:17.920Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-10T04:10:17.920Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-10T04:10:17.920Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-10T04:10:17.920Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-10T04:10:17.921Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-10T04:10:17.921Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-10T04:10:17.921Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-10T04:10:17.921Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-10T04:10:17.922Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-04-10T04:10:17.922Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=460aae0e-32e4-4b48-bae3-4804859fbd03
2022-04-10T04:10:17.923Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-10T04:10:17.923Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-10 04-06-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T04:10:17.923Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-10T04:10:17.923Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-10 04-06-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T04:10:17.924Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-10T04:10:17.924Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-10 04-06-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T04:10:17.924Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-10T04:10:17.925Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-10 04-06-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T04:10:17.925Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-04-10 04-06-14
Description:catalog service description
Model UUID:e05ca626-99c5-4c3b-a955-68a1511ac999
Model Version:NULL
Model InvariantUuid:750016e5-f770-429c-9dee-6c8745211109
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW c2e8401f-fc8e
Model UUID:cf55045a-cd9c-4b4b-b0ab-ffa24091d96b
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:d199c43a-8ffd-41a5-8ffe-22fc472d22dd
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:85c44858-091d-4f67-9efe-0f1c77ab7f89
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:96ce218c-399b-42bd-82cf-8f45acdb2611
ModelName:VfwC2e8401fFc8e..base_vfw..module-0
ModelUuid:bbf8c676-0683-42f0-bebb-39f0a48fe3ff
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:ab999eea-5468-4b75-94fd-286729c3fc34
ModelInvariantUuid:cbc71205-4b7b-4cf1-8a4c-c947aae6045f
ModelName:vFW c2e8401f-fc8e-nodes.vfwCvfc
ModelUuid:c6ab5998-30bb-4254-ab39-163004685e04
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:ab8c2b85-36cf-4235-8835-a624bc3ecce4
ModelInvariantUuid:fe205d16-10a1-4059-8cf5-9a5827c1ef98
ModelName:VfwC2e8401fFc8e.compute.nodes.heat.vfw
ModelUuid:af69e1e1-8aaf-43d3-a309-b230d6a69021
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:6d61837e-4eae-4d9d-8e93-cbb1dd31cba2
ModelInvariantUuid:f968d145-92f6-4cc7-a06c-340185723234
ModelName:vFW c2e8401f-fc8e-nodes.vsnCvfc
ModelUuid:256d9bd5-7d16-458a-84fc-27e4972bf5d6
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:ddf80c33-2280-4028-a836-5a51f896efc4
ModelInvariantUuid:2584d794-1d4a-4e9d-86a6-0f84ed05eeda
ModelName:VfwC2e8401fFc8e.compute.nodes.heat.vsn
ModelUuid:869fed23-31b0-4799-bdcd-13d94d4c2621
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:460aae0e-32e4-4b48-bae3-4804859fbd03
ModelInvariantUuid:dc7568ef-6ec9-420b-95c4-aa85f147bf8f
ModelName:vFW c2e8401f-fc8e-nodes.vpgCvfc
ModelUuid:3ec35232-b328-4cc1-8d66-f693fe2e4d0b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:810b3215-c3a5-476c-98d1-0a67fc021bc3
ModelInvariantUuid:3581b601-11ed-460d-869f-bb005015a6e5
ModelName:VfwC2e8401fFc8e.compute.nodes.heat.vpg
ModelUuid:3cf46361-d447-43d9-b0b4-a0cf7d96785b
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-04-10T04:10:17.935Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 3f0c39b2-98d7-41ba-950a-351381796eb2
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-04-10T04:10:17.940Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||INFO|500||vFW c2e8401f-fc8e 0
2022-04-10T04:10:17.941Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 3f0c39b2-98d7-41ba-950a-351381796eb2
2022-04-10T04:10:17.941Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: ee736491-1234-4a1f-a7ac-b7210cfaf6b1 from URL: /sdc/v1/catalog/services/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/vfwc2e8401ffc8e0_modules.json
2022-04-10T04:10:17.941Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-04-10T04:10:17.941Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/vfwc2e8401ffc8e0_modules.json
2022-04-10T04:10:18.367Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-04-10T04:10:18.367Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/vfwc2e8401ffc8e0_modules.json ee736491-1234-4a1f-a7ac-b7210cfaf6b1 785
2022-04-10T04:10:18.368Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/vfwc2e8401ffc8e0_modules.json ASDC sendASDCNotification
2022-04-10T04:10:18.368Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/vfwc2e8401ffc8e0_modules.json
2022-04-10T04:10:18.368Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-10T04:10:18.368Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:10:18.371Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:10:18.371Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649563818368,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/vfwc2e8401ffc8e0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-10T04:10:18.478Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms
2022-04-10T04:10:18.480Z||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-04-10T04:10:18.480Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:10:18.532Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T04:10:18.533Z||pool-27-thread-1|||||INFO|500||cambria reply ok (54 ms):{"serverTimeMs":0,"count":1}
2022-04-10T04:10:19.372Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwC2e8401fFc8e..base_vfw..module-0",
"vfModuleModelInvariantUUID": "96ce218c-399b-42bd-82cf-8f45acdb2611",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "bbf8c676-0683-42f0-bebb-39f0a48fe3ff",
"vfModuleModelCustomizationUUID": "391d7c22-740b-462b-8472-cf5d44dd7a13",
"isBase": true,
"artifacts": [
"6517a243-eeab-46a6-90b7-e39c14e4612d",
"f00964ec-8682-41f1-8317-1d13e693c03d"
],
"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-04-10T04:10:19.381Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwC2e8401fFc8e..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:bbf8c676-0683-42f0-bebb-39f0a48fe3ff
VfModuleModelInvariantUUID:96ce218c-399b-42bd-82cf-8f45acdb2611
VfModuleModelDescription:NULL
Artifacts UUID List:{
6517a243-eeab-46a6-90b7-e39c14e4612d
,
f00964ec-8682-41f1-8317-1d13e693c03d
}
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-04-10T04:10:19.383Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwC2e8401fFc8e..base_vfw..module-0",
"vfModuleModelInvariantUUID": "96ce218c-399b-42bd-82cf-8f45acdb2611",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "bbf8c676-0683-42f0-bebb-39f0a48fe3ff",
"vfModuleModelCustomizationUUID": "391d7c22-740b-462b-8472-cf5d44dd7a13",
"isBase": true,
"artifacts": [
"6517a243-eeab-46a6-90b7-e39c14e4612d",
"f00964ec-8682-41f1-8317-1d13e693c03d"
],
"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-04-10T04:10:19.383Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwC2e8401fFc8e..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:bbf8c676-0683-42f0-bebb-39f0a48fe3ff
VfModuleModelInvariantUUID:96ce218c-399b-42bd-82cf-8f45acdb2611
VfModuleModelDescription:NULL
Artifacts UUID List:{
6517a243-eeab-46a6-90b7-e39c14e4612d
,
f00964ec-8682-41f1-8317-1d13e693c03d
}
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-04-10T04:10:19.384Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 6517a243-eeab-46a6-90b7-e39c14e4612d from URL: /sdc/v1/catalog/services/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/base_vfw.yaml
2022-04-10T04:10:19.384Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-04-10T04:10:19.384Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/base_vfw.yaml
2022-04-10T04:10:20.692Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-04-10T04:10:20.693Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/base_vfw.yaml 6517a243-eeab-46a6-90b7-e39c14e4612d 20368
2022-04-10T04:10:20.694Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-04-10T04:10:20.694Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/base_vfw.yaml
2022-04-10T04:10:20.694Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-10T04:10:20.695Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:10:20.697Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:10:20.697Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649563820694,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-10T04:10:20.797Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T04:10:20.798Z||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-04-10T04:10:20.799Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:10:20.817Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T04:10:20.818Z||pool-28-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-04-10T04:10:21.698Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: f00964ec-8682-41f1-8317-1d13e693c03d from URL: /sdc/v1/catalog/services/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/base_vfw.env
2022-04-10T04:10:21.698Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-04-10T04:10:21.699Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/base_vfw.env
2022-04-10T04:10:22.097Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-04-10T04:10:22.098Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/base_vfw.env f00964ec-8682-41f1-8317-1d13e693c03d 2098
2022-04-10T04:10:22.098Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-04-10T04:10:22.098Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/base_vfw.env
2022-04-10T04:10:22.098Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-10T04:10:22.099Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:10:22.101Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:10:22.101Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649563822098,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-04-10T04:10:22.202Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-10T04:10:22.203Z||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-04-10T04:10:22.203Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:10:22.235Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T04:10:22.236Z||pool-29-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-04-10T04:10:23.103Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: e05ca626-99c5-4c3b-a955-68a1511ac999
2022-04-10T04:10:23.106Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW c2e8401f-fc8e 0 3f0c39b2-98d7-41ba-950a-351381796eb2 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-04-10T04:10:23.130Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3799cc67, org.onap.sdc.toscaparser.api.parameters.Input@4d1a1d29, org.onap.sdc.toscaparser.api.parameters.Input@4d45d745, org.onap.sdc.toscaparser.api.parameters.Input@672a6695, org.onap.sdc.toscaparser.api.parameters.Input@1e2964e3]
2022-04-10T04:10:23.133Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-10T04:10:23.133Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-10 04-06-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T04:10:23.133Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic
2022-04-10T04:10:23.133Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 85c44858-091d-4f67-9efe-0f1c77ab7f89
2022-04-10T04:10:23.134Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 85c44858-091d-4f67-9efe-0f1c77ab7f89 matches Tosca VF Customization UUID: 85c44858-091d-4f67-9efe-0f1c77ab7f89
2022-04-10T04:10:23.134Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 85c44858-091d-4f67-9efe-0f1c77ab7f89 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-04-10T04:10:23.138Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-10T04:10:23.138Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-10 04-06-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T04:10:23.140Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 85c44858-091d-4f67-9efe-0f1c77ab7f89: {\"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-04-10T04:10:23.140Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@54f10dc8
2022-04-10T04:10:23.141Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-10T04:10:23.141Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-10 04-06-14 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-10T04:10:23.141Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 391d7c22-740b-462b-8472-cf5d44dd7a13
2022-04-10T04:10:23.141Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 391d7c22-740b-462b-8472-cf5d44dd7a13
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-04-10T04:10:23.145Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-10T04:10:23.146Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template vFW c2e8401f-fc8e 0 is matching search criteria
2022-04-10T04:10:23.146Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW c2e8401f-fc8e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-10T04:10:23.146Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-10T04:10:23.147Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template vFW c2e8401f-fc8e 0 is matching search criteria
2022-04-10T04:10:23.147Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW c2e8401f-fc8e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-10T04:10:23.147Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-10T04:10:23.148Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template vFW c2e8401f-fc8e 0 is not matching search criteria
2022-04-10T04:10:23.148Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-10T04:10:23.148Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-10T04:10:23.148Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-10T04:10:23.149Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-10T04:10:23.149Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-10T04:10:23.150Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-10T04:10:23.150Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-10T04:10:23.150Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-10T04:10:23.151Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-10T04:10:23.151Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-10T04:10:23.152Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-10T04:10:23.152Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=ab999eea-5468-4b75-94fd-286729c3fc34
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-04-10T04:10:23.156Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-10T04:10:23.157Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template vFW c2e8401f-fc8e 0 is matching search criteria
2022-04-10T04:10:23.157Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW c2e8401f-fc8e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-10T04:10:23.158Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-10T04:10:23.158Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template vFW c2e8401f-fc8e 0 is not matching search criteria
2022-04-10T04:10:23.158Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-10T04:10:23.159Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-10T04:10:23.159Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-10T04:10:23.159Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-10T04:10:23.160Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-10T04:10:23.160Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-10T04:10:23.160Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-10T04:10:23.160Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-04-10T04:10:23.161Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-10T04:10:23.161Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-10T04:10:23.161Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-10T04:10:23.161Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-10T04:10:23.162Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=6d61837e-4eae-4d9d-8e93-cbb1dd31cba2
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-04-10T04:10:23.166Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-10T04:10:23.166Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template vFW c2e8401f-fc8e 0 is matching search criteria
2022-04-10T04:10:23.167Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW c2e8401f-fc8e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-10T04:10:23.171Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-10T04:10:23.171Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template vFW c2e8401f-fc8e 0 is not matching search criteria
2022-04-10T04:10:23.172Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-10T04:10:23.172Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-10T04:10:23.172Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-10T04:10:23.172Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-10T04:10:23.173Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-10T04:10:23.173Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-10T04:10:23.173Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-10T04:10:23.173Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-10T04:10:23.174Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-10T04:10:23.174Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-10T04:10:23.174Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-10T04:10:23.174Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-04-10T04:10:23.175Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=460aae0e-32e4-4b48-bae3-4804859fbd03
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-04-10T04:10:23.179Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-10T04:10:23.179Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template vFW c2e8401f-fc8e 0 is matching search criteria
2022-04-10T04:10:23.179Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW c2e8401f-fc8e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-10T04:10:23.180Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-10T04:10:23.180Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template vFW c2e8401f-fc8e 0 is matching search criteria
2022-04-10T04:10:23.180Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW c2e8401f-fc8e 0] matching following query criteria: sdcType=VF, customizationUUID=85c44858-091d-4f67-9efe-0f1c77ab7f89
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-04-10T04:10:23.183Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-10T04:10:23.184Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-10 04-06-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T04:10:23.184Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid e05ca626-99c5-4c3b-a955-68a1511ac999: vFW c2e8401f-fc8e
2022-04-10T04:10:23.184Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-10T04:10:23.184Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-10 04-06-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T04:10:23.185Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-10T04:10:23.185Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-10 04-06-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T04:10:23.185Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-10T04:10:23.185Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-10 04-06-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T04:10:23.185Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-10T04:10:23.186Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-10 04-06-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T04:10:23.186Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-10T04:10:23.186Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-10 04-06-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T04:10:23.186Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||INFO|500||Saving Service: vFW 2022-04-10 04-06-14
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-10T04:10:23.479Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW c2e8401f-fc8e 3f0c39b2-98d7-41ba-950a-351381796eb2 1 ASDC deployResourceStructure
2022-04-10T04:10:23.479Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/vfwc2e8401ffc8e0_modules.json ASDC sendASDCNotification
2022-04-10T04:10:23.480Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/vfwc2e8401ffc8e0_modules.json
2022-04-10T04:10:23.480Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-10T04:10:23.480Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:10:23.482Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:10:23.482Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649563823479,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/vfwc2e8401ffc8e0_modules.json",
"status": "DEPLOY_OK"
}
2022-04-10T04:10:23.583Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T04:10:23.584Z||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-04-10T04:10:23.584Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:10:23.597Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T04:10:23.598Z||pool-30-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-10T04:10:24.484Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-04-10T04:10:24.484Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/base_vfw.yaml
2022-04-10T04:10:24.484Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-10T04:10:24.485Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:10:24.487Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:10:24.487Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649563824484,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-04-10T04:10:24.588Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-10T04:10:24.589Z||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-04-10T04:10:24.589Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:10:24.614Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T04:10:24.614Z||pool-31-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-04-10T04:10:25.488Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-04-10T04:10:25.489Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/base_vfw.env
2022-04-10T04:10:25.489Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-10T04:10:25.489Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:10:25.497Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:10:25.497Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649563825488,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-04-10T04:10:25.593Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-04-10T04:10:25.594Z||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-04-10T04:10:25.594Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:10:25.624Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T04:10:25.625Z||pool-32-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-04-10T04:10:26.499Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220410040614/1.0/artifacts/service-Vfw20220410040614-csar.csar ASDC sendASDCNotification
2022-04-10T04:10:26.500Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220410040614/1.0/artifacts/service-Vfw20220410040614-csar.csar
2022-04-10T04:10:26.500Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-10T04:10:26.501Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:10:26.504Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:10:26.504Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649563826498,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/artifacts/service-Vfw20220410040614-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-10T04:10:26.604Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T04:10:26.606Z||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-04-10T04:10:26.606Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:10:26.636Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T04:10:26.636Z||pool-33-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-04-10T04:10:27.506Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a0a859ab-b9f7-48bc-bb80-6dc984f059cf
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-04-10T04:10:27.527Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a0a859ab-b9f7-48bc-bb80-6dc984f059cf
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-04-10T04:10:27.536Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-10T04:10:27.536Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-10T04:10:27.536Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-10T04:10:27.536Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-10T04:10:27.536Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-10T04:10:27.537Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-10T04:10:27.537Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-10T04:10:27.537Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-10T04:10:27.538Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-10T04:10:27.538Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-10T04:10:27.538Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|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-04-10T04:10:27.548Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-10T04:10:40.742Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T04:10:40.743Z||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-04-10T04:10:40.744Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:10:40.902Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T04:10:40.907Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:10:40.908Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649563800326,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-10T04:10:40.909Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:10:40.909Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:10:40.909Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649563801361,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-10T04:10:40.909Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-10T04:10:40.909Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:10:40.909Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649563801361,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/vfwc2e8401ffc8e0_modules.json",
"status": "NOTIFIED"
}
2022-04-10T04:10:40.909Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-10T04:10:40.909Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:10:40.910Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649563801361,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-04-10T04:10:40.910Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-10T04:10:40.910Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:10:40.910Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649563801361,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-10T04:10:40.910Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-10T04:10:40.910Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:10:40.910Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649563801361,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-04-10T04:10:40.910Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-10T04:10:40.911Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:10:40.911Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649563801361,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/artifacts/service-Vfw20220410040614-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-10T04:10:40.911Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-10T04:10:40.911Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:10:40.911Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649563801361,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/artifacts/service-Vfw20220410040614-csar.csar",
"status": "NOTIFIED"
}
2022-04-10T04:10:40.911Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-10T04:10:40.912Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:10:40.912Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649563813233,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/artifacts/service-Vfw20220410040614-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-10T04:10:40.912Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:10:40.912Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:10:40.912Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649563818368,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/vfwc2e8401ffc8e0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-10T04:10:40.912Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:10:40.912Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:10:40.913Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9",
"consumerID": "dcae-sch",
"timestamp": 1649563817041,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/resourceInstances/basic_onboard_sozboi0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-10T04:10:40.913Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-10T04:10:40.913Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:10:40.913Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649563810114,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/resourceInstances/basic_onboard_sozboi0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-10T04:10:40.913Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-10T04:10:40.913Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:10:40.913Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9",
"consumerID": "policy-id",
"timestamp": 1649563812075,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/resourceInstances/basic_onboard_sozboi0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-10T04:10:40.913Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-10T04:10:40.913Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:10:40.914Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649563810114,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/resourceInstances/basic_onboard_sozboi0/artifacts/basic_onboard_sozboi0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-10T04:10:40.914Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-10T04:10:40.914Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:10:40.914Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9",
"consumerID": "dcae-sch",
"timestamp": 1649563817041,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/resourceInstances/basic_onboard_sozboi0/artifacts/basic_onboard_sozboi0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-10T04:10:40.915Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-10T04:10:40.915Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:10:40.915Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9",
"consumerID": "policy-id",
"timestamp": 1649563812075,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/resourceInstances/basic_onboard_sozboi0/artifacts/basic_onboard_sozboi0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-10T04:10:40.915Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-10T04:10:40.915Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:10:40.915Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649563820694,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-10T04:10:40.915Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:10:40.915Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:10:40.915Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649563810114,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/resourceInstances/basic_onboard_sozboi0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-10T04:10:40.915Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-10T04:10:40.916Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:10:40.916Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9",
"consumerID": "policy-id",
"timestamp": 1649563812075,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/resourceInstances/basic_onboard_sozboi0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-04-10T04:10:40.916Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-10T04:10:40.916Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:10:40.916Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9",
"consumerID": "dcae-sch",
"timestamp": 1649563817041,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/resourceInstances/basic_onboard_sozboi0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-10T04:10:40.916Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-10T04:10:40.916Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:10:40.916Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649563822098,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-04-10T04:10:40.916Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:10:40.917Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:10:40.917Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9",
"consumerID": "dcae-sch",
"timestamp": 1649563817041,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/resourceInstances/basic_onboard_sozboi0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-10T04:10:40.917Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-10T04:10:40.917Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:10:40.917Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649563810114,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/resourceInstances/basic_onboard_sozboi0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-10T04:10:40.917Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-10T04:10:40.918Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:10:40.918Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9",
"consumerID": "policy-id",
"timestamp": 1649563812075,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/resourceInstances/basic_onboard_sozboi0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-10T04:10:40.918Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-10T04:10:40.918Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:10:40.918Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649563810114,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/resourceInstances/basic_onboard_sozboi0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-04-10T04:10:40.918Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-10T04:10:40.918Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:10:40.918Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9",
"consumerID": "policy-id",
"timestamp": 1649563812075,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/resourceInstances/basic_onboard_sozboi0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-04-10T04:10:40.919Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-10T04:10:40.919Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:10:40.919Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9",
"consumerID": "dcae-sch",
"timestamp": 1649563817041,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/resourceInstances/basic_onboard_sozboi0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-04-10T04:10:40.919Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-10T04:10:40.919Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:10:40.919Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649563823479,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/vfwc2e8401ffc8e0_modules.json",
"status": "DEPLOY_OK"
}
2022-04-10T04:10:40.919Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:10:40.919Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:10:40.920Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9",
"consumerID": "cds",
"timestamp": 1649563822338,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/resourceInstances/basic_onboard_sozboi0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-10T04:10:40.920Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-10T04:10:40.920Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:10:40.920Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9",
"consumerID": "dcae-sch",
"timestamp": 1649563817041,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/artifacts/service-BasicOnboardSozboi-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-10T04:10:40.920Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-10T04:10:40.920Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:10:40.920Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649563810114,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/artifacts/service-BasicOnboardSozboi-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-10T04:10:40.920Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-10T04:10:40.920Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:10:40.921Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9",
"consumerID": "policy-id",
"timestamp": 1649563812075,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/artifacts/service-BasicOnboardSozboi-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-10T04:10:40.921Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-10T04:10:40.921Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:10:40.921Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649563824484,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-04-10T04:10:40.921Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:10:40.921Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:10:40.921Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9",
"consumerID": "cds",
"timestamp": 1649563822338,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/resourceInstances/basic_onboard_sozboi0/artifacts/basic_onboard_sozboi0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-10T04:10:40.921Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-10T04:10:40.921Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:10:40.921Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649563824241,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/resourceInstances/basic_onboard_sozboi0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-10T04:10:40.922Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-10T04:10:40.922Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:10:40.922Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649563810114,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/artifacts/service-BasicOnboardSozboi-csar.csar",
"status": "NOTIFIED"
}
2022-04-10T04:10:40.922Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-10T04:10:40.922Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:10:40.922Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9",
"consumerID": "dcae-sch",
"timestamp": 1649563817041,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/artifacts/service-BasicOnboardSozboi-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-04-10T04:10:40.923Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-10T04:10:40.923Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:10:40.923Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9",
"consumerID": "policy-id",
"timestamp": 1649563812075,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/artifacts/service-BasicOnboardSozboi-csar.csar",
"status": "NOTIFIED"
}
2022-04-10T04:10:40.923Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-10T04:10:40.923Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:10:40.923Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649563825488,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-04-10T04:10:40.923Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:10:40.924Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:10:40.924Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9",
"consumerID": "ves-openapi-manager",
"timestamp": 1649563825052,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/resourceInstances/basic_onboard_sozboi0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-10T04:10:40.924Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-10T04:10:40.924Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:10:40.924Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9",
"consumerID": "cds",
"timestamp": 1649563822338,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/resourceInstances/basic_onboard_sozboi0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-10T04:10:40.924Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-10T04:10:40.924Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:10:40.925Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649563824241,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/resourceInstances/basic_onboard_sozboi0/artifacts/basic_onboard_sozboi0_modules.json",
"status": "NOTIFIED"
}
2022-04-10T04:10:40.925Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-10T04:10:40.925Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:10:40.925Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649563826498,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/artifacts/service-Vfw20220410040614-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-10T04:10:40.925Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:10:40.926Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:10:40.926Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9",
"consumerID": "ves-openapi-manager",
"timestamp": 1649563825052,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/resourceInstances/basic_onboard_sozboi0/artifacts/basic_onboard_sozboi0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-10T04:10:40.926Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-10T04:10:40.926Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:10:40.926Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9",
"consumerID": "cds",
"timestamp": 1649563822338,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/resourceInstances/basic_onboard_sozboi0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-10T04:10:40.927Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-10T04:10:40.927Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:10:40.927Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649563824241,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/resourceInstances/basic_onboard_sozboi0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-04-10T04:10:40.927Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-10T04:10:40.927Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:10:40.927Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9",
"consumerID": "policy-id",
"timestamp": 1649563826259,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/artifacts/service-BasicOnboardSozboi-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-10T04:10:40.927Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:10:40.927Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:10:40.928Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649563826479,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/artifacts/service-BasicOnboardSozboi-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-10T04:10:40.928Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:10:40.928Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:10:40.928Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9",
"consumerID": "ves-openapi-manager",
"timestamp": 1649563825052,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/resourceInstances/basic_onboard_sozboi0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-10T04:10:40.928Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-10T04:10:40.928Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:10:40.929Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9",
"consumerID": "cds",
"timestamp": 1649563822338,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/resourceInstances/basic_onboard_sozboi0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-04-10T04:10:40.929Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-10T04:10:40.929Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:10:40.929Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649563824241,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/resourceInstances/basic_onboard_sozboi0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-10T04:10:40.929Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-10T04:10:40.929Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:10:40.929Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9",
"consumerID": "policy-id",
"timestamp": 1649563827263,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/artifacts/service-BasicOnboardSozboi-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-10T04:10:40.929Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:10:40.930Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:10:40.930Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9",
"consumerID": "ves-openapi-manager",
"timestamp": 1649563825052,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/resourceInstances/basic_onboard_sozboi0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-10T04:10:40.930Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-10T04:10:40.930Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:10:40.930Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9",
"consumerID": "cds",
"timestamp": 1649563822338,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/artifacts/service-BasicOnboardSozboi-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-10T04:10:40.930Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-10T04:10:40.930Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:10:40.930Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649563824241,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/resourceInstances/basic_onboard_sozboi0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-04-10T04:10:40.930Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-10T04:10:40.931Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:10:40.931Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9",
"consumerID": "policy-id",
"timestamp": 1649563828266,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-10T04:10:40.948Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9
2022-04-10T04:10:40.949Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9 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-04-10T04:10:40.961Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:10:40.962Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9",
"consumerID": "ves-openapi-manager",
"timestamp": 1649563825052,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/resourceInstances/basic_onboard_sozboi0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-04-10T04:10:40.962Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-10T04:10:40.962Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:10:40.962Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9",
"consumerID": "cds",
"timestamp": 1649563822338,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/artifacts/service-BasicOnboardSozboi-csar.csar",
"status": "NOTIFIED"
}
2022-04-10T04:10:40.962Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-10T04:10:40.962Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:10:40.963Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649563828935,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/artifacts/service-BasicOnboardSozboi-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-10T04:10:40.968Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:10:40.968Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:10:40.968Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649563824241,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/artifacts/service-BasicOnboardSozboi-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-10T04:10:40.968Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-10T04:10:40.968Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:10:40.969Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9",
"consumerID": "ves-openapi-manager",
"timestamp": 1649563825052,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/artifacts/service-BasicOnboardSozboi-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-10T04:10:40.969Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-10T04:10:40.969Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:10:40.969Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649563829939,
"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-04-10T04:10:40.976Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9
2022-04-10T04:10:40.977Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9 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-04-10T04:10:41.004Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:10:41.004Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9",
"consumerID": "cds",
"timestamp": 1649563830143,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/artifacts/service-BasicOnboardSozboi-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-10T04:10:41.005Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:10:41.005Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:10:41.005Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649563824241,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/artifacts/service-BasicOnboardSozboi-csar.csar",
"status": "NOTIFIED"
}
2022-04-10T04:10:41.005Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-10T04:10:41.005Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:10:41.006Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9",
"consumerID": "ves-openapi-manager",
"timestamp": 1649563825052,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/artifacts/service-BasicOnboardSozboi-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-04-10T04:10:41.006Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-10T04:10:41.006Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:10:41.006Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9",
"consumerID": "cds",
"timestamp": 1649563831151,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/artifacts/service-BasicOnboardSozboi-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-04-10T04:10:41.013Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9
2022-04-10T04:10:41.014Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9 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-04-10T04:10:41.026Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:10:41.027Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649563832330,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/resourceInstances/basic_onboard_sozboi0/artifacts/basic_onboard_sozboi0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-10T04:10:41.027Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:10:41.027Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:10:41.027Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9",
"consumerID": "clamp",
"timestamp": 1649563832618,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/resourceInstances/basic_onboard_sozboi0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-10T04:10:41.027Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-10T04:10:41.028Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:10:41.028Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649563833409,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/resourceInstances/basic_onboard_sozboi0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-10T04:10:41.028Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:10:41.028Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:10:41.028Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c",
"consumerID": "policy-id",
"timestamp": 1649563832075,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410040737/1.0/resourceInstances/vfwceadbc6cc6510/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-10T04:10:41.028Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-10T04:10:41.029Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:10:41.029Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9",
"consumerID": "clamp",
"timestamp": 1649563832618,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/resourceInstances/basic_onboard_sozboi0/artifacts/basic_onboard_sozboi0_modules.json",
"status": "NOTIFIED"
}
2022-04-10T04:10:41.029Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-10T04:10:41.029Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:10:41.029Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649563834523,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/resourceInstances/basic_onboard_sozboi0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-04-10T04:10:41.029Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:10:41.030Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:10:41.030Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c",
"consumerID": "policy-id",
"timestamp": 1649563832075,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410040737/1.0/resourceInstances/vfwceadbc6cc6510/artifacts/vfwceadbc6cc6510_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-10T04:10:41.030Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-10T04:10:41.030Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:10:41.030Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9",
"consumerID": "clamp",
"timestamp": 1649563832618,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/resourceInstances/basic_onboard_sozboi0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-10T04:10:41.031Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-10T04:10:41.031Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:10:41.031Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649563835560,
"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-04-10T04:10:41.040Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9
2022-04-10T04:10:41.041Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9 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-04-10T04:10:41.055Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:10:41.055Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c",
"consumerID": "policy-id",
"timestamp": 1649563832075,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410040737/1.0/resourceInstances/vfwceadbc6cc6510/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-04-10T04:10:41.056Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-10T04:10:41.056Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:10:41.056Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9",
"consumerID": "clamp",
"timestamp": 1649563832618,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/resourceInstances/basic_onboard_sozboi0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-10T04:10:41.056Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-10T04:10:41.057Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:10:41.057Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649563836568,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/resourceInstances/basic_onboard_sozboi0/artifacts/basic_onboard_sozboi0_modules.json",
"status": "DEPLOY_OK"
}
2022-04-10T04:10:41.057Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:10:41.057Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:10:41.057Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9",
"consumerID": "aai-ml",
"timestamp": 1649563835666,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/resourceInstances/basic_onboard_sozboi0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-10T04:10:41.057Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-10T04:10:41.058Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:10:41.058Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c",
"consumerID": "policy-id",
"timestamp": 1649563832075,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410040737/1.0/resourceInstances/vfwceadbc6cc6510/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-10T04:10:41.058Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-10T04:10:41.058Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:10:41.058Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9",
"consumerID": "clamp",
"timestamp": 1649563832618,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/resourceInstances/basic_onboard_sozboi0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-04-10T04:10:41.058Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-10T04:10:41.059Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:10:41.059Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9",
"consumerID": "aai-ml",
"timestamp": 1649563835666,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/resourceInstances/basic_onboard_sozboi0/artifacts/basic_onboard_sozboi0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-10T04:10:41.059Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-10T04:10:41.059Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:10:41.059Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c",
"consumerID": "dcae-sch",
"timestamp": 1649563837041,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410040737/1.0/resourceInstances/vfwceadbc6cc6510/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-10T04:10:41.059Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-10T04:10:41.059Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:10:41.060Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c",
"consumerID": "policy-id",
"timestamp": 1649563832075,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410040737/1.0/resourceInstances/vfwceadbc6cc6510/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-10T04:10:41.060Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-10T04:10:41.060Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:10:41.060Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9",
"consumerID": "clamp",
"timestamp": 1649563832618,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/artifacts/service-BasicOnboardSozboi-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-10T04:10:41.060Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-10T04:10:41.060Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:10:41.060Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c",
"consumerID": "dcae-sch",
"timestamp": 1649563837041,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410040737/1.0/resourceInstances/vfwceadbc6cc6510/artifacts/vfwceadbc6cc6510_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-10T04:10:41.061Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-10T04:10:41.061Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:10:41.061Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9",
"consumerID": "aai-ml",
"timestamp": 1649563835666,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/resourceInstances/basic_onboard_sozboi0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-10T04:10:41.061Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-10T04:10:41.061Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:10:41.061Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c",
"consumerID": "cds",
"timestamp": 1649563837337,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410040737/1.0/resourceInstances/vfwceadbc6cc6510/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-10T04:10:41.062Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-10T04:10:41.062Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:10:41.062Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c",
"consumerID": "policy-id",
"timestamp": 1649563832075,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410040737/1.0/artifacts/service-Vfw20220410040737-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-10T04:10:41.062Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-10T04:10:41.063Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:10:41.063Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9",
"consumerID": "clamp",
"timestamp": 1649563832618,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/artifacts/service-BasicOnboardSozboi-csar.csar",
"status": "NOTIFIED"
}
2022-04-10T04:10:41.063Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-10T04:10:41.063Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:10:41.063Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9",
"consumerID": "aai-ml",
"timestamp": 1649563835666,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/resourceInstances/basic_onboard_sozboi0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-10T04:10:41.063Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-10T04:10:41.064Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:10:41.064Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c",
"consumerID": "dcae-sch",
"timestamp": 1649563837041,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410040737/1.0/resourceInstances/vfwceadbc6cc6510/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-10T04:10:41.064Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-10T04:10:41.064Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:10:41.064Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c",
"consumerID": "cds",
"timestamp": 1649563837337,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410040737/1.0/resourceInstances/vfwceadbc6cc6510/artifacts/vfwceadbc6cc6510_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-10T04:10:41.064Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-10T04:10:41.064Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:10:41.064Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c",
"consumerID": "policy-id",
"timestamp": 1649563832075,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220410040737/1.0/artifacts/service-Vfw20220410040737-csar.csar",
"status": "NOTIFIED"
}
2022-04-10T04:10:41.065Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-10T04:10:57.549Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a0a859ab-b9f7-48bc-bb80-6dc984f059cf 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-04-10T04:10:57.556Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a0a859ab-b9f7-48bc-bb80-6dc984f059cf and serviceModelVersionId: e05ca626-99c5-4c3b-a955-68a1511ac999
2022-04-10T04:10:57.556Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 750016e5-f770-429c-9dee-6c8745211109
2022-04-10T04:10:57.559Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/750016e5-f770-429c-9dee-6c8745211109/model-vers/model-ver/e05ca626-99c5-4c3b-a955-68a1511ac999?depth=0
2022-04-10T04:10:57.577Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-04-10T04:10:57.662Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|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/750016e5-f770-429c-9dee-6c8745211109/model-vers/model-ver/e05ca626-99c5-4c3b-a955-68a1511ac999?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-04-10T04:10:57.666Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/750016e5-f770-429c-9dee-6c8745211109/model-vers/model-ver/e05ca626-99c5-4c3b-a955-68a1511ac999?depth=0|INFO|500||Invoke
2022-04-10T04:10:57.717Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/750016e5-f770-429c-9dee-6c8745211109/model-vers/model-ver/e05ca626-99c5-4c3b-a955-68a1511ac999?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-04-10T04:10:58.189Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/750016e5-f770-429c-9dee-6c8745211109/model-vers/model-ver/e05ca626-99c5-4c3b-a955-68a1511ac999?depth=0|INFO|500||InvokeReturn
2022-04-10T04:10:58.190Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|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/750016e5-f770-429c-9dee-6c8745211109/model-vers/model-ver/e05ca626-99c5-4c3b-a955-68a1511ac999?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220410-04:10:56:696-54589], vertex-id=[237608], Content-Length=[0], Date=[Sun, 10 Apr 2022 04:10:56 GMT], Content-Type=[application/json]}
2022-04-10T04:10:58.190Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2022-04-10T04:10:58.191Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-10T04:10:58.191Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|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-04-10T04:10:58.198Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|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-04-10T04:10:58.198Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a0a859ab-b9f7-48bc-bb80-6dc984f059cf and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-10T04:10:58.198Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-10T04:10:58.199Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:10:58.201Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:10:58.201Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649563858198,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-10T04:10:58.301Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T04:10:58.303Z||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-04-10T04:10:58.303Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:10:58.331Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T04:10:58.333Z||pool-34-thread-1|||||INFO|500||cambria reply ok (31 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-04-10T04:10:59.232Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T04:10:59.233Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|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-04-10T04:10:59.234Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:10:59.903Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T04:10:59.905Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-10T04:10:59.905Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9","serviceName":"basic_onboard_SOZBOi","serviceVersion":"1.0","serviceUUID":"27bbca09-54ef-4344-8612-250938716131","serviceDescription":"service","serviceInvariantUUID":"d5a34603-7f54-48b9-bdce-7c7e01bcde82","resources":[{"resourceInstanceName":"basic_onboard_SOZBOi 0","resourceName":"basic_onboard_SOZBOi","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"70ab57b5-ba29-420f-8de8-56c61c98c068","resourceInvariantUUID":"72d58968-ba19-428c-9b71-e2ed333f7308","resourceCustomizationUUID":"fff657d8-5529-4dbe-a971-f3f62e47efa9","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/resourceInstances/basic_onboard_sozboi0/artifacts/vf-license-model.xml","artifactChecksum":"ZjZkZDQ2NDI1MGFhNzgxYjk3YjEwYTQxMDkwNDE5NTU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"dbceea8e-4e14-492a-b520-ac75ef6d612a","artifactVersion":"1"},{"artifactName":"basic_onboard_sozboi0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/resourceInstances/basic_onboard_sozboi0/artifacts/basic_onboard_sozboi0_modules.json","artifactChecksum":"NGFlZTA5ZWMwOGNhOTIxNDFmMWYyMTQyMzExZWUwNjA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"9281bf92-ab83-4664-bab3-bcd5eef54dbf","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/resourceInstances/basic_onboard_sozboi0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f0125e2c-d186-429c-848f-6b6d6311d89d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/resourceInstances/basic_onboard_sozboi0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e3ad0d41-c239-4d78-a5a7-02c27bec8bf3","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/resourceInstances/basic_onboard_sozboi0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"afe6798a-3ef1-4626-a9b4-3093eae7578a","artifactVersion":"2","generatedFromUUID":"f0125e2c-d186-429c-848f-6b6d6311d89d"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardSozboi-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/artifacts/service-BasicOnboardSozboi-template.yml","artifactChecksum":"NjkyOGU1NzhmOTczODU1NTMwNmNkOGJmODk5NmI2N2M\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9bf85492-d1b2-4013-9c29-ff077f72df77","artifactVersion":"1"},{"artifactName":"service-BasicOnboardSozboi-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/artifacts/service-BasicOnboardSozboi-csar.csar","artifactChecksum":"NGMxMjhmY2NhZDRiODk2MWQyZGM3ZDBhNDIyYTM5OTI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7bd53599-ba6a-4972-aed3-d561e637e211","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-10T04:10:59.913Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T04:10:59.914Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:10:59.918Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:10:59.919Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649563859232,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/resourceInstances/basic_onboard_sozboi0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-10T04:11:00.019Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T04:11:00.020Z||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-04-10T04:11:00.020Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:11:00.047Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T04:11:00.048Z||pool-35-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-04-10T04:11:00.923Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T04:11:00.923Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:11:00.925Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:11:00.925Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649563859232,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/resourceInstances/basic_onboard_sozboi0/artifacts/basic_onboard_sozboi0_modules.json",
"status": "NOTIFIED"
}
2022-04-10T04:11:01.025Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T04:11:01.027Z||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-04-10T04:11:01.027Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:11:01.050Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T04:11:01.051Z||pool-36-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-04-10T04:11:01.926Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T04:11:01.927Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:11:01.930Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:11:01.930Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649563859232,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/resourceInstances/basic_onboard_sozboi0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-04-10T04:11:02.030Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T04:11:02.031Z||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-04-10T04:11:02.032Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:11:02.063Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T04:11:02.065Z||pool-37-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-04-10T04:11:02.931Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T04:11:02.933Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:11:02.937Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:11:02.937Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649563859232,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/resourceInstances/basic_onboard_sozboi0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-10T04:11:03.037Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-10T04:11:03.040Z||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-04-10T04:11:03.040Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:11:03.090Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T04:11:03.091Z||pool-38-thread-1|||||INFO|500||cambria reply ok (53 ms):{"serverTimeMs":1,"count":1}
2022-04-10T04:11:03.938Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T04:11:03.940Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:11:03.943Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:11:03.943Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649563859232,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/resourceInstances/basic_onboard_sozboi0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-04-10T04:11:04.043Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-10T04:11:04.045Z||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-04-10T04:11:04.045Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:11:04.069Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T04:11:04.070Z||pool-39-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":6,"count":1}
2022-04-10T04:11:04.945Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T04:11:04.945Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:11:04.948Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:11:04.948Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649563859232,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/artifacts/service-BasicOnboardSozboi-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-10T04:11:05.049Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-10T04:11:05.050Z||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-04-10T04:11:05.050Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:11:05.072Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T04:11:05.073Z||pool-40-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-04-10T04:11:05.948Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T04:11:05.949Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:11:05.968Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:11:05.969Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649563859232,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/artifacts/service-BasicOnboardSozboi-csar.csar",
"status": "NOTIFIED"
}
2022-04-10T04:11:06.053Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 84 ms
2022-04-10T04:11:06.055Z||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-04-10T04:11:06.055Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:11:06.083Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T04:11:06.085Z||pool-41-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-04-10T04:11:06.971Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
"distributionID": "b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9",
"serviceName": "basic_onboard_SOZBOi",
"serviceVersion": "1.0",
"serviceUUID": "27bbca09-54ef-4344-8612-250938716131",
"serviceDescription": "service",
"serviceInvariantUUID": "d5a34603-7f54-48b9-bdce-7c7e01bcde82",
"resources": [
{
"resourceInstanceName": "basic_onboard_SOZBOi 0",
"resourceCustomizationUUID": "fff657d8-5529-4dbe-a971-f3f62e47efa9",
"resourceName": "basic_onboard_SOZBOi",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "70ab57b5-ba29-420f-8de8-56c61c98c068",
"resourceInvariantUUID": "72d58968-ba19-428c-9b71-e2ed333f7308",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_sozboi0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/resourceInstances/basic_onboard_sozboi0/artifacts/basic_onboard_sozboi0_modules.json",
"artifactChecksum": "NGFlZTA5ZWMwOGNhOTIxNDFmMWYyMTQyMzExZWUwNjA\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "9281bf92-ab83-4664-bab3-bcd5eef54dbf",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/resourceInstances/basic_onboard_sozboi0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "f0125e2c-d186-429c-848f-6b6d6311d89d",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/resourceInstances/basic_onboard_sozboi0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "afe6798a-3ef1-4626-a9b4-3093eae7578a",
"generatedFromUUID": "f0125e2c-d186-429c-848f-6b6d6311d89d"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/resourceInstances/basic_onboard_sozboi0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "afe6798a-3ef1-4626-a9b4-3093eae7578a",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardSozboi-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/artifacts/service-BasicOnboardSozboi-csar.csar",
"artifactChecksum": "NGMxMjhmY2NhZDRiODk2MWQyZGM3ZDBhNDIyYTM5OTI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "7bd53599-ba6a-4972-aed3-d561e637e211"
}
],
"workloadContext": "Production"
}
2022-04-10T04:11:06.971Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-10T04:11:06.971Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 27bbca09-54ef-4344-8612-250938716131 ASDC
2022-04-10T04:11:06.972Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9
ServiceName:basic_onboard_SOZBOi
ServiceVersion:1.0
ServiceUUID:27bbca09-54ef-4344-8612-250938716131
ServiceInvariantUUID:d5a34603-7f54-48b9-bdce-7c7e01bcde82
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardSozboi-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/artifacts/service-BasicOnboardSozboi-csar.csar
ArtifactUUID:7bd53599-ba6a-4972-aed3-d561e637e211
ArtifactChecksum:NGMxMjhmY2NhZDRiODk2MWQyZGM3ZDBhNDIyYTM5OTI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_SOZBOi 0
ResourceCustomizationUUID:fff657d8-5529-4dbe-a971-f3f62e47efa9
ResourceInvariantUUID:72d58968-ba19-428c-9b71-e2ed333f7308
ResourceName:basic_onboard_SOZBOi
ResourceType:VF
ResourceUUID:70ab57b5-ba29-420f-8de8-56c61c98c068
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_sozboi0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/resourceInstances/basic_onboard_sozboi0/artifacts/basic_onboard_sozboi0_modules.json
ArtifactUUID:9281bf92-ab83-4664-bab3-bcd5eef54dbf
ArtifactChecksum:NGFlZTA5ZWMwOGNhOTIxNDFmMWYyMTQyMzExZWUwNjA=
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/BasicOnboardSozboi/1.0/resourceInstances/basic_onboard_sozboi0/artifacts/base_ubuntu18.yaml
ArtifactUUID:f0125e2c-d186-429c-848f-6b6d6311d89d
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/BasicOnboardSozboi/1.0/resourceInstances/basic_onboard_sozboi0/artifacts/base_ubuntu18.env
ArtifactUUID:afe6798a-3ef1-4626-a9b4-3093eae7578a
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/BasicOnboardSozboi/1.0/resourceInstances/basic_onboard_sozboi0/artifacts/base_ubuntu18.env
ArtifactUUID:afe6798a-3ef1-4626-a9b4-3093eae7578a
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-04-10T04:11:06.972Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 27bbca09-54ef-4344-8612-250938716131 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-04-10T04:11:07.050Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-10T04:11:07.056Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-04-10T04:11:07.057Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-04-10T04:11:07.058Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 7bd53599-ba6a-4972-aed3-d561e637e211 from URL: /sdc/v1/catalog/services/BasicOnboardSozboi/1.0/artifacts/service-BasicOnboardSozboi-csar.csar
2022-04-10T04:11:07.058Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-04-10T04:11:07.059Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/artifacts/service-BasicOnboardSozboi-csar.csar
2022-04-10T04:11:07.576Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-04-10T04:11:07.583Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardSozboi/1.0/artifacts/service-BasicOnboardSozboi-csar.csar 7bd53599-ba6a-4972-aed3-d561e637e211 71551
2022-04-10T04:11:07.585Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardSozboi/1.0/artifacts/service-BasicOnboardSozboi-csar.csar ASDC sendASDCNotification
2022-04-10T04:11:07.589Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/artifacts/service-BasicOnboardSozboi-csar.csar
2022-04-10T04:11:07.591Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-10T04:11:07.593Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:11:07.599Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:11:07.600Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649563867585,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/artifacts/service-BasicOnboardSozboi-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-10T04:11:07.699Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-10T04:11:07.701Z||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-04-10T04:11:07.701Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:11:07.726Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T04:11:07.727Z||pool-42-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2022-04-10T04:11:08.601Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-10T04:11:08.603Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-04-10T04:11:08.604Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 7bd53599-ba6a-4972-aed3-d561e637e211, URL: /sdc/v1/catalog/services/BasicOnboardSozboi/1.0/artifacts/service-BasicOnboardSozboi-csar.csar to file: /app/ASDC/1/service-BasicOnboardSozboi-csar.csar
2022-04-10T04:11:08.606Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardSozboi-csar.csar
2022-04-10T04:11:08.607Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardSozboi-csar.csar
2022-04-10T04:11:08.607Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardSozboi-csar.csar
2022-04-10T04:11:08.852Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3573607086620768845/Definitions/service-BasicOnboardSozboi-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-04-10T04:11:11.159Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-10T04:11:11.161Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-04-10T04:11:11.161Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardSozboi-csar.csar
2022-04-10T04:11:11.161Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-04-10T04:11:11.162Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_SOZBOi 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-BasicOnboardSozboi-csar.csar
2022-04-10T04:11:11.162Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|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-BasicOnboardSozboi-csar.csar
2022-04-10T04:11:11.162Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|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-BasicOnboardSozboi-csar.csar
2022-04-10T04:11:11.163Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|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-BasicOnboardSozboi-csar.csar
2022-04-10T04:11:11.163Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|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-BasicOnboardSozboi-csar.csar
2022-04-10T04:11:11.163Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|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-BasicOnboardSozboi-csar.csar
2022-04-10T04:11:11.164Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|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-BasicOnboardSozboi-csar.csar
2022-04-10T04:11:11.164Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|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-BasicOnboardSozboi-csar.csar
2022-04-10T04:11:11.165Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|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-BasicOnboardSozboi-csar.csar
2022-04-10T04:11:11.165Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-04-10T04:11:11.166Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-10T04:11:11.166Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_SOZBOi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T04:11:11.167Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_SOZBOi 0 is matching search criteria
2022-04-10T04:11:11.167Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-04-10T04:11:11.167Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_SOZBOi 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-10T04:11:11.169Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-10T04:11:11.169Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_SOZBOi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T04:11:11.170Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_SOZBOi 0 is matching search criteria
2022-04-10T04:11:11.170Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-04-10T04:11:11.170Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_SOZBOi 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-10T04:11:11.171Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-10T04:11:11.172Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_SOZBOi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T04:11:11.173Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-10T04:11:11.173Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_SOZBOi 0 is not matching search criteria
2022-04-10T04:11:11.173Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-04-10T04:11:11.174Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-04-10T04:11:11.174Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-04-10T04:11:11.175Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-04-10T04:11:11.175Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-10T04:11:11.176Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-10T04:11:11.176Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_SOZBOi is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-10T04:11:11.177Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-10T04:11:11.177Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_SOZBOi 0 is matching search criteria
2022-04-10T04:11:11.178Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_SOZBOi 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-10T04:11:11.179Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-10T04:11:11.179Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_SOZBOi 0 is matching search criteria
2022-04-10T04:11:11.179Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_SOZBOi 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-10T04:11:11.180Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-10T04:11:11.180Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_SOZBOi 0 is matching search criteria
2022-04-10T04:11:11.180Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_SOZBOi 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-10T04:11:11.181Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-10T04:11:11.181Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_SOZBOi 0 is not matching search criteria
2022-04-10T04:11:11.182Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-04-10T04:11:11.182Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-04-10T04:11:11.183Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=7d7ef576-84fb-4ab6-9211-834976ec6968
2022-04-10T04:11:11.183Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-10T04:11:11.184Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_SOZBOi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T04:11:11.184Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-10T04:11:11.185Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_SOZBOi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T04:11:11.185Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-10T04:11:11.185Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_SOZBOi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T04:11:11.186Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-10T04:11:11.186Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_SOZBOi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T04:11:11.187Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_SOZBOi
Description:service
Model UUID:27bbca09-54ef-4344-8612-250938716131
Model Version:NULL
Model InvariantUuid:d5a34603-7f54-48b9-bdce-7c7e01bcde82
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_SOZBOi
Model UUID:ef4ec6b6-7e32-4808-b37f-441b698d3275
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:72d58968-ba19-428c-9b71-e2ed333f7308
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:fff657d8-5529-4dbe-a971-f3f62e47efa9
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:f8a9919f-58c7-454b-9415-8b12853ea277
ModelName:BasicOnboardSozboi..base_ubuntu18..module-0
ModelUuid:d93f2a47-e3fc-4cb8-9c83-564144186cb9
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:7d7ef576-84fb-4ab6-9211-834976ec6968
ModelInvariantUuid:25063ef8-89be-4a95-9c23-738ca1d7794f
ModelName:basic_onboard_SOZBOi-nodes.ubuntu18Cvfc
ModelUuid:9a27239b-48ba-465d-90e9-48e2465c773b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:1110da2f-dccf-4180-a494-7286c06422d4
ModelInvariantUuid:d982bc0a-1efe-40eb-a63f-5b1a00683dbc
ModelName:BasicOnboardSozboi.compute.nodes.heat.ubuntu18
ModelUuid:69a66384-8e8f-445d-a98c-e3db712d7023
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-04-10T04:11:11.199Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 70ab57b5-ba29-420f-8de8-56c61c98c068
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-04-10T04:11:11.209Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||INFO|500||basic_onboard_SOZBOi 0
2022-04-10T04:11:11.210Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 70ab57b5-ba29-420f-8de8-56c61c98c068
2022-04-10T04:11:11.210Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 9281bf92-ab83-4664-bab3-bcd5eef54dbf from URL: /sdc/v1/catalog/services/BasicOnboardSozboi/1.0/resourceInstances/basic_onboard_sozboi0/artifacts/basic_onboard_sozboi0_modules.json
2022-04-10T04:11:11.211Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-04-10T04:11:11.211Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/resourceInstances/basic_onboard_sozboi0/artifacts/basic_onboard_sozboi0_modules.json
2022-04-10T04:11:11.774Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-04-10T04:11:11.775Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardSozboi/1.0/resourceInstances/basic_onboard_sozboi0/artifacts/basic_onboard_sozboi0_modules.json 9281bf92-ab83-4664-bab3-bcd5eef54dbf 798
2022-04-10T04:11:11.776Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardSozboi/1.0/resourceInstances/basic_onboard_sozboi0/artifacts/basic_onboard_sozboi0_modules.json ASDC sendASDCNotification
2022-04-10T04:11:11.776Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/resourceInstances/basic_onboard_sozboi0/artifacts/basic_onboard_sozboi0_modules.json
2022-04-10T04:11:11.776Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-10T04:11:11.777Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:11:11.780Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:11:11.781Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649563871776,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/resourceInstances/basic_onboard_sozboi0/artifacts/basic_onboard_sozboi0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-10T04:11:11.880Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-10T04:11:11.881Z||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-04-10T04:11:11.882Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:11:11.902Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T04:11:11.903Z||pool-43-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-04-10T04:11:12.782Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardSozboi..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "f8a9919f-58c7-454b-9415-8b12853ea277",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "d93f2a47-e3fc-4cb8-9c83-564144186cb9",
"vfModuleModelCustomizationUUID": "4dc4527d-2786-404e-8d2a-ba50ed19dfdd",
"isBase": true,
"artifacts": [
"f0125e2c-d186-429c-848f-6b6d6311d89d",
"afe6798a-3ef1-4626-a9b4-3093eae7578a"
],
"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-04-10T04:11:12.789Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardSozboi..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d93f2a47-e3fc-4cb8-9c83-564144186cb9
VfModuleModelInvariantUUID:f8a9919f-58c7-454b-9415-8b12853ea277
VfModuleModelDescription:NULL
Artifacts UUID List:{
f0125e2c-d186-429c-848f-6b6d6311d89d
,
afe6798a-3ef1-4626-a9b4-3093eae7578a
}
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-04-10T04:11:12.802Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardSozboi..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "f8a9919f-58c7-454b-9415-8b12853ea277",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "d93f2a47-e3fc-4cb8-9c83-564144186cb9",
"vfModuleModelCustomizationUUID": "4dc4527d-2786-404e-8d2a-ba50ed19dfdd",
"isBase": true,
"artifacts": [
"f0125e2c-d186-429c-848f-6b6d6311d89d",
"afe6798a-3ef1-4626-a9b4-3093eae7578a"
],
"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-04-10T04:11:12.803Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardSozboi..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d93f2a47-e3fc-4cb8-9c83-564144186cb9
VfModuleModelInvariantUUID:f8a9919f-58c7-454b-9415-8b12853ea277
VfModuleModelDescription:NULL
Artifacts UUID List:{
f0125e2c-d186-429c-848f-6b6d6311d89d
,
afe6798a-3ef1-4626-a9b4-3093eae7578a
}
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-04-10T04:11:12.803Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: f0125e2c-d186-429c-848f-6b6d6311d89d from URL: /sdc/v1/catalog/services/BasicOnboardSozboi/1.0/resourceInstances/basic_onboard_sozboi0/artifacts/base_ubuntu18.yaml
2022-04-10T04:11:12.803Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-04-10T04:11:12.803Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/resourceInstances/basic_onboard_sozboi0/artifacts/base_ubuntu18.yaml
2022-04-10T04:11:13.203Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-04-10T04:11:13.204Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardSozboi/1.0/resourceInstances/basic_onboard_sozboi0/artifacts/base_ubuntu18.yaml f0125e2c-d186-429c-848f-6b6d6311d89d 5033
2022-04-10T04:11:13.204Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardSozboi/1.0/resourceInstances/basic_onboard_sozboi0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-04-10T04:11:13.204Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/resourceInstances/basic_onboard_sozboi0/artifacts/base_ubuntu18.yaml
2022-04-10T04:11:13.204Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-10T04:11:13.205Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:11:13.208Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:11:13.208Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649563873204,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/resourceInstances/basic_onboard_sozboi0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-10T04:11:13.308Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T04:11:13.309Z||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-04-10T04:11:13.309Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:11:13.333Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T04:11:13.333Z||pool-44-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-04-10T04:11:14.209Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: afe6798a-3ef1-4626-a9b4-3093eae7578a from URL: /sdc/v1/catalog/services/BasicOnboardSozboi/1.0/resourceInstances/basic_onboard_sozboi0/artifacts/base_ubuntu18.env
2022-04-10T04:11:14.210Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-04-10T04:11:14.213Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/resourceInstances/basic_onboard_sozboi0/artifacts/base_ubuntu18.env
2022-04-10T04:11:14.502Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-04-10T04:11:14.503Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardSozboi/1.0/resourceInstances/basic_onboard_sozboi0/artifacts/base_ubuntu18.env afe6798a-3ef1-4626-a9b4-3093eae7578a 909
2022-04-10T04:11:14.504Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardSozboi/1.0/resourceInstances/basic_onboard_sozboi0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-04-10T04:11:14.504Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/resourceInstances/basic_onboard_sozboi0/artifacts/base_ubuntu18.env
2022-04-10T04:11:14.504Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-10T04:11:14.504Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:11:14.507Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:11:14.507Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649563874504,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/resourceInstances/basic_onboard_sozboi0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-04-10T04:11:14.609Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-04-10T04:11:14.610Z||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-04-10T04:11:14.610Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:11:14.623Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-10T04:11:14.624Z||pool-45-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-10T04:11:15.508Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 27bbca09-54ef-4344-8612-250938716131
2022-04-10T04:11:15.508Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_SOZBOi 0 70ab57b5-ba29-420f-8de8-56c61c98c068 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-04-10T04:11:15.532Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3f9c9999, org.onap.sdc.toscaparser.api.parameters.Input@5da5dbd3, org.onap.sdc.toscaparser.api.parameters.Input@61f0a0e8, org.onap.sdc.toscaparser.api.parameters.Input@61aa87dc, org.onap.sdc.toscaparser.api.parameters.Input@3aa19a21]
2022-04-10T04:11:15.535Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-10T04:11:15.536Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_SOZBOi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T04:11:15.536Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic
2022-04-10T04:11:15.537Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= fff657d8-5529-4dbe-a971-f3f62e47efa9
2022-04-10T04:11:15.537Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: fff657d8-5529-4dbe-a971-f3f62e47efa9 matches Tosca VF Customization UUID: fff657d8-5529-4dbe-a971-f3f62e47efa9
2022-04-10T04:11:15.537Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: fff657d8-5529-4dbe-a971-f3f62e47efa9 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-04-10T04:11:15.546Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-10T04:11:15.546Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_SOZBOi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T04:11:15.547Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id fff657d8-5529-4dbe-a971-f3f62e47efa9: {\"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-04-10T04:11:15.547Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@189b5dc4
2022-04-10T04:11:15.547Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-10T04:11:15.548Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_SOZBOi is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-10T04:11:15.548Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 4dc4527d-2786-404e-8d2a-ba50ed19dfdd
2022-04-10T04:11:15.548Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 4dc4527d-2786-404e-8d2a-ba50ed19dfdd
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-04-10T04:11:15.563Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-10T04:11:15.565Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_SOZBOi 0 is matching search criteria
2022-04-10T04:11:15.566Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_SOZBOi 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-10T04:11:15.566Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-10T04:11:15.566Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_SOZBOi 0 is matching search criteria
2022-04-10T04:11:15.567Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_SOZBOi 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-10T04:11:15.567Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-10T04:11:15.567Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_SOZBOi 0 is not matching search criteria
2022-04-10T04:11:15.567Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-04-10T04:11:15.568Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-04-10T04:11:15.568Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=7d7ef576-84fb-4ab6-9211-834976ec6968
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-04-10T04:11:15.575Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-10T04:11:15.576Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_SOZBOi 0 is matching search criteria
2022-04-10T04:11:15.577Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_SOZBOi 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-10T04:11:15.578Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-10T04:11:15.579Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_SOZBOi 0 is matching search criteria
2022-04-10T04:11:15.579Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_SOZBOi 0] matching following query criteria: sdcType=VF, customizationUUID=fff657d8-5529-4dbe-a971-f3f62e47efa9
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-04-10T04:11:15.587Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-10T04:11:15.588Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_SOZBOi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T04:11:15.589Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 27bbca09-54ef-4344-8612-250938716131: basic_onboard_SOZBOi
2022-04-10T04:11:15.589Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery