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)
2021-11-24T09:47:59.063Z||main|||||INFO|500||The following profiles are active: basic
2021-11-24T09:48:18.905Z||main|||||INFO|500||Starting service [Tomcat]
2021-11-24T09:48:18.907Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-11-24T09:48:19.028Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-11-24T09:48:25.076Z||main|||||INFO|500||catdb-pool - Starting...
2021-11-24T09:48:25.526Z||main|||||INFO|500||catdb-pool - Start completed.
2021-11-24T09:48:27.351Z||main|||||INFO|500||reqdb-pool - Starting...
2021-11-24T09:48:27.369Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-11-24T09:48:27.754Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-11-24T09:48:31.147Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-11-24T09:48:32.946Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-11-24T09:48:40.786Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-11-24T09:48:43.292Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-11-24T09:48:43.352Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-11-24T09:48:43.932Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-11-24T09:48:44.092Z||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.
2021-11-24T09:48:45.359Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-11-24T09:48:46.402Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2021-11-24T09:48:46.421Z||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)
2021-11-24T09:48:46.422Z||main|||||WARN|500||The sdc end point is not alive
2021-11-24T09:48:49.755Z||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
2021-11-24T09:48:52.848Z||main|||||WARN|500||---
2021-11-24T09:48:52.849Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-11-24T09:48:52.849Z||main|||||WARN|500||---
2021-11-24T09:48:53.295Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-11-24T09:48:58.258Z||main|||||INFO|500||Started Application in 64.751 seconds (JVM running for 73.325)
2021-11-24T09:48:58.289Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-11-24T09:48:58.292Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-11-24T09:48:58.314Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-11-24T09:48:58.346Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-11-24T09:48:58.401Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ee63db83-fefa-4246-aa35-9d13bc38459c url= /sdc/v1/artifactTypes
2021-11-24T09:48:58.401Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-11-24T09:48:58.727Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-11-24T09:48:58.773Z||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
2021-11-24T09:48:58.799Z||scheduling-1|||||DEBUG|500||create keys
2021-11-24T09:48:58.809Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-11-24T09:48:59.427Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T09:48:59.446Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 05e8588a-299d-42a9-8b96-b2da37fe71ab url= /sdc/v1/registerForDistribution
2021-11-24T09:49:00.625Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 05e8588a-299d-42a9-8b96-b2da37fe71ab url= /sdc/v1/registerForDistribution
2021-11-24T09:49:00.625Z||scheduling-1|||||INFO|500||start DistributionClient
2021-11-24T09:49:00.647Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T09:49:00.647Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T09:49:00.666Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-11-24T09:49:00.666Z||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.
2021-11-24T09:49:00.666Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T09:49:00.668Z||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.
2021-11-24T09:49:00.669Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T09:49:12.888Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T09:49:12.960Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T09:50:00.639Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T09:50:00.643Z||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.
2021-11-24T09:50:00.643Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T09:50:00.647Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T09:50:00.648Z||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.
2021-11-24T09:50:00.648Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T09:50:10.208Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T09:50:10.211Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T09:51:00.641Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T09:51:00.645Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T09:51:00.645Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as BZlLsI8ypT8zNRiZ) ...
2021-11-24T09:51:00.647Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T09:51:00.647Z||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.
2021-11-24T09:51:00.648Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T09:51:10.252Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T09:51:10.256Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T09:52:00.638Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T09:52:00.640Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T09:52:00.640Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as BZlLsI8ypT8zNRiZ) ...
2021-11-24T09:52:00.646Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T09:52:00.647Z||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.
2021-11-24T09:52:00.647Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T09:52:10.188Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T09:52:10.188Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T09:53:00.639Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T09:53:00.643Z||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.
2021-11-24T09:53:00.643Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T09:53:00.647Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T09:53:00.647Z||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.
2021-11-24T09:53:00.647Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T09:53:10.193Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T09:53:10.195Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T09:54:00.638Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T09:54:00.640Z||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.
2021-11-24T09:54:00.641Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T09:54:00.646Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T09:54:00.647Z||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.
2021-11-24T09:54:00.647Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T09:54:10.195Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T09:54:10.195Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T09:55:00.638Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T09:55:00.639Z||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.
2021-11-24T09:55:00.639Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T09:55:00.647Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T09:55:00.648Z||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.
2021-11-24T09:55:00.648Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T09:55:10.189Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T09:55:10.190Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T09:56:00.639Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T09:56:00.642Z||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.
2021-11-24T09:56:00.643Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T09:56:00.647Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T09:56:00.652Z||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.
2021-11-24T09:56:00.653Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T09:56:10.195Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T09:56:10.200Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T09:57:00.638Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T09:57:00.640Z||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.
2021-11-24T09:57:00.640Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T09:57:00.647Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T09:57:00.648Z||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.
2021-11-24T09:57:00.648Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T09:57:10.193Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T09:57:10.193Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T09:57:59.034Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-11-24T09:58:00.638Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T09:58:00.640Z||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.
2021-11-24T09:58:00.640Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T09:58:00.646Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T09:58:00.647Z||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.
2021-11-24T09:58:00.648Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T09:58:10.188Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T09:58:10.189Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T09:59:00.638Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T09:59:00.641Z||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.
2021-11-24T09:59:00.641Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T09:59:00.646Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T09:59:00.647Z||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.
2021-11-24T09:59:00.647Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T09:59:10.190Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T09:59:10.192Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T10:00:00.640Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:00:00.645Z||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.
2021-11-24T10:00:00.645Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:00:00.647Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:00:00.648Z||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.
2021-11-24T10:00:00.649Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:00:10.206Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T10:00:10.206Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T10:01:00.638Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:01:00.641Z||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.
2021-11-24T10:01:00.641Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:01:00.647Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:01:00.647Z||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.
2021-11-24T10:01:00.647Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:01:10.193Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T10:01:10.196Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T10:02:00.638Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:02:00.640Z||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.
2021-11-24T10:02:00.641Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:02:00.647Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:02:00.648Z||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.
2021-11-24T10:02:00.648Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:02:10.192Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T10:02:10.193Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T10:03:00.639Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:03:00.641Z||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.
2021-11-24T10:03:00.641Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:03:00.647Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:03:00.648Z||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.
2021-11-24T10:03:00.648Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:03:10.203Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T10:03:10.203Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T10:04:00.639Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:04:00.642Z||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.
2021-11-24T10:04:00.642Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:04:00.647Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:04:00.647Z||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.
2021-11-24T10:04:00.647Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:04:10.189Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T10:04:10.190Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T10:05:00.639Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:05:00.641Z||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.
2021-11-24T10:05:00.642Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:05:00.646Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:05:00.647Z||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.
2021-11-24T10:05:00.647Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:05:10.191Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T10:05:10.191Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T10:06:00.638Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:06:00.639Z||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.
2021-11-24T10:06:00.640Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:06:00.647Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:06:00.647Z||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.
2021-11-24T10:06:00.648Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:06:10.185Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T10:06:10.186Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T10:07:00.638Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:07:00.640Z||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.
2021-11-24T10:07:00.640Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:07:00.647Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:07:00.648Z||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.
2021-11-24T10:07:00.648Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:07:10.188Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T10:07:10.188Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T10:08:00.638Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:08:00.641Z||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.
2021-11-24T10:08:00.641Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:08:00.646Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:08:00.647Z||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.
2021-11-24T10:08:00.647Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:08:10.186Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T10:08:10.186Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T10:09:00.638Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:09:00.640Z||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.
2021-11-24T10:09:00.640Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:09:00.647Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:09:00.647Z||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.
2021-11-24T10:09:00.647Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:09:10.187Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T10:09:10.187Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T10:10:00.638Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:10:00.640Z||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.
2021-11-24T10:10:00.641Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:10:00.647Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:10:00.647Z||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.
2021-11-24T10:10:00.647Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:10:10.200Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T10:10:10.201Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T10:11:00.638Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:11:00.640Z||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.
2021-11-24T10:11:00.640Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:11:00.646Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:11:00.647Z||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.
2021-11-24T10:11:00.647Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:11:10.184Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T10:11:10.184Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T10:12:00.638Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:12:00.640Z||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.
2021-11-24T10:12:00.641Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:12:00.646Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:12:00.647Z||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.
2021-11-24T10:12:00.648Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:12:10.197Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T10:12:10.197Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T10:13:00.637Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:13:00.639Z||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.
2021-11-24T10:13:00.639Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:13:00.646Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:13:00.647Z||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.
2021-11-24T10:13:00.647Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:13:10.188Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T10:13:10.188Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T10:14:00.638Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:14:00.640Z||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.
2021-11-24T10:14:00.641Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:14:00.647Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:14:00.647Z||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.
2021-11-24T10:14:00.647Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:14:10.189Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T10:14:10.189Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T10:15:00.639Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:15:00.641Z||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.
2021-11-24T10:15:00.641Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:15:00.647Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:15:00.647Z||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.
2021-11-24T10:15:00.647Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:15:10.186Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T10:15:10.187Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T10:16:00.638Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:16:00.639Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T10:16:00.639Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:16:00.646Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:16:00.647Z||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.
2021-11-24T10:16:00.647Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:16:10.189Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T10:16:10.189Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T10:17:00.639Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:17:00.643Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T10:17:00.643Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:17:00.646Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:17:00.647Z||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.
2021-11-24T10:17:00.647Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:17:10.196Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T10:17:10.197Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T10:18:00.638Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:18:00.641Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T10:18:00.641Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:18:00.647Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:18:00.648Z||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.
2021-11-24T10:18:00.648Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:18:10.199Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T10:18:10.201Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T10:19:00.638Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:19:00.638Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T10:19:00.639Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:19:00.646Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:19:00.647Z||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.
2021-11-24T10:19:00.647Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:19:10.191Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T10:19:10.191Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T10:20:00.638Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:20:00.640Z||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.
2021-11-24T10:20:00.640Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:20:00.646Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:20:00.647Z||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.
2021-11-24T10:20:00.647Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:20:10.236Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T10:20:10.237Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T10:21:00.639Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:21:00.642Z||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.
2021-11-24T10:21:00.642Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:21:00.647Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:21:00.648Z||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.
2021-11-24T10:21:00.648Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:21:10.194Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T10:21:10.194Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T10:22:00.638Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:22:00.639Z||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.
2021-11-24T10:22:00.639Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:22:00.646Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:22:00.647Z||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.
2021-11-24T10:22:00.648Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:22:10.188Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T10:22:10.188Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T10:23:00.638Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:23:00.640Z||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.
2021-11-24T10:23:00.640Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:23:00.647Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:23:00.647Z||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.
2021-11-24T10:23:00.647Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:23:10.183Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T10:23:10.211Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T10:24:00.638Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:24:00.641Z||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.
2021-11-24T10:24:00.641Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:24:00.646Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:24:00.647Z||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.
2021-11-24T10:24:00.647Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:24:10.185Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T10:24:10.186Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T10:25:00.640Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:25:00.642Z||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.
2021-11-24T10:25:00.642Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:25:00.647Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:25:00.648Z||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.
2021-11-24T10:25:00.648Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:25:10.193Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T10:25:10.193Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T10:26:00.637Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:26:00.638Z||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.
2021-11-24T10:26:00.639Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:26:00.646Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:26:00.647Z||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.
2021-11-24T10:26:00.648Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:26:10.177Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T10:26:10.190Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T10:27:00.638Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:27:00.640Z||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.
2021-11-24T10:27:00.640Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:27:00.647Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:27:00.647Z||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.
2021-11-24T10:27:00.648Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:27:10.179Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T10:27:10.188Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T10:28:00.638Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:28:00.641Z||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.
2021-11-24T10:28:00.641Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:28:00.646Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:28:00.647Z||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.
2021-11-24T10:28:00.647Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:28:10.182Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T10:28:10.188Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T10:29:00.637Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:29:00.638Z||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.
2021-11-24T10:29:00.638Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:29:00.646Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:29:00.647Z||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.
2021-11-24T10:29:00.647Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:29:10.186Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T10:29:10.186Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T10:30:00.638Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:30:00.641Z||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.
2021-11-24T10:30:00.641Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:30:00.646Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:30:00.647Z||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.
2021-11-24T10:30:00.647Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:30:10.183Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T10:30:10.191Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T10:31:00.638Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:31:00.640Z||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.
2021-11-24T10:31:00.640Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:31:00.646Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:31:00.647Z||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.
2021-11-24T10:31:00.648Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:31:10.207Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T10:31:10.207Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T10:32:00.638Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:32:00.640Z||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.
2021-11-24T10:32:00.641Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:32:00.646Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:32:00.647Z||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.
2021-11-24T10:32:00.648Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:32:10.184Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T10:32:10.185Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T10:33:00.637Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:33:00.639Z||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.
2021-11-24T10:33:00.639Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:33:00.646Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:33:00.647Z||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.
2021-11-24T10:33:00.647Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:33:10.191Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T10:33:10.192Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T10:34:00.638Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:34:00.640Z||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.
2021-11-24T10:34:00.640Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:34:00.647Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:34:00.647Z||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.
2021-11-24T10:34:00.648Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:34:10.182Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T10:34:10.184Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T10:35:00.638Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:35:00.640Z||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.
2021-11-24T10:35:00.640Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:35:00.647Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:35:00.647Z||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.
2021-11-24T10:35:00.647Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:35:10.187Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T10:35:10.199Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T10:36:00.638Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:36:00.641Z||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.
2021-11-24T10:36:00.641Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:36:00.647Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:36:00.648Z||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.
2021-11-24T10:36:00.648Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:36:10.185Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T10:36:10.190Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T10:37:00.637Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:37:00.639Z||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.
2021-11-24T10:37:00.639Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:37:00.646Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:37:00.647Z||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.
2021-11-24T10:37:00.647Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:37:10.182Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T10:37:10.186Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T10:38:00.638Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:38:00.640Z||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.
2021-11-24T10:38:00.641Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:38:00.647Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:38:00.647Z||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.
2021-11-24T10:38:00.647Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:38:10.196Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T10:38:10.197Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T10:39:00.638Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:39:00.639Z||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.
2021-11-24T10:39:00.639Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:39:00.647Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:39:00.647Z||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.
2021-11-24T10:39:00.647Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:39:10.183Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T10:39:10.183Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T10:40:00.638Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:40:00.641Z||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.
2021-11-24T10:40:00.642Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:40:00.647Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:40:00.647Z||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.
2021-11-24T10:40:00.648Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:40:10.192Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T10:40:10.192Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T10:41:00.638Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:41:00.641Z||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.
2021-11-24T10:41:00.641Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:41:00.646Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:41:00.647Z||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.
2021-11-24T10:41:00.647Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:41:10.193Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T10:41:10.199Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T10:42:00.637Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:42:00.640Z||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.
2021-11-24T10:42:00.641Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:42:00.646Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:42:00.647Z||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.
2021-11-24T10:42:00.647Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:42:10.184Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T10:42:10.194Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T10:43:00.638Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:43:00.641Z||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.
2021-11-24T10:43:00.641Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:43:00.646Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:43:00.647Z||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.
2021-11-24T10:43:00.647Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:43:10.184Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T10:43:10.184Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T10:44:00.637Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:44:00.639Z||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.
2021-11-24T10:44:00.639Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:44:00.646Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:44:00.647Z||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.
2021-11-24T10:44:00.647Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:44:00.776Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T10:44:00.782Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:44:00.783Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637750624679,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-24T10:44:00.810Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-24T10:44:00.810Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:44:00.811Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
"consumerID": "clamp",
"timestamp": 1637750623537,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-24T10:44:00.811Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-24T10:44:00.811Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:44:00.811Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
"consumerID": "dcae-sch",
"timestamp": 1637750623145,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-24T10:44:00.812Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-24T10:44:00.812Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:44:00.812Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
"consumerID": "cds",
"timestamp": 1637750630031,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-24T10:44:00.812Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-24T10:44:00.812Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:44:00.813Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637750624679,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/vfw535ceb84c7d20_modules.json",
"status": "NOTIFIED"
}
2021-11-24T10:44:00.813Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-24T10:44:00.813Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:44:00.813Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
"consumerID": "clamp",
"timestamp": 1637750623537,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/vfw535ceb84c7d20_modules.json",
"status": "NOTIFIED"
}
2021-11-24T10:44:00.814Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-24T10:44:00.814Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:44:00.814Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
"consumerID": "dcae-sch",
"timestamp": 1637750623145,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/vfw535ceb84c7d20_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-24T10:44:00.814Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-24T10:44:00.814Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:44:00.814Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
"consumerID": "ves-openapi-manager",
"timestamp": 1637750630862,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-24T10:44:00.815Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-24T10:44:00.815Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:44:00.815Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637750624679,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-11-24T10:44:00.815Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-24T10:44:00.816Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:44:00.816Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
"consumerID": "clamp",
"timestamp": 1637750623537,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-24T10:44:00.816Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-24T10:44:00.816Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:44:00.816Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
"consumerID": "cds",
"timestamp": 1637750630031,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/vfw535ceb84c7d20_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-24T10:44:00.817Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-24T10:44:00.817Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:44:00.817Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
"consumerID": "dcae-sch",
"timestamp": 1637750623145,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-24T10:44:00.817Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-24T10:44:00.817Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:44:00.818Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
"consumerID": "ves-openapi-manager",
"timestamp": 1637750630862,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/vfw535ceb84c7d20_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-24T10:44:00.818Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-24T10:44:00.818Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:44:00.818Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
"consumerID": "cds",
"timestamp": 1637750630031,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-24T10:44:00.819Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-24T10:44:00.819Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:44:00.819Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637750624679,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-24T10:44:00.819Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-24T10:44:00.819Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:44:00.819Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
"consumerID": "clamp",
"timestamp": 1637750623537,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-24T10:44:00.820Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-24T10:44:00.820Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:44:00.820Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
"consumerID": "dcae-sch",
"timestamp": 1637750623145,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-24T10:44:00.821Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-24T10:44:00.821Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:44:00.821Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
"consumerID": "ves-openapi-manager",
"timestamp": 1637750630862,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-24T10:44:00.821Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-24T10:44:00.821Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:44:00.822Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637750624679,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-11-24T10:44:00.822Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-24T10:44:00.822Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:44:00.822Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
"consumerID": "cds",
"timestamp": 1637750630031,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-24T10:44:00.822Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-24T10:44:00.823Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:44:00.823Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
"consumerID": "clamp",
"timestamp": 1637750623537,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-11-24T10:44:00.823Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-24T10:44:00.823Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:44:00.823Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
"consumerID": "dcae-sch",
"timestamp": 1637750623145,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-11-24T10:44:00.824Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-24T10:44:00.824Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:44:00.824Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1637750633899,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-24T10:44:00.824Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-24T10:44:00.824Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:44:00.824Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
"consumerID": "ves-openapi-manager",
"timestamp": 1637750630862,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-24T10:44:00.825Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-24T10:44:00.825Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:44:00.825Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637750624679,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/artifacts/service-Vfw20211124104130-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-24T10:44:00.825Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-24T10:44:00.825Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:44:00.826Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
"consumerID": "clamp",
"timestamp": 1637750623537,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/artifacts/service-Vfw20211124104130-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-24T10:44:00.826Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-24T10:44:00.826Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:44:00.826Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
"consumerID": "cds",
"timestamp": 1637750630031,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-11-24T10:44:00.826Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-24T10:44:00.827Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:44:00.827Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
"consumerID": "dcae-sch",
"timestamp": 1637750623145,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/artifacts/service-Vfw20211124104130-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-24T10:44:00.827Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-24T10:44:00.827Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:44:00.827Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
"consumerID": "policy-id",
"timestamp": 1637750634373,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-24T10:44:00.828Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-24T10:44:00.828Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:44:00.828Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1637750633899,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/vfw535ceb84c7d20_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-24T10:44:00.828Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-24T10:44:00.828Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:44:00.828Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
"consumerID": "ves-openapi-manager",
"timestamp": 1637750630862,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-11-24T10:44:00.829Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-24T10:44:00.829Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:44:00.829Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637750624679,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/artifacts/service-Vfw20211124104130-csar.csar",
"status": "NOTIFIED"
}
2021-11-24T10:44:00.829Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-24T10:44:00.829Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:44:00.830Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
"consumerID": "clamp",
"timestamp": 1637750623537,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/artifacts/service-Vfw20211124104130-csar.csar",
"status": "NOTIFIED"
}
2021-11-24T10:44:00.830Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-24T10:44:00.830Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:44:00.830Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
"consumerID": "cds",
"timestamp": 1637750630031,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/artifacts/service-Vfw20211124104130-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-24T10:44:00.830Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-24T10:44:00.831Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:44:00.831Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
"consumerID": "dcae-sch",
"timestamp": 1637750623145,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/artifacts/service-Vfw20211124104130-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-11-24T10:44:00.831Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-24T10:44:00.831Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:44:00.831Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
"consumerID": "policy-id",
"timestamp": 1637750634373,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/vfw535ceb84c7d20_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-24T10:44:00.832Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-24T10:44:00.832Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:44:00.832Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1637750633899,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-24T10:44:00.832Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-24T10:44:00.832Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:44:00.832Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
"consumerID": "ves-openapi-manager",
"timestamp": 1637750630862,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/artifacts/service-Vfw20211124104130-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-24T10:44:00.833Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-24T10:44:00.833Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:44:00.833Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
"consumerID": "cds",
"timestamp": 1637750630031,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/artifacts/service-Vfw20211124104130-csar.csar",
"status": "NOTIFIED"
}
2021-11-24T10:44:00.833Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-24T10:44:00.833Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:44:00.833Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
"consumerID": "policy-id",
"timestamp": 1637750634373,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-11-24T10:44:00.834Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-24T10:44:00.834Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:44:00.834Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637750637132,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/vfw535ceb84c7d20_modules.json",
"status": "DOWNLOAD_OK"
}
2021-11-24T10:44:00.834Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T10:44:00.834Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:44:00.835Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1637750633899,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-24T10:44:00.835Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-24T10:44:00.835Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:44:00.835Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
"consumerID": "ves-openapi-manager",
"timestamp": 1637750630862,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/artifacts/service-Vfw20211124104130-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-11-24T10:44:00.835Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-24T10:44:00.836Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:44:00.836Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
"consumerID": "policy-id",
"timestamp": 1637750634373,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-24T10:44:00.836Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-24T10:44:00.836Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:44:00.836Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
"consumerID": "cds",
"timestamp": 1637750638306,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/artifacts/service-Vfw20211124104130-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-24T10:44:00.837Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T10:44:00.837Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:44:00.837Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637750638351,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-11-24T10:44:00.837Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T10:44:00.837Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:44:00.837Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1637750633899,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-11-24T10:44:00.838Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-24T10:44:00.838Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:44:00.838Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
"consumerID": "policy-id",
"timestamp": 1637750634373,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-11-24T10:44:00.838Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-24T10:44:00.839Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:44:00.839Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
"consumerID": "cds",
"timestamp": 1637750639332,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/artifacts/service-Vfw20211124104130-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-24T10:44:01.060Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5a199ce7-0b9e-408a-85cd-3677913cebf2
2021-11-24T10:44:01.081Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5a199ce7-0b9e-408a-85cd-3677913cebf2 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 (?, ?, ?, ?, ?)
2021-11-24T10:44:01.104Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:44:01.105Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637750639541,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-11-24T10:44:01.105Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T10:44:01.105Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:44:01.105Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1637750633899,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/artifacts/service-Vfw20211124104130-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-24T10:44:01.106Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-24T10:44:01.106Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:44:01.106Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
"consumerID": "policy-id",
"timestamp": 1637750634373,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/artifacts/service-Vfw20211124104130-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-24T10:44:01.107Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-24T10:44:01.270Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T10:44:01.272Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-24T10:44:01.273Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"5a199ce7-0b9e-408a-85cd-3677913cebf2","serviceName":"vFW 2021-11-24 10-41-30","serviceVersion":"1.0","serviceUUID":"627c20ab-2950-4c10-b9e6-8786c766c6bb","serviceDescription":"catalog service description","serviceInvariantUUID":"6bf278b7-3308-4051-a661-336efcdefcf7","resources":[{"resourceInstanceName":"vFW 535ceb84-c7d2 0","resourceName":"vFW 535ceb84-c7d2","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"df39c55e-12d6-4550-b1b6-5965b9d7aeb7","resourceInvariantUUID":"2bd4406d-7535-4da3-9c5b-7ec0b1dc1096","resourceCustomizationUUID":"2cfb0470-fc18-498b-b855-f4ab4dcadede","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/vf-license-model.xml","artifactChecksum":"ZDIwMzhmNmI4ZjAxODM5YThjOGM0NzhkZGNmNzU3MzA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2ecc2e07-5052-42c9-9803-bb085cd23668","artifactVersion":"1"},{"artifactName":"vfw535ceb84c7d20_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/vfw535ceb84c7d20_modules.json","artifactChecksum":"M2ZiZGZkYmZkMDc1MGEwNDA1MWE4NjRhYzNhMjRhNzg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e9fb3d10-e320-4363-ad66-96dfd64c1f50","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"4899c1e5-cdcd-4ab4-bda0-00b644a02710","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/vendor-license-model.xml","artifactChecksum":"ZGQ5YmU5NzcwNGI1NmVkOTVjMTAzYTNiYTcwNThkMzM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6e0111fd-812b-4094-a505-ff6429a3099f","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"26e9f30a-1cf8-49c5-940e-4a1f23323080","artifactVersion":"2","generatedFromUUID":"4899c1e5-cdcd-4ab4-bda0-00b644a02710"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20211124104130-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20211124104130/1.0/artifacts/service-Vfw20211124104130-template.yml","artifactChecksum":"OGEyOGIwY2E5MzE3YmIwOGYyZDlhNzU4NTMyYzg0MDQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c82adb1e-f7ac-4d81-aba6-0c9eecf7d5b0","artifactVersion":"1"},{"artifactName":"service-Vfw20211124104130-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20211124104130/1.0/artifacts/service-Vfw20211124104130-csar.csar","artifactChecksum":"NGJmYTg1NzIwYmQwYmE5YmI1ZTVjYTlhOWExYzFiMmY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3ee2e7a8-24b1-42e3-869e-3ca7369595b8","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-24T10:44:01.281Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-24T10:44:01.288Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-24T10:44:01.302Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T10:44:01.302Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637750640637,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-24T10:44:01.403Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2021-11-24T10:44:01.407Z||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.
2021-11-24T10:44:01.407Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:44:01.437Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T10:44:01.438Z||pool-3-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1}
2021-11-24T10:44:02.311Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-24T10:44:02.311Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-24T10:44:02.316Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T10:44:02.316Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637750640637,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/vfw535ceb84c7d20_modules.json",
"status": "NOTIFIED"
}
2021-11-24T10:44:02.416Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-24T10:44:02.418Z||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.
2021-11-24T10:44:02.418Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:44:02.430Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T10:44:02.430Z||pool-4-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-24T10:44:03.320Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-24T10:44:03.321Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-24T10:44:03.323Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T10:44:03.323Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637750640637,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-11-24T10:44:03.423Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-24T10:44:03.424Z||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.
2021-11-24T10:44:03.424Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:44:03.435Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T10:44:03.436Z||pool-5-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-11-24T10:44:04.323Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-24T10:44:04.324Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-24T10:44:04.326Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T10:44:04.327Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637750640637,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-24T10:44:04.427Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-24T10:44:04.428Z||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.
2021-11-24T10:44:04.428Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:44:04.441Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T10:44:04.442Z||pool-6-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-11-24T10:44:05.329Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-24T10:44:05.330Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-24T10:44:05.334Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T10:44:05.334Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637750640637,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-11-24T10:44:05.434Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-24T10:44:05.435Z||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.
2021-11-24T10:44:05.436Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:44:05.454Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T10:44:05.454Z||pool-7-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2021-11-24T10:44:06.335Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-24T10:44:06.335Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-24T10:44:06.337Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T10:44:06.337Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637750640637,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/artifacts/service-Vfw20211124104130-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-24T10:44:06.438Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-24T10:44:06.439Z||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.
2021-11-24T10:44:06.439Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:44:06.452Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T10:44:06.453Z||pool-8-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-24T10:44:07.338Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-24T10:44:07.339Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-24T10:44:07.346Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T10:44:07.346Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637750640637,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/artifacts/service-Vfw20211124104130-csar.csar",
"status": "NOTIFIED"
}
2021-11-24T10:44:07.441Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2021-11-24T10:44:07.443Z||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.
2021-11-24T10:44:07.444Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:44:07.457Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T10:44:07.459Z||pool-9-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-11-24T10:44:08.348Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
"distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
"serviceName": "vFW 2021-11-24 10-41-30",
"serviceVersion": "1.0",
"serviceUUID": "627c20ab-2950-4c10-b9e6-8786c766c6bb",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "6bf278b7-3308-4051-a661-336efcdefcf7",
"resources": [
{
"resourceInstanceName": "vFW 535ceb84-c7d2 0",
"resourceCustomizationUUID": "2cfb0470-fc18-498b-b855-f4ab4dcadede",
"resourceName": "vFW 535ceb84-c7d2",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "df39c55e-12d6-4550-b1b6-5965b9d7aeb7",
"resourceInvariantUUID": "2bd4406d-7535-4da3-9c5b-7ec0b1dc1096",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw535ceb84c7d20_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/vfw535ceb84c7d20_modules.json",
"artifactChecksum": "M2ZiZGZkYmZkMDc1MGEwNDA1MWE4NjRhYzNhMjRhNzg\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "e9fb3d10-e320-4363-ad66-96dfd64c1f50",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "4899c1e5-cdcd-4ab4-bda0-00b644a02710",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "26e9f30a-1cf8-49c5-940e-4a1f23323080",
"generatedFromUUID": "4899c1e5-cdcd-4ab4-bda0-00b644a02710"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "26e9f30a-1cf8-49c5-940e-4a1f23323080",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20211124104130-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/artifacts/service-Vfw20211124104130-csar.csar",
"artifactChecksum": "NGJmYTg1NzIwYmQwYmE5YmI1ZTVjYTlhOWExYzFiMmY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "3ee2e7a8-24b1-42e3-869e-3ca7369595b8"
}
],
"workloadContext": "Production"
}
2021-11-24T10:44:08.352Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-24T10:44:08.353Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 627c20ab-2950-4c10-b9e6-8786c766c6bb ASDC
2021-11-24T10:44:08.466Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:5a199ce7-0b9e-408a-85cd-3677913cebf2
ServiceName:vFW 2021-11-24 10-41-30
ServiceVersion:1.0
ServiceUUID:627c20ab-2950-4c10-b9e6-8786c766c6bb
ServiceInvariantUUID:6bf278b7-3308-4051-a661-336efcdefcf7
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20211124104130-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211124104130/1.0/artifacts/service-Vfw20211124104130-csar.csar
ArtifactUUID:3ee2e7a8-24b1-42e3-869e-3ca7369595b8
ArtifactChecksum:NGJmYTg1NzIwYmQwYmE5YmI1ZTVjYTlhOWExYzFiMmY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 535ceb84-c7d2 0
ResourceCustomizationUUID:2cfb0470-fc18-498b-b855-f4ab4dcadede
ResourceInvariantUUID:2bd4406d-7535-4da3-9c5b-7ec0b1dc1096
ResourceName:vFW 535ceb84-c7d2
ResourceType:VF
ResourceUUID:df39c55e-12d6-4550-b1b6-5965b9d7aeb7
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw535ceb84c7d20_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/vfw535ceb84c7d20_modules.json
ArtifactUUID:e9fb3d10-e320-4363-ad66-96dfd64c1f50
ArtifactChecksum:M2ZiZGZkYmZkMDc1MGEwNDA1MWE4NjRhYzNhMjRhNzg=
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/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/base_vfw.yaml
ArtifactUUID:4899c1e5-cdcd-4ab4-bda0-00b644a02710
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/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/base_vfw.env
ArtifactUUID:26e9f30a-1cf8-49c5-940e-4a1f23323080
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/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/base_vfw.env
ArtifactUUID:26e9f30a-1cf8-49c5-940e-4a1f23323080
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-11-24T10:44:08.467Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 627c20ab-2950-4c10-b9e6-8786c766c6bb 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=?
2021-11-24T10:44:08.527Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-24T10:44:08.528Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-11-24T10:44:08.530Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-11-24T10:44:08.530Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 3ee2e7a8-24b1-42e3-869e-3ca7369595b8 from URL: /sdc/v1/catalog/services/Vfw20211124104130/1.0/artifacts/service-Vfw20211124104130-csar.csar
2021-11-24T10:44:08.530Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-11-24T10:44:08.532Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211124104130/1.0/artifacts/service-Vfw20211124104130-csar.csar
2021-11-24T10:44:08.937Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-11-24T10:44:08.958Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211124104130/1.0/artifacts/service-Vfw20211124104130-csar.csar 3ee2e7a8-24b1-42e3-869e-3ca7369595b8 98913
2021-11-24T10:44:08.960Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211124104130/1.0/artifacts/service-Vfw20211124104130-csar.csar ASDC sendASDCNotification
2021-11-24T10:44:08.960Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211124104130/1.0/artifacts/service-Vfw20211124104130-csar.csar
2021-11-24T10:44:08.961Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-24T10:44:08.962Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-24T10:44:08.964Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T10:44:08.964Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637750648959,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/artifacts/service-Vfw20211124104130-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-24T10:44:09.065Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-24T10:44:09.066Z||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.
2021-11-24T10:44:09.066Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:44:09.077Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T10:44:09.078Z||pool-10-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-24T10:44:09.965Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-24T10:44:09.966Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-11-24T10:44:09.967Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 3ee2e7a8-24b1-42e3-869e-3ca7369595b8, URL: /sdc/v1/catalog/services/Vfw20211124104130/1.0/artifacts/service-Vfw20211124104130-csar.csar to file: /app/ASDC/1/service-Vfw20211124104130-csar.csar
2021-11-24T10:44:09.967Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20211124104130-csar.csar
2021-11-24T10:44:10.046Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20211124104130-csar.csar
2021-11-24T10:44:10.046Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20211124104130-csar.csar
2021-11-24T10:44:10.688Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13244329131003096131/Definitions/service-Vfw20211124104130-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2021-11-24T10:44:13.414Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-24T10:44:13.420Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-11-24T10:44:13.420Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20211124104130-csar.csar
2021-11-24T10:44:13.421Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-11-24T10:44:13.421Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|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-Vfw20211124104130-csar.csar
2021-11-24T10:44:13.421Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|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-Vfw20211124104130-csar.csar
2021-11-24T10:44:13.421Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|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-Vfw20211124104130-csar.csar
2021-11-24T10:44:13.421Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|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-Vfw20211124104130-csar.csar
2021-11-24T10:44:13.421Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|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-Vfw20211124104130-csar.csar
2021-11-24T10:44:13.421Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|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-Vfw20211124104130-csar.csar
2021-11-24T10:44:13.421Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|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-Vfw20211124104130-csar.csar
2021-11-24T10:44:13.422Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|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-Vfw20211124104130-csar.csar
2021-11-24T10:44:13.422Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|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-Vfw20211124104130-csar.csar
2021-11-24T10:44:13.422Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|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-Vfw20211124104130-csar.csar
2021-11-24T10:44:13.422Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 535ceb84-c7d2 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-Vfw20211124104130-csar.csar
2021-11-24T10:44:13.422Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|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-Vfw20211124104130-csar.csar
2021-11-24T10:44:13.422Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|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-Vfw20211124104130-csar.csar
2021-11-24T10:44:13.422Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-11-24T10:44:13.428Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-24T10:44:13.430Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-11-24 10-41-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T10:44:13.434Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template vFW 535ceb84-c7d2 0 is matching search criteria
2021-11-24T10:44:13.434Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-11-24T10:44:13.436Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 535ceb84-c7d2 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-24T10:44:13.437Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-24T10:44:13.437Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-11-24 10-41-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T10:44:13.438Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template vFW 535ceb84-c7d2 0 is matching search criteria
2021-11-24T10:44:13.438Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-11-24T10:44:13.438Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 535ceb84-c7d2 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-24T10:44:13.438Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-24T10:44:13.438Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-11-24 10-41-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T10:44:13.442Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-24T10:44:13.442Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template vFW 535ceb84-c7d2 0 is not matching search criteria
2021-11-24T10:44:13.442Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-24T10:44:13.442Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-24T10:44:13.442Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-24T10:44:13.442Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-24T10:44:13.443Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-24T10:44:13.443Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-24T10:44:13.443Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-24T10:44:13.443Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-24T10:44:13.443Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-24T10:44:13.443Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-24T10:44:13.443Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-24T10:44:13.444Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-24T10:44:13.444Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-24T10:44:13.444Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-24T10:44:13.444Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-24T10:44:13.444Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-11-24T10:44:13.444Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-24T10:44:13.445Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-11-24 10-41-30 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-24T10:44:13.446Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-24T10:44:13.446Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template vFW 535ceb84-c7d2 0 is matching search criteria
2021-11-24T10:44:13.446Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 535ceb84-c7d2 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-24T10:44:13.446Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-24T10:44:13.446Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template vFW 535ceb84-c7d2 0 is matching search criteria
2021-11-24T10:44:13.447Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 535ceb84-c7d2 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-24T10:44:13.447Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-24T10:44:13.447Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template vFW 535ceb84-c7d2 0 is matching search criteria
2021-11-24T10:44:13.447Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 535ceb84-c7d2 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-24T10:44:13.447Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-24T10:44:13.447Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template vFW 535ceb84-c7d2 0 is not matching search criteria
2021-11-24T10:44:13.448Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-24T10:44:13.448Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-11-24T10:44:13.448Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-24T10:44:13.448Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-24T10:44:13.448Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-24T10:44:13.448Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-24T10:44:13.449Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-24T10:44:13.449Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-24T10:44:13.449Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-24T10:44:13.449Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-24T10:44:13.449Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-24T10:44:13.449Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=5a22b0bf-e89e-4c15-b95b-c6cc2b65f392
2021-11-24T10:44:13.449Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-24T10:44:13.450Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template vFW 535ceb84-c7d2 0 is not matching search criteria
2021-11-24T10:44:13.450Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-24T10:44:13.450Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-24T10:44:13.450Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-24T10:44:13.450Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-24T10:44:13.450Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-24T10:44:13.450Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-24T10:44:13.451Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-24T10:44:13.451Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-11-24T10:44:13.451Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-24T10:44:13.451Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-24T10:44:13.451Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-24T10:44:13.451Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-24T10:44:13.452Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=1e654c54-4f4c-42fd-85f5-79a6eb6bf344
2021-11-24T10:44:13.452Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-24T10:44:13.452Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template vFW 535ceb84-c7d2 0 is not matching search criteria
2021-11-24T10:44:13.452Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-24T10:44:13.452Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-24T10:44:13.452Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-24T10:44:13.452Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-24T10:44:13.453Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-24T10:44:13.453Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-24T10:44:13.453Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-24T10:44:13.453Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-24T10:44:13.453Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-24T10:44:13.453Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-24T10:44:13.453Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-24T10:44:13.454Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-11-24T10:44:13.454Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=129bd181-85fc-4aea-80f7-b3ca85de024d
2021-11-24T10:44:13.454Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-24T10:44:13.454Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-11-24 10-41-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T10:44:13.454Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-24T10:44:13.454Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-11-24 10-41-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T10:44:13.455Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-24T10:44:13.455Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-11-24 10-41-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T10:44:13.455Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-24T10:44:13.455Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-11-24 10-41-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T10:44:13.455Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2021-11-24 10-41-30
Description:catalog service description
Model UUID:627c20ab-2950-4c10-b9e6-8786c766c6bb
Model Version:NULL
Model InvariantUuid:6bf278b7-3308-4051-a661-336efcdefcf7
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 535ceb84-c7d2
Model UUID:3c5a273a-19b3-4324-b193-c17f8b10026e
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:2bd4406d-7535-4da3-9c5b-7ec0b1dc1096
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:2cfb0470-fc18-498b-b855-f4ab4dcadede
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:f5d1ca7b-2151-4083-90b2-0d12128fc6a5
ModelName:Vfw535ceb84C7d2..base_vfw..module-0
ModelUuid:629722a0-eeea-4773-aac0-5a14daacd638
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:5a22b0bf-e89e-4c15-b95b-c6cc2b65f392
ModelInvariantUuid:ad6f2149-c254-4d55-a207-37bdac06fcd0
ModelName:vFW 535ceb84-c7d2-nodes.vfwCvfc
ModelUuid:abb436dc-2de5-433f-a3f4-735067690759
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:ba126350-6c09-4d32-abf8-0a64e800c711
ModelInvariantUuid:f83bb7df-1c01-47e6-9cd2-b6e238a63bc0
ModelName:Vfw535ceb84C7d2.compute.nodes.heat.vfw
ModelUuid:2046beca-4ff8-424f-be42-f28234accbb9
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:1e654c54-4f4c-42fd-85f5-79a6eb6bf344
ModelInvariantUuid:d4bab877-4f35-4bcb-8ca0-030d7374b974
ModelName:vFW 535ceb84-c7d2-nodes.vsnCvfc
ModelUuid:9baa485c-0abd-4055-95b8-27c4a0717da9
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:6213b259-ada2-4e87-b111-f4bb4b3474c9
ModelInvariantUuid:183463e0-227e-4843-b61a-24146a166945
ModelName:Vfw535ceb84C7d2.compute.nodes.heat.vsn
ModelUuid:08865e50-331d-46a8-b957-c07932672340
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:129bd181-85fc-4aea-80f7-b3ca85de024d
ModelInvariantUuid:090044dc-bdfa-40f1-8b2a-cb7b9ec8b1bb
ModelName:vFW 535ceb84-c7d2-nodes.vpgCvfc
ModelUuid:9047be35-24aa-491e-85b9-8c59c7952451
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:2b2f22ab-f370-4c73-a0d1-a1f62973dfc7
ModelInvariantUuid:614fe929-80bf-4339-9c30-e9e4e67fc5bb
ModelName:Vfw535ceb84C7d2.compute.nodes.heat.vpg
ModelUuid:ee4ad551-7bf6-4fba-afaf-937429aa3af7
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=?
2021-11-24T10:44:13.467Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: df39c55e-12d6-4550-b1b6-5965b9d7aeb7
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=?
2021-11-24T10:44:13.559Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||vFW 535ceb84-c7d2 0
2021-11-24T10:44:13.567Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: df39c55e-12d6-4550-b1b6-5965b9d7aeb7
2021-11-24T10:44:13.567Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: e9fb3d10-e320-4363-ad66-96dfd64c1f50 from URL: /sdc/v1/catalog/services/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/vfw535ceb84c7d20_modules.json
2021-11-24T10:44:13.567Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-11-24T10:44:13.568Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/vfw535ceb84c7d20_modules.json
2021-11-24T10:44:13.666Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-11-24T10:44:13.667Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/vfw535ceb84c7d20_modules.json e9fb3d10-e320-4363-ad66-96dfd64c1f50 785
2021-11-24T10:44:13.667Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/vfw535ceb84c7d20_modules.json ASDC sendASDCNotification
2021-11-24T10:44:13.667Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/vfw535ceb84c7d20_modules.json
2021-11-24T10:44:13.667Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-24T10:44:13.668Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-24T10:44:13.674Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T10:44:13.674Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637750653667,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/vfw535ceb84c7d20_modules.json",
"status": "DOWNLOAD_OK"
}
2021-11-24T10:44:13.771Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2021-11-24T10:44:13.772Z||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.
2021-11-24T10:44:13.772Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:44:13.783Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T10:44:13.784Z||pool-11-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-11-24T10:44:14.676Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw535ceb84C7d2..base_vfw..module-0",
"vfModuleModelInvariantUUID": "f5d1ca7b-2151-4083-90b2-0d12128fc6a5",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "629722a0-eeea-4773-aac0-5a14daacd638",
"vfModuleModelCustomizationUUID": "d8968915-ec9d-46d7-a9f1-85b154518af6",
"isBase": true,
"artifacts": [
"4899c1e5-cdcd-4ab4-bda0-00b644a02710",
"26e9f30a-1cf8-49c5-940e-4a1f23323080"
],
"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": ""
}
}
]
2021-11-24T10:44:14.690Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw535ceb84C7d2..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:629722a0-eeea-4773-aac0-5a14daacd638
VfModuleModelInvariantUUID:f5d1ca7b-2151-4083-90b2-0d12128fc6a5
VfModuleModelDescription:NULL
Artifacts UUID List:{
4899c1e5-cdcd-4ab4-bda0-00b644a02710
,
26e9f30a-1cf8-49c5-940e-4a1f23323080
}
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
}
2021-11-24T10:44:14.693Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw535ceb84C7d2..base_vfw..module-0",
"vfModuleModelInvariantUUID": "f5d1ca7b-2151-4083-90b2-0d12128fc6a5",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "629722a0-eeea-4773-aac0-5a14daacd638",
"vfModuleModelCustomizationUUID": "d8968915-ec9d-46d7-a9f1-85b154518af6",
"isBase": true,
"artifacts": [
"4899c1e5-cdcd-4ab4-bda0-00b644a02710",
"26e9f30a-1cf8-49c5-940e-4a1f23323080"
],
"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": ""
}
}
]
2021-11-24T10:44:14.693Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw535ceb84C7d2..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:629722a0-eeea-4773-aac0-5a14daacd638
VfModuleModelInvariantUUID:f5d1ca7b-2151-4083-90b2-0d12128fc6a5
VfModuleModelDescription:NULL
Artifacts UUID List:{
4899c1e5-cdcd-4ab4-bda0-00b644a02710
,
26e9f30a-1cf8-49c5-940e-4a1f23323080
}
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
}
2021-11-24T10:44:14.693Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 4899c1e5-cdcd-4ab4-bda0-00b644a02710 from URL: /sdc/v1/catalog/services/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/base_vfw.yaml
2021-11-24T10:44:14.693Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-11-24T10:44:14.694Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/base_vfw.yaml
2021-11-24T10:44:14.832Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-11-24T10:44:14.834Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/base_vfw.yaml 4899c1e5-cdcd-4ab4-bda0-00b644a02710 20368
2021-11-24T10:44:14.834Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-11-24T10:44:14.834Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/base_vfw.yaml
2021-11-24T10:44:14.834Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-24T10:44:14.834Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-24T10:44:14.836Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T10:44:14.836Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637750654834,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-11-24T10:44:14.937Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-24T10:44:14.937Z||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.
2021-11-24T10:44:14.938Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:44:14.949Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T10:44:14.949Z||pool-12-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-24T10:44:15.837Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 26e9f30a-1cf8-49c5-940e-4a1f23323080 from URL: /sdc/v1/catalog/services/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/base_vfw.env
2021-11-24T10:44:15.838Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-11-24T10:44:15.838Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/base_vfw.env
2021-11-24T10:44:16.035Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-11-24T10:44:16.035Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/base_vfw.env 26e9f30a-1cf8-49c5-940e-4a1f23323080 2098
2021-11-24T10:44:16.036Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/base_vfw.env ASDC sendASDCNotification
2021-11-24T10:44:16.036Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/base_vfw.env
2021-11-24T10:44:16.036Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-24T10:44:16.036Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-24T10:44:16.039Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T10:44:16.039Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637750656036,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-11-24T10:44:16.139Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-24T10:44:16.140Z||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.
2021-11-24T10:44:16.141Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:44:16.155Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T10:44:16.156Z||pool-13-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-11-24T10:44:17.040Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 627c20ab-2950-4c10-b9e6-8786c766c6bb
2021-11-24T10:44:17.041Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 535ceb84-c7d2 0 df39c55e-12d6-4550-b1b6-5965b9d7aeb7 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=?
2021-11-24T10:44:17.074Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@277cc781, org.onap.sdc.toscaparser.api.parameters.Input@27455cce, org.onap.sdc.toscaparser.api.parameters.Input@64d16148, org.onap.sdc.toscaparser.api.parameters.Input@434c8399, org.onap.sdc.toscaparser.api.parameters.Input@2cd04be]
2021-11-24T10:44:17.079Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-24T10:44:17.079Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-11-24 10-41-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T10:44:17.079Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic
2021-11-24T10:44:17.079Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 2cfb0470-fc18-498b-b855-f4ab4dcadede
2021-11-24T10:44:17.079Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 2cfb0470-fc18-498b-b855-f4ab4dcadede matches Tosca VF Customization UUID: 2cfb0470-fc18-498b-b855-f4ab4dcadede
2021-11-24T10:44:17.080Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 2cfb0470-fc18-498b-b855-f4ab4dcadede 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=?
2021-11-24T10:44:17.085Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-24T10:44:17.085Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-11-24 10-41-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T10:44:17.086Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 2cfb0470-fc18-498b-b855-f4ab4dcadede: {\"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\"}
2021-11-24T10:44:17.087Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4a90e1a8
2021-11-24T10:44:17.087Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-24T10:44:17.087Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-11-24 10-41-30 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-24T10:44:17.087Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : d8968915-ec9d-46d7-a9f1-85b154518af6
2021-11-24T10:44:17.088Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID d8968915-ec9d-46d7-a9f1-85b154518af6
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=?
2021-11-24T10:44:17.093Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-24T10:44:17.093Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template vFW 535ceb84-c7d2 0 is matching search criteria
2021-11-24T10:44:17.093Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 535ceb84-c7d2 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-24T10:44:17.094Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-24T10:44:17.094Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template vFW 535ceb84-c7d2 0 is matching search criteria
2021-11-24T10:44:17.094Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 535ceb84-c7d2 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-24T10:44:17.094Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-24T10:44:17.095Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template vFW 535ceb84-c7d2 0 is not matching search criteria
2021-11-24T10:44:17.095Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-24T10:44:17.095Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-11-24T10:44:17.095Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-24T10:44:17.095Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-24T10:44:17.095Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-24T10:44:17.096Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-24T10:44:17.096Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-24T10:44:17.096Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-24T10:44:17.096Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-24T10:44:17.096Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-24T10:44:17.096Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-24T10:44:17.097Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=5a22b0bf-e89e-4c15-b95b-c6cc2b65f392
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=?
2021-11-24T10:44:17.105Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-24T10:44:17.106Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template vFW 535ceb84-c7d2 0 is matching search criteria
2021-11-24T10:44:17.106Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 535ceb84-c7d2 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-24T10:44:17.106Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-24T10:44:17.106Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template vFW 535ceb84-c7d2 0 is not matching search criteria
2021-11-24T10:44:17.106Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-24T10:44:17.107Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-24T10:44:17.107Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-24T10:44:17.107Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-24T10:44:17.107Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-24T10:44:17.107Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-24T10:44:17.107Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-24T10:44:17.108Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-11-24T10:44:17.108Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-24T10:44:17.108Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-24T10:44:17.108Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-24T10:44:17.108Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-24T10:44:17.108Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=1e654c54-4f4c-42fd-85f5-79a6eb6bf344
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=?
2021-11-24T10:44:17.110Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-24T10:44:17.110Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template vFW 535ceb84-c7d2 0 is matching search criteria
2021-11-24T10:44:17.110Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 535ceb84-c7d2 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-24T10:44:17.112Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-24T10:44:17.113Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template vFW 535ceb84-c7d2 0 is not matching search criteria
2021-11-24T10:44:17.113Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-24T10:44:17.113Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-24T10:44:17.113Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-24T10:44:17.113Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-24T10:44:17.113Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-24T10:44:17.114Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-24T10:44:17.114Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-24T10:44:17.114Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-24T10:44:17.114Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-24T10:44:17.114Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-24T10:44:17.114Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-24T10:44:17.114Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-11-24T10:44:17.115Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=129bd181-85fc-4aea-80f7-b3ca85de024d
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=?
2021-11-24T10:44:17.116Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-24T10:44:17.117Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template vFW 535ceb84-c7d2 0 is matching search criteria
2021-11-24T10:44:17.117Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 535ceb84-c7d2 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-24T10:44:17.117Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-24T10:44:17.117Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template vFW 535ceb84-c7d2 0 is matching search criteria
2021-11-24T10:44:17.117Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 535ceb84-c7d2 0] matching following query criteria: sdcType=VF, customizationUUID=2cfb0470-fc18-498b-b855-f4ab4dcadede
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=?
2021-11-24T10:44:17.119Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-24T10:44:17.119Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-11-24 10-41-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T10:44:17.119Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 627c20ab-2950-4c10-b9e6-8786c766c6bb: vFW 535ceb84-c7d2
2021-11-24T10:44:17.120Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-24T10:44:17.120Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-11-24 10-41-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T10:44:17.120Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-24T10:44:17.120Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-11-24 10-41-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T10:44:17.120Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-24T10:44:17.120Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-11-24 10-41-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T10:44:17.121Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-24T10:44:17.121Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-11-24 10-41-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T10:44:17.121Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-24T10:44:17.121Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-11-24 10-41-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T10:44:17.121Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||Saving Service: vFW 2021-11-24 10-41-30
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 (?, ?, ?, ?, ?)
2021-11-24T10:44:17.376Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 535ceb84-c7d2 df39c55e-12d6-4550-b1b6-5965b9d7aeb7 1 ASDC deployResourceStructure
2021-11-24T10:44:17.377Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/vfw535ceb84c7d20_modules.json ASDC sendASDCNotification
2021-11-24T10:44:17.377Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/vfw535ceb84c7d20_modules.json
2021-11-24T10:44:17.377Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-24T10:44:17.377Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-24T10:44:17.379Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T10:44:17.379Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637750657377,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/vfw535ceb84c7d20_modules.json",
"status": "DEPLOY_OK"
}
2021-11-24T10:44:17.480Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-24T10:44:17.481Z||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.
2021-11-24T10:44:17.481Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:44:17.493Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T10:44:17.493Z||pool-14-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-24T10:44:18.380Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-11-24T10:44:18.380Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/base_vfw.yaml
2021-11-24T10:44:18.381Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-24T10:44:18.381Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-24T10:44:18.384Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T10:44:18.384Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637750658380,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-11-24T10:44:18.484Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-24T10:44:18.485Z||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.
2021-11-24T10:44:18.486Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:44:18.497Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T10:44:18.498Z||pool-15-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-24T10:44:19.384Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/base_vfw.env ASDC sendASDCNotification
2021-11-24T10:44:19.386Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/base_vfw.env
2021-11-24T10:44:19.387Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-24T10:44:19.387Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-24T10:44:19.390Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T10:44:19.390Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637750659384,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-11-24T10:44:19.490Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-24T10:44:19.491Z||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.
2021-11-24T10:44:19.491Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:44:19.503Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T10:44:19.503Z||pool-16-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-11-24T10:44:20.391Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211124104130/1.0/artifacts/service-Vfw20211124104130-csar.csar ASDC sendASDCNotification
2021-11-24T10:44:20.392Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211124104130/1.0/artifacts/service-Vfw20211124104130-csar.csar
2021-11-24T10:44:20.392Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-24T10:44:20.393Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-24T10:44:20.395Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T10:44:20.395Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637750660391,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/artifacts/service-Vfw20211124104130-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-24T10:44:20.495Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-24T10:44:20.496Z||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.
2021-11-24T10:44:20.496Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:44:20.518Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T10:44:20.518Z||pool-17-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2021-11-24T10:44:21.397Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5a199ce7-0b9e-408a-85cd-3677913cebf2
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=?
2021-11-24T10:44:21.413Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5a199ce7-0b9e-408a-85cd-3677913cebf2
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=?
2021-11-24T10:44:21.415Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-24T10:44:21.416Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-24T10:44:21.416Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-24T10:44:51.416Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5a199ce7-0b9e-408a-85cd-3677913cebf2
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=?
2021-11-24T10:44:51.427Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5a199ce7-0b9e-408a-85cd-3677913cebf2
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=?
2021-11-24T10:44:51.428Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-24T10:44:51.428Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-24T10:44:51.429Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-24T10:45:00.647Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:45:00.648Z||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.
2021-11-24T10:45:00.648Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:45:00.672Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T10:45:00.673Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:45:00.673Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1637750633899,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/artifacts/service-Vfw20211124104130-csar.csar",
"status": "NOTIFIED"
}
2021-11-24T10:45:00.674Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-24T10:45:21.429Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5a199ce7-0b9e-408a-85cd-3677913cebf2
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=?
2021-11-24T10:45:21.438Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5a199ce7-0b9e-408a-85cd-3677913cebf2
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=?
2021-11-24T10:45:21.440Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-24T10:45:21.440Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-24T10:45:21.440Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-24T10:45:51.441Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5a199ce7-0b9e-408a-85cd-3677913cebf2
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=?
2021-11-24T10:45:51.453Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5a199ce7-0b9e-408a-85cd-3677913cebf2
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=?
2021-11-24T10:45:51.455Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-24T10:45:51.456Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-24T10:45:51.456Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-24T10:46:00.647Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:46:00.648Z||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.
2021-11-24T10:46:00.648Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:46:00.675Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T10:46:00.676Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:46:00.676Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
"consumerID": "policy-id",
"timestamp": 1637750634373,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/artifacts/service-Vfw20211124104130-csar.csar",
"status": "NOTIFIED"
}
2021-11-24T10:46:00.677Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-24T10:46:21.456Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5a199ce7-0b9e-408a-85cd-3677913cebf2
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=?
2021-11-24T10:46:21.465Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5a199ce7-0b9e-408a-85cd-3677913cebf2
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=?
2021-11-24T10:46:21.467Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-24T10:46:21.467Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-24T10:46:21.467Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-24T10:46:51.467Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5a199ce7-0b9e-408a-85cd-3677913cebf2
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=?
2021-11-24T10:46:51.476Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5a199ce7-0b9e-408a-85cd-3677913cebf2
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=?
2021-11-24T10:46:51.477Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-24T10:46:51.477Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-24T10:46:51.477Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-24T10:47:00.647Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:47:00.651Z||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.
2021-11-24T10:47:00.651Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:47:01.176Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T10:47:01.178Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:47:01.179Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637750640637,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-24T10:47:01.180Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-24T10:47:01.180Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:47:01.180Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637750641703,
"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=?
2021-11-24T10:47:01.190Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5a199ce7-0b9e-408a-85cd-3677913cebf2
2021-11-24T10:47:01.191Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5a199ce7-0b9e-408a-85cd-3677913cebf2 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 (?, ?, ?, ?, ?)
2021-11-24T10:47:01.198Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:47:01.198Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1637750641964,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/artifacts/service-Vfw20211124104130-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-24T10:47:01.198Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T10:47:01.199Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:47:01.199Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
"consumerID": "policy-id",
"timestamp": 1637750642266,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/artifacts/service-Vfw20211124104130-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-24T10:47:01.199Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T10:47:01.199Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:47:01.199Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637750640637,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/vfw535ceb84c7d20_modules.json",
"status": "NOTIFIED"
}
2021-11-24T10:47:01.199Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-24T10:47:01.199Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:47:01.200Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
"consumerID": "aai-ml",
"timestamp": 1637750641665,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-24T10:47:01.200Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-24T10:47:01.200Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:47:01.200Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637750642708,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/vfw535ceb84c7d20_modules.json",
"status": "DEPLOY_OK"
}
2021-11-24T10:47:01.200Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T10:47:01.200Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:47:01.200Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
"consumerID": "policy-id",
"timestamp": 1637750643277,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/artifacts/service-Vfw20211124104130-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-24T10:47:01.201Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T10:47:01.201Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:47:01.201Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637750640637,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-11-24T10:47:01.201Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-24T10:47:01.201Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:47:01.201Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
"consumerID": "aai-ml",
"timestamp": 1637750641665,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/vfw535ceb84c7d20_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-24T10:47:01.201Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-24T10:47:01.201Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:47:01.202Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
"consumerID": "policy-id",
"timestamp": 1637750644282,
"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=?
2021-11-24T10:47:01.204Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5a199ce7-0b9e-408a-85cd-3677913cebf2
2021-11-24T10:47:01.204Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5a199ce7-0b9e-408a-85cd-3677913cebf2 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=?
2021-11-24T10:47:01.207Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:47:01.208Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637750640637,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-24T10:47:01.208Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-24T10:47:01.208Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:47:01.208Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
"consumerID": "aai-ml",
"timestamp": 1637750641665,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-24T10:47:01.208Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-24T10:47:01.208Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:47:01.208Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
"consumerID": "clamp",
"timestamp": 1637750644478,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/artifacts/service-Vfw20211124104130-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-24T10:47:01.209Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T10:47:01.209Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:47:01.209Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637750640637,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-11-24T10:47:01.209Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-24T10:47:01.209Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:47:01.209Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
"consumerID": "aai-ml",
"timestamp": 1637750641665,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-24T10:47:01.209Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-24T10:47:01.210Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:47:01.210Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
"consumerID": "clamp",
"timestamp": 1637750646235,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/artifacts/service-Vfw20211124104130-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-24T10:47:01.210Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T10:47:01.210Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:47:01.210Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637750640637,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/artifacts/service-Vfw20211124104130-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-24T10:47:01.211Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-24T10:47:01.211Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:47:01.211Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
"consumerID": "aai-ml",
"timestamp": 1637750641665,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-11-24T10:47:01.211Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-24T10:47:01.211Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:47:01.211Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1637750647029,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/artifacts/service-Vfw20211124104130-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-24T10:47:01.211Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T10:47:01.211Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:47:01.212Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
"consumerID": "clamp",
"timestamp": 1637750647242,
"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=?
2021-11-24T10:47:01.214Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 5a199ce7-0b9e-408a-85cd-3677913cebf2
2021-11-24T10:47:01.214Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5a199ce7-0b9e-408a-85cd-3677913cebf2 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 (?, ?, ?, ?, ?)
2021-11-24T10:47:01.218Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:47:01.219Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637750640637,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/artifacts/service-Vfw20211124104130-csar.csar",
"status": "NOTIFIED"
}
2021-11-24T10:47:01.219Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-24T10:47:01.219Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:47:01.219Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
"consumerID": "aai-ml",
"timestamp": 1637750641665,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/artifacts/service-Vfw20211124104130-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-24T10:47:01.219Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-24T10:47:01.219Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:47:01.220Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1637750648034,
"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=?
2021-11-24T10:47:01.222Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5a199ce7-0b9e-408a-85cd-3677913cebf2
2021-11-24T10:47:01.222Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5a199ce7-0b9e-408a-85cd-3677913cebf2 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 (?, ?, ?, ?, ?)
2021-11-24T10:47:01.226Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:47:01.226Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
"consumerID": "aai-ml",
"timestamp": 1637750641665,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/artifacts/service-Vfw20211124104130-csar.csar",
"status": "NOTIFIED"
}
2021-11-24T10:47:01.226Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-24T10:47:01.227Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:47:01.227Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637750648959,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/artifacts/service-Vfw20211124104130-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-24T10:47:01.227Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T10:47:01.227Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:47:01.227Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
"consumerID": "aai-ml",
"timestamp": 1637750649719,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/artifacts/service-Vfw20211124104130-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-24T10:47:01.228Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T10:47:01.228Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:47:01.228Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637750653667,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/vfw535ceb84c7d20_modules.json",
"status": "DOWNLOAD_OK"
}
2021-11-24T10:47:01.228Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T10:47:01.228Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:47:01.228Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637750654834,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-11-24T10:47:01.229Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T10:47:01.229Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:47:01.229Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637750656036,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-11-24T10:47:01.229Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T10:47:01.229Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:47:01.229Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637750657377,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/vfw535ceb84c7d20_modules.json",
"status": "DEPLOY_OK"
}
2021-11-24T10:47:01.230Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T10:47:01.230Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:47:01.230Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637750658380,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-11-24T10:47:01.230Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T10:47:01.230Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:47:01.231Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637750659384,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-11-24T10:47:01.231Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T10:47:01.231Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:47:01.231Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637750660391,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/artifacts/service-Vfw20211124104130-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-24T10:47:01.231Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T10:47:01.231Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:47:01.232Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
"consumerID": "aai-ml",
"timestamp": 1637750665570,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/artifacts/service-Vfw20211124104130-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-24T10:47:01.232Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T10:47:01.232Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:47:01.232Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
"consumerID": "aai-ml",
"timestamp": 1637750666578,
"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=?
2021-11-24T10:47:01.235Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5a199ce7-0b9e-408a-85cd-3677913cebf2
2021-11-24T10:47:01.235Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5a199ce7-0b9e-408a-85cd-3677913cebf2 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 (?, ?, ?, ?, ?)
2021-11-24T10:47:21.478Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5a199ce7-0b9e-408a-85cd-3677913cebf2
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=?
2021-11-24T10:47:21.489Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5a199ce7-0b9e-408a-85cd-3677913cebf2
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=?
2021-11-24T10:47:21.492Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-24T10:47:21.492Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-24T10:47:21.493Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-11-24T10:47:21.493Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-11-24T10:47:21.493Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-24T10:47:21.493Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-24T10:47:21.493Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-24T10:47:21.493Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-24T10:47:21.493Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-24T10:47:21.493Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-24T10:47:21.494Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|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=?
2021-11-24T10:47:21.498Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-11-24T10:47:51.498Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5a199ce7-0b9e-408a-85cd-3677913cebf2 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=?
2021-11-24T10:47:51.510Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5a199ce7-0b9e-408a-85cd-3677913cebf2 and serviceModelVersionId: 627c20ab-2950-4c10-b9e6-8786c766c6bb
2021-11-24T10:47:51.510Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6bf278b7-3308-4051-a661-336efcdefcf7
2021-11-24T10:48:00.646Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:48:00.648Z||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.
2021-11-24T10:48:00.648Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:48:06.042Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6bf278b7-3308-4051-a661-336efcdefcf7/model-vers/model-ver/627c20ab-2950-4c10-b9e6-8786c766c6bb?depth=0
2021-11-24T10:48:06.157Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2021-11-24T10:48:06.665Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bf278b7-3308-4051-a661-336efcdefcf7/model-vers/model-ver/627c20ab-2950-4c10-b9e6-8786c766c6bb?depth=0|INFO|500||Invoke
2021-11-24T10:48:06.673Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bf278b7-3308-4051-a661-336efcdefcf7/model-vers/model-ver/627c20ab-2950-4c10-b9e6-8786c766c6bb?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bf278b7-3308-4051-a661-336efcdefcf7/model-vers/model-ver/627c20ab-2950-4c10-b9e6-8786c766c6bb?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[5a199ce7-0b9e-408a-85cd-3677913cebf2], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ba9f74dc-df07-49c4-8c82-9db4fc5446e3], X-ECOMP-RequestID=[5a199ce7-0b9e-408a-85cd-3677913cebf2], X-TransactionId=[], X-ONAP-RequestID=[5a199ce7-0b9e-408a-85cd-3677913cebf2], Content-Type=[application/merge-patch+json]}
2021-11-24T10:48:06.816Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bf278b7-3308-4051-a661-336efcdefcf7/model-vers/model-ver/627c20ab-2950-4c10-b9e6-8786c766c6bb?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-11-24T10:48:07.165Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bf278b7-3308-4051-a661-336efcdefcf7/model-vers/model-ver/627c20ab-2950-4c10-b9e6-8786c766c6bb?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/6bf278b7-3308-4051-a661-336efcdefcf7/model-vers/model-ver/627c20ab-2950-4c10-b9e6-8786c766c6bb?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211124-10:48:06:828-11014], vertex-id=[381144], Content-Length=[0], Date=[Wed, 24 Nov 2021 10:48:06 GMT], Content-Type=[application/json]}
2021-11-24T10:48:07.166Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bf278b7-3308-4051-a661-336efcdefcf7/model-vers/model-ver/627c20ab-2950-4c10-b9e6-8786c766c6bb?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-11-24T10:48:07.167Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bf278b7-3308-4051-a661-336efcdefcf7/model-vers/model-ver/627c20ab-2950-4c10-b9e6-8786c766c6bb?depth=0|INFO|500||InvokeReturn
2021-11-24T10:48:07.173Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-11-24T10:48:07.173Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|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=?
2021-11-24T10:48:07.178Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|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)
2021-11-24T10:48:07.179Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5a199ce7-0b9e-408a-85cd-3677913cebf2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-11-24T10:48:07.180Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-11-24T10:48:07.181Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-24T10:48:07.183Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T10:48:07.183Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637750887180,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-24T10:48:07.283Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-24T10:48:07.284Z||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.
2021-11-24T10:48:07.285Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:48:07.299Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T10:48:07.300Z||pool-18-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-11-24T10:48:07.931Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T10:48:07.931Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:48:07.931Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637750887180,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-24T10:48:07.932Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-11-24T10:48:08.206Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:48:08.206Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|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.
2021-11-24T10:48:08.206Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:48:18.919Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T10:48:18.928Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:48:18.932Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|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.
2021-11-24T10:48:18.932Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:48:28.472Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T10:48:28.474Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:48:28.478Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|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.
2021-11-24T10:48:28.478Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:48:38.009Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T10:48:38.010Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:48:38.010Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|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.
2021-11-24T10:48:38.011Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:48:47.550Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T10:49:00.638Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:49:00.638Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T10:49:00.639Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:49:00.647Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:49:00.648Z||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.
2021-11-24T10:49:00.648Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:49:10.180Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T10:49:10.197Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T10:50:00.638Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:50:00.641Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T10:50:00.641Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:50:00.646Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:50:00.647Z||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.
2021-11-24T10:50:00.647Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:50:00.781Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T10:50:00.786Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T10:50:00.786Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
"consumerID": "aai-ml",
"timestamp": 1637750971665,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-24T10:50:00.788Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-24T10:50:00.789Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T10:50:00.789Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
"consumerID": "cds",
"timestamp": 1637750975031,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-24T10:50:00.789Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-24T10:50:00.789Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T10:50:00.789Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
"consumerID": "ves-openapi-manager",
"timestamp": 1637750970862,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-24T10:50:00.790Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-24T10:50:00.790Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T10:50:00.790Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
"consumerID": "policy-id",
"timestamp": 1637750974375,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-24T10:50:00.790Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-24T10:50:00.790Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T10:50:00.790Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
"consumerID": "aai-ml",
"timestamp": 1637750971665,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/basic_onboard_gsogjy0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-24T10:50:00.791Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-24T10:50:00.791Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T10:50:00.791Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
"consumerID": "cds",
"timestamp": 1637750975031,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/basic_onboard_gsogjy0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-24T10:50:00.791Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-24T10:50:00.792Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T10:50:00.792Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
"consumerID": "policy-id",
"timestamp": 1637750974375,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/basic_onboard_gsogjy0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-24T10:50:00.792Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-24T10:50:00.792Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T10:50:00.792Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
"consumerID": "ves-openapi-manager",
"timestamp": 1637750970862,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/basic_onboard_gsogjy0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-24T10:50:00.793Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-24T10:50:00.793Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T10:50:00.793Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
"consumerID": "aai-ml",
"timestamp": 1637750971665,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-24T10:50:00.793Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-24T10:50:00.793Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T10:50:00.793Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
"consumerID": "cds",
"timestamp": 1637750975031,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-24T10:50:00.794Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-24T10:50:00.794Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T10:50:00.794Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
"consumerID": "ves-openapi-manager",
"timestamp": 1637750970862,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-24T10:50:00.794Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-24T10:50:00.794Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T10:50:00.795Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
"consumerID": "policy-id",
"timestamp": 1637750974375,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-11-24T10:50:00.795Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-24T10:50:00.795Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T10:50:00.795Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
"consumerID": "aai-ml",
"timestamp": 1637750971665,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-24T10:50:00.795Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-24T10:50:00.796Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T10:50:00.796Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
"consumerID": "cds",
"timestamp": 1637750975031,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-24T10:50:00.796Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-24T10:50:00.796Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T10:50:00.796Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
"consumerID": "policy-id",
"timestamp": 1637750974375,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-24T10:50:00.796Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-24T10:50:00.797Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T10:50:00.797Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
"consumerID": "ves-openapi-manager",
"timestamp": 1637750970862,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-24T10:50:00.797Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-24T10:50:00.797Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T10:50:00.797Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
"consumerID": "dcae-sch",
"timestamp": 1637750983145,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-24T10:50:00.798Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-24T10:50:00.798Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T10:50:00.798Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
"consumerID": "aai-ml",
"timestamp": 1637750971665,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-11-24T10:50:00.798Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-24T10:50:00.798Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T10:50:00.799Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
"consumerID": "cds",
"timestamp": 1637750975031,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-11-24T10:50:00.799Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-24T10:50:00.799Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T10:50:00.799Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
"consumerID": "ves-openapi-manager",
"timestamp": 1637750970862,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-11-24T10:50:00.800Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-24T10:50:00.800Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T10:50:00.801Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
"consumerID": "policy-id",
"timestamp": 1637750974375,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-11-24T10:50:00.801Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-24T10:50:00.801Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T10:50:00.801Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
"consumerID": "clamp",
"timestamp": 1637750983537,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-24T10:50:00.801Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-24T10:50:00.802Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T10:50:00.802Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
"consumerID": "dcae-sch",
"timestamp": 1637750983145,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/basic_onboard_gsogjy0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-24T10:50:00.802Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-24T10:50:00.802Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T10:50:00.802Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
"consumerID": "aai-ml",
"timestamp": 1637750971665,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/artifacts/service-BasicOnboardGsogjy-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-24T10:50:00.803Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-24T10:50:00.803Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T10:50:00.803Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
"consumerID": "cds",
"timestamp": 1637750975031,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/artifacts/service-BasicOnboardGsogjy-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-24T10:50:00.803Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-24T10:50:00.803Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T10:50:00.804Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
"consumerID": "policy-id",
"timestamp": 1637750974375,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/artifacts/service-BasicOnboardGsogjy-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-24T10:50:00.804Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-24T10:50:00.804Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T10:50:00.804Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
"consumerID": "ves-openapi-manager",
"timestamp": 1637750970862,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/artifacts/service-BasicOnboardGsogjy-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-24T10:50:00.804Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-24T10:50:00.805Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T10:50:00.805Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
"consumerID": "clamp",
"timestamp": 1637750983537,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/basic_onboard_gsogjy0_modules.json",
"status": "NOTIFIED"
}
2021-11-24T10:50:00.805Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-24T10:50:00.805Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T10:50:00.805Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637750984679,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-24T10:50:00.806Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-24T10:50:00.806Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T10:50:00.806Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
"consumerID": "dcae-sch",
"timestamp": 1637750983145,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-24T10:50:00.806Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-24T10:50:00.807Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T10:50:00.807Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
"consumerID": "aai-ml",
"timestamp": 1637750971665,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/artifacts/service-BasicOnboardGsogjy-csar.csar",
"status": "NOTIFIED"
}
2021-11-24T10:50:00.807Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-24T10:50:00.807Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T10:50:00.807Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
"consumerID": "cds",
"timestamp": 1637750975031,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/artifacts/service-BasicOnboardGsogjy-csar.csar",
"status": "NOTIFIED"
}
2021-11-24T10:50:00.808Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-24T10:50:00.808Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T10:50:00.808Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
"consumerID": "ves-openapi-manager",
"timestamp": 1637750970862,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/artifacts/service-BasicOnboardGsogjy-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-11-24T10:50:00.808Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-24T10:50:00.808Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T10:50:00.808Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
"consumerID": "policy-id",
"timestamp": 1637750974375,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/artifacts/service-BasicOnboardGsogjy-csar.csar",
"status": "NOTIFIED"
}
2021-11-24T10:50:00.809Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-24T10:50:00.809Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T10:50:00.809Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
"consumerID": "clamp",
"timestamp": 1637750983537,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-24T10:50:00.809Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-24T10:50:00.809Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T10:50:00.810Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637750984679,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/basic_onboard_gsogjy0_modules.json",
"status": "NOTIFIED"
}
2021-11-24T10:50:00.810Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-24T10:50:00.810Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T10:50:00.810Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
"consumerID": "dcae-sch",
"timestamp": 1637750983145,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-24T10:50:00.810Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-24T10:50:00.811Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T10:50:00.811Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
"consumerID": "clamp",
"timestamp": 1637750983537,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-24T10:50:00.811Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-24T10:50:00.811Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T10:50:00.811Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
"consumerID": "aai-ml",
"timestamp": 1637750987265,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/artifacts/service-BasicOnboardGsogjy-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-24T10:50:00.812Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T10:50:00.812Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T10:50:00.812Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
"consumerID": "cds",
"timestamp": 1637750987256,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/artifacts/service-BasicOnboardGsogjy-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-24T10:50:00.812Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T10:50:00.813Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T10:50:00.813Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
"consumerID": "policy-id",
"timestamp": 1637750987261,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/artifacts/service-BasicOnboardGsogjy-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-24T10:50:00.813Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T10:50:00.813Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T10:50:00.813Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637750984679,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-11-24T10:50:00.813Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-24T10:50:00.814Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T10:50:00.814Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
"consumerID": "dcae-sch",
"timestamp": 1637750983145,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-11-24T10:50:00.814Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-24T10:50:00.814Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T10:50:00.814Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
"consumerID": "clamp",
"timestamp": 1637750983537,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-11-24T10:50:00.815Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-24T10:50:00.815Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T10:50:00.815Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
"consumerID": "cds",
"timestamp": 1637750988263,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/artifacts/service-BasicOnboardGsogjy-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-24T10:50:00.843Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93
2021-11-24T10:50:00.843Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93 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 (?, ?, ?, ?, ?)
2021-11-24T10:50:00.852Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T10:50:00.852Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
"consumerID": "policy-id",
"timestamp": 1637750988266,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/artifacts/service-BasicOnboardGsogjy-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-24T10:50:00.853Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T10:50:00.853Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T10:50:00.853Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637750984679,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-24T10:50:00.854Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-24T10:50:00.854Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T10:50:00.854Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
"consumerID": "dcae-sch",
"timestamp": 1637750983145,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/artifacts/service-BasicOnboardGsogjy-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-24T10:50:00.855Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-24T10:50:00.855Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T10:50:00.855Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
"consumerID": "clamp",
"timestamp": 1637750983537,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/artifacts/service-BasicOnboardGsogjy-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-24T10:50:00.856Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-24T10:50:00.856Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T10:50:00.856Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
"consumerID": "policy-id",
"timestamp": 1637750989269,
"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=?
2021-11-24T10:50:00.862Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93
2021-11-24T10:50:00.862Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93 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 (?, ?, ?, ?, ?)
2021-11-24T10:50:00.873Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T10:50:00.873Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637750984679,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-11-24T10:50:00.874Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-24T10:50:00.874Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T10:50:00.874Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
"consumerID": "dcae-sch",
"timestamp": 1637750983145,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/artifacts/service-BasicOnboardGsogjy-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-11-24T10:50:00.874Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-24T10:50:00.875Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T10:50:00.875Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
"consumerID": "clamp",
"timestamp": 1637750983537,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/artifacts/service-BasicOnboardGsogjy-csar.csar",
"status": "NOTIFIED"
}
2021-11-24T10:50:00.875Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-24T10:50:00.876Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T10:50:00.876Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637750984679,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/artifacts/service-BasicOnboardGsogjy-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-24T10:50:00.876Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-24T10:50:00.876Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T10:50:00.877Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637750984679,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/artifacts/service-BasicOnboardGsogjy-csar.csar",
"status": "NOTIFIED"
}
2021-11-24T10:50:00.877Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-24T10:50:00.877Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T10:50:00.877Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637750992577,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/basic_onboard_gsogjy0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-11-24T10:50:00.878Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T10:50:00.878Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T10:50:00.878Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637750993760,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-11-24T10:50:00.878Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T10:50:00.879Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T10:50:00.879Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1637750993900,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-24T10:50:00.879Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-24T10:50:00.879Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T10:50:00.880Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637750994935,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-11-24T10:50:00.880Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T10:50:00.880Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T10:50:00.880Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
"consumerID": "aai-ml",
"timestamp": 1637750995131,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/artifacts/service-BasicOnboardGsogjy-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-24T10:50:00.881Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T10:50:00.881Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T10:50:00.881Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1637750993900,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/basic_onboard_gsogjy0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-24T10:50:00.881Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-24T10:50:00.881Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T10:50:00.882Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637750995962,
"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=?
2021-11-24T10:50:00.887Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93
2021-11-24T10:50:00.887Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93 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=?
2021-11-24T10:50:00.894Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T10:50:00.895Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
"consumerID": "aai-ml",
"timestamp": 1637750996136,
"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=?
2021-11-24T10:50:00.900Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93
2021-11-24T10:50:00.900Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93 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 (?, ?, ?, ?, ?)
2021-11-24T10:50:00.909Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T10:50:00.909Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1637750993900,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-24T10:50:00.909Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-24T10:50:00.909Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T10:50:00.910Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637750996965,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/basic_onboard_gsogjy0_modules.json",
"status": "DEPLOY_OK"
}
2021-11-24T10:50:00.910Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T10:50:00.910Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T10:50:00.910Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1637750993900,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-24T10:50:00.911Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-24T10:50:00.911Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T10:50:00.911Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
"consumerID": "clamp",
"timestamp": 1637750998281,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/artifacts/service-BasicOnboardGsogjy-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-24T10:50:00.911Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T10:50:00.912Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T10:50:00.912Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1637750993900,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-11-24T10:50:00.912Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-24T10:50:00.913Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T10:50:00.913Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1637750993900,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/artifacts/service-BasicOnboardGsogjy-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-24T10:50:00.913Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-24T10:50:00.913Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T10:50:00.913Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
"consumerID": "clamp",
"timestamp": 1637751000292,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/artifacts/service-BasicOnboardGsogjy-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-24T10:50:00.914Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T10:50:01.272Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T10:50:01.280Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-24T10:50:01.280Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93","serviceName":"basic_onboard_GsOgjy","serviceVersion":"1.0","serviceUUID":"d762fb56-ba21-4da4-9d2e-32217ff91feb","serviceDescription":"service","serviceInvariantUUID":"960072ce-d261-4bcd-b0b6-021d96f78f63","resources":[{"resourceInstanceName":"basic_onboard_GsOgjy 0","resourceName":"basic_onboard_GsOgjy","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a55d953f-f1e6-4aae-a97b-d7aede12d2a7","resourceInvariantUUID":"d26b1aae-5f16-40be-9b28-4aaa504a6aa0","resourceCustomizationUUID":"f13acc35-298d-406f-b3e2-8906b414bb84","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/vf-license-model.xml","artifactChecksum":"ZTNlMjk1M2UwOTBlZTc3M2NjM2NhOTNlZWJiN2Q1M2U\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1c5c18e7-0e53-473c-98c5-798069fce8a5","artifactVersion":"1"},{"artifactName":"basic_onboard_gsogjy0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/basic_onboard_gsogjy0_modules.json","artifactChecksum":"MTY0NjkzYjkyY2I5YmI3MDM1MzM3NmFiMzU5MTQxZjc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"5fad0fa8-d714-48e1-914a-4b314405d378","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a5ec7466-09cd-45c0-9bcf-3d90088c1a19","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ab4ad59e-d383-46ee-bfb3-c5ba7b6e1b0a","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"ad06dd71-5067-4bc4-89d5-54db4e5d792d","artifactVersion":"2","generatedFromUUID":"a5ec7466-09cd-45c0-9bcf-3d90088c1a19"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardGsogjy-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/artifacts/service-BasicOnboardGsogjy-template.yml","artifactChecksum":"MzQzODgwMjVmNDljNTZlZDNiNTIwZTU0ZTZiNTk0MzM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c1741630-518e-4c67-a0d1-666946167325","artifactVersion":"1"},{"artifactName":"service-BasicOnboardGsogjy-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/artifacts/service-BasicOnboardGsogjy-csar.csar","artifactChecksum":"M2E0MWFlMTNjMmM4NDIyNmYwMmIzYWIxNzE1N2Y3NTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ec29a2cd-bd3a-44d7-9d5e-cdf4cc2ae4d6","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-24T10:50:01.286Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-24T10:50:01.287Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-11-24T10:50:01.291Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T10:50:01.291Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637751000637,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-24T10:50:01.391Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-24T10:50:01.392Z||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.
2021-11-24T10:50:01.392Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:50:01.405Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T10:50:01.405Z||pool-19-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-11-24T10:50:02.292Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-24T10:50:02.293Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-11-24T10:50:02.295Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T10:50:02.295Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637751000637,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/basic_onboard_gsogjy0_modules.json",
"status": "NOTIFIED"
}
2021-11-24T10:50:02.396Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-11-24T10:50:02.397Z||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.
2021-11-24T10:50:02.397Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:50:02.416Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T10:50:02.417Z||pool-20-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2021-11-24T10:50:03.296Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-24T10:50:03.297Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-11-24T10:50:03.299Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T10:50:03.299Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637751000637,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-11-24T10:50:03.399Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-24T10:50:03.400Z||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.
2021-11-24T10:50:03.400Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:50:03.413Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T10:50:03.414Z||pool-21-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-24T10:50:04.300Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-24T10:50:04.301Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-11-24T10:50:04.302Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T10:50:04.303Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637751000637,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-24T10:50:04.404Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-24T10:50:04.405Z||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.
2021-11-24T10:50:04.405Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:50:04.422Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T10:50:04.423Z||pool-22-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2021-11-24T10:50:05.303Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-24T10:50:05.304Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-11-24T10:50:05.306Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T10:50:05.306Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637751000637,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-11-24T10:50:05.406Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-24T10:50:05.408Z||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.
2021-11-24T10:50:05.408Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:50:05.419Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T10:50:05.420Z||pool-23-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-24T10:50:06.307Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-24T10:50:06.307Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-11-24T10:50:06.309Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T10:50:06.309Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637751000637,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/artifacts/service-BasicOnboardGsogjy-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-24T10:50:06.409Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-24T10:50:06.412Z||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.
2021-11-24T10:50:06.412Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:50:06.424Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T10:50:06.425Z||pool-24-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-24T10:50:07.310Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-24T10:50:07.311Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-11-24T10:50:07.313Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T10:50:07.313Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637751000637,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/artifacts/service-BasicOnboardGsogjy-csar.csar",
"status": "NOTIFIED"
}
2021-11-24T10:50:07.413Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-24T10:50:07.414Z||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.
2021-11-24T10:50:07.414Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:50:07.428Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T10:50:07.429Z||pool-25-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-24T10:50:08.315Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
"serviceName": "basic_onboard_GsOgjy",
"serviceVersion": "1.0",
"serviceUUID": "d762fb56-ba21-4da4-9d2e-32217ff91feb",
"serviceDescription": "service",
"serviceInvariantUUID": "960072ce-d261-4bcd-b0b6-021d96f78f63",
"resources": [
{
"resourceInstanceName": "basic_onboard_GsOgjy 0",
"resourceCustomizationUUID": "f13acc35-298d-406f-b3e2-8906b414bb84",
"resourceName": "basic_onboard_GsOgjy",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "a55d953f-f1e6-4aae-a97b-d7aede12d2a7",
"resourceInvariantUUID": "d26b1aae-5f16-40be-9b28-4aaa504a6aa0",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_gsogjy0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/basic_onboard_gsogjy0_modules.json",
"artifactChecksum": "MTY0NjkzYjkyY2I5YmI3MDM1MzM3NmFiMzU5MTQxZjc\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "5fad0fa8-d714-48e1-914a-4b314405d378",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "a5ec7466-09cd-45c0-9bcf-3d90088c1a19",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "ad06dd71-5067-4bc4-89d5-54db4e5d792d",
"generatedFromUUID": "a5ec7466-09cd-45c0-9bcf-3d90088c1a19"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "ad06dd71-5067-4bc4-89d5-54db4e5d792d",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardGsogjy-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/artifacts/service-BasicOnboardGsogjy-csar.csar",
"artifactChecksum": "M2E0MWFlMTNjMmM4NDIyNmYwMmIzYWIxNzE1N2Y3NTk\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "ec29a2cd-bd3a-44d7-9d5e-cdf4cc2ae4d6"
}
],
"workloadContext": "Production"
}
2021-11-24T10:50:08.316Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-24T10:50:08.316Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 d762fb56-ba21-4da4-9d2e-32217ff91feb ASDC
2021-11-24T10:50:08.316Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93
ServiceName:basic_onboard_GsOgjy
ServiceVersion:1.0
ServiceUUID:d762fb56-ba21-4da4-9d2e-32217ff91feb
ServiceInvariantUUID:960072ce-d261-4bcd-b0b6-021d96f78f63
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardGsogjy-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/artifacts/service-BasicOnboardGsogjy-csar.csar
ArtifactUUID:ec29a2cd-bd3a-44d7-9d5e-cdf4cc2ae4d6
ArtifactChecksum:M2E0MWFlMTNjMmM4NDIyNmYwMmIzYWIxNzE1N2Y3NTk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_GsOgjy 0
ResourceCustomizationUUID:f13acc35-298d-406f-b3e2-8906b414bb84
ResourceInvariantUUID:d26b1aae-5f16-40be-9b28-4aaa504a6aa0
ResourceName:basic_onboard_GsOgjy
ResourceType:VF
ResourceUUID:a55d953f-f1e6-4aae-a97b-d7aede12d2a7
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_gsogjy0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/basic_onboard_gsogjy0_modules.json
ArtifactUUID:5fad0fa8-d714-48e1-914a-4b314405d378
ArtifactChecksum:MTY0NjkzYjkyY2I5YmI3MDM1MzM3NmFiMzU5MTQxZjc=
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/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/base_ubuntu18.yaml
ArtifactUUID:a5ec7466-09cd-45c0-9bcf-3d90088c1a19
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/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/base_ubuntu18.env
ArtifactUUID:ad06dd71-5067-4bc4-89d5-54db4e5d792d
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/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/base_ubuntu18.env
ArtifactUUID:ad06dd71-5067-4bc4-89d5-54db4e5d792d
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-11-24T10:50:08.317Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d762fb56-ba21-4da4-9d2e-32217ff91feb 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=?
2021-11-24T10:50:08.350Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-24T10:50:08.351Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-11-24T10:50:08.351Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-11-24T10:50:08.351Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: ec29a2cd-bd3a-44d7-9d5e-cdf4cc2ae4d6 from URL: /sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/artifacts/service-BasicOnboardGsogjy-csar.csar
2021-11-24T10:50:08.352Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-11-24T10:50:08.352Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/artifacts/service-BasicOnboardGsogjy-csar.csar
2021-11-24T10:50:08.762Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-11-24T10:50:08.765Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/artifacts/service-BasicOnboardGsogjy-csar.csar ec29a2cd-bd3a-44d7-9d5e-cdf4cc2ae4d6 71561
2021-11-24T10:50:08.766Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/artifacts/service-BasicOnboardGsogjy-csar.csar ASDC sendASDCNotification
2021-11-24T10:50:08.766Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/artifacts/service-BasicOnboardGsogjy-csar.csar
2021-11-24T10:50:08.766Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-24T10:50:08.766Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-11-24T10:50:08.768Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T10:50:08.768Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637751008765,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/artifacts/service-BasicOnboardGsogjy-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-24T10:50:08.868Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-24T10:50:08.870Z||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.
2021-11-24T10:50:08.870Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:50:08.905Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T10:50:08.906Z||pool-26-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2021-11-24T10:50:09.769Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-24T10:50:09.771Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-11-24T10:50:09.772Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: ec29a2cd-bd3a-44d7-9d5e-cdf4cc2ae4d6, URL: /sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/artifacts/service-BasicOnboardGsogjy-csar.csar to file: /app/ASDC/1/service-BasicOnboardGsogjy-csar.csar
2021-11-24T10:50:09.773Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardGsogjy-csar.csar
2021-11-24T10:50:09.773Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardGsogjy-csar.csar
2021-11-24T10:50:09.774Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardGsogjy-csar.csar
2021-11-24T10:50:10.101Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11998884518864072291/Definitions/service-BasicOnboardGsogjy-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
2021-11-24T10:50:11.214Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-24T10:50:11.215Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-11-24T10:50:11.215Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardGsogjy-csar.csar
2021-11-24T10:50:11.215Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-11-24T10:50:11.215Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||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-BasicOnboardGsogjy-csar.csar
2021-11-24T10:50:11.215Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||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-BasicOnboardGsogjy-csar.csar
2021-11-24T10:50:11.215Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||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-BasicOnboardGsogjy-csar.csar
2021-11-24T10:50:11.215Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||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-BasicOnboardGsogjy-csar.csar
2021-11-24T10:50:11.215Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardGsogjy-csar.csar
2021-11-24T10:50:11.215Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardGsogjy-csar.csar
2021-11-24T10:50:11.216Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||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-BasicOnboardGsogjy-csar.csar
2021-11-24T10:50:11.216Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||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-BasicOnboardGsogjy-csar.csar
2021-11-24T10:50:11.216Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_GsOgjy 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-BasicOnboardGsogjy-csar.csar
2021-11-24T10:50:11.216Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-11-24T10:50:11.216Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-24T10:50:11.216Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_GsOgjy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T10:50:11.216Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_GsOgjy 0 is matching search criteria
2021-11-24T10:50:11.216Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-11-24T10:50:11.217Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_GsOgjy 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-24T10:50:11.217Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-24T10:50:11.217Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_GsOgjy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T10:50:11.217Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_GsOgjy 0 is matching search criteria
2021-11-24T10:50:11.217Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-11-24T10:50:11.217Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_GsOgjy 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-24T10:50:11.218Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-24T10:50:11.218Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_GsOgjy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T10:50:11.218Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-24T10:50:11.218Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_GsOgjy 0 is not matching search criteria
2021-11-24T10:50:11.218Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-11-24T10:50:11.218Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-11-24T10:50:11.218Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-11-24T10:50:11.219Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-11-24T10:50:11.219Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-11-24T10:50:11.219Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-24T10:50:11.219Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_GsOgjy is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-24T10:50:11.219Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-24T10:50:11.219Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_GsOgjy 0 is matching search criteria
2021-11-24T10:50:11.219Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_GsOgjy 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-24T10:50:11.220Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-24T10:50:11.220Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_GsOgjy 0 is matching search criteria
2021-11-24T10:50:11.220Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_GsOgjy 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-24T10:50:11.220Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-24T10:50:11.220Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_GsOgjy 0 is matching search criteria
2021-11-24T10:50:11.220Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_GsOgjy 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-24T10:50:11.221Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-24T10:50:11.221Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_GsOgjy 0 is not matching search criteria
2021-11-24T10:50:11.221Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-11-24T10:50:11.221Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-11-24T10:50:11.221Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=4a0511e8-dbdf-45d6-8d27-52d49ce8e1aa
2021-11-24T10:50:11.221Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-24T10:50:11.221Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_GsOgjy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T10:50:11.222Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-24T10:50:11.222Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_GsOgjy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T10:50:11.222Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-24T10:50:11.222Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_GsOgjy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T10:50:11.222Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-24T10:50:11.222Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_GsOgjy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T10:50:11.222Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_GsOgjy
Description:service
Model UUID:d762fb56-ba21-4da4-9d2e-32217ff91feb
Model Version:NULL
Model InvariantUuid:960072ce-d261-4bcd-b0b6-021d96f78f63
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_GsOgjy
Model UUID:aaf24618-299b-4125-85d5-e60559379875
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:d26b1aae-5f16-40be-9b28-4aaa504a6aa0
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:f13acc35-298d-406f-b3e2-8906b414bb84
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:1700a8bb-04ae-4c6e-8001-dabfe1e4e7cb
ModelName:BasicOnboardGsogjy..base_ubuntu18..module-0
ModelUuid:72fdcb65-3381-4388-8817-1cb3ecd33d07
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:4a0511e8-dbdf-45d6-8d27-52d49ce8e1aa
ModelInvariantUuid:9b56a45f-de94-4721-81db-5d1fc1da518a
ModelName:basic_onboard_GsOgjy-nodes.ubuntu18Cvfc
ModelUuid:37997c05-0e1e-4325-9e46-10314ec154cb
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:7b5a0a91-0f4e-4aeb-a268-1348ac9b7e50
ModelInvariantUuid:6b08e707-b146-4329-bd3d-b71746d4bda3
ModelName:BasicOnboardGsogjy.compute.nodes.heat.ubuntu18
ModelUuid:d122fa10-1e5a-4fba-a857-d1967e2835e0
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=?
2021-11-24T10:50:11.228Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: a55d953f-f1e6-4aae-a97b-d7aede12d2a7
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=?
2021-11-24T10:50:11.230Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||INFO|500||basic_onboard_GsOgjy 0
2021-11-24T10:50:11.231Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: a55d953f-f1e6-4aae-a97b-d7aede12d2a7
2021-11-24T10:50:11.231Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 5fad0fa8-d714-48e1-914a-4b314405d378 from URL: /sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/basic_onboard_gsogjy0_modules.json
2021-11-24T10:50:11.231Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-11-24T10:50:11.231Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/basic_onboard_gsogjy0_modules.json
2021-11-24T10:50:11.512Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-11-24T10:50:11.513Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/basic_onboard_gsogjy0_modules.json 5fad0fa8-d714-48e1-914a-4b314405d378 798
2021-11-24T10:50:11.513Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/basic_onboard_gsogjy0_modules.json ASDC sendASDCNotification
2021-11-24T10:50:11.513Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/basic_onboard_gsogjy0_modules.json
2021-11-24T10:50:11.513Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-24T10:50:11.514Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-11-24T10:50:11.515Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T10:50:11.516Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637751011513,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/basic_onboard_gsogjy0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-11-24T10:50:11.616Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-24T10:50:11.617Z||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.
2021-11-24T10:50:11.617Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:50:11.634Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T10:50:11.634Z||pool-27-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2021-11-24T10:50:12.516Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardGsogjy..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "1700a8bb-04ae-4c6e-8001-dabfe1e4e7cb",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "72fdcb65-3381-4388-8817-1cb3ecd33d07",
"vfModuleModelCustomizationUUID": "1c57d656-992b-4612-9acd-ab1816e6d36d",
"isBase": true,
"artifacts": [
"a5ec7466-09cd-45c0-9bcf-3d90088c1a19",
"ad06dd71-5067-4bc4-89d5-54db4e5d792d"
],
"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": ""
}
}
]
2021-11-24T10:50:12.522Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardGsogjy..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:72fdcb65-3381-4388-8817-1cb3ecd33d07
VfModuleModelInvariantUUID:1700a8bb-04ae-4c6e-8001-dabfe1e4e7cb
VfModuleModelDescription:NULL
Artifacts UUID List:{
a5ec7466-09cd-45c0-9bcf-3d90088c1a19
,
ad06dd71-5067-4bc4-89d5-54db4e5d792d
}
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
}
2021-11-24T10:50:12.524Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardGsogjy..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "1700a8bb-04ae-4c6e-8001-dabfe1e4e7cb",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "72fdcb65-3381-4388-8817-1cb3ecd33d07",
"vfModuleModelCustomizationUUID": "1c57d656-992b-4612-9acd-ab1816e6d36d",
"isBase": true,
"artifacts": [
"a5ec7466-09cd-45c0-9bcf-3d90088c1a19",
"ad06dd71-5067-4bc4-89d5-54db4e5d792d"
],
"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": ""
}
}
]
2021-11-24T10:50:12.524Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardGsogjy..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:72fdcb65-3381-4388-8817-1cb3ecd33d07
VfModuleModelInvariantUUID:1700a8bb-04ae-4c6e-8001-dabfe1e4e7cb
VfModuleModelDescription:NULL
Artifacts UUID List:{
a5ec7466-09cd-45c0-9bcf-3d90088c1a19
,
ad06dd71-5067-4bc4-89d5-54db4e5d792d
}
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
}
2021-11-24T10:50:12.524Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: a5ec7466-09cd-45c0-9bcf-3d90088c1a19 from URL: /sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/base_ubuntu18.yaml
2021-11-24T10:50:12.524Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-11-24T10:50:12.524Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/base_ubuntu18.yaml
2021-11-24T10:50:12.666Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-11-24T10:50:12.667Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/base_ubuntu18.yaml a5ec7466-09cd-45c0-9bcf-3d90088c1a19 5033
2021-11-24T10:50:12.667Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-11-24T10:50:12.667Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/base_ubuntu18.yaml
2021-11-24T10:50:12.668Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-24T10:50:12.668Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-11-24T10:50:12.670Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T10:50:12.670Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637751012667,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-11-24T10:50:12.770Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-24T10:50:12.771Z||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.
2021-11-24T10:50:12.771Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:50:12.783Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T10:50:12.784Z||pool-28-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-11-24T10:50:13.671Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: ad06dd71-5067-4bc4-89d5-54db4e5d792d from URL: /sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/base_ubuntu18.env
2021-11-24T10:50:13.671Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-11-24T10:50:13.672Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/base_ubuntu18.env
2021-11-24T10:50:13.853Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-11-24T10:50:13.854Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/base_ubuntu18.env ad06dd71-5067-4bc4-89d5-54db4e5d792d 909
2021-11-24T10:50:13.854Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-11-24T10:50:13.854Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/base_ubuntu18.env
2021-11-24T10:50:13.854Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-24T10:50:13.855Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-11-24T10:50:13.857Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T10:50:13.857Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637751013854,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-11-24T10:50:13.957Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-24T10:50:13.958Z||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.
2021-11-24T10:50:13.959Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:50:13.971Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T10:50:13.972Z||pool-29-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-24T10:50:14.857Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: d762fb56-ba21-4da4-9d2e-32217ff91feb
2021-11-24T10:50:14.858Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_GsOgjy 0 a55d953f-f1e6-4aae-a97b-d7aede12d2a7 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=?
2021-11-24T10:50:14.870Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@73302aa1, org.onap.sdc.toscaparser.api.parameters.Input@6120136d, org.onap.sdc.toscaparser.api.parameters.Input@254bd23e, org.onap.sdc.toscaparser.api.parameters.Input@4208cf3c, org.onap.sdc.toscaparser.api.parameters.Input@309f90fe]
2021-11-24T10:50:14.871Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-24T10:50:14.871Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_GsOgjy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T10:50:14.872Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic
2021-11-24T10:50:14.872Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= f13acc35-298d-406f-b3e2-8906b414bb84
2021-11-24T10:50:14.872Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f13acc35-298d-406f-b3e2-8906b414bb84 matches Tosca VF Customization UUID: f13acc35-298d-406f-b3e2-8906b414bb84
2021-11-24T10:50:14.872Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: f13acc35-298d-406f-b3e2-8906b414bb84 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=?
2021-11-24T10:50:14.874Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-24T10:50:14.874Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_GsOgjy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T10:50:14.874Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id f13acc35-298d-406f-b3e2-8906b414bb84: {\"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\"}
2021-11-24T10:50:14.875Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2e91ef90
2021-11-24T10:50:14.875Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-24T10:50:14.875Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_GsOgjy is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-24T10:50:14.875Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 1c57d656-992b-4612-9acd-ab1816e6d36d
2021-11-24T10:50:14.875Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 1c57d656-992b-4612-9acd-ab1816e6d36d
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=?
2021-11-24T10:50:14.877Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-24T10:50:14.877Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_GsOgjy 0 is matching search criteria
2021-11-24T10:50:14.877Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_GsOgjy 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-24T10:50:14.878Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-24T10:50:14.878Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_GsOgjy 0 is matching search criteria
2021-11-24T10:50:14.878Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_GsOgjy 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-24T10:50:14.878Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-24T10:50:14.878Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_GsOgjy 0 is not matching search criteria
2021-11-24T10:50:14.878Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-11-24T10:50:14.878Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-11-24T10:50:14.879Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=4a0511e8-dbdf-45d6-8d27-52d49ce8e1aa
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=?
2021-11-24T10:50:14.880Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-24T10:50:14.881Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_GsOgjy 0 is matching search criteria
2021-11-24T10:50:14.881Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_GsOgjy 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-24T10:50:14.881Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-24T10:50:14.881Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_GsOgjy 0 is matching search criteria
2021-11-24T10:50:14.881Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_GsOgjy 0] matching following query criteria: sdcType=VF, customizationUUID=f13acc35-298d-406f-b3e2-8906b414bb84
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=?
2021-11-24T10:50:14.882Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-24T10:50:14.882Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_GsOgjy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T10:50:14.883Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid d762fb56-ba21-4da4-9d2e-32217ff91feb: basic_onboard_GsOgjy
2021-11-24T10:50:14.883Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-24T10:50:14.883Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_GsOgjy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T10:50:14.883Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-24T10:50:14.883Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_GsOgjy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T10:50:14.883Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-24T10:50:14.884Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_GsOgjy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T10:50:14.884Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-24T10:50:14.884Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_GsOgjy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T10:50:14.884Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-24T10:50:14.884Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_GsOgjy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T10:50:14.884Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||INFO|500||Saving Service: basic_onboard_GsOgjy
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 (?, ?, ?, ?, ?)
2021-11-24T10:50:14.965Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_GsOgjy a55d953f-f1e6-4aae-a97b-d7aede12d2a7 1 ASDC deployResourceStructure
2021-11-24T10:50:14.965Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/basic_onboard_gsogjy0_modules.json ASDC sendASDCNotification
2021-11-24T10:50:14.965Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/basic_onboard_gsogjy0_modules.json
2021-11-24T10:50:14.966Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-24T10:50:14.966Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-11-24T10:50:14.968Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T10:50:14.968Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637751014965,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/basic_onboard_gsogjy0_modules.json",
"status": "DEPLOY_OK"
}
2021-11-24T10:50:15.068Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-24T10:50:15.069Z||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.
2021-11-24T10:50:15.070Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:50:15.081Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T10:50:15.081Z||pool-30-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-24T10:50:15.969Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-11-24T10:50:15.969Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/base_ubuntu18.yaml
2021-11-24T10:50:15.970Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-24T10:50:15.970Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-11-24T10:50:15.972Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T10:50:15.972Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637751015969,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-11-24T10:50:16.072Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-24T10:50:16.073Z||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.
2021-11-24T10:50:16.074Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:50:16.085Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T10:50:16.085Z||pool-31-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-11-24T10:50:16.973Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-11-24T10:50:16.974Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/base_ubuntu18.env
2021-11-24T10:50:16.974Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-24T10:50:16.974Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-11-24T10:50:16.976Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T10:50:16.976Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637751016973,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-11-24T10:50:17.076Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-24T10:50:17.078Z||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.
2021-11-24T10:50:17.078Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:50:17.089Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T10:50:17.090Z||pool-32-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-24T10:50:17.977Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/artifacts/service-BasicOnboardGsogjy-csar.csar ASDC sendASDCNotification
2021-11-24T10:50:17.978Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/artifacts/service-BasicOnboardGsogjy-csar.csar
2021-11-24T10:50:17.978Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-24T10:50:17.978Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-11-24T10:50:17.980Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T10:50:17.981Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637751017977,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/artifacts/service-BasicOnboardGsogjy-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-24T10:50:18.081Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-24T10:50:18.082Z||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.
2021-11-24T10:50:18.082Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:50:18.096Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T10:50:18.096Z||pool-33-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-11-24T10:50:18.981Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93
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=?
2021-11-24T10:50:18.995Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93
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=?
2021-11-24T10:50:18.997Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-24T10:50:18.998Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-24T10:50:18.998Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-24T10:50:18.998Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-24T10:50:48.998Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93
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=?
2021-11-24T10:50:49.008Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93
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=?
2021-11-24T10:50:49.010Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-24T10:50:49.010Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-24T10:50:49.010Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-24T10:50:49.010Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-24T10:51:00.647Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:51:00.648Z||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.
2021-11-24T10:51:00.648Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:51:00.674Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T10:51:00.675Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-24T10:51:00.675Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1637750993900,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/artifacts/service-BasicOnboardGsogjy-csar.csar",
"status": "NOTIFIED"
}
2021-11-24T10:51:00.676Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-24T10:51:19.011Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93
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=?
2021-11-24T10:51:19.030Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93
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=?
2021-11-24T10:51:19.033Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-24T10:51:19.033Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-24T10:51:19.033Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-24T10:51:19.033Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-24T10:51:49.035Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93
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=?
2021-11-24T10:51:49.051Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93
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=?
2021-11-24T10:51:49.059Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-24T10:51:49.059Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-24T10:51:49.059Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-24T10:51:49.059Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-24T10:52:00.648Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:52:00.650Z||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.
2021-11-24T10:52:00.650Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:52:01.176Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T10:52:01.177Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:52:01.177Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637751000637,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-24T10:52:01.179Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-24T10:52:01.179Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:52:01.179Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
"consumerID": "clamp",
"timestamp": 1637751001296,
"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=?
2021-11-24T10:52:01.185Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93
2021-11-24T10:52:01.185Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93 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 (?, ?, ?, ?, ?)
2021-11-24T10:52:01.195Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:52:01.196Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1637751001752,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/artifacts/service-BasicOnboardGsogjy-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-24T10:52:01.196Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T10:52:01.196Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:52:01.196Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637751000637,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/basic_onboard_gsogjy0_modules.json",
"status": "NOTIFIED"
}
2021-11-24T10:52:01.196Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-24T10:52:01.196Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:52:01.196Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637751000637,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-11-24T10:52:01.196Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-24T10:52:01.196Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:52:01.197Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637751000637,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-24T10:52:01.197Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-24T10:52:01.197Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:52:01.197Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1637751004329,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/artifacts/service-BasicOnboardGsogjy-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-24T10:52:01.197Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T10:52:01.197Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:52:01.197Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637751000637,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-11-24T10:52:01.197Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-24T10:52:01.198Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:52:01.198Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1637751005337,
"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=?
2021-11-24T10:52:01.202Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93
2021-11-24T10:52:01.202Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93 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 (?, ?, ?, ?, ?)
2021-11-24T10:52:01.210Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:52:01.210Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637751000637,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/artifacts/service-BasicOnboardGsogjy-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-24T10:52:01.210Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-24T10:52:01.210Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:52:01.210Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637751000637,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/artifacts/service-BasicOnboardGsogjy-csar.csar",
"status": "NOTIFIED"
}
2021-11-24T10:52:01.210Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-24T10:52:01.210Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:52:01.211Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637751008765,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/artifacts/service-BasicOnboardGsogjy-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-24T10:52:01.211Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T10:52:01.211Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:52:01.211Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637751011513,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/basic_onboard_gsogjy0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-11-24T10:52:01.211Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T10:52:01.211Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:52:01.211Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637751012667,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-11-24T10:52:01.212Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T10:52:01.212Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:52:01.212Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637751013854,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-11-24T10:52:01.212Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T10:52:01.212Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:52:01.212Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637751014965,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/basic_onboard_gsogjy0_modules.json",
"status": "DEPLOY_OK"
}
2021-11-24T10:52:01.212Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T10:52:01.212Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:52:01.213Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637751015969,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-11-24T10:52:01.213Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T10:52:01.213Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:52:01.213Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637751016973,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-11-24T10:52:01.213Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T10:52:01.213Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:52:01.213Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637751017977,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/artifacts/service-BasicOnboardGsogjy-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-24T10:52:01.213Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T10:52:19.060Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93
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=?
2021-11-24T10:52:19.070Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93
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=?
2021-11-24T10:52:19.073Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-24T10:52:19.073Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-24T10:52:19.073Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-11-24T10:52:19.073Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-11-24T10:52:19.074Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-24T10:52:19.074Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-24T10:52:19.074Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-24T10:52:19.074Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-24T10:52:19.074Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-24T10:52:19.074Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-24T10:52:19.074Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||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=?
2021-11-24T10:52:19.079Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-11-24T10:52:49.080Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93 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=?
2021-11-24T10:52:49.092Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93 and serviceModelVersionId: d762fb56-ba21-4da4-9d2e-32217ff91feb
2021-11-24T10:52:49.092Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 960072ce-d261-4bcd-b0b6-021d96f78f63
2021-11-24T10:52:49.095Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/960072ce-d261-4bcd-b0b6-021d96f78f63/model-vers/model-ver/d762fb56-ba21-4da4-9d2e-32217ff91feb?depth=0
2021-11-24T10:52:49.102Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2021-11-24T10:52:49.188Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/960072ce-d261-4bcd-b0b6-021d96f78f63/model-vers/model-ver/d762fb56-ba21-4da4-9d2e-32217ff91feb?depth=0|INFO|500||Invoke
2021-11-24T10:52:49.189Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/960072ce-d261-4bcd-b0b6-021d96f78f63/model-vers/model-ver/d762fb56-ba21-4da4-9d2e-32217ff91feb?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/960072ce-d261-4bcd-b0b6-021d96f78f63/model-vers/model-ver/d762fb56-ba21-4da4-9d2e-32217ff91feb?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[0137f45d-41e0-460a-a886-b391f3d7dd30], X-ECOMP-RequestID=[cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93], X-TransactionId=[], X-ONAP-RequestID=[cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93], Content-Type=[application/merge-patch+json]}
2021-11-24T10:52:49.223Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/960072ce-d261-4bcd-b0b6-021d96f78f63/model-vers/model-ver/d762fb56-ba21-4da4-9d2e-32217ff91feb?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-11-24T10:52:49.957Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/960072ce-d261-4bcd-b0b6-021d96f78f63/model-vers/model-ver/d762fb56-ba21-4da4-9d2e-32217ff91feb?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/960072ce-d261-4bcd-b0b6-021d96f78f63/model-vers/model-ver/d762fb56-ba21-4da4-9d2e-32217ff91feb?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211124-10:52:49:232-21713], vertex-id=[155704], Content-Length=[0], Date=[Wed, 24 Nov 2021 10:52:49 GMT], Content-Type=[application/json]}
2021-11-24T10:52:49.959Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/960072ce-d261-4bcd-b0b6-021d96f78f63/model-vers/model-ver/d762fb56-ba21-4da4-9d2e-32217ff91feb?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-11-24T10:52:49.959Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/960072ce-d261-4bcd-b0b6-021d96f78f63/model-vers/model-ver/d762fb56-ba21-4da4-9d2e-32217ff91feb?depth=0|INFO|500||InvokeReturn
2021-11-24T10:52:49.961Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-11-24T10:52:49.961Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||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=?
2021-11-24T10:52:49.966Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||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)
2021-11-24T10:52:49.967Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-11-24T10:52:49.967Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-11-24T10:52:49.967Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-11-24T10:52:49.971Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T10:52:49.971Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637751169967,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-24T10:52:50.071Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-24T10:52:50.072Z||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.
2021-11-24T10:52:50.072Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:52:50.088Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T10:52:50.088Z||pool-34-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-11-24T10:52:50.986Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:52:50.986Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T10:52:50.986Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:53:00.647Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:53:00.649Z||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.
2021-11-24T10:53:00.649Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:53:01.277Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T10:53:01.278Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:53:01.278Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637751169967,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-24T10:53:01.279Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T10:53:01.401Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T10:53:01.401Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:53:01.402Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T10:53:01.402Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:53:10.957Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T10:53:10.958Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:53:10.959Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T10:53:10.959Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:53:20.518Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T10:54:00.637Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:54:00.638Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T10:54:00.639Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:54:00.647Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:54:00.647Z||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.
2021-11-24T10:54:00.647Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:54:10.191Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T10:54:10.192Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T10:55:00.638Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:55:00.640Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T10:55:00.641Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:55:00.646Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:55:00.647Z||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.
2021-11-24T10:55:00.647Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:55:10.220Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T10:55:10.222Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T10:56:00.638Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:56:00.645Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T10:56:00.645Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:56:00.647Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:56:00.648Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|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.
2021-11-24T10:56:00.648Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:56:10.187Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T10:56:10.191Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T10:57:00.637Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:57:00.640Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T10:57:00.640Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:57:00.646Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:57:00.647Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|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.
2021-11-24T10:57:00.647Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:57:01.271Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T10:57:01.272Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-24T10:57:01.272Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"333693c7-42a1-4f6f-983a-899416970810","serviceName":"vFW 2021-11-24 10-54-59","serviceVersion":"1.0","serviceUUID":"32b0eb4e-8cde-468d-8486-1aabc6f90423","serviceDescription":"catalog service description","serviceInvariantUUID":"2cb46f22-0ccc-4992-9639-77109eed29db","resources":[{"resourceInstanceName":"vFW 2665cb7b-5fdd 0","resourceName":"vFW 2665cb7b-5fdd","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a1e276fa-6eb7-4cc0-8d85-b0120574ddcc","resourceInvariantUUID":"06f55d13-cad8-421e-9273-be0ea2337092","resourceCustomizationUUID":"b028ef49-9237-447e-8490-b8c03f244ae7","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211124105459/1.0/resourceInstances/vfw2665cb7b5fdd0/artifacts/vf-license-model.xml","artifactChecksum":"NWM3MzQwNmI2Y2RlM2JhNzc1ZDZkNWU2YjI2NjA2Y2I\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d7f4c93a-f167-4a4a-b992-f54d5b4a8edf","artifactVersion":"1"},{"artifactName":"vfw2665cb7b5fdd0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20211124105459/1.0/resourceInstances/vfw2665cb7b5fdd0/artifacts/vfw2665cb7b5fdd0_modules.json","artifactChecksum":"OGE1ZjBhYmVhODQxNTc3ZjhhNWQ5NmQyZmM5OWNlODg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7b81e929-4ce5-4a3d-8208-c6723a4c1f7a","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20211124105459/1.0/resourceInstances/vfw2665cb7b5fdd0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"d630a608-e8b6-47d3-b68f-dfcd52f08b92","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211124105459/1.0/resourceInstances/vfw2665cb7b5fdd0/artifacts/vendor-license-model.xml","artifactChecksum":"MTY1Y2MxMTEyZmI4ZGRkMGE2NzJlMTZmZGI0ZGEzN2Q\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ec43d6bf-d213-4eaa-ac1d-5803469055cb","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20211124105459/1.0/resourceInstances/vfw2665cb7b5fdd0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"e9cf17f6-0417-4672-ba20-021b04fe9bb9","artifactVersion":"2","generatedFromUUID":"d630a608-e8b6-47d3-b68f-dfcd52f08b92"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20211124105459-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20211124105459/1.0/artifacts/service-Vfw20211124105459-template.yml","artifactChecksum":"MjYzOTkwM2UzODkwY2Q4ZjY4OTQ2OTc0MzAwZWJiYzQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"758102f7-16f9-40b4-8709-9183a59f84a5","artifactVersion":"1"},{"artifactName":"service-Vfw20211124105459-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20211124105459/1.0/artifacts/service-Vfw20211124105459-csar.csar","artifactChecksum":"MmE3ZjVhNWQ4OTE0YTE1NWMxNjVlZmIxOWUxN2RkZDI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e631dcca-7b59-4639-acb8-a0ce584c21c2","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-24T10:57:01.278Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-24T10:57:01.279Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-11-24T10:57:01.284Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T10:57:01.287Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-24T10:57:01.288Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "333693c7-42a1-4f6f-983a-899416970810",
"consumerID": "cds",
"timestamp": 1637751410031,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124105459/1.0/resourceInstances/vfw2665cb7b5fdd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-24T10:57:01.289Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-11-24T10:57:01.289Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-24T10:57:01.289Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "333693c7-42a1-4f6f-983a-899416970810",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1637751413899,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124105459/1.0/resourceInstances/vfw2665cb7b5fdd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-24T10:57:01.289Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-11-24T10:57:01.289Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-24T10:57:01.289Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "333693c7-42a1-4f6f-983a-899416970810",
"consumerID": "ves-openapi-manager",
"timestamp": 1637751410862,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124105459/1.0/resourceInstances/vfw2665cb7b5fdd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-24T10:57:01.289Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-11-24T10:57:01.290Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-24T10:57:01.290Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "333693c7-42a1-4f6f-983a-899416970810",
"consumerID": "policy-id",
"timestamp": 1637751414373,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124105459/1.0/resourceInstances/vfw2665cb7b5fdd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-24T10:57:01.290Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-11-24T10:57:01.290Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-24T10:57:01.290Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "333693c7-42a1-4f6f-983a-899416970810",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1637751413899,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124105459/1.0/resourceInstances/vfw2665cb7b5fdd0/artifacts/vfw2665cb7b5fdd0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-24T10:57:01.290Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-11-24T10:57:01.290Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-24T10:57:01.290Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "333693c7-42a1-4f6f-983a-899416970810",
"consumerID": "cds",
"timestamp": 1637751410031,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124105459/1.0/resourceInstances/vfw2665cb7b5fdd0/artifacts/vfw2665cb7b5fdd0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-24T10:57:01.290Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-11-24T10:57:01.291Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-24T10:57:01.291Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "333693c7-42a1-4f6f-983a-899416970810",
"consumerID": "ves-openapi-manager",
"timestamp": 1637751410862,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124105459/1.0/resourceInstances/vfw2665cb7b5fdd0/artifacts/vfw2665cb7b5fdd0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-24T10:57:01.291Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-11-24T10:57:01.291Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-24T10:57:01.291Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "333693c7-42a1-4f6f-983a-899416970810",
"consumerID": "policy-id",
"timestamp": 1637751414373,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124105459/1.0/resourceInstances/vfw2665cb7b5fdd0/artifacts/vfw2665cb7b5fdd0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-24T10:57:01.291Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-11-24T10:57:01.291Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-24T10:57:01.291Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "333693c7-42a1-4f6f-983a-899416970810",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1637751413899,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124105459/1.0/resourceInstances/vfw2665cb7b5fdd0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-24T10:57:01.294Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-11-24T10:57:01.295Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-24T10:57:01.295Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "333693c7-42a1-4f6f-983a-899416970810",
"consumerID": "ves-openapi-manager",
"timestamp": 1637751410862,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124105459/1.0/resourceInstances/vfw2665cb7b5fdd0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-24T10:57:01.296Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-11-24T10:57:01.296Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-24T10:57:01.296Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "333693c7-42a1-4f6f-983a-899416970810",
"consumerID": "policy-id",
"timestamp": 1637751414373,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124105459/1.0/resourceInstances/vfw2665cb7b5fdd0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-11-24T10:57:01.296Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T10:57:01.297Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "333693c7-42a1-4f6f-983a-899416970810",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637751420637,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124105459/1.0/resourceInstances/vfw2665cb7b5fdd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-24T10:57:01.297Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-11-24T10:57:01.298Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-24T10:57:01.298Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "333693c7-42a1-4f6f-983a-899416970810",
"consumerID": "cds",
"timestamp": 1637751410031,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124105459/1.0/resourceInstances/vfw2665cb7b5fdd0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-24T10:57:01.299Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-11-24T10:57:01.300Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-24T10:57:01.300Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "333693c7-42a1-4f6f-983a-899416970810",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1637751413899,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124105459/1.0/resourceInstances/vfw2665cb7b5fdd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-24T10:57:01.301Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-11-24T10:57:01.302Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-24T10:57:01.303Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "333693c7-42a1-4f6f-983a-899416970810",
"consumerID": "ves-openapi-manager",
"timestamp": 1637751410862,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124105459/1.0/resourceInstances/vfw2665cb7b5fdd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-24T10:57:01.303Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-11-24T10:57:01.303Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-24T10:57:01.304Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "333693c7-42a1-4f6f-983a-899416970810",
"consumerID": "policy-id",
"timestamp": 1637751414373,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124105459/1.0/resourceInstances/vfw2665cb7b5fdd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-24T10:57:01.304Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-11-24T10:57:01.305Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-24T10:57:01.305Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "333693c7-42a1-4f6f-983a-899416970810",
"consumerID": "cds",
"timestamp": 1637751410031,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124105459/1.0/resourceInstances/vfw2665cb7b5fdd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-24T10:57:01.306Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-11-24T10:57:01.306Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-24T10:57:01.306Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "333693c7-42a1-4f6f-983a-899416970810",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1637751413899,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124105459/1.0/resourceInstances/vfw2665cb7b5fdd0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-11-24T10:57:01.307Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-11-24T10:57:01.307Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-24T10:57:01.308Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "333693c7-42a1-4f6f-983a-899416970810",
"consumerID": "ves-openapi-manager",
"timestamp": 1637751410862,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124105459/1.0/resourceInstances/vfw2665cb7b5fdd0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-11-24T10:57:01.308Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-11-24T10:57:01.310Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-24T10:57:01.310Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "333693c7-42a1-4f6f-983a-899416970810",
"consumerID": "policy-id",
"timestamp": 1637751414373,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124105459/1.0/resourceInstances/vfw2665cb7b5fdd0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-11-24T10:57:01.310Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-11-24T10:57:01.310Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-24T10:57:01.310Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "333693c7-42a1-4f6f-983a-899416970810",
"consumerID": "cds",
"timestamp": 1637751410031,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124105459/1.0/resourceInstances/vfw2665cb7b5fdd0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-11-24T10:57:01.310Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-11-24T10:57:01.396Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-24T10:57:01.397Z||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.
2021-11-24T10:57:01.397Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:57:01.410Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T10:57:01.411Z||pool-35-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-24T10:57:02.298Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-24T10:57:02.298Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-11-24T10:57:02.300Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T10:57:02.300Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "333693c7-42a1-4f6f-983a-899416970810",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637751420637,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124105459/1.0/resourceInstances/vfw2665cb7b5fdd0/artifacts/vfw2665cb7b5fdd0_modules.json",
"status": "NOTIFIED"
}
2021-11-24T10:57:02.401Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-24T10:57:02.401Z||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.
2021-11-24T10:57:02.402Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:57:02.417Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T10:57:02.418Z||pool-36-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2021-11-24T10:57:03.301Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-24T10:57:03.302Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-11-24T10:57:03.304Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T10:57:03.304Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "333693c7-42a1-4f6f-983a-899416970810",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637751420637,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124105459/1.0/resourceInstances/vfw2665cb7b5fdd0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-11-24T10:57:03.404Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-24T10:57:03.405Z||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.
2021-11-24T10:57:03.405Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:57:03.416Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T10:57:03.416Z||pool-37-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-24T10:57:04.304Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-24T10:57:04.306Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-11-24T10:57:04.309Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T10:57:04.309Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "333693c7-42a1-4f6f-983a-899416970810",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637751420637,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124105459/1.0/resourceInstances/vfw2665cb7b5fdd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-24T10:57:04.409Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-24T10:57:04.410Z||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.
2021-11-24T10:57:04.410Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:57:04.420Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T10:57:04.421Z||pool-38-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-11-24T10:57:05.310Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-24T10:57:05.310Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-11-24T10:57:05.312Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T10:57:05.312Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "333693c7-42a1-4f6f-983a-899416970810",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637751420637,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124105459/1.0/resourceInstances/vfw2665cb7b5fdd0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-11-24T10:57:05.413Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-24T10:57:05.413Z||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.
2021-11-24T10:57:05.414Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:57:05.422Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T10:57:05.423Z||pool-39-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-11-24T10:57:06.313Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-24T10:57:06.314Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-11-24T10:57:06.316Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T10:57:06.316Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "333693c7-42a1-4f6f-983a-899416970810",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637751420637,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124105459/1.0/artifacts/service-Vfw20211124105459-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-24T10:57:06.416Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-24T10:57:06.417Z||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.
2021-11-24T10:57:06.417Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:57:06.428Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T10:57:06.428Z||pool-40-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-24T10:57:07.316Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-24T10:57:07.317Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-11-24T10:57:07.320Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T10:57:07.320Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "333693c7-42a1-4f6f-983a-899416970810",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637751420637,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124105459/1.0/artifacts/service-Vfw20211124105459-csar.csar",
"status": "NOTIFIED"
}
2021-11-24T10:57:07.420Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-24T10:57:07.421Z||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.
2021-11-24T10:57:07.421Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:57:07.432Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T10:57:07.433Z||pool-41-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-24T10:57:08.323Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "333693c7-42a1-4f6f-983a-899416970810",
"serviceName": "vFW 2021-11-24 10-54-59",
"serviceVersion": "1.0",
"serviceUUID": "32b0eb4e-8cde-468d-8486-1aabc6f90423",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "2cb46f22-0ccc-4992-9639-77109eed29db",
"resources": [
{
"resourceInstanceName": "vFW 2665cb7b-5fdd 0",
"resourceCustomizationUUID": "b028ef49-9237-447e-8490-b8c03f244ae7",
"resourceName": "vFW 2665cb7b-5fdd",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "a1e276fa-6eb7-4cc0-8d85-b0120574ddcc",
"resourceInvariantUUID": "06f55d13-cad8-421e-9273-be0ea2337092",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw2665cb7b5fdd0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124105459/1.0/resourceInstances/vfw2665cb7b5fdd0/artifacts/vfw2665cb7b5fdd0_modules.json",
"artifactChecksum": "OGE1ZjBhYmVhODQxNTc3ZjhhNWQ5NmQyZmM5OWNlODg\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "7b81e929-4ce5-4a3d-8208-c6723a4c1f7a",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124105459/1.0/resourceInstances/vfw2665cb7b5fdd0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "d630a608-e8b6-47d3-b68f-dfcd52f08b92",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124105459/1.0/resourceInstances/vfw2665cb7b5fdd0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "e9cf17f6-0417-4672-ba20-021b04fe9bb9",
"generatedFromUUID": "d630a608-e8b6-47d3-b68f-dfcd52f08b92"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124105459/1.0/resourceInstances/vfw2665cb7b5fdd0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "e9cf17f6-0417-4672-ba20-021b04fe9bb9",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20211124105459-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124105459/1.0/artifacts/service-Vfw20211124105459-csar.csar",
"artifactChecksum": "MmE3ZjVhNWQ4OTE0YTE1NWMxNjVlZmIxOWUxN2RkZDI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "e631dcca-7b59-4639-acb8-a0ce584c21c2"
}
],
"workloadContext": "Production"
}
2021-11-24T10:57:08.323Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-24T10:57:08.324Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 32b0eb4e-8cde-468d-8486-1aabc6f90423 ASDC
2021-11-24T10:57:08.324Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:333693c7-42a1-4f6f-983a-899416970810
ServiceName:vFW 2021-11-24 10-54-59
ServiceVersion:1.0
ServiceUUID:32b0eb4e-8cde-468d-8486-1aabc6f90423
ServiceInvariantUUID:2cb46f22-0ccc-4992-9639-77109eed29db
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20211124105459-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211124105459/1.0/artifacts/service-Vfw20211124105459-csar.csar
ArtifactUUID:e631dcca-7b59-4639-acb8-a0ce584c21c2
ArtifactChecksum:MmE3ZjVhNWQ4OTE0YTE1NWMxNjVlZmIxOWUxN2RkZDI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 2665cb7b-5fdd 0
ResourceCustomizationUUID:b028ef49-9237-447e-8490-b8c03f244ae7
ResourceInvariantUUID:06f55d13-cad8-421e-9273-be0ea2337092
ResourceName:vFW 2665cb7b-5fdd
ResourceType:VF
ResourceUUID:a1e276fa-6eb7-4cc0-8d85-b0120574ddcc
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw2665cb7b5fdd0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211124105459/1.0/resourceInstances/vfw2665cb7b5fdd0/artifacts/vfw2665cb7b5fdd0_modules.json
ArtifactUUID:7b81e929-4ce5-4a3d-8208-c6723a4c1f7a
ArtifactChecksum:OGE1ZjBhYmVhODQxNTc3ZjhhNWQ5NmQyZmM5OWNlODg=
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/Vfw20211124105459/1.0/resourceInstances/vfw2665cb7b5fdd0/artifacts/base_vfw.yaml
ArtifactUUID:d630a608-e8b6-47d3-b68f-dfcd52f08b92
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/Vfw20211124105459/1.0/resourceInstances/vfw2665cb7b5fdd0/artifacts/base_vfw.env
ArtifactUUID:e9cf17f6-0417-4672-ba20-021b04fe9bb9
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/Vfw20211124105459/1.0/resourceInstances/vfw2665cb7b5fdd0/artifacts/base_vfw.env
ArtifactUUID:e9cf17f6-0417-4672-ba20-021b04fe9bb9
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-11-24T10:57:08.325Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 32b0eb4e-8cde-468d-8486-1aabc6f90423 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-24T10:57:08.365Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-24T10:57:08.366Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-11-24T10:57:08.366Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-11-24T10:57:08.366Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: e631dcca-7b59-4639-acb8-a0ce584c21c2 from URL: /sdc/v1/catalog/services/Vfw20211124105459/1.0/artifacts/service-Vfw20211124105459-csar.csar
2021-11-24T10:57:08.366Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-11-24T10:57:08.366Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211124105459/1.0/artifacts/service-Vfw20211124105459-csar.csar
2021-11-24T10:57:08.719Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-11-24T10:57:08.725Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211124105459/1.0/artifacts/service-Vfw20211124105459-csar.csar e631dcca-7b59-4639-acb8-a0ce584c21c2 98914
2021-11-24T10:57:08.725Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211124105459/1.0/artifacts/service-Vfw20211124105459-csar.csar ASDC sendASDCNotification
2021-11-24T10:57:08.725Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211124105459/1.0/artifacts/service-Vfw20211124105459-csar.csar
2021-11-24T10:57:08.726Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-24T10:57:08.726Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-11-24T10:57:08.730Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T10:57:08.730Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "333693c7-42a1-4f6f-983a-899416970810",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637751428725,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124105459/1.0/artifacts/service-Vfw20211124105459-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-24T10:57:08.830Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-24T10:57:08.831Z||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.
2021-11-24T10:57:08.831Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:57:08.844Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T10:57:08.844Z||pool-42-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-24T10:57:09.730Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-24T10:57:09.731Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-11-24T10:57:09.732Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: e631dcca-7b59-4639-acb8-a0ce584c21c2, URL: /sdc/v1/catalog/services/Vfw20211124105459/1.0/artifacts/service-Vfw20211124105459-csar.csar to file: /app/ASDC/1/service-Vfw20211124105459-csar.csar
2021-11-24T10:57:09.732Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20211124105459-csar.csar
2021-11-24T10:57:09.733Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20211124105459-csar.csar
2021-11-24T10:57:09.733Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20211124105459-csar.csar
2021-11-24T10:57:10.034Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13623274184001452932/Definitions/service-Vfw20211124105459-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_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_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
2021-11-24T10:57:11.867Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-24T10:57:11.868Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-11-24T10:57:11.868Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20211124105459-csar.csar
2021-11-24T10:57:11.868Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-11-24T10:57:11.868Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||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-Vfw20211124105459-csar.csar
2021-11-24T10:57:11.868Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||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-Vfw20211124105459-csar.csar
2021-11-24T10:57:11.868Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||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-Vfw20211124105459-csar.csar
2021-11-24T10:57:11.868Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211124105459-csar.csar
2021-11-24T10:57:11.869Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211124105459-csar.csar
2021-11-24T10:57:11.869Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||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-Vfw20211124105459-csar.csar
2021-11-24T10:57:11.869Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||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-Vfw20211124105459-csar.csar
2021-11-24T10:57:11.869Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 2665cb7b-5fdd 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-Vfw20211124105459-csar.csar
2021-11-24T10:57:11.869Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||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-Vfw20211124105459-csar.csar
2021-11-24T10:57:11.869Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20211124105459-csar.csar
2021-11-24T10:57:11.870Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||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-Vfw20211124105459-csar.csar
2021-11-24T10:57:11.870Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211124105459-csar.csar
2021-11-24T10:57:11.870Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||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-Vfw20211124105459-csar.csar
2021-11-24T10:57:11.870Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-11-24T10:57:11.870Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-24T10:57:11.871Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-11-24 10-54-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T10:57:11.871Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Node template vFW 2665cb7b-5fdd 0 is matching search criteria
2021-11-24T10:57:11.871Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-11-24T10:57:11.871Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 2665cb7b-5fdd 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-24T10:57:11.872Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-24T10:57:11.872Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-11-24 10-54-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T10:57:11.872Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Node template vFW 2665cb7b-5fdd 0 is matching search criteria
2021-11-24T10:57:11.872Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-11-24T10:57:11.873Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 2665cb7b-5fdd 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-24T10:57:11.873Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-24T10:57:11.873Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-11-24 10-54-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T10:57:11.873Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-24T10:57:11.873Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Node template vFW 2665cb7b-5fdd 0 is not matching search criteria
2021-11-24T10:57:11.874Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-24T10:57:11.874Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-24T10:57:11.874Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-24T10:57:11.874Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-24T10:57:11.874Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-24T10:57:11.875Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-24T10:57:11.875Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-24T10:57:11.875Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-24T10:57:11.875Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-24T10:57:11.875Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-24T10:57:11.876Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-24T10:57:11.876Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-24T10:57:11.876Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-24T10:57:11.876Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-24T10:57:11.876Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-24T10:57:11.876Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-11-24T10:57:11.877Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-24T10:57:11.877Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-11-24 10-54-59 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-24T10:57:11.877Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-24T10:57:11.877Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Node template vFW 2665cb7b-5fdd 0 is matching search criteria
2021-11-24T10:57:11.877Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 2665cb7b-5fdd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-24T10:57:11.878Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-24T10:57:11.878Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Node template vFW 2665cb7b-5fdd 0 is matching search criteria
2021-11-24T10:57:11.878Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 2665cb7b-5fdd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-24T10:57:11.878Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-24T10:57:11.879Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Node template vFW 2665cb7b-5fdd 0 is matching search criteria
2021-11-24T10:57:11.879Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 2665cb7b-5fdd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-24T10:57:11.879Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-24T10:57:11.879Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Node template vFW 2665cb7b-5fdd 0 is not matching search criteria
2021-11-24T10:57:11.879Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-24T10:57:11.880Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-24T10:57:11.880Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-11-24T10:57:11.880Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-24T10:57:11.880Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-24T10:57:11.880Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-24T10:57:11.880Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-24T10:57:11.881Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-24T10:57:11.881Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-24T10:57:11.881Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-24T10:57:11.881Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-24T10:57:11.881Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=8cc1deb1-4f60-4341-86c6-c6c4fc15438f
2021-11-24T10:57:11.882Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-24T10:57:11.882Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Node template vFW 2665cb7b-5fdd 0 is not matching search criteria
2021-11-24T10:57:11.882Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-24T10:57:11.882Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-24T10:57:11.882Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-24T10:57:11.882Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-24T10:57:11.883Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-24T10:57:11.883Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-24T10:57:11.883Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-24T10:57:11.883Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-11-24T10:57:11.883Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-24T10:57:11.884Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-24T10:57:11.884Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-24T10:57:11.884Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-24T10:57:11.884Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=d41d887b-468a-4349-af17-a3e4f543e99e
2021-11-24T10:57:11.884Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-24T10:57:11.885Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Node template vFW 2665cb7b-5fdd 0 is not matching search criteria
2021-11-24T10:57:11.885Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-24T10:57:11.885Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-24T10:57:11.885Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-24T10:57:11.885Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-24T10:57:11.886Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-24T10:57:11.886Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-24T10:57:11.886Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-24T10:57:11.887Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-24T10:57:11.887Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-24T10:57:11.887Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-24T10:57:11.887Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-24T10:57:11.888Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-11-24T10:57:11.888Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=782195a1-7b0c-4ac5-8fa4-87a85528afae
2021-11-24T10:57:11.888Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-24T10:57:11.888Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-11-24 10-54-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T10:57:11.889Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-24T10:57:11.889Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-11-24 10-54-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T10:57:11.889Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-24T10:57:11.889Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-11-24 10-54-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T10:57:11.889Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-24T10:57:11.889Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-11-24 10-54-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T10:57:11.890Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2021-11-24 10-54-59
Description:catalog service description
Model UUID:32b0eb4e-8cde-468d-8486-1aabc6f90423
Model Version:NULL
Model InvariantUuid:2cb46f22-0ccc-4992-9639-77109eed29db
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 2665cb7b-5fdd
Model UUID:31040fe4-fec4-4e77-a9f4-79bf49f188ea
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:06f55d13-cad8-421e-9273-be0ea2337092
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:b028ef49-9237-447e-8490-b8c03f244ae7
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:903c41c9-4cf7-4573-8cbf-d86005a06182
ModelName:Vfw2665cb7b5fdd..base_vfw..module-0
ModelUuid:d857b234-cad5-4213-abe4-f416131d12de
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:8cc1deb1-4f60-4341-86c6-c6c4fc15438f
ModelInvariantUuid:c2b0a33c-3754-4306-b6f2-5aa3c9354316
ModelName:vFW 2665cb7b-5fdd-nodes.vfwCvfc
ModelUuid:b93a0062-1d93-46e8-8015-0f6084cd0f5c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:475fead7-9f4d-44e2-9a64-26bc552d2647
ModelInvariantUuid:2942d99b-f540-41bb-b8c7-b4d6c3e8dd65
ModelName:Vfw2665cb7b5fdd.compute.nodes.heat.vfw
ModelUuid:0addb0c4-993a-4e80-bfdc-51f481df93a0
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:d41d887b-468a-4349-af17-a3e4f543e99e
ModelInvariantUuid:b0f24c66-3852-4e8c-a4a1-11ff550ac207
ModelName:vFW 2665cb7b-5fdd-nodes.vsnCvfc
ModelUuid:cc686d61-6e30-454a-a77d-66c7ae4618b0
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:8be6c876-b83b-4ad2-b789-f8a5e5fa9e4e
ModelInvariantUuid:40c18773-687d-4653-9d64-a13934f7364e
ModelName:Vfw2665cb7b5fdd.compute.nodes.heat.vsn
ModelUuid:714a5963-ab4f-4209-a034-b8301a4656d3
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:782195a1-7b0c-4ac5-8fa4-87a85528afae
ModelInvariantUuid:294e0b14-9c59-4d6b-8e66-da6596f3f74a
ModelName:vFW 2665cb7b-5fdd-nodes.vpgCvfc
ModelUuid:f8830dc7-f901-47d6-8ff7-9e00030ab07c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:f7cd4356-b9a3-4f4a-85c8-33e5d79bd359
ModelInvariantUuid:f734bb96-e559-4d13-b4bd-52dd0c5c3cd4
ModelName:Vfw2665cb7b5fdd.compute.nodes.heat.vpg
ModelUuid:4ae857b7-c76a-4918-9026-6f9bafd0d8ef
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=?
2021-11-24T10:57:11.893Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: a1e276fa-6eb7-4cc0-8d85-b0120574ddcc
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=?
2021-11-24T10:57:11.897Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||vFW 2665cb7b-5fdd 0
2021-11-24T10:57:11.897Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: a1e276fa-6eb7-4cc0-8d85-b0120574ddcc
2021-11-24T10:57:11.897Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 7b81e929-4ce5-4a3d-8208-c6723a4c1f7a from URL: /sdc/v1/catalog/services/Vfw20211124105459/1.0/resourceInstances/vfw2665cb7b5fdd0/artifacts/vfw2665cb7b5fdd0_modules.json
2021-11-24T10:57:11.897Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-11-24T10:57:11.897Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211124105459/1.0/resourceInstances/vfw2665cb7b5fdd0/artifacts/vfw2665cb7b5fdd0_modules.json
2021-11-24T10:57:12.254Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-11-24T10:57:12.255Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211124105459/1.0/resourceInstances/vfw2665cb7b5fdd0/artifacts/vfw2665cb7b5fdd0_modules.json 7b81e929-4ce5-4a3d-8208-c6723a4c1f7a 785
2021-11-24T10:57:12.255Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211124105459/1.0/resourceInstances/vfw2665cb7b5fdd0/artifacts/vfw2665cb7b5fdd0_modules.json ASDC sendASDCNotification
2021-11-24T10:57:12.255Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211124105459/1.0/resourceInstances/vfw2665cb7b5fdd0/artifacts/vfw2665cb7b5fdd0_modules.json
2021-11-24T10:57:12.255Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-24T10:57:12.256Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-11-24T10:57:12.258Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T10:57:12.258Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "333693c7-42a1-4f6f-983a-899416970810",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637751432255,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124105459/1.0/resourceInstances/vfw2665cb7b5fdd0/artifacts/vfw2665cb7b5fdd0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-11-24T10:57:12.358Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-24T10:57:12.359Z||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.
2021-11-24T10:57:12.360Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:57:12.373Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T10:57:12.374Z||pool-43-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-24T10:57:13.259Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw2665cb7b5fdd..base_vfw..module-0",
"vfModuleModelInvariantUUID": "903c41c9-4cf7-4573-8cbf-d86005a06182",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "d857b234-cad5-4213-abe4-f416131d12de",
"vfModuleModelCustomizationUUID": "6d49b5c0-c7e6-4fa5-a338-1f5d8935545f",
"isBase": true,
"artifacts": [
"d630a608-e8b6-47d3-b68f-dfcd52f08b92",
"e9cf17f6-0417-4672-ba20-021b04fe9bb9"
],
"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": ""
}
}
]
2021-11-24T10:57:13.265Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw2665cb7b5fdd..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d857b234-cad5-4213-abe4-f416131d12de
VfModuleModelInvariantUUID:903c41c9-4cf7-4573-8cbf-d86005a06182
VfModuleModelDescription:NULL
Artifacts UUID List:{
d630a608-e8b6-47d3-b68f-dfcd52f08b92
,
e9cf17f6-0417-4672-ba20-021b04fe9bb9
}
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
}
2021-11-24T10:57:13.269Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw2665cb7b5fdd..base_vfw..module-0",
"vfModuleModelInvariantUUID": "903c41c9-4cf7-4573-8cbf-d86005a06182",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "d857b234-cad5-4213-abe4-f416131d12de",
"vfModuleModelCustomizationUUID": "6d49b5c0-c7e6-4fa5-a338-1f5d8935545f",
"isBase": true,
"artifacts": [
"d630a608-e8b6-47d3-b68f-dfcd52f08b92",
"e9cf17f6-0417-4672-ba20-021b04fe9bb9"
],
"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": ""
}
}
]
2021-11-24T10:57:13.269Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw2665cb7b5fdd..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d857b234-cad5-4213-abe4-f416131d12de
VfModuleModelInvariantUUID:903c41c9-4cf7-4573-8cbf-d86005a06182
VfModuleModelDescription:NULL
Artifacts UUID List:{
d630a608-e8b6-47d3-b68f-dfcd52f08b92
,
e9cf17f6-0417-4672-ba20-021b04fe9bb9
}
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
}
2021-11-24T10:57:13.269Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: d630a608-e8b6-47d3-b68f-dfcd52f08b92 from URL: /sdc/v1/catalog/services/Vfw20211124105459/1.0/resourceInstances/vfw2665cb7b5fdd0/artifacts/base_vfw.yaml
2021-11-24T10:57:13.270Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-11-24T10:57:13.270Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211124105459/1.0/resourceInstances/vfw2665cb7b5fdd0/artifacts/base_vfw.yaml
2021-11-24T10:57:13.465Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-11-24T10:57:13.466Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211124105459/1.0/resourceInstances/vfw2665cb7b5fdd0/artifacts/base_vfw.yaml d630a608-e8b6-47d3-b68f-dfcd52f08b92 20368
2021-11-24T10:57:13.467Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211124105459/1.0/resourceInstances/vfw2665cb7b5fdd0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-11-24T10:57:13.467Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211124105459/1.0/resourceInstances/vfw2665cb7b5fdd0/artifacts/base_vfw.yaml
2021-11-24T10:57:13.467Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-24T10:57:13.467Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-11-24T10:57:13.469Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T10:57:13.469Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "333693c7-42a1-4f6f-983a-899416970810",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637751433467,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124105459/1.0/resourceInstances/vfw2665cb7b5fdd0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-11-24T10:57:13.570Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-24T10:57:13.570Z||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.
2021-11-24T10:57:13.571Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:57:13.583Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T10:57:13.583Z||pool-44-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-11-24T10:57:14.470Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: e9cf17f6-0417-4672-ba20-021b04fe9bb9 from URL: /sdc/v1/catalog/services/Vfw20211124105459/1.0/resourceInstances/vfw2665cb7b5fdd0/artifacts/base_vfw.env
2021-11-24T10:57:14.471Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-11-24T10:57:14.471Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211124105459/1.0/resourceInstances/vfw2665cb7b5fdd0/artifacts/base_vfw.env
2021-11-24T10:57:14.639Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-11-24T10:57:14.640Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211124105459/1.0/resourceInstances/vfw2665cb7b5fdd0/artifacts/base_vfw.env e9cf17f6-0417-4672-ba20-021b04fe9bb9 2098
2021-11-24T10:57:14.640Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211124105459/1.0/resourceInstances/vfw2665cb7b5fdd0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-11-24T10:57:14.640Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211124105459/1.0/resourceInstances/vfw2665cb7b5fdd0/artifacts/base_vfw.env
2021-11-24T10:57:14.640Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-24T10:57:14.641Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-11-24T10:57:14.642Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T10:57:14.642Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "333693c7-42a1-4f6f-983a-899416970810",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637751434640,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124105459/1.0/resourceInstances/vfw2665cb7b5fdd0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-11-24T10:57:14.743Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-24T10:57:14.744Z||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.
2021-11-24T10:57:14.744Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:57:14.764Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T10:57:14.765Z||pool-45-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2021-11-24T10:57:15.643Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 32b0eb4e-8cde-468d-8486-1aabc6f90423
2021-11-24T10:57:15.644Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 2665cb7b-5fdd 0 a1e276fa-6eb7-4cc0-8d85-b0120574ddcc 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=?
2021-11-24T10:57:15.659Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@79e1df0f, org.onap.sdc.toscaparser.api.parameters.Input@72f70728, org.onap.sdc.toscaparser.api.parameters.Input@c0f777b, org.onap.sdc.toscaparser.api.parameters.Input@239bacfa, org.onap.sdc.toscaparser.api.parameters.Input@54f50621]
2021-11-24T10:57:15.661Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-24T10:57:15.661Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-11-24 10-54-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T10:57:15.661Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic
2021-11-24T10:57:15.661Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= b028ef49-9237-447e-8490-b8c03f244ae7
2021-11-24T10:57:15.662Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b028ef49-9237-447e-8490-b8c03f244ae7 matches Tosca VF Customization UUID: b028ef49-9237-447e-8490-b8c03f244ae7
2021-11-24T10:57:15.662Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: b028ef49-9237-447e-8490-b8c03f244ae7 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=?
2021-11-24T10:57:15.663Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-24T10:57:15.663Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-11-24 10-54-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T10:57:15.664Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id b028ef49-9237-447e-8490-b8c03f244ae7: {\"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\"}
2021-11-24T10:57:15.664Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1730007a
2021-11-24T10:57:15.664Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-24T10:57:15.664Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-11-24 10-54-59 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-24T10:57:15.665Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 6d49b5c0-c7e6-4fa5-a338-1f5d8935545f
2021-11-24T10:57:15.665Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 6d49b5c0-c7e6-4fa5-a338-1f5d8935545f
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=?
2021-11-24T10:57:15.666Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-24T10:57:15.667Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Node template vFW 2665cb7b-5fdd 0 is matching search criteria
2021-11-24T10:57:15.667Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 2665cb7b-5fdd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-24T10:57:15.667Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-24T10:57:15.667Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Node template vFW 2665cb7b-5fdd 0 is matching search criteria
2021-11-24T10:57:15.667Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 2665cb7b-5fdd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-24T10:57:15.668Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-24T10:57:15.668Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Node template vFW 2665cb7b-5fdd 0 is not matching search criteria
2021-11-24T10:57:15.668Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-24T10:57:15.668Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-24T10:57:15.668Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-11-24T10:57:15.668Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-24T10:57:15.669Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-24T10:57:15.669Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-24T10:57:15.669Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-24T10:57:15.669Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-24T10:57:15.669Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-24T10:57:15.669Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-24T10:57:15.669Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-24T10:57:15.670Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=8cc1deb1-4f60-4341-86c6-c6c4fc15438f
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=?
2021-11-24T10:57:15.671Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-24T10:57:15.671Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Node template vFW 2665cb7b-5fdd 0 is matching search criteria
2021-11-24T10:57:15.671Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 2665cb7b-5fdd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-24T10:57:15.672Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery