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-17T09:47:57.822Z||main|||||INFO|500||The following profiles are active: basic
2021-11-17T09:48:12.401Z||main|||||INFO|500||Starting service [Tomcat]
2021-11-17T09:48:12.402Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-11-17T09:48:12.562Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-11-17T09:48:17.766Z||main|||||INFO|500||catdb-pool - Starting...
2021-11-17T09:48:18.181Z||main|||||INFO|500||catdb-pool - Start completed.
2021-11-17T09:48:18.895Z||main|||||INFO|500||reqdb-pool - Starting...
2021-11-17T09:48:18.907Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-11-17T09:48:19.091Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-11-17T09:48:19.501Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-11-17T09:48:20.383Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-11-17T09:48:25.314Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-11-17T09:48:27.786Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-11-17T09:48:27.853Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-11-17T09:48:28.447Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-11-17T09:48:28.566Z||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-17T09:48:29.846Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-11-17T09:48:31.076Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2021-11-17T09:48:31.106Z||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$$20cf312a.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-17T09:48:31.107Z||main|||||WARN|500||The sdc end point is not alive
2021-11-17T09:48:34.415Z||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-17T09:48:37.529Z||main|||||WARN|500||---
2021-11-17T09:48:37.529Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-11-17T09:48:37.530Z||main|||||WARN|500||---
2021-11-17T09:48:37.934Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-11-17T09:48:42.750Z||main|||||INFO|500||Started Application in 48.529 seconds (JVM running for 53.093)
2021-11-17T09:48:42.760Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-11-17T09:48:42.766Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-11-17T09:48:42.783Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-11-17T09:48:42.821Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-11-17T09:48:42.870Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 1e1598e7-2254-450d-b434-0ba5d78f7d69 url= /sdc/v1/artifactTypes
2021-11-17T09:48:42.870Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-11-17T09:48:43.191Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-11-17T09:48:43.218Z||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-17T09:48:43.239Z||scheduling-1|||||DEBUG|500||create keys
2021-11-17T09:48:43.247Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-11-17T09:48:43.482Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T09:48:43.499Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 753e40b7-64c6-4d78-8893-6a795d1d2270 url= /sdc/v1/registerForDistribution
2021-11-17T09:48:43.791Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 753e40b7-64c6-4d78-8893-6a795d1d2270 url= /sdc/v1/registerForDistribution
2021-11-17T09:48:43.791Z||scheduling-1|||||INFO|500||start DistributionClient
2021-11-17T09:48:43.802Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T09:48:43.809Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T09:48:43.810Z||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-17T09:48:43.810Z||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-17T09:48:43.811Z||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 rQC2B3tiJtZEKaRx) ...
2021-11-17T09:48:43.811Z||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 rQC2B3tiJtZEKaRx) ...
2021-11-17T09:48:43.814Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-11-17T09:48:54.434Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T09:48:54.503Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T09:49:43.807Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T09:49:43.810Z||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-17T09:49:43.810Z||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 rQC2B3tiJtZEKaRx) ...
2021-11-17T09:49:43.811Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T09:49:43.811Z||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-17T09:49:43.812Z||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 rQC2B3tiJtZEKaRx) ...
2021-11-17T09:49:53.411Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T09:49:53.420Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T09:50:43.801Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T09:50:43.802Z||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-17T09:50:43.803Z||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 rQC2B3tiJtZEKaRx) ...
2021-11-17T09:50:43.809Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T09:50:43.810Z||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-17T09:50:43.810Z||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 rQC2B3tiJtZEKaRx) ...
2021-11-17T09:50:53.379Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T09:50:53.385Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T09:51:43.800Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T09:51:43.802Z||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-17T09:51:43.803Z||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 rQC2B3tiJtZEKaRx) ...
2021-11-17T09:51:43.809Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T09:51:43.809Z||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-17T09:51:43.810Z||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 rQC2B3tiJtZEKaRx) ...
2021-11-17T09:51:53.359Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T09:51:53.374Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T09:52:43.801Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T09:52:43.804Z||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-17T09:52:43.804Z||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 rQC2B3tiJtZEKaRx) ...
2021-11-17T09:52:43.809Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T09:52:43.811Z||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-17T09:52:43.812Z||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 rQC2B3tiJtZEKaRx) ...
2021-11-17T09:52:53.381Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T09:52:53.385Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T09:53:43.800Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T09:53:43.804Z||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-17T09:53:43.804Z||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 rQC2B3tiJtZEKaRx) ...
2021-11-17T09:53:43.809Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T09:53:43.811Z||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-17T09:53:43.811Z||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 rQC2B3tiJtZEKaRx) ...
2021-11-17T09:53:53.396Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T09:53:53.408Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T09:54:43.801Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T09:54:43.805Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-17T09:54:43.805Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rQC2B3tiJtZEKaRx) ...
2021-11-17T09:54:43.809Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T09:54:43.812Z||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-17T09:54:43.812Z||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 rQC2B3tiJtZEKaRx) ...
2021-11-17T09:54:53.416Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T09:54:53.440Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T09:55:43.800Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T09:55:43.805Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-17T09:55:43.805Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rQC2B3tiJtZEKaRx) ...
2021-11-17T09:55:43.809Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T09:55:43.813Z||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-17T09:55:43.813Z||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 rQC2B3tiJtZEKaRx) ...
2021-11-17T09:55:53.365Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T09:55:53.364Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T09:56:43.800Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T09:56:43.803Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-17T09:56:43.804Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rQC2B3tiJtZEKaRx) ...
2021-11-17T09:56:43.809Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T09:56:43.810Z||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-17T09:56:43.811Z||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 rQC2B3tiJtZEKaRx) ...
2021-11-17T09:56:53.366Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T09:56:53.371Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T09:57:43.800Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T09:57:43.809Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T09:57:43.804Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-17T09:57:43.809Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rQC2B3tiJtZEKaRx) ...
2021-11-17T09:57:43.810Z||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-17T09:57:43.810Z||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 rQC2B3tiJtZEKaRx) ...
2021-11-17T09:57:53.391Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T09:57:53.392Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T09:57:53.456Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-11-17T09:58:43.800Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T09:58:43.804Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-17T09:58:43.804Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rQC2B3tiJtZEKaRx) ...
2021-11-17T09:58:43.809Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T09:58:43.809Z||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-17T09:58:43.810Z||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 rQC2B3tiJtZEKaRx) ...
2021-11-17T09:58:53.390Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T09:58:53.390Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T09:59:43.801Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T09:59:43.804Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-17T09:59:43.805Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rQC2B3tiJtZEKaRx) ...
2021-11-17T09:59:43.809Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T09:59:43.809Z||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-17T09:59:43.809Z||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 rQC2B3tiJtZEKaRx) ...
2021-11-17T09:59:53.363Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T09:59:53.374Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T10:00:43.800Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T10:00:43.802Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-17T10:00:43.803Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rQC2B3tiJtZEKaRx) ...
2021-11-17T10:00:43.809Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T10:00:43.810Z||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-17T10:00:43.810Z||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 rQC2B3tiJtZEKaRx) ...
2021-11-17T10:00:53.599Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T10:00:53.601Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T10:01:43.805Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T10:01:43.809Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T10:01:43.816Z||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-17T10:01:43.816Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-17T10:01:43.817Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rQC2B3tiJtZEKaRx) ...
2021-11-17T10:01:43.817Z||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 rQC2B3tiJtZEKaRx) ...
2021-11-17T10:01:53.369Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T10:01:53.370Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T10:02:43.800Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T10:02:43.801Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-17T10:02:43.801Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rQC2B3tiJtZEKaRx) ...
2021-11-17T10:02:43.809Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T10:02:43.809Z||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-17T10:02:43.809Z||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 rQC2B3tiJtZEKaRx) ...
2021-11-17T10:02:53.356Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T10:02:53.363Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T10:03:43.800Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T10:03:43.802Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-17T10:03:43.803Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rQC2B3tiJtZEKaRx) ...
2021-11-17T10:03:43.809Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T10:03:43.810Z||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-17T10:03:43.810Z||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 rQC2B3tiJtZEKaRx) ...
2021-11-17T10:03:53.358Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T10:03:53.358Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T10:04:43.800Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T10:04:43.801Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-17T10:04:43.801Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rQC2B3tiJtZEKaRx) ...
2021-11-17T10:04:43.809Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T10:04:43.810Z||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-17T10:04:43.810Z||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 rQC2B3tiJtZEKaRx) ...
2021-11-17T10:04:53.370Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T10:04:53.371Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T10:05:43.801Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T10:05:43.805Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-17T10:05:43.805Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rQC2B3tiJtZEKaRx) ...
2021-11-17T10:05:43.809Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T10:05:43.809Z||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-17T10:05:43.809Z||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 rQC2B3tiJtZEKaRx) ...
2021-11-17T10:05:53.363Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T10:05:53.363Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T10:06:43.800Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T10:06:43.801Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-17T10:06:43.801Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rQC2B3tiJtZEKaRx) ...
2021-11-17T10:06:43.809Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T10:06:43.809Z||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-17T10:06:43.809Z||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 rQC2B3tiJtZEKaRx) ...
2021-11-17T10:06:53.353Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T10:06:53.355Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T10:07:43.802Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T10:07:43.807Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-17T10:07:43.807Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rQC2B3tiJtZEKaRx) ...
2021-11-17T10:07:43.809Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T10:07:43.809Z||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-17T10:07:43.810Z||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 rQC2B3tiJtZEKaRx) ...
2021-11-17T10:07:53.367Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T10:07:53.380Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T10:08:43.800Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T10:08:43.801Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-17T10:08:43.801Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rQC2B3tiJtZEKaRx) ...
2021-11-17T10:08:43.809Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T10:08:43.809Z||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-17T10:08:43.810Z||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 rQC2B3tiJtZEKaRx) ...
2021-11-17T10:08:53.368Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T10:08:53.373Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T10:09:43.800Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T10:09:43.804Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-17T10:09:43.804Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rQC2B3tiJtZEKaRx) ...
2021-11-17T10:09:43.809Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T10:09:43.809Z||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-17T10:09:43.809Z||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 rQC2B3tiJtZEKaRx) ...
2021-11-17T10:09:53.364Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T10:09:53.366Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T10:10:43.800Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T10:10:43.801Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-17T10:10:43.801Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rQC2B3tiJtZEKaRx) ...
2021-11-17T10:10:43.809Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T10:10:43.809Z||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-17T10:10:43.809Z||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 rQC2B3tiJtZEKaRx) ...
2021-11-17T10:10:53.363Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T10:10:53.367Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T10:11:43.800Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T10:11:43.803Z||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-17T10:11:43.803Z||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 rQC2B3tiJtZEKaRx) ...
2021-11-17T10:11:43.809Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T10:11:43.809Z||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-17T10:11:43.809Z||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 rQC2B3tiJtZEKaRx) ...
2021-11-17T10:11:53.351Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T10:11:53.355Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T10:12:43.800Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T10:12:43.801Z||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-17T10:12:43.801Z||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 rQC2B3tiJtZEKaRx) ...
2021-11-17T10:12:43.809Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T10:12:43.810Z||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-17T10:12:43.810Z||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 rQC2B3tiJtZEKaRx) ...
2021-11-17T10:12:53.352Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T10:12:53.354Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T10:13:43.800Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T10:13:43.802Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-17T10:13:43.802Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rQC2B3tiJtZEKaRx) ...
2021-11-17T10:13:43.809Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T10:13:43.809Z||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-17T10:13:43.809Z||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 rQC2B3tiJtZEKaRx) ...
2021-11-17T10:13:53.355Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T10:13:53.361Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T10:14:43.801Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T10:14:43.804Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-17T10:14:43.804Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rQC2B3tiJtZEKaRx) ...
2021-11-17T10:14:43.809Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T10:14:43.809Z||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-17T10:14:43.810Z||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 rQC2B3tiJtZEKaRx) ...
2021-11-17T10:14:53.364Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T10:14:53.366Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T10:15:43.800Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T10:15:43.801Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-17T10:15:43.801Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rQC2B3tiJtZEKaRx) ...
2021-11-17T10:15:43.809Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T10:15:43.809Z||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-17T10:15:43.810Z||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 rQC2B3tiJtZEKaRx) ...
2021-11-17T10:15:53.363Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T10:15:53.368Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T10:16:43.801Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T10:16:43.805Z||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-17T10:16:43.805Z||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 rQC2B3tiJtZEKaRx) ...
2021-11-17T10:16:43.809Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T10:16:43.809Z||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-17T10:16:43.810Z||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 rQC2B3tiJtZEKaRx) ...
2021-11-17T10:16:53.351Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T10:16:53.364Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T10:17:43.800Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T10:17:43.800Z||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-17T10:17:43.801Z||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 rQC2B3tiJtZEKaRx) ...
2021-11-17T10:17:43.809Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T10:17:43.810Z||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-17T10:17:43.810Z||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 rQC2B3tiJtZEKaRx) ...
2021-11-17T10:17:53.354Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T10:17:53.356Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T10:18:43.800Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T10:18:43.802Z||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-17T10:18:43.802Z||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 rQC2B3tiJtZEKaRx) ...
2021-11-17T10:18:43.809Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T10:18:43.810Z||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-17T10:18:43.810Z||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 rQC2B3tiJtZEKaRx) ...
2021-11-17T10:18:53.378Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T10:18:53.378Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T10:19:43.800Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T10:19:43.802Z||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-17T10:19:43.802Z||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 rQC2B3tiJtZEKaRx) ...
2021-11-17T10:19:43.809Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T10:19:43.809Z||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-17T10:19:43.809Z||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 rQC2B3tiJtZEKaRx) ...
2021-11-17T10:19:53.362Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T10:19:53.373Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T10:20:43.800Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T10:20:43.803Z||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-17T10:20:43.803Z||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 rQC2B3tiJtZEKaRx) ...
2021-11-17T10:20:43.809Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T10:20:43.809Z||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-17T10:20:43.809Z||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 rQC2B3tiJtZEKaRx) ...
2021-11-17T10:20:53.364Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T10:20:53.364Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T10:21:43.800Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T10:21:43.800Z||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-17T10:21:43.801Z||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 rQC2B3tiJtZEKaRx) ...
2021-11-17T10:21:43.809Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T10:21:43.809Z||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-17T10:21:43.809Z||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 rQC2B3tiJtZEKaRx) ...
2021-11-17T10:21:53.347Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T10:21:53.356Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T10:22:43.800Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T10:22:43.802Z||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-17T10:22:43.802Z||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 rQC2B3tiJtZEKaRx) ...
2021-11-17T10:22:43.809Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T10:22:43.809Z||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-17T10:22:43.809Z||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 rQC2B3tiJtZEKaRx) ...
2021-11-17T10:22:53.365Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T10:22:53.401Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T10:23:43.800Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T10:23:43.804Z||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-17T10:23:43.804Z||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 rQC2B3tiJtZEKaRx) ...
2021-11-17T10:23:43.809Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T10:23:43.810Z||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-17T10:23:43.810Z||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 rQC2B3tiJtZEKaRx) ...
2021-11-17T10:23:53.359Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T10:23:53.359Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T10:24:43.800Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T10:24:43.801Z||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-17T10:24:43.801Z||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 rQC2B3tiJtZEKaRx) ...
2021-11-17T10:24:43.809Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T10:24:43.809Z||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-17T10:24:43.809Z||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 rQC2B3tiJtZEKaRx) ...
2021-11-17T10:24:53.357Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T10:24:53.358Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T10:25:43.800Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T10:25:43.803Z||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-17T10:25:43.803Z||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 rQC2B3tiJtZEKaRx) ...
2021-11-17T10:25:43.809Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T10:25:43.809Z||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-17T10:25:43.810Z||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 rQC2B3tiJtZEKaRx) ...
2021-11-17T10:25:53.354Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T10:25:53.356Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T10:26:43.800Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T10:26:43.801Z||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-17T10:26:43.801Z||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 rQC2B3tiJtZEKaRx) ...
2021-11-17T10:26:43.809Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T10:26:43.809Z||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-17T10:26:43.809Z||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 rQC2B3tiJtZEKaRx) ...
2021-11-17T10:26:53.380Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T10:26:53.380Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T10:27:43.800Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T10:27:43.802Z||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-17T10:27:43.803Z||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 rQC2B3tiJtZEKaRx) ...
2021-11-17T10:27:43.809Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T10:27:43.809Z||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-17T10:27:43.809Z||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 rQC2B3tiJtZEKaRx) ...
2021-11-17T10:27:53.364Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T10:27:53.376Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T10:28:43.800Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T10:28:43.801Z||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-17T10:28:43.801Z||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 rQC2B3tiJtZEKaRx) ...
2021-11-17T10:28:43.809Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T10:28:43.810Z||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-17T10:28:43.810Z||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 rQC2B3tiJtZEKaRx) ...
2021-11-17T10:28:53.350Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T10:28:53.358Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T10:29:43.800Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T10:29:43.801Z||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-17T10:29:43.801Z||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 rQC2B3tiJtZEKaRx) ...
2021-11-17T10:29:43.809Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T10:29:43.809Z||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-17T10:29:43.809Z||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 rQC2B3tiJtZEKaRx) ...
2021-11-17T10:29:53.354Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T10:29:53.355Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T10:30:43.800Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T10:30:43.801Z||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-17T10:30:43.802Z||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 rQC2B3tiJtZEKaRx) ...
2021-11-17T10:30:43.809Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T10:30:43.810Z||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-17T10:30:43.810Z||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 rQC2B3tiJtZEKaRx) ...
2021-11-17T10:30:53.356Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T10:30:53.365Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T10:31:43.800Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T10:31:43.801Z||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-17T10:31:43.801Z||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 rQC2B3tiJtZEKaRx) ...
2021-11-17T10:31:43.809Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T10:31:43.809Z||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-17T10:31:43.809Z||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 rQC2B3tiJtZEKaRx) ...
2021-11-17T10:31:53.351Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T10:31:53.364Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T10:32:43.800Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T10:32:43.805Z||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-17T10:32:43.805Z||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 rQC2B3tiJtZEKaRx) ...
2021-11-17T10:32:43.809Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T10:32:43.809Z||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-17T10:32:43.809Z||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 rQC2B3tiJtZEKaRx) ...
2021-11-17T10:32:53.357Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T10:32:53.359Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T10:33:43.800Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T10:33:43.801Z||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-17T10:33:43.802Z||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 rQC2B3tiJtZEKaRx) ...
2021-11-17T10:33:43.809Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T10:33:43.809Z||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-17T10:33:43.809Z||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 rQC2B3tiJtZEKaRx) ...
2021-11-17T10:33:53.360Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T10:33:53.372Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T10:34:43.801Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T10:34:43.806Z||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-17T10:34:43.806Z||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 rQC2B3tiJtZEKaRx) ...
2021-11-17T10:34:43.809Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T10:34:43.809Z||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-17T10:34:43.815Z||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 rQC2B3tiJtZEKaRx) ...
2021-11-17T10:34:53.362Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T10:34:53.380Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T10:35:43.800Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T10:35:43.801Z||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-17T10:35:43.801Z||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 rQC2B3tiJtZEKaRx) ...
2021-11-17T10:35:43.809Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T10:35:43.809Z||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-17T10:35:43.809Z||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 rQC2B3tiJtZEKaRx) ...
2021-11-17T10:35:53.349Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T10:35:53.350Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T10:36:43.800Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T10:36:43.804Z||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-17T10:36:43.804Z||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 rQC2B3tiJtZEKaRx) ...
2021-11-17T10:36:43.809Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T10:36:43.809Z||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-17T10:36:43.810Z||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 rQC2B3tiJtZEKaRx) ...
2021-11-17T10:36:53.373Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T10:36:53.383Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T10:37:43.800Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T10:37:43.804Z||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-17T10:37:43.804Z||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 rQC2B3tiJtZEKaRx) ...
2021-11-17T10:37:43.809Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T10:37:43.809Z||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-17T10:37:43.809Z||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 rQC2B3tiJtZEKaRx) ...
2021-11-17T10:37:53.356Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T10:37:53.359Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T10:38:43.800Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T10:38:43.803Z||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-17T10:38:43.803Z||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 rQC2B3tiJtZEKaRx) ...
2021-11-17T10:38:43.809Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T10:38:43.809Z||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-17T10:38:43.809Z||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 rQC2B3tiJtZEKaRx) ...
2021-11-17T10:38:53.354Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T10:38:53.354Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T10:39:43.800Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T10:39:43.802Z||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-17T10:39:43.803Z||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 rQC2B3tiJtZEKaRx) ...
2021-11-17T10:39:43.809Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T10:39:43.809Z||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-17T10:39:43.810Z||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 rQC2B3tiJtZEKaRx) ...
2021-11-17T10:39:53.359Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T10:39:53.361Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T10:40:43.800Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T10:40:43.802Z||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-17T10:40:43.803Z||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 rQC2B3tiJtZEKaRx) ...
2021-11-17T10:40:43.809Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T10:40:43.809Z||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-17T10:40:43.809Z||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 rQC2B3tiJtZEKaRx) ...
2021-11-17T10:40:53.397Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T10:40:53.439Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T10:41:43.800Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T10:41:43.802Z||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-17T10:41:43.802Z||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 rQC2B3tiJtZEKaRx) ...
2021-11-17T10:41:43.809Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T10:41:43.809Z||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-17T10:41:43.810Z||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 rQC2B3tiJtZEKaRx) ...
2021-11-17T10:41:53.355Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T10:41:53.356Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T10:42:43.800Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T10:42:43.803Z||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-17T10:42:43.804Z||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 rQC2B3tiJtZEKaRx) ...
2021-11-17T10:42:43.809Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T10:42:43.810Z||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-17T10:42:43.810Z||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 rQC2B3tiJtZEKaRx) ...
2021-11-17T10:42:53.354Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T10:42:53.368Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T10:43:43.800Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T10:43:43.802Z||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-17T10:43:43.803Z||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 rQC2B3tiJtZEKaRx) ...
2021-11-17T10:43:43.809Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T10:43:43.809Z||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-17T10:43:43.810Z||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 rQC2B3tiJtZEKaRx) ...
2021-11-17T10:43:44.128Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T10:43:44.134Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-17T10:43:44.134Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63",
"consumerID": "cds",
"timestamp": 1637145798894,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-17T10:43:44.160Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-17T10:43:44.161Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-17T10:43:44.161Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63",
"consumerID": "ves-openapi-manager",
"timestamp": 1637145807351,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-17T10:43:44.161Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-17T10:43:44.161Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-17T10:43:44.161Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63",
"consumerID": "aai-ml",
"timestamp": 1637145802608,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-17T10:43:44.161Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-17T10:43:44.162Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-17T10:43:44.162Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63",
"consumerID": "cds",
"timestamp": 1637145798894,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/vfw65840914e8100_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-17T10:43:44.162Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-17T10:43:44.162Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-17T10:43:44.162Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63",
"consumerID": "ves-openapi-manager",
"timestamp": 1637145807351,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/vfw65840914e8100_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-17T10:43:44.162Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-17T10:43:44.162Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-17T10:43:44.163Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63",
"consumerID": "aai-ml",
"timestamp": 1637145802608,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/vfw65840914e8100_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-17T10:43:44.163Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-17T10:43:44.163Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-17T10:43:44.163Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63",
"consumerID": "cds",
"timestamp": 1637145798894,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-17T10:43:44.163Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-17T10:43:44.163Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-17T10:43:44.163Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63",
"consumerID": "ves-openapi-manager",
"timestamp": 1637145807351,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-17T10:43:44.164Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-17T10:43:44.164Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-17T10:43:44.164Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63",
"consumerID": "aai-ml",
"timestamp": 1637145802608,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-17T10:43:44.164Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-17T10:43:44.164Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-17T10:43:44.164Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63",
"consumerID": "cds",
"timestamp": 1637145798894,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-17T10:43:44.165Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-17T10:43:44.165Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-17T10:43:44.165Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63",
"consumerID": "ves-openapi-manager",
"timestamp": 1637145807351,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-17T10:43:44.165Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-17T10:43:44.165Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-17T10:43:44.165Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63",
"consumerID": "aai-ml",
"timestamp": 1637145802608,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-17T10:43:44.165Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-17T10:43:44.165Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-17T10:43:44.165Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63",
"consumerID": "cds",
"timestamp": 1637145798894,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-11-17T10:43:44.166Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-17T10:43:44.166Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-17T10:43:44.166Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63",
"consumerID": "ves-openapi-manager",
"timestamp": 1637145807351,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-11-17T10:43:44.166Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-17T10:43:44.166Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-17T10:43:44.166Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63",
"consumerID": "aai-ml",
"timestamp": 1637145802608,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-11-17T10:43:44.166Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-17T10:43:44.167Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-17T10:43:44.167Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63",
"consumerID": "dcae-sch",
"timestamp": 1637145812243,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-17T10:43:44.167Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-17T10:43:44.167Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-17T10:43:44.168Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63",
"consumerID": "cds",
"timestamp": 1637145798894,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/artifacts/service-Vfw20211117104104-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-17T10:43:44.168Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-17T10:43:44.168Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-17T10:43:44.168Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63",
"consumerID": "ves-openapi-manager",
"timestamp": 1637145807351,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/artifacts/service-Vfw20211117104104-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-17T10:43:44.168Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-17T10:43:44.168Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-17T10:43:44.168Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63",
"consumerID": "aai-ml",
"timestamp": 1637145802608,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/artifacts/service-Vfw20211117104104-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-17T10:43:44.169Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-17T10:43:44.169Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-17T10:43:44.169Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63",
"consumerID": "dcae-sch",
"timestamp": 1637145812243,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/vfw65840914e8100_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-17T10:43:44.169Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-17T10:43:44.169Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-17T10:43:44.169Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63",
"consumerID": "cds",
"timestamp": 1637145798894,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/artifacts/service-Vfw20211117104104-csar.csar",
"status": "NOTIFIED"
}
2021-11-17T10:43:44.169Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-17T10:43:44.169Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-17T10:43:44.169Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63",
"consumerID": "ves-openapi-manager",
"timestamp": 1637145807351,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/artifacts/service-Vfw20211117104104-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-11-17T10:43:44.170Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-17T10:43:44.170Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-17T10:43:44.170Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63",
"consumerID": "aai-ml",
"timestamp": 1637145802608,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/artifacts/service-Vfw20211117104104-csar.csar",
"status": "NOTIFIED"
}
2021-11-17T10:43:44.170Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-17T10:43:44.170Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-17T10:43:44.170Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637145813571,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-17T10:43:44.170Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-17T10:43:44.171Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-17T10:43:44.171Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63",
"consumerID": "dcae-sch",
"timestamp": 1637145812243,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-17T10:43:44.171Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-17T10:43:44.171Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-17T10:43:44.171Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63",
"consumerID": "policy-id",
"timestamp": 1637145814244,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-17T10:43:44.171Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-17T10:43:44.171Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-17T10:43:44.171Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637145813571,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/vfw65840914e8100_modules.json",
"status": "NOTIFIED"
}
2021-11-17T10:43:44.172Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-17T10:43:44.172Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-17T10:43:44.172Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63",
"consumerID": "cds",
"timestamp": 1637145815467,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/artifacts/service-Vfw20211117104104-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-17T10:43:44.172Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T10:43:44.172Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-17T10:43:44.172Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63",
"consumerID": "aai-ml",
"timestamp": 1637145815483,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/artifacts/service-Vfw20211117104104-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-17T10:43:44.172Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T10:43:44.173Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-17T10:43:44.173Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63",
"consumerID": "dcae-sch",
"timestamp": 1637145812243,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-17T10:43:44.173Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-17T10:43:44.173Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-17T10:43:44.173Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63",
"consumerID": "policy-id",
"timestamp": 1637145814244,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/vfw65840914e8100_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-17T10:43:44.173Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-17T10:43:44.173Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-17T10:43:44.173Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637145813571,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-11-17T10:43:44.174Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-17T10:43:44.174Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-17T10:43:44.174Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63",
"consumerID": "cds",
"timestamp": 1637145816489,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/artifacts/service-Vfw20211117104104-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-17T10:43:44.350Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b72a2085-f383-47a6-91a6-2d61051ecb63
2021-11-17T10:43:44.369Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId b72a2085-f383-47a6-91a6-2d61051ecb63 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-17T10:43:44.397Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-17T10:43:44.397Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63",
"consumerID": "dcae-sch",
"timestamp": 1637145812243,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-11-17T10:43:44.397Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-17T10:43:44.397Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-17T10:43:44.397Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63",
"consumerID": "policy-id",
"timestamp": 1637145814244,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-11-17T10:43:44.398Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-17T10:43:44.398Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-17T10:43:44.398Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63",
"consumerID": "clamp",
"timestamp": 1637145816616,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-17T10:43:44.398Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-17T10:43:44.398Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-17T10:43:44.398Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637145813571,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-17T10:43:44.398Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-17T10:43:44.398Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-17T10:43:44.398Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63",
"consumerID": "dcae-sch",
"timestamp": 1637145812243,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/artifacts/service-Vfw20211117104104-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-17T10:43:44.399Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-17T10:43:44.399Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-17T10:43:44.399Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63",
"consumerID": "policy-id",
"timestamp": 1637145814244,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-17T10:43:44.399Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-17T10:43:44.399Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-17T10:43:44.399Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63",
"consumerID": "clamp",
"timestamp": 1637145816616,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/vfw65840914e8100_modules.json",
"status": "NOTIFIED"
}
2021-11-17T10:43:44.399Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-17T10:43:44.399Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-17T10:43:44.400Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637145813571,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-11-17T10:43:44.400Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-17T10:43:44.400Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-17T10:43:44.400Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63",
"consumerID": "dcae-sch",
"timestamp": 1637145812243,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/artifacts/service-Vfw20211117104104-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-11-17T10:43:44.400Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-17T10:43:44.400Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-17T10:43:44.400Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63",
"consumerID": "policy-id",
"timestamp": 1637145814244,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-11-17T10:43:44.400Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-17T10:43:44.401Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-17T10:43:44.401Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63",
"consumerID": "clamp",
"timestamp": 1637145816616,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-17T10:43:44.401Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-17T10:43:44.401Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-17T10:43:44.401Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637145813571,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/artifacts/service-Vfw20211117104104-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-17T10:43:44.401Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-17T10:43:44.401Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-17T10:43:44.401Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63",
"consumerID": "policy-id",
"timestamp": 1637145814244,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/artifacts/service-Vfw20211117104104-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-17T10:43:44.402Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-17T10:43:44.402Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-17T10:43:44.402Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63",
"consumerID": "clamp",
"timestamp": 1637145816616,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-17T10:43:44.402Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-17T10:43:44.402Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-17T10:43:44.402Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637145813571,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/artifacts/service-Vfw20211117104104-csar.csar",
"status": "NOTIFIED"
}
2021-11-17T10:43:44.402Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-17T10:43:44.402Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-17T10:43:44.402Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63",
"consumerID": "policy-id",
"timestamp": 1637145814244,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/artifacts/service-Vfw20211117104104-csar.csar",
"status": "NOTIFIED"
}
2021-11-17T10:43:44.403Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-17T10:43:44.403Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-17T10:43:44.403Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63",
"consumerID": "clamp",
"timestamp": 1637145816616,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-11-17T10:43:44.403Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-17T10:43:44.403Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-17T10:43:44.403Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637145821609,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/vfw65840914e8100_modules.json",
"status": "DOWNLOAD_OK"
}
2021-11-17T10:43:44.403Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T10:43:44.403Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-17T10:43:44.404Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63",
"consumerID": "policy-id",
"timestamp": 1637145822155,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/artifacts/service-Vfw20211117104104-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-17T10:43:44.404Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T10:43:44.404Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-17T10:43:44.404Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63",
"consumerID": "clamp",
"timestamp": 1637145816616,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/artifacts/service-Vfw20211117104104-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-17T10:43:44.404Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-17T10:43:44.404Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-17T10:43:44.404Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637145822808,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-11-17T10:43:44.404Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T10:43:44.404Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-17T10:43:44.405Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63",
"consumerID": "policy-id",
"timestamp": 1637145823176,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/artifacts/service-Vfw20211117104104-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-17T10:43:44.405Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T10:43:44.405Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-17T10:43:44.405Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63",
"consumerID": "clamp",
"timestamp": 1637145816616,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/artifacts/service-Vfw20211117104104-csar.csar",
"status": "NOTIFIED"
}
2021-11-17T10:43:44.405Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-17T10:43:44.430Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T10:43:44.431Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-17T10:43:44.432Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"b72a2085-f383-47a6-91a6-2d61051ecb63","serviceName":"vFW 2021-11-17 10-41-04","serviceVersion":"1.0","serviceUUID":"4b05cd70-2f39-4d9e-97cb-793028a48ddf","serviceDescription":"catalog service description","serviceInvariantUUID":"de2b779d-4c90-469a-8748-61049361c141","resources":[{"resourceInstanceName":"vFW 65840914-e810 0","resourceName":"vFW 65840914-e810","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"16adf65e-7465-4bbf-893c-22423e5dd3f8","resourceInvariantUUID":"9d2c4def-81d4-404d-bccb-d2fa67256559","resourceCustomizationUUID":"7070a543-e4e0-44dc-90b6-66a6243d9b4a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/vf-license-model.xml","artifactChecksum":"NTFkZmRlNjJjMmE2NzJlN2I2NDQzYzVlNTYyNzM0NDc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a2944ff0-18d8-48ea-932c-38203b17f12f","artifactVersion":"1"},{"artifactName":"vfw65840914e8100_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/vfw65840914e8100_modules.json","artifactChecksum":"YTVmZDYwOTczN2Y2NWE2MGMzODkyOGJjZDA0NThhYTA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"99be2c78-7893-4e97-9f04-815467633a8d","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"c65c0804-df22-4a6d-9185-8cbeb57d4c3b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/vendor-license-model.xml","artifactChecksum":"MzZlYjliYTRjNjQ0NzY5NzhkYjAyNjdlN2FhYmNjMjc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"268ef672-8ca4-4b05-b00a-f4607a91f455","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"717436a7-8697-4985-8d7e-8c71fa546695","artifactVersion":"2","generatedFromUUID":"c65c0804-df22-4a6d-9185-8cbeb57d4c3b"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20211117104104-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20211117104104/1.0/artifacts/service-Vfw20211117104104-template.yml","artifactChecksum":"YTVjZGY0YTg4NmEzZTJlYmM3ODZlM2E4YzYyOTE0MTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4e931d26-73b4-4adf-b85c-65bf05fd20f1","artifactVersion":"1"},{"artifactName":"service-Vfw20211117104104-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20211117104104/1.0/artifacts/service-Vfw20211117104104-csar.csar","artifactChecksum":"NGU5MWVjZDBlNjUwZDhlODlmNWJjYzRjZjU0ZDI3YzY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fc3f7c22-8fd4-45b6-a436-b0bbf0528ec2","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-17T10:43:44.439Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-17T10:43:44.444Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-11-17T10:43:44.454Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T10:43:44.454Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637145823800,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-17T10:43:44.554Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2021-11-17T10:43:44.557Z||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-17T10:43:44.558Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rQC2B3tiJtZEKaRx) ...
2021-11-17T10:43:44.572Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T10:43:44.573Z||pool-3-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-11-17T10:43:45.464Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-17T10:43:45.465Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-11-17T10:43:45.470Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T10:43:45.470Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637145823800,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/vfw65840914e8100_modules.json",
"status": "NOTIFIED"
}
2021-11-17T10:43:45.570Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-17T10:43:45.572Z||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-17T10:43:45.572Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rQC2B3tiJtZEKaRx) ...
2021-11-17T10:43:45.584Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T10:43:45.585Z||pool-4-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-17T10:43:46.472Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-17T10:43:46.473Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-11-17T10:43:46.476Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T10:43:46.476Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637145823800,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-11-17T10:43:46.576Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-17T10:43:46.577Z||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-17T10:43:46.577Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rQC2B3tiJtZEKaRx) ...
2021-11-17T10:43:46.590Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T10:43:46.591Z||pool-5-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-17T10:43:47.477Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-17T10:43:47.477Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-11-17T10:43:47.479Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T10:43:47.479Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637145823800,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-17T10:43:47.579Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-17T10:43:47.581Z||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-17T10:43:47.581Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rQC2B3tiJtZEKaRx) ...
2021-11-17T10:43:47.606Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T10:43:47.607Z||pool-6-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2021-11-17T10:43:48.480Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-17T10:43:48.482Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-11-17T10:43:48.483Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T10:43:48.484Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637145823800,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-11-17T10:43:48.584Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-17T10:43:48.585Z||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-17T10:43:48.585Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rQC2B3tiJtZEKaRx) ...
2021-11-17T10:43:48.597Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T10:43:48.597Z||pool-7-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-17T10:43:49.484Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-17T10:43:49.485Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-11-17T10:43:49.487Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T10:43:49.487Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637145823800,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/artifacts/service-Vfw20211117104104-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-17T10:43:49.587Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-17T10:43:49.588Z||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-17T10:43:49.588Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rQC2B3tiJtZEKaRx) ...
2021-11-17T10:43:49.600Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T10:43:49.601Z||pool-8-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-17T10:43:50.488Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-17T10:43:50.489Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-11-17T10:43:50.493Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T10:43:50.494Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637145823800,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/artifacts/service-Vfw20211117104104-csar.csar",
"status": "NOTIFIED"
}
2021-11-17T10:43:50.595Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-17T10:43:50.596Z||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-17T10:43:50.596Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rQC2B3tiJtZEKaRx) ...
2021-11-17T10:43:50.613Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T10:43:50.614Z||pool-9-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2021-11-17T10:43:51.496Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63",
"serviceName": "vFW 2021-11-17 10-41-04",
"serviceVersion": "1.0",
"serviceUUID": "4b05cd70-2f39-4d9e-97cb-793028a48ddf",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "de2b779d-4c90-469a-8748-61049361c141",
"resources": [
{
"resourceInstanceName": "vFW 65840914-e810 0",
"resourceCustomizationUUID": "7070a543-e4e0-44dc-90b6-66a6243d9b4a",
"resourceName": "vFW 65840914-e810",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "16adf65e-7465-4bbf-893c-22423e5dd3f8",
"resourceInvariantUUID": "9d2c4def-81d4-404d-bccb-d2fa67256559",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw65840914e8100_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/vfw65840914e8100_modules.json",
"artifactChecksum": "YTVmZDYwOTczN2Y2NWE2MGMzODkyOGJjZDA0NThhYTA\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "99be2c78-7893-4e97-9f04-815467633a8d",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "c65c0804-df22-4a6d-9185-8cbeb57d4c3b",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "717436a7-8697-4985-8d7e-8c71fa546695",
"generatedFromUUID": "c65c0804-df22-4a6d-9185-8cbeb57d4c3b"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "717436a7-8697-4985-8d7e-8c71fa546695",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20211117104104-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/artifacts/service-Vfw20211117104104-csar.csar",
"artifactChecksum": "NGU5MWVjZDBlNjUwZDhlODlmNWJjYzRjZjU0ZDI3YzY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "fc3f7c22-8fd4-45b6-a436-b0bbf0528ec2"
}
],
"workloadContext": "Production"
}
2021-11-17T10:43:51.499Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-17T10:43:51.499Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 4b05cd70-2f39-4d9e-97cb-793028a48ddf ASDC
2021-11-17T10:43:51.612Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:b72a2085-f383-47a6-91a6-2d61051ecb63
ServiceName:vFW 2021-11-17 10-41-04
ServiceVersion:1.0
ServiceUUID:4b05cd70-2f39-4d9e-97cb-793028a48ddf
ServiceInvariantUUID:de2b779d-4c90-469a-8748-61049361c141
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20211117104104-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211117104104/1.0/artifacts/service-Vfw20211117104104-csar.csar
ArtifactUUID:fc3f7c22-8fd4-45b6-a436-b0bbf0528ec2
ArtifactChecksum:NGU5MWVjZDBlNjUwZDhlODlmNWJjYzRjZjU0ZDI3YzY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 65840914-e810 0
ResourceCustomizationUUID:7070a543-e4e0-44dc-90b6-66a6243d9b4a
ResourceInvariantUUID:9d2c4def-81d4-404d-bccb-d2fa67256559
ResourceName:vFW 65840914-e810
ResourceType:VF
ResourceUUID:16adf65e-7465-4bbf-893c-22423e5dd3f8
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw65840914e8100_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/vfw65840914e8100_modules.json
ArtifactUUID:99be2c78-7893-4e97-9f04-815467633a8d
ArtifactChecksum:YTVmZDYwOTczN2Y2NWE2MGMzODkyOGJjZDA0NThhYTA=
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/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/base_vfw.yaml
ArtifactUUID:c65c0804-df22-4a6d-9185-8cbeb57d4c3b
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/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/base_vfw.env
ArtifactUUID:717436a7-8697-4985-8d7e-8c71fa546695
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/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/base_vfw.env
ArtifactUUID:717436a7-8697-4985-8d7e-8c71fa546695
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-11-17T10:43:51.613Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4b05cd70-2f39-4d9e-97cb-793028a48ddf 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-17T10:43:51.683Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-17T10:43:51.684Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-11-17T10:43:51.686Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-11-17T10:43:51.686Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: fc3f7c22-8fd4-45b6-a436-b0bbf0528ec2 from URL: /sdc/v1/catalog/services/Vfw20211117104104/1.0/artifacts/service-Vfw20211117104104-csar.csar
2021-11-17T10:43:51.686Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-11-17T10:43:51.688Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211117104104/1.0/artifacts/service-Vfw20211117104104-csar.csar
2021-11-17T10:43:51.856Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-11-17T10:43:51.871Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211117104104/1.0/artifacts/service-Vfw20211117104104-csar.csar fc3f7c22-8fd4-45b6-a436-b0bbf0528ec2 98955
2021-11-17T10:43:51.873Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211117104104/1.0/artifacts/service-Vfw20211117104104-csar.csar ASDC sendASDCNotification
2021-11-17T10:43:51.873Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211117104104/1.0/artifacts/service-Vfw20211117104104-csar.csar
2021-11-17T10:43:51.874Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-17T10:43:51.875Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-11-17T10:43:51.876Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T10:43:51.877Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637145831872,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/artifacts/service-Vfw20211117104104-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-17T10:43:51.977Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-17T10:43:51.978Z||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-17T10:43:51.978Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rQC2B3tiJtZEKaRx) ...
2021-11-17T10:43:51.990Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T10:43:51.990Z||pool-10-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-17T10:43:52.877Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-17T10:43:52.878Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-11-17T10:43:52.879Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: fc3f7c22-8fd4-45b6-a436-b0bbf0528ec2, URL: /sdc/v1/catalog/services/Vfw20211117104104/1.0/artifacts/service-Vfw20211117104104-csar.csar to file: /app/ASDC/1/service-Vfw20211117104104-csar.csar
2021-11-17T10:43:52.879Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20211117104104-csar.csar
2021-11-17T10:43:52.950Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20211117104104-csar.csar
2021-11-17T10:43:52.950Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20211117104104-csar.csar
2021-11-17T10:43:53.631Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14718346279633613710/Definitions/service-Vfw20211117104104-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2021-11-17T10:43:56.086Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-17T10:43:56.091Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-11-17T10:43:56.091Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20211117104104-csar.csar
2021-11-17T10:43:56.091Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-11-17T10:43:56.092Z|b72a2085-f383-47a6-91a6-2d61051ecb63|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-Vfw20211117104104-csar.csar
2021-11-17T10:43:56.092Z|b72a2085-f383-47a6-91a6-2d61051ecb63|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-Vfw20211117104104-csar.csar
2021-11-17T10:43:56.092Z|b72a2085-f383-47a6-91a6-2d61051ecb63|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-Vfw20211117104104-csar.csar
2021-11-17T10:43:56.092Z|b72a2085-f383-47a6-91a6-2d61051ecb63|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-Vfw20211117104104-csar.csar
2021-11-17T10:43:56.093Z|b72a2085-f383-47a6-91a6-2d61051ecb63|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-Vfw20211117104104-csar.csar
2021-11-17T10:43:56.093Z|b72a2085-f383-47a6-91a6-2d61051ecb63|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-Vfw20211117104104-csar.csar
2021-11-17T10:43:56.093Z|b72a2085-f383-47a6-91a6-2d61051ecb63|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-Vfw20211117104104-csar.csar
2021-11-17T10:43:56.093Z|b72a2085-f383-47a6-91a6-2d61051ecb63|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-Vfw20211117104104-csar.csar
2021-11-17T10:43:56.093Z|b72a2085-f383-47a6-91a6-2d61051ecb63|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-Vfw20211117104104-csar.csar
2021-11-17T10:43:56.094Z|b72a2085-f383-47a6-91a6-2d61051ecb63|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-Vfw20211117104104-csar.csar
2021-11-17T10:43:56.094Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 65840914-e810 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-Vfw20211117104104-csar.csar
2021-11-17T10:43:56.094Z|b72a2085-f383-47a6-91a6-2d61051ecb63|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-Vfw20211117104104-csar.csar
2021-11-17T10:43:56.094Z|b72a2085-f383-47a6-91a6-2d61051ecb63|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-Vfw20211117104104-csar.csar
2021-11-17T10:43:56.094Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-11-17T10:43:56.100Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-17T10:43:56.102Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-11-17 10-41-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T10:43:56.105Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template vFW 65840914-e810 0 is matching search criteria
2021-11-17T10:43:56.106Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-11-17T10:43:56.108Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 65840914-e810 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-17T10:43:56.110Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-17T10:43:56.110Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-11-17 10-41-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T10:43:56.110Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template vFW 65840914-e810 0 is matching search criteria
2021-11-17T10:43:56.110Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-11-17T10:43:56.111Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 65840914-e810 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-17T10:43:56.111Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-17T10:43:56.111Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-11-17 10-41-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T10:43:56.115Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-17T10:43:56.115Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template vFW 65840914-e810 0 is not matching search criteria
2021-11-17T10:43:56.115Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-17T10:43:56.115Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-17T10:43:56.116Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-17T10:43:56.116Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-17T10:43:56.116Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-17T10:43:56.116Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-17T10:43:56.117Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-17T10:43:56.117Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-17T10:43:56.117Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-17T10:43:56.117Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-17T10:43:56.117Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-17T10:43:56.118Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-17T10:43:56.118Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-17T10:43:56.118Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-17T10:43:56.118Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-17T10:43:56.118Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-11-17T10:43:56.119Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-17T10:43:56.119Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-11-17 10-41-04 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-17T10:43:56.120Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-17T10:43:56.120Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template vFW 65840914-e810 0 is matching search criteria
2021-11-17T10:43:56.121Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 65840914-e810 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-17T10:43:56.121Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-17T10:43:56.121Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template vFW 65840914-e810 0 is matching search criteria
2021-11-17T10:43:56.121Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 65840914-e810 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-17T10:43:56.122Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-17T10:43:56.122Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template vFW 65840914-e810 0 is matching search criteria
2021-11-17T10:43:56.122Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 65840914-e810 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-17T10:43:56.123Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-17T10:43:56.123Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template vFW 65840914-e810 0 is not matching search criteria
2021-11-17T10:43:56.123Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-17T10:43:56.123Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-11-17T10:43:56.123Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-17T10:43:56.124Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-17T10:43:56.124Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-17T10:43:56.124Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-17T10:43:56.124Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-17T10:43:56.125Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-17T10:43:56.125Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-17T10:43:56.125Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-17T10:43:56.125Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-17T10:43:56.125Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=e476544f-3dd2-457e-bf07-420907cf5c52
2021-11-17T10:43:56.126Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-17T10:43:56.126Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template vFW 65840914-e810 0 is not matching search criteria
2021-11-17T10:43:56.126Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-17T10:43:56.126Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-17T10:43:56.126Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-17T10:43:56.127Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-17T10:43:56.127Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-17T10:43:56.127Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-17T10:43:56.127Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-17T10:43:56.128Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-11-17T10:43:56.128Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-17T10:43:56.128Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-17T10:43:56.128Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-17T10:43:56.128Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-17T10:43:56.129Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=f0d52d89-5631-4a5f-a137-70c963f39372
2021-11-17T10:43:56.130Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-17T10:43:56.130Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template vFW 65840914-e810 0 is not matching search criteria
2021-11-17T10:43:56.130Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-17T10:43:56.130Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-17T10:43:56.131Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-17T10:43:56.131Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-17T10:43:56.131Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-17T10:43:56.131Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-17T10:43:56.131Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-17T10:43:56.132Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-17T10:43:56.132Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-17T10:43:56.132Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-17T10:43:56.132Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-17T10:43:56.133Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-11-17T10:43:56.133Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=285eebcf-c2db-441a-92d4-92b1230b7423
2021-11-17T10:43:56.133Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-17T10:43:56.133Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-11-17 10-41-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T10:43:56.133Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-17T10:43:56.134Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-11-17 10-41-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T10:43:56.134Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-17T10:43:56.134Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-11-17 10-41-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T10:43:56.134Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-17T10:43:56.135Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-11-17 10-41-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T10:43:56.135Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2021-11-17 10-41-04
Description:catalog service description
Model UUID:4b05cd70-2f39-4d9e-97cb-793028a48ddf
Model Version:NULL
Model InvariantUuid:de2b779d-4c90-469a-8748-61049361c141
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 65840914-e810
Model UUID:7265aa5b-d446-4831-864c-eb87dc6b0b45
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:9d2c4def-81d4-404d-bccb-d2fa67256559
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:7070a543-e4e0-44dc-90b6-66a6243d9b4a
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:0088525a-dc6d-4bcb-b45f-6d10d7686655
ModelName:Vfw65840914E810..base_vfw..module-0
ModelUuid:8adafcd9-bae2-414d-a63d-d968ccdcb5ff
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:e476544f-3dd2-457e-bf07-420907cf5c52
ModelInvariantUuid:fab089d1-d08b-4d15-8317-36c49ecb808e
ModelName:vFW 65840914-e810-nodes.vfwCvfc
ModelUuid:efeb8c4e-5c62-4aaf-9c7a-88bd67e471cf
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:8b7daf4d-e620-4063-9b70-ec64d24d8295
ModelInvariantUuid:7c8bcc5a-aae3-4f20-bf97-74ed8b7253e9
ModelName:Vfw65840914E810.compute.nodes.heat.vfw
ModelUuid:d137d95e-49a0-43c8-9947-cf243980655d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:f0d52d89-5631-4a5f-a137-70c963f39372
ModelInvariantUuid:5608e4e4-7191-47e8-8c62-88428cc4ff02
ModelName:vFW 65840914-e810-nodes.vsnCvfc
ModelUuid:1f7bf867-55c9-4b8a-b14f-b1e05cca8629
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:1b652dac-b9b3-4539-8de9-951e5c0c4217
ModelInvariantUuid:8b0bb051-0b41-4763-b26a-d0e8757ff131
ModelName:Vfw65840914E810.compute.nodes.heat.vsn
ModelUuid:0aed152a-3ec3-49a3-9fb0-90b3a5e0e203
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:285eebcf-c2db-441a-92d4-92b1230b7423
ModelInvariantUuid:55ee14a6-0224-4994-aa7a-aea9e9b8fce0
ModelName:vFW 65840914-e810-nodes.vpgCvfc
ModelUuid:78918ce9-1f4b-43a3-b450-a5647a681a02
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:af110a6d-0333-4998-8bda-98159cf6f25d
ModelInvariantUuid:2c277017-8329-4c2e-9f48-35bf6c0dddf5
ModelName:Vfw65840914E810.compute.nodes.heat.vpg
ModelUuid:c9d8647c-9502-4c34-8ac5-f65a219f1756
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-17T10:43:56.146Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 16adf65e-7465-4bbf-893c-22423e5dd3f8
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-17T10:43:56.240Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||INFO|500||vFW 65840914-e810 0
2021-11-17T10:43:56.245Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 16adf65e-7465-4bbf-893c-22423e5dd3f8
2021-11-17T10:43:56.245Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 99be2c78-7893-4e97-9f04-815467633a8d from URL: /sdc/v1/catalog/services/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/vfw65840914e8100_modules.json
2021-11-17T10:43:56.245Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-11-17T10:43:56.246Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/vfw65840914e8100_modules.json
2021-11-17T10:43:56.401Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-11-17T10:43:56.401Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/vfw65840914e8100_modules.json 99be2c78-7893-4e97-9f04-815467633a8d 785
2021-11-17T10:43:56.402Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/vfw65840914e8100_modules.json ASDC sendASDCNotification
2021-11-17T10:43:56.402Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/vfw65840914e8100_modules.json
2021-11-17T10:43:56.402Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-17T10:43:56.402Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-11-17T10:43:56.406Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T10:43:56.406Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637145836402,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/vfw65840914e8100_modules.json",
"status": "DOWNLOAD_OK"
}
2021-11-17T10:43:56.506Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-17T10:43:56.506Z||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-17T10:43:56.507Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rQC2B3tiJtZEKaRx) ...
2021-11-17T10:43:56.522Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T10:43:56.522Z||pool-11-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-11-17T10:43:57.412Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw65840914E810..base_vfw..module-0",
"vfModuleModelInvariantUUID": "0088525a-dc6d-4bcb-b45f-6d10d7686655",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "8adafcd9-bae2-414d-a63d-d968ccdcb5ff",
"vfModuleModelCustomizationUUID": "97043055-ab9c-4a8e-9dbe-a981a2b9557b",
"isBase": true,
"artifacts": [
"c65c0804-df22-4a6d-9185-8cbeb57d4c3b",
"717436a7-8697-4985-8d7e-8c71fa546695"
],
"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-17T10:43:57.430Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw65840914E810..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8adafcd9-bae2-414d-a63d-d968ccdcb5ff
VfModuleModelInvariantUUID:0088525a-dc6d-4bcb-b45f-6d10d7686655
VfModuleModelDescription:NULL
Artifacts UUID List:{
c65c0804-df22-4a6d-9185-8cbeb57d4c3b
,
717436a7-8697-4985-8d7e-8c71fa546695
}
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-17T10:43:57.433Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw65840914E810..base_vfw..module-0",
"vfModuleModelInvariantUUID": "0088525a-dc6d-4bcb-b45f-6d10d7686655",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "8adafcd9-bae2-414d-a63d-d968ccdcb5ff",
"vfModuleModelCustomizationUUID": "97043055-ab9c-4a8e-9dbe-a981a2b9557b",
"isBase": true,
"artifacts": [
"c65c0804-df22-4a6d-9185-8cbeb57d4c3b",
"717436a7-8697-4985-8d7e-8c71fa546695"
],
"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-17T10:43:57.433Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw65840914E810..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8adafcd9-bae2-414d-a63d-d968ccdcb5ff
VfModuleModelInvariantUUID:0088525a-dc6d-4bcb-b45f-6d10d7686655
VfModuleModelDescription:NULL
Artifacts UUID List:{
c65c0804-df22-4a6d-9185-8cbeb57d4c3b
,
717436a7-8697-4985-8d7e-8c71fa546695
}
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-17T10:43:57.434Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: c65c0804-df22-4a6d-9185-8cbeb57d4c3b from URL: /sdc/v1/catalog/services/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/base_vfw.yaml
2021-11-17T10:43:57.434Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-11-17T10:43:57.434Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/base_vfw.yaml
2021-11-17T10:43:57.604Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-11-17T10:43:57.605Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/base_vfw.yaml c65c0804-df22-4a6d-9185-8cbeb57d4c3b 20368
2021-11-17T10:43:57.605Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-11-17T10:43:57.605Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/base_vfw.yaml
2021-11-17T10:43:57.605Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-17T10:43:57.605Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-11-17T10:43:57.607Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T10:43:57.607Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637145837605,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-11-17T10:43:57.707Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-17T10:43:57.708Z||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-17T10:43:57.723Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rQC2B3tiJtZEKaRx) ...
2021-11-17T10:43:57.737Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T10:43:57.737Z||pool-12-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2021-11-17T10:43:58.608Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 717436a7-8697-4985-8d7e-8c71fa546695 from URL: /sdc/v1/catalog/services/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/base_vfw.env
2021-11-17T10:43:58.608Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-11-17T10:43:58.609Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/base_vfw.env
2021-11-17T10:43:58.794Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-11-17T10:43:58.795Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/base_vfw.env 717436a7-8697-4985-8d7e-8c71fa546695 2098
2021-11-17T10:43:58.795Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/base_vfw.env ASDC sendASDCNotification
2021-11-17T10:43:58.795Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/base_vfw.env
2021-11-17T10:43:58.795Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-17T10:43:58.796Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-11-17T10:43:58.798Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T10:43:58.798Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637145838795,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-11-17T10:43:58.898Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-17T10:43:58.899Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-17T10:43:58.899Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rQC2B3tiJtZEKaRx) ...
2021-11-17T10:43:58.916Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T10:43:58.916Z||pool-13-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-11-17T10:43:59.799Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 4b05cd70-2f39-4d9e-97cb-793028a48ddf
2021-11-17T10:43:59.799Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 65840914-e810 0 16adf65e-7465-4bbf-893c-22423e5dd3f8 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-17T10:43:59.833Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6fa8bfe9, org.onap.sdc.toscaparser.api.parameters.Input@47690bad, org.onap.sdc.toscaparser.api.parameters.Input@67a0dc1f, org.onap.sdc.toscaparser.api.parameters.Input@4cacac27, org.onap.sdc.toscaparser.api.parameters.Input@665105ac]
2021-11-17T10:43:59.837Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-17T10:43:59.838Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-11-17 10-41-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T10:43:59.838Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic
2021-11-17T10:43:59.838Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 7070a543-e4e0-44dc-90b6-66a6243d9b4a
2021-11-17T10:43:59.838Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 7070a543-e4e0-44dc-90b6-66a6243d9b4a matches Tosca VF Customization UUID: 7070a543-e4e0-44dc-90b6-66a6243d9b4a
2021-11-17T10:43:59.838Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 7070a543-e4e0-44dc-90b6-66a6243d9b4a 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-17T10:43:59.846Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-17T10:43:59.846Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-11-17 10-41-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T10:43:59.847Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 7070a543-e4e0-44dc-90b6-66a6243d9b4a: {\"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-17T10:43:59.848Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@34d0a301
2021-11-17T10:43:59.848Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-17T10:43:59.848Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-11-17 10-41-04 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-17T10:43:59.849Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 97043055-ab9c-4a8e-9dbe-a981a2b9557b
2021-11-17T10:43:59.850Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 97043055-ab9c-4a8e-9dbe-a981a2b9557b
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-17T10:43:59.855Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-17T10:43:59.856Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template vFW 65840914-e810 0 is matching search criteria
2021-11-17T10:43:59.856Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 65840914-e810 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-17T10:43:59.856Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-17T10:43:59.857Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template vFW 65840914-e810 0 is matching search criteria
2021-11-17T10:43:59.857Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 65840914-e810 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-17T10:43:59.857Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-17T10:43:59.857Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template vFW 65840914-e810 0 is not matching search criteria
2021-11-17T10:43:59.857Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-17T10:43:59.857Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-11-17T10:43:59.858Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-17T10:43:59.858Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-17T10:43:59.858Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-17T10:43:59.858Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-17T10:43:59.858Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-17T10:43:59.858Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-17T10:43:59.858Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-17T10:43:59.859Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-17T10:43:59.859Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-17T10:43:59.859Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=e476544f-3dd2-457e-bf07-420907cf5c52
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-17T10:43:59.869Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-17T10:43:59.869Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template vFW 65840914-e810 0 is matching search criteria
2021-11-17T10:43:59.870Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 65840914-e810 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-17T10:43:59.870Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-17T10:43:59.870Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template vFW 65840914-e810 0 is not matching search criteria
2021-11-17T10:43:59.870Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-17T10:43:59.870Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-17T10:43:59.871Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-17T10:43:59.871Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-17T10:43:59.871Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-17T10:43:59.871Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-17T10:43:59.871Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-17T10:43:59.871Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-11-17T10:43:59.871Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-17T10:43:59.872Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-17T10:43:59.872Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-17T10:43:59.872Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-17T10:43:59.872Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=f0d52d89-5631-4a5f-a137-70c963f39372
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-17T10:43:59.874Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-17T10:43:59.874Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template vFW 65840914-e810 0 is matching search criteria
2021-11-17T10:43:59.874Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 65840914-e810 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-17T10:43:59.876Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-17T10:43:59.876Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template vFW 65840914-e810 0 is not matching search criteria
2021-11-17T10:43:59.877Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-17T10:43:59.877Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-17T10:43:59.877Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-17T10:43:59.877Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-17T10:43:59.877Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-17T10:43:59.877Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-17T10:43:59.878Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-17T10:43:59.878Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-17T10:43:59.878Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-17T10:43:59.878Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-17T10:43:59.878Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-17T10:43:59.878Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-11-17T10:43:59.879Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=285eebcf-c2db-441a-92d4-92b1230b7423
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-17T10:43:59.888Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-17T10:43:59.888Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template vFW 65840914-e810 0 is matching search criteria
2021-11-17T10:43:59.888Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 65840914-e810 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-17T10:43:59.889Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-17T10:43:59.890Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Node template vFW 65840914-e810 0 is matching search criteria
2021-11-17T10:43:59.890Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 65840914-e810 0] matching following query criteria: sdcType=VF, customizationUUID=7070a543-e4e0-44dc-90b6-66a6243d9b4a
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-17T10:43:59.895Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-17T10:43:59.896Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-11-17 10-41-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T10:43:59.896Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 4b05cd70-2f39-4d9e-97cb-793028a48ddf: vFW 65840914-e810
2021-11-17T10:43:59.896Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-17T10:43:59.896Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-11-17 10-41-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T10:43:59.897Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-17T10:43:59.897Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-11-17 10-41-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T10:43:59.897Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-17T10:43:59.897Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-11-17 10-41-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T10:43:59.897Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-17T10:43:59.898Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-11-17 10-41-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T10:43:59.898Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-17T10:43:59.898Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-11-17 10-41-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T10:43:59.898Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||INFO|500||Saving Service: vFW 2021-11-17 10-41-04
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-17T10:44:00.186Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 65840914-e810 16adf65e-7465-4bbf-893c-22423e5dd3f8 1 ASDC deployResourceStructure
2021-11-17T10:44:00.187Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/vfw65840914e8100_modules.json ASDC sendASDCNotification
2021-11-17T10:44:00.188Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/vfw65840914e8100_modules.json
2021-11-17T10:44:00.188Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-17T10:44:00.189Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-11-17T10:44:00.191Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T10:44:00.191Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637145840187,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/vfw65840914e8100_modules.json",
"status": "DEPLOY_OK"
}
2021-11-17T10:44:00.291Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-17T10:44:00.295Z||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-17T10:44:00.295Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rQC2B3tiJtZEKaRx) ...
2021-11-17T10:44:00.314Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T10:44:00.314Z||pool-14-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2021-11-17T10:44:01.192Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-11-17T10:44:01.193Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/base_vfw.yaml
2021-11-17T10:44:01.193Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-17T10:44:01.193Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-11-17T10:44:01.195Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T10:44:01.195Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637145841192,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-11-17T10:44:01.295Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-17T10:44:01.297Z||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-17T10:44:01.298Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rQC2B3tiJtZEKaRx) ...
2021-11-17T10:44:01.311Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T10:44:01.312Z||pool-15-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-11-17T10:44:02.196Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/base_vfw.env ASDC sendASDCNotification
2021-11-17T10:44:02.197Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/base_vfw.env
2021-11-17T10:44:02.197Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-17T10:44:02.198Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-11-17T10:44:02.200Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T10:44:02.200Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637145842196,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-11-17T10:44:02.300Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-17T10:44:02.301Z||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-17T10:44:02.301Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rQC2B3tiJtZEKaRx) ...
2021-11-17T10:44:02.311Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T10:44:02.312Z||pool-16-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-17T10:44:03.201Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211117104104/1.0/artifacts/service-Vfw20211117104104-csar.csar ASDC sendASDCNotification
2021-11-17T10:44:03.202Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211117104104/1.0/artifacts/service-Vfw20211117104104-csar.csar
2021-11-17T10:44:03.202Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-17T10:44:03.203Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-11-17T10:44:03.205Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T10:44:03.205Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637145843201,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/artifacts/service-Vfw20211117104104-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-17T10:44:03.305Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-17T10:44:03.306Z||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-17T10:44:03.306Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rQC2B3tiJtZEKaRx) ...
2021-11-17T10:44:03.326Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T10:44:03.327Z||pool-17-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2021-11-17T10:44:04.207Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b72a2085-f383-47a6-91a6-2d61051ecb63
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-17T10:44:04.224Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b72a2085-f383-47a6-91a6-2d61051ecb63
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-17T10:44:04.227Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-17T10:44:04.227Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-17T10:44:04.227Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-17T10:44:34.227Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b72a2085-f383-47a6-91a6-2d61051ecb63
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-17T10:44:34.240Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b72a2085-f383-47a6-91a6-2d61051ecb63
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-17T10:44:34.242Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-17T10:44:34.243Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-17T10:44:34.243Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-17T10:44:43.809Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T10:44:43.810Z||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-17T10:44:43.810Z||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 rQC2B3tiJtZEKaRx) ...
2021-11-17T10:44:43.845Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T10:44:43.846Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-17T10:44:43.846Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637145824004,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-11-17T10:44:43.847Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T10:45:04.243Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b72a2085-f383-47a6-91a6-2d61051ecb63
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-17T10:45:04.251Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b72a2085-f383-47a6-91a6-2d61051ecb63
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-17T10:45:04.253Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-17T10:45:04.253Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-17T10:45:04.254Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-17T10:45:34.254Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b72a2085-f383-47a6-91a6-2d61051ecb63
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-17T10:45:34.275Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b72a2085-f383-47a6-91a6-2d61051ecb63
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-17T10:45:34.278Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-17T10:45:34.278Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-17T10:45:34.278Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-17T10:45:43.809Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T10:45:43.811Z||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-17T10:45:43.811Z||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 rQC2B3tiJtZEKaRx) ...
2021-11-17T10:45:43.837Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T10:45:43.838Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-17T10:45:43.838Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63",
"consumerID": "policy-id",
"timestamp": 1637145824181,
"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-17T10:45:43.847Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b72a2085-f383-47a6-91a6-2d61051ecb63
2021-11-17T10:45:43.848Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId b72a2085-f383-47a6-91a6-2d61051ecb63 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-17T10:46:04.279Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b72a2085-f383-47a6-91a6-2d61051ecb63
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-17T10:46:04.300Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b72a2085-f383-47a6-91a6-2d61051ecb63
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-17T10:46:04.304Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-17T10:46:04.304Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-17T10:46:04.304Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-17T10:46:34.305Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b72a2085-f383-47a6-91a6-2d61051ecb63
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-17T10:46:34.316Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b72a2085-f383-47a6-91a6-2d61051ecb63
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-17T10:46:34.319Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-17T10:46:34.320Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-17T10:46:34.320Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-17T10:46:43.809Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T10:46:43.810Z||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-17T10:46:43.810Z||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 rQC2B3tiJtZEKaRx) ...
2021-11-17T10:46:44.335Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T10:46:44.338Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-17T10:46:44.338Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637145823800,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-17T10:46:44.339Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-17T10:46:44.339Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-17T10:46:44.340Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1637145824137,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-17T10:46:44.340Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-17T10:46:44.340Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-17T10:46:44.340Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637145825378,
"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-17T10:46:44.346Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b72a2085-f383-47a6-91a6-2d61051ecb63
2021-11-17T10:46:44.346Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId b72a2085-f383-47a6-91a6-2d61051ecb63 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-17T10:46:44.355Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-17T10:46:44.355Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637145823800,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/vfw65840914e8100_modules.json",
"status": "NOTIFIED"
}
2021-11-17T10:46:44.355Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-17T10:46:44.356Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-17T10:46:44.356Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1637145824137,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/vfw65840914e8100_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-17T10:46:44.356Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-17T10:46:44.356Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-17T10:46:44.357Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637145826382,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/vfw65840914e8100_modules.json",
"status": "DEPLOY_OK"
}
2021-11-17T10:46:44.357Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T10:46:44.357Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-17T10:46:44.358Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637145823800,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-11-17T10:46:44.358Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-17T10:46:44.358Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-17T10:46:44.358Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1637145824137,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-17T10:46:44.359Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-17T10:46:44.359Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-17T10:46:44.359Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637145823800,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-17T10:46:44.360Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-17T10:46:44.360Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-17T10:46:44.360Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1637145824137,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-17T10:46:44.360Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-17T10:46:44.361Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-17T10:46:44.361Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637145823800,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-11-17T10:46:44.361Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-17T10:46:44.361Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-17T10:46:44.362Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1637145824137,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-11-17T10:46:44.362Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-17T10:46:44.362Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-17T10:46:44.362Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637145823800,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/artifacts/service-Vfw20211117104104-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-17T10:46:44.363Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-17T10:46:44.363Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-17T10:46:44.363Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1637145824137,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/artifacts/service-Vfw20211117104104-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-17T10:46:44.364Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-17T10:46:44.364Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-17T10:46:44.364Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637145823800,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/artifacts/service-Vfw20211117104104-csar.csar",
"status": "NOTIFIED"
}
2021-11-17T10:46:44.364Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-17T10:46:44.365Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-17T10:46:44.365Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1637145824137,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/artifacts/service-Vfw20211117104104-csar.csar",
"status": "NOTIFIED"
}
2021-11-17T10:46:44.365Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-17T10:46:44.365Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-17T10:46:44.365Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637145831872,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/artifacts/service-Vfw20211117104104-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-17T10:46:44.366Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T10:46:44.366Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-17T10:46:44.366Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63",
"consumerID": "aai-ml",
"timestamp": 1637145831949,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/artifacts/service-Vfw20211117104104-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-17T10:46:44.367Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T10:46:44.367Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-17T10:46:44.367Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1637145832164,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/artifacts/service-Vfw20211117104104-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-17T10:46:44.367Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T10:46:44.368Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-17T10:46:44.368Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63",
"consumerID": "aai-ml",
"timestamp": 1637145832955,
"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-17T10:46:44.372Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b72a2085-f383-47a6-91a6-2d61051ecb63
2021-11-17T10:46:44.373Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId b72a2085-f383-47a6-91a6-2d61051ecb63 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-17T10:46:44.381Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-17T10:46:44.381Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63",
"consumerID": "clamp",
"timestamp": 1637145834581,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/artifacts/service-Vfw20211117104104-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-17T10:46:44.382Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T10:46:44.382Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-17T10:46:44.382Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637145836402,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/vfw65840914e8100_modules.json",
"status": "DOWNLOAD_OK"
}
2021-11-17T10:46:44.382Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T10:46:44.383Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-17T10:46:44.383Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63",
"consumerID": "clamp",
"timestamp": 1637145836598,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/artifacts/service-Vfw20211117104104-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-17T10:46:44.383Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T10:46:44.383Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-17T10:46:44.384Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1637145837407,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/artifacts/service-Vfw20211117104104-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-17T10:46:44.384Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T10:46:44.384Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-17T10:46:44.384Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63",
"consumerID": "clamp",
"timestamp": 1637145837603,
"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-17T10:46:44.389Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of b72a2085-f383-47a6-91a6-2d61051ecb63
2021-11-17T10:46:44.389Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId b72a2085-f383-47a6-91a6-2d61051ecb63 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-17T10:46:44.397Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-17T10:46:44.398Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637145837605,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-11-17T10:46:44.398Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T10:46:44.398Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-17T10:46:44.399Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1637145838413,
"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-17T10:46:44.404Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b72a2085-f383-47a6-91a6-2d61051ecb63
2021-11-17T10:46:44.404Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId b72a2085-f383-47a6-91a6-2d61051ecb63 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-17T10:46:44.419Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-17T10:46:44.419Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637145838795,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-11-17T10:46:44.420Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T10:46:44.420Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-17T10:46:44.420Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637145840187,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/vfw65840914e8100_modules.json",
"status": "DEPLOY_OK"
}
2021-11-17T10:46:44.421Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T10:46:44.421Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-17T10:46:44.421Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637145841192,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-11-17T10:46:44.421Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T10:46:44.422Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-17T10:46:44.422Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637145842196,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/resourceInstances/vfw65840914e8100/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-11-17T10:46:44.422Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T10:46:44.422Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-17T10:46:44.423Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637145843201,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117104104/1.0/artifacts/service-Vfw20211117104104-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-17T10:46:44.423Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T10:47:04.321Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b72a2085-f383-47a6-91a6-2d61051ecb63
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-17T10:47:04.333Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b72a2085-f383-47a6-91a6-2d61051ecb63
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-17T10:47:04.336Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-17T10:47:04.336Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-17T10:47:04.336Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-11-17T10:47:04.336Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-11-17T10:47:04.336Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-17T10:47:04.337Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-17T10:47:04.337Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-17T10:47:04.337Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-17T10:47:04.337Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-17T10:47:04.337Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-17T10:47:04.337Z|b72a2085-f383-47a6-91a6-2d61051ecb63|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-17T10:47:04.342Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-11-17T10:47:34.343Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b72a2085-f383-47a6-91a6-2d61051ecb63 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-17T10:47:34.364Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b72a2085-f383-47a6-91a6-2d61051ecb63 and serviceModelVersionId: 4b05cd70-2f39-4d9e-97cb-793028a48ddf
2021-11-17T10:47:34.364Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : de2b779d-4c90-469a-8748-61049361c141
2021-11-17T10:47:43.817Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T10:47:43.819Z||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-17T10:47:43.819Z||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 rQC2B3tiJtZEKaRx) ...
2021-11-17T10:47:44.457Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T10:47:44.459Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-17T10:47:44.459Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1637146034137,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-17T10:47:44.460Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-17T10:47:44.461Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-17T10:47:44.461Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637146033571,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-17T10:47:44.461Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-17T10:47:44.461Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-17T10:47:44.462Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e",
"consumerID": "policy-id",
"timestamp": 1637146034247,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-17T10:47:44.462Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-17T10:47:44.462Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-17T10:47:44.462Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e",
"consumerID": "dcae-sch",
"timestamp": 1637146032247,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-17T10:47:44.463Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-17T10:47:44.463Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-17T10:47:44.463Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e",
"consumerID": "cds",
"timestamp": 1637146038894,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-17T10:47:44.464Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-17T10:47:44.464Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-17T10:47:44.464Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1637146034137,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/basic_onboard_wockil0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-17T10:47:44.464Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-17T10:47:44.465Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-17T10:47:44.465Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637146033571,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/basic_onboard_wockil0_modules.json",
"status": "NOTIFIED"
}
2021-11-17T10:47:44.465Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-17T10:47:44.465Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-17T10:47:44.465Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e",
"consumerID": "dcae-sch",
"timestamp": 1637146032247,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/basic_onboard_wockil0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-17T10:47:44.466Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-17T10:47:44.466Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-17T10:47:44.466Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e",
"consumerID": "policy-id",
"timestamp": 1637146034247,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/basic_onboard_wockil0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-17T10:47:44.466Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-17T10:47:44.467Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-17T10:47:44.467Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e",
"consumerID": "cds",
"timestamp": 1637146038894,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/basic_onboard_wockil0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-17T10:47:44.467Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-17T10:47:44.467Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-17T10:47:44.468Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1637146034137,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-17T10:47:44.468Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-17T10:47:44.468Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-17T10:47:44.468Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637146033571,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-11-17T10:47:44.469Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-17T10:47:44.469Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-17T10:47:44.469Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e",
"consumerID": "policy-id",
"timestamp": 1637146034247,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-11-17T10:47:44.469Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-17T10:47:44.470Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-17T10:47:44.470Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e",
"consumerID": "dcae-sch",
"timestamp": 1637146032247,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-17T10:47:44.470Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-17T10:47:44.470Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-17T10:47:44.470Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e",
"consumerID": "cds",
"timestamp": 1637146038894,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-17T10:47:44.471Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-17T10:47:44.471Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-17T10:47:44.471Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1637146034137,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-17T10:47:44.471Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-17T10:47:44.472Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-17T10:47:44.472Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637146033571,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-17T10:47:44.472Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-17T10:47:44.472Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-17T10:47:44.473Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e",
"consumerID": "dcae-sch",
"timestamp": 1637146032247,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-17T10:47:44.473Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-17T10:47:44.473Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-17T10:47:44.473Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e",
"consumerID": "policy-id",
"timestamp": 1637146034247,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-17T10:47:44.474Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-17T10:47:44.474Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-17T10:47:44.474Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e",
"consumerID": "cds",
"timestamp": 1637146038894,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-17T10:47:44.474Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-17T10:47:44.475Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-17T10:47:44.475Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e",
"consumerID": "aai-ml",
"timestamp": 1637146042606,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-17T10:47:44.475Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-17T10:47:44.475Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-17T10:47:44.476Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1637146034137,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-11-17T10:47:44.476Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-17T10:47:44.476Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-17T10:47:44.476Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637146033571,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-11-17T10:47:44.477Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-17T10:47:44.477Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-17T10:47:44.477Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e",
"consumerID": "policy-id",
"timestamp": 1637146034247,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-11-17T10:47:44.477Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-17T10:47:44.478Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-17T10:47:44.478Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e",
"consumerID": "dcae-sch",
"timestamp": 1637146032247,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-11-17T10:47:44.478Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-17T10:47:44.478Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-17T10:47:44.479Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e",
"consumerID": "cds",
"timestamp": 1637146038894,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-11-17T10:47:44.479Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-17T10:47:44.479Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-17T10:47:44.479Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e",
"consumerID": "aai-ml",
"timestamp": 1637146042606,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/basic_onboard_wockil0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-17T10:47:44.480Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-17T10:47:44.480Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-17T10:47:44.480Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1637146034137,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/artifacts/service-BasicOnboardWockil-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-17T10:47:44.480Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-17T10:47:44.481Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-17T10:47:44.481Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e",
"consumerID": "policy-id",
"timestamp": 1637146034247,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/artifacts/service-BasicOnboardWockil-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-17T10:47:44.481Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-17T10:47:44.481Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-17T10:47:44.482Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e",
"consumerID": "dcae-sch",
"timestamp": 1637146032247,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/artifacts/service-BasicOnboardWockil-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-17T10:47:44.482Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-17T10:47:44.482Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-17T10:47:44.482Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637146033571,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/artifacts/service-BasicOnboardWockil-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-17T10:47:44.483Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-17T10:47:44.483Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-17T10:47:44.483Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e",
"consumerID": "cds",
"timestamp": 1637146038894,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/artifacts/service-BasicOnboardWockil-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-17T10:47:44.483Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-17T10:47:44.484Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-17T10:47:44.484Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e",
"consumerID": "aai-ml",
"timestamp": 1637146042606,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-17T10:47:44.484Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-17T10:47:44.484Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-17T10:47:44.485Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1637146034137,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/artifacts/service-BasicOnboardWockil-csar.csar",
"status": "NOTIFIED"
}
2021-11-17T10:47:44.485Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-17T10:47:44.486Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-17T10:47:44.487Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637146033571,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/artifacts/service-BasicOnboardWockil-csar.csar",
"status": "NOTIFIED"
}
2021-11-17T10:47:44.487Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-17T10:47:44.488Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-17T10:47:44.488Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e",
"consumerID": "dcae-sch",
"timestamp": 1637146032247,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/artifacts/service-BasicOnboardWockil-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-11-17T10:47:44.489Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-17T10:47:44.489Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-17T10:47:44.489Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e",
"consumerID": "policy-id",
"timestamp": 1637146034247,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/artifacts/service-BasicOnboardWockil-csar.csar",
"status": "NOTIFIED"
}
2021-11-17T10:47:44.490Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-17T10:47:44.491Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-17T10:47:44.491Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e",
"consumerID": "cds",
"timestamp": 1637146038894,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/artifacts/service-BasicOnboardWockil-csar.csar",
"status": "NOTIFIED"
}
2021-11-17T10:47:44.492Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-17T10:47:44.492Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-17T10:47:44.492Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e",
"consumerID": "aai-ml",
"timestamp": 1637146042606,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-17T10:47:44.493Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-17T10:47:44.494Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-17T10:47:44.494Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637146047034,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/basic_onboard_wockil0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-11-17T10:47:44.494Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T10:47:44.494Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-17T10:47:44.495Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1637146047036,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/artifacts/service-BasicOnboardWockil-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-17T10:47:44.495Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T10:47:44.495Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-17T10:47:44.496Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e",
"consumerID": "cds",
"timestamp": 1637146047049,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/artifacts/service-BasicOnboardWockil-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-17T10:47:44.496Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T10:47:44.496Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-17T10:47:44.496Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e",
"consumerID": "policy-id",
"timestamp": 1637146047048,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/artifacts/service-BasicOnboardWockil-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-17T10:47:44.497Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T10:47:44.497Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-17T10:47:44.497Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e",
"consumerID": "aai-ml",
"timestamp": 1637146042606,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-11-17T10:47:44.497Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-17T10:47:44.498Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-17T10:47:44.498Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e",
"consumerID": "ves-openapi-manager",
"timestamp": 1637146047351,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-17T10:47:44.498Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-17T10:47:44.498Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-17T10:47:44.498Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e",
"consumerID": "cds",
"timestamp": 1637146048055,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/artifacts/service-BasicOnboardWockil-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-17T10:47:44.517Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of da56d5d2-fcac-4dd0-a657-ee55f6d11e2e
2021-11-17T10:47:44.517Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId da56d5d2-fcac-4dd0-a657-ee55f6d11e2e 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-17T10:47:44.525Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-17T10:47:44.525Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e",
"consumerID": "policy-id",
"timestamp": 1637146048054,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/artifacts/service-BasicOnboardWockil-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-17T10:47:44.526Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T10:47:44.526Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-17T10:47:44.526Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e",
"consumerID": "aai-ml",
"timestamp": 1637146042606,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/artifacts/service-BasicOnboardWockil-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-17T10:47:44.526Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-17T10:47:44.527Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-17T10:47:44.527Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637146048331,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-11-17T10:47:44.527Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T10:47:44.527Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-17T10:47:44.528Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e",
"consumerID": "ves-openapi-manager",
"timestamp": 1637146047351,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/basic_onboard_wockil0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-17T10:47:44.528Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-17T10:47:44.528Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-17T10:47:44.528Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e",
"consumerID": "policy-id",
"timestamp": 1637146049057,
"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-17T10:47:44.533Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of da56d5d2-fcac-4dd0-a657-ee55f6d11e2e
2021-11-17T10:47:44.533Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId da56d5d2-fcac-4dd0-a657-ee55f6d11e2e 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-17T10:47:44.542Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-17T10:47:44.542Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e",
"consumerID": "aai-ml",
"timestamp": 1637146042606,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/artifacts/service-BasicOnboardWockil-csar.csar",
"status": "NOTIFIED"
}
2021-11-17T10:47:44.543Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-17T10:47:44.543Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-17T10:47:44.544Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1637146049443,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/artifacts/service-BasicOnboardWockil-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-17T10:47:44.544Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T10:47:44.544Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-17T10:47:44.544Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637146049544,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-11-17T10:47:44.545Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T10:47:44.545Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-17T10:47:44.545Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e",
"consumerID": "ves-openapi-manager",
"timestamp": 1637146047351,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-17T10:47:44.545Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-17T10:47:44.546Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-17T10:47:44.546Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e",
"consumerID": "aai-ml",
"timestamp": 1637146050452,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/artifacts/service-BasicOnboardWockil-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-17T10:47:44.546Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T10:47:44.546Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-17T10:47:44.547Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1637146050449,
"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-17T10:47:44.551Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of da56d5d2-fcac-4dd0-a657-ee55f6d11e2e
2021-11-17T10:47:44.551Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId da56d5d2-fcac-4dd0-a657-ee55f6d11e2e 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-17T10:47:44.562Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-17T10:47:44.562Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637146050579,
"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-17T10:47:44.567Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of da56d5d2-fcac-4dd0-a657-ee55f6d11e2e
2021-11-17T10:47:44.567Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId da56d5d2-fcac-4dd0-a657-ee55f6d11e2e 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-17T10:47:44.573Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-17T10:47:44.573Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e",
"consumerID": "ves-openapi-manager",
"timestamp": 1637146047351,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-17T10:47:44.574Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-17T10:47:44.574Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-17T10:47:44.574Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637146051583,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/basic_onboard_wockil0_modules.json",
"status": "DEPLOY_OK"
}
2021-11-17T10:47:44.574Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T10:47:44.575Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-17T10:47:44.575Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e",
"consumerID": "ves-openapi-manager",
"timestamp": 1637146047351,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-11-17T10:47:44.575Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-17T10:47:44.575Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-17T10:47:44.576Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e",
"consumerID": "ves-openapi-manager",
"timestamp": 1637146047351,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/artifacts/service-BasicOnboardWockil-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-17T10:47:44.576Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-17T10:47:44.576Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-17T10:47:44.576Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e",
"consumerID": "ves-openapi-manager",
"timestamp": 1637146047351,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/artifacts/service-BasicOnboardWockil-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-11-17T10:47:44.577Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-17T10:47:44.577Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-17T10:47:44.577Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e",
"consumerID": "clamp",
"timestamp": 1637146056616,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-17T10:47:44.577Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-17T10:47:44.578Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-17T10:47:44.578Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e",
"consumerID": "clamp",
"timestamp": 1637146056616,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/basic_onboard_wockil0_modules.json",
"status": "NOTIFIED"
}
2021-11-17T10:47:44.578Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-17T10:47:44.578Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-17T10:47:44.578Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e",
"consumerID": "clamp",
"timestamp": 1637146056616,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-17T10:47:44.579Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-17T10:47:44.579Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-17T10:47:44.579Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e",
"consumerID": "aai-ml",
"timestamp": 1637146059396,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/artifacts/service-BasicOnboardWockil-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-17T10:47:44.579Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T10:47:44.580Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-17T10:47:44.580Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e",
"consumerID": "clamp",
"timestamp": 1637146056616,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-17T10:47:44.580Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-17T10:47:44.580Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-17T10:47:44.581Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e",
"consumerID": "aai-ml",
"timestamp": 1637146060401,
"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-17T10:47:44.585Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of da56d5d2-fcac-4dd0-a657-ee55f6d11e2e
2021-11-17T10:47:44.585Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId da56d5d2-fcac-4dd0-a657-ee55f6d11e2e 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-17T10:47:44.592Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-17T10:47:44.593Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e",
"consumerID": "clamp",
"timestamp": 1637146056616,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-11-17T10:47:44.596Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-17T10:47:44.596Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-17T10:47:44.596Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e",
"consumerID": "clamp",
"timestamp": 1637146056616,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/artifacts/service-BasicOnboardWockil-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-17T10:47:44.596Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-17T10:47:44.597Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-17T10:47:44.597Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e",
"consumerID": "clamp",
"timestamp": 1637146056616,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/artifacts/service-BasicOnboardWockil-csar.csar",
"status": "NOTIFIED"
}
2021-11-17T10:47:44.597Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-17T10:47:48.661Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/de2b779d-4c90-469a-8748-61049361c141/model-vers/model-ver/4b05cd70-2f39-4d9e-97cb-793028a48ddf?depth=0
2021-11-17T10:47:48.777Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2021-11-17T10:47:49.250Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/de2b779d-4c90-469a-8748-61049361c141/model-vers/model-ver/4b05cd70-2f39-4d9e-97cb-793028a48ddf?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2021-11-17T10:47:49.255Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/de2b779d-4c90-469a-8748-61049361c141/model-vers/model-ver/4b05cd70-2f39-4d9e-97cb-793028a48ddf?depth=0|INFO|500||Invoke
2021-11-17T10:47:49.375Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/de2b779d-4c90-469a-8748-61049361c141/model-vers/model-ver/4b05cd70-2f39-4d9e-97cb-793028a48ddf?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-11-17T10:47:49.948Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/de2b779d-4c90-469a-8748-61049361c141/model-vers/model-ver/4b05cd70-2f39-4d9e-97cb-793028a48ddf?depth=0|INFO|500||InvokeReturn
2021-11-17T10:47:49.949Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/de2b779d-4c90-469a-8748-61049361c141/model-vers/model-ver/4b05cd70-2f39-4d9e-97cb-793028a48ddf?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211117-10:47:49:383-11928], vertex-id=[209136], Content-Length=[0], Date=[Wed, 17 Nov 2021 10:47:49 GMT], Content-Type=[application/json]}
2021-11-17T10:47:49.949Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2021-11-17T10:47:49.953Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-11-17T10:47:49.953Z|b72a2085-f383-47a6-91a6-2d61051ecb63|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-17T10:47:49.958Z|b72a2085-f383-47a6-91a6-2d61051ecb63|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-17T10:47:49.958Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b72a2085-f383-47a6-91a6-2d61051ecb63 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-11-17T10:47:49.959Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-11-17T10:47:49.959Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-11-17T10:47:49.961Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T10:47:49.961Z|b72a2085-f383-47a6-91a6-2d61051ecb63|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637146069958,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-17T10:47:50.062Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-17T10:47:50.063Z||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-17T10:47:50.063Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rQC2B3tiJtZEKaRx) ...
2021-11-17T10:47:50.074Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T10:47:50.075Z||pool-18-thread-1|||||INFO|500||cambria reply ok (13 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-17T10:47:50.972Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T10:47:50.973Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-17T10:47:50.973Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rQC2B3tiJtZEKaRx) ...
2021-11-17T10:47:55.615Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T10:47:55.617Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-17T10:47:55.617Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"da56d5d2-fcac-4dd0-a657-ee55f6d11e2e","serviceName":"basic_onboard_WOCKIL","serviceVersion":"1.0","serviceUUID":"7533b363-5657-40d3-8734-0a1b8b06c309","serviceDescription":"service","serviceInvariantUUID":"f4096cfa-8760-4d94-9bec-c284dc4f0a7e","resources":[{"resourceInstanceName":"basic_onboard_WOCKIL 0","resourceName":"basic_onboard_WOCKIL","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d8c1a791-51f3-4c03-80a9-8c43fa8fd8aa","resourceInvariantUUID":"ab531524-c110-442b-9928-4af67ca9d691","resourceCustomizationUUID":"5a8c66f2-4cd0-4baf-a287-56f3e69fa8fa","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/vf-license-model.xml","artifactChecksum":"NGVmMzU4NTZkMjc3NjM0Y2M3ODdiMWY0MGJhODBjOTY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"60b9d90f-c121-4c45-80c3-5094ec87c269","artifactVersion":"1"},{"artifactName":"basic_onboard_wockil0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/basic_onboard_wockil0_modules.json","artifactChecksum":"NDdiOGFmOGU3M2FiNGYxNDBiMmQzOWE4NzdmMmVmNzQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"4fbdece9-cfe4-4c52-a19e-0d6d1a76ec2b","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"000ae8c4-2a5c-48dd-92db-ae26cf99b01e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0f1b4ff1-5cf0-40ef-9f3f-665c53e89bf2","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"2e9d5a91-ab72-497b-beb4-74cc89831410","artifactVersion":"2","generatedFromUUID":"000ae8c4-2a5c-48dd-92db-ae26cf99b01e"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardWockil-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWockil/1.0/artifacts/service-BasicOnboardWockil-template.yml","artifactChecksum":"NWE4Njc2YjUyNThjNDgxNzExOTU0MTUxNGI2OWE4NDg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d56c4da2-67c4-4029-9e81-1211806fd056","artifactVersion":"1"},{"artifactName":"service-BasicOnboardWockil-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWockil/1.0/artifacts/service-BasicOnboardWockil-csar.csar","artifactChecksum":"Y2U3OWE0NWMxMTY5ZTNhMDAyZmJkY2YxZGQ3MDYxMzg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bae72b42-e6e4-4322-8771-b29168dd9ab2","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-17T10:47:55.620Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-17T10:47:55.620Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-17T10:47:55.622Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T10:47:55.622Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637146070972,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-17T10:47:55.722Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-17T10:47:55.723Z||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-17T10:47:55.723Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rQC2B3tiJtZEKaRx) ...
2021-11-17T10:47:55.735Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T10:47:55.736Z||pool-19-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-17T10:47:56.622Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-17T10:47:56.623Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-17T10:47:56.625Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T10:47:56.625Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637146070972,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/basic_onboard_wockil0_modules.json",
"status": "NOTIFIED"
}
2021-11-17T10:47:56.725Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-17T10:47:56.726Z||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-17T10:47:56.726Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rQC2B3tiJtZEKaRx) ...
2021-11-17T10:47:56.738Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T10:47:56.738Z||pool-20-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-17T10:47:57.626Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-17T10:47:57.627Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-17T10:47:57.628Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T10:47:57.629Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637146070972,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-11-17T10:47:57.729Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-17T10:47:57.729Z||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-17T10:47:57.730Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rQC2B3tiJtZEKaRx) ...
2021-11-17T10:47:57.741Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T10:47:57.741Z||pool-21-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-17T10:47:58.629Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-17T10:47:58.630Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-17T10:47:58.632Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T10:47:58.632Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637146070972,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-17T10:47:58.732Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-17T10:47:58.733Z||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-17T10:47:58.733Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rQC2B3tiJtZEKaRx) ...
2021-11-17T10:47:58.751Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T10:47:58.752Z||pool-22-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2021-11-17T10:47:59.633Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-17T10:47:59.634Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-17T10:47:59.637Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T10:47:59.638Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637146070972,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-11-17T10:47:59.737Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-17T10:47:59.738Z||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-17T10:47:59.738Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rQC2B3tiJtZEKaRx) ...
2021-11-17T10:47:59.750Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T10:47:59.751Z||pool-23-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-11-17T10:48:00.638Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-17T10:48:00.639Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-17T10:48:00.641Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T10:48:00.641Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637146070972,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/artifacts/service-BasicOnboardWockil-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-17T10:48:00.741Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-17T10:48:00.742Z||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-17T10:48:00.742Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rQC2B3tiJtZEKaRx) ...
2021-11-17T10:48:00.754Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T10:48:00.755Z||pool-24-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-17T10:48:01.642Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-17T10:48:01.643Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-17T10:48:01.645Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T10:48:01.645Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637146070972,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/artifacts/service-BasicOnboardWockil-csar.csar",
"status": "NOTIFIED"
}
2021-11-17T10:48:01.745Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-17T10:48:01.746Z||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-17T10:48:01.746Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rQC2B3tiJtZEKaRx) ...
2021-11-17T10:48:01.762Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T10:48:01.763Z||pool-25-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2021-11-17T10:48:02.647Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e",
"serviceName": "basic_onboard_WOCKIL",
"serviceVersion": "1.0",
"serviceUUID": "7533b363-5657-40d3-8734-0a1b8b06c309",
"serviceDescription": "service",
"serviceInvariantUUID": "f4096cfa-8760-4d94-9bec-c284dc4f0a7e",
"resources": [
{
"resourceInstanceName": "basic_onboard_WOCKIL 0",
"resourceCustomizationUUID": "5a8c66f2-4cd0-4baf-a287-56f3e69fa8fa",
"resourceName": "basic_onboard_WOCKIL",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "d8c1a791-51f3-4c03-80a9-8c43fa8fd8aa",
"resourceInvariantUUID": "ab531524-c110-442b-9928-4af67ca9d691",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_wockil0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/basic_onboard_wockil0_modules.json",
"artifactChecksum": "NDdiOGFmOGU3M2FiNGYxNDBiMmQzOWE4NzdmMmVmNzQ\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "4fbdece9-cfe4-4c52-a19e-0d6d1a76ec2b",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "000ae8c4-2a5c-48dd-92db-ae26cf99b01e",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "2e9d5a91-ab72-497b-beb4-74cc89831410",
"generatedFromUUID": "000ae8c4-2a5c-48dd-92db-ae26cf99b01e"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "2e9d5a91-ab72-497b-beb4-74cc89831410",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardWockil-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/artifacts/service-BasicOnboardWockil-csar.csar",
"artifactChecksum": "Y2U3OWE0NWMxMTY5ZTNhMDAyZmJkY2YxZGQ3MDYxMzg\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "bae72b42-e6e4-4322-8771-b29168dd9ab2"
}
],
"workloadContext": "Production"
}
2021-11-17T10:48:02.648Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-17T10:48:02.648Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7533b363-5657-40d3-8734-0a1b8b06c309 ASDC
2021-11-17T10:48:02.649Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:da56d5d2-fcac-4dd0-a657-ee55f6d11e2e
ServiceName:basic_onboard_WOCKIL
ServiceVersion:1.0
ServiceUUID:7533b363-5657-40d3-8734-0a1b8b06c309
ServiceInvariantUUID:f4096cfa-8760-4d94-9bec-c284dc4f0a7e
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardWockil-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardWockil/1.0/artifacts/service-BasicOnboardWockil-csar.csar
ArtifactUUID:bae72b42-e6e4-4322-8771-b29168dd9ab2
ArtifactChecksum:Y2U3OWE0NWMxMTY5ZTNhMDAyZmJkY2YxZGQ3MDYxMzg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_WOCKIL 0
ResourceCustomizationUUID:5a8c66f2-4cd0-4baf-a287-56f3e69fa8fa
ResourceInvariantUUID:ab531524-c110-442b-9928-4af67ca9d691
ResourceName:basic_onboard_WOCKIL
ResourceType:VF
ResourceUUID:d8c1a791-51f3-4c03-80a9-8c43fa8fd8aa
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_wockil0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/basic_onboard_wockil0_modules.json
ArtifactUUID:4fbdece9-cfe4-4c52-a19e-0d6d1a76ec2b
ArtifactChecksum:NDdiOGFmOGU3M2FiNGYxNDBiMmQzOWE4NzdmMmVmNzQ=
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/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/base_ubuntu18.yaml
ArtifactUUID:000ae8c4-2a5c-48dd-92db-ae26cf99b01e
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/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/base_ubuntu18.env
ArtifactUUID:2e9d5a91-ab72-497b-beb4-74cc89831410
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/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/base_ubuntu18.env
ArtifactUUID:2e9d5a91-ab72-497b-beb4-74cc89831410
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-11-17T10:48:02.649Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7533b363-5657-40d3-8734-0a1b8b06c309 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-17T10:48:02.683Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-17T10:48:02.684Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-11-17T10:48:02.684Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-11-17T10:48:02.685Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: bae72b42-e6e4-4322-8771-b29168dd9ab2 from URL: /sdc/v1/catalog/services/BasicOnboardWockil/1.0/artifacts/service-BasicOnboardWockil-csar.csar
2021-11-17T10:48:02.685Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-11-17T10:48:02.685Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardWockil/1.0/artifacts/service-BasicOnboardWockil-csar.csar
2021-11-17T10:48:02.920Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-11-17T10:48:02.924Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardWockil/1.0/artifacts/service-BasicOnboardWockil-csar.csar bae72b42-e6e4-4322-8771-b29168dd9ab2 71566
2021-11-17T10:48:02.924Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardWockil/1.0/artifacts/service-BasicOnboardWockil-csar.csar ASDC sendASDCNotification
2021-11-17T10:48:02.925Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWockil/1.0/artifacts/service-BasicOnboardWockil-csar.csar
2021-11-17T10:48:02.925Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-17T10:48:02.925Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-17T10:48:02.927Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T10:48:02.928Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637146082924,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/artifacts/service-BasicOnboardWockil-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-17T10:48:03.028Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-17T10:48:03.028Z||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-17T10:48:03.029Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rQC2B3tiJtZEKaRx) ...
2021-11-17T10:48:03.045Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T10:48:03.045Z||pool-26-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2021-11-17T10:48:03.928Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-17T10:48:03.929Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-11-17T10:48:03.929Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: bae72b42-e6e4-4322-8771-b29168dd9ab2, URL: /sdc/v1/catalog/services/BasicOnboardWockil/1.0/artifacts/service-BasicOnboardWockil-csar.csar to file: /app/ASDC/1/service-BasicOnboardWockil-csar.csar
2021-11-17T10:48:03.930Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardWockil-csar.csar
2021-11-17T10:48:03.930Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardWockil-csar.csar
2021-11-17T10:48:03.930Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardWockil-csar.csar
2021-11-17T10:48:04.374Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9127060027949205442/Definitions/service-BasicOnboardWockil-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-17T10:48:05.514Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-17T10:48:05.515Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-11-17T10:48:05.515Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardWockil-csar.csar
2021-11-17T10:48:05.515Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-11-17T10:48:05.515Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||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-BasicOnboardWockil-csar.csar
2021-11-17T10:48:05.515Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardWockil-csar.csar
2021-11-17T10:48:05.515Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_WOCKIL 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-BasicOnboardWockil-csar.csar
2021-11-17T10:48:05.515Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||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-BasicOnboardWockil-csar.csar
2021-11-17T10:48:05.516Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardWockil-csar.csar
2021-11-17T10:48:05.516Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardWockil-csar.csar
2021-11-17T10:48:05.516Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardWockil-csar.csar
2021-11-17T10:48:05.516Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardWockil-csar.csar
2021-11-17T10:48:05.516Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardWockil-csar.csar
2021-11-17T10:48:05.516Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-11-17T10:48:05.516Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-17T10:48:05.516Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_WOCKIL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T10:48:05.516Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_WOCKIL 0 is matching search criteria
2021-11-17T10:48:05.517Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-11-17T10:48:05.517Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_WOCKIL 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-17T10:48:05.517Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-17T10:48:05.517Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_WOCKIL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T10:48:05.517Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_WOCKIL 0 is matching search criteria
2021-11-17T10:48:05.517Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-11-17T10:48:05.517Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_WOCKIL 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-17T10:48:05.518Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-17T10:48:05.518Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_WOCKIL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T10:48:05.518Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-17T10:48:05.518Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_WOCKIL 0 is not matching search criteria
2021-11-17T10:48:05.518Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-11-17T10:48:05.518Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-11-17T10:48:05.518Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-11-17T10:48:05.519Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-11-17T10:48:05.519Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-11-17T10:48:05.519Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-17T10:48:05.519Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_WOCKIL is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-17T10:48:05.519Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-17T10:48:05.519Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_WOCKIL 0 is matching search criteria
2021-11-17T10:48:05.519Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_WOCKIL 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-17T10:48:05.520Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-17T10:48:05.520Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_WOCKIL 0 is matching search criteria
2021-11-17T10:48:05.520Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_WOCKIL 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-17T10:48:05.520Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-17T10:48:05.520Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_WOCKIL 0 is matching search criteria
2021-11-17T10:48:05.520Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_WOCKIL 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-17T10:48:05.521Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-17T10:48:05.521Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_WOCKIL 0 is not matching search criteria
2021-11-17T10:48:05.521Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-11-17T10:48:05.521Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-11-17T10:48:05.521Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=8f0063d5-0692-43a5-8b6b-edeef3907bbe
2021-11-17T10:48:05.521Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-17T10:48:05.522Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_WOCKIL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T10:48:05.522Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-17T10:48:05.522Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_WOCKIL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T10:48:05.522Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-17T10:48:05.522Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_WOCKIL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T10:48:05.522Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-17T10:48:05.522Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_WOCKIL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T10:48:05.522Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_WOCKIL
Description:service
Model UUID:7533b363-5657-40d3-8734-0a1b8b06c309
Model Version:NULL
Model InvariantUuid:f4096cfa-8760-4d94-9bec-c284dc4f0a7e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_WOCKIL
Model UUID:9008e1af-e85f-47fe-9124-ce4473d4ea09
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:ab531524-c110-442b-9928-4af67ca9d691
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:5a8c66f2-4cd0-4baf-a287-56f3e69fa8fa
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:756a3f6b-cfc5-433c-a4dd-9293277d436a
ModelName:BasicOnboardWockil..base_ubuntu18..module-0
ModelUuid:a3fbffb5-c7f2-4292-95fb-87423318aae9
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:8f0063d5-0692-43a5-8b6b-edeef3907bbe
ModelInvariantUuid:38dbca0c-09d0-4305-b870-379510b86e97
ModelName:basic_onboard_WOCKIL-nodes.ubuntu18Cvfc
ModelUuid:38345e2c-7e09-4a0e-8eea-f3e0ba57a40f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:5bf77286-aa0d-40ca-8d43-6879ea16d1a6
ModelInvariantUuid:b3d695c8-24f9-4ffb-99d6-c801ccda641d
ModelName:BasicOnboardWockil.compute.nodes.heat.ubuntu18
ModelUuid:f192a93f-c8f1-4132-ac37-86153f98fea0
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-17T10:48:05.529Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: d8c1a791-51f3-4c03-80a9-8c43fa8fd8aa
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-17T10:48:05.532Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||INFO|500||basic_onboard_WOCKIL 0
2021-11-17T10:48:05.532Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d8c1a791-51f3-4c03-80a9-8c43fa8fd8aa
2021-11-17T10:48:05.532Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 4fbdece9-cfe4-4c52-a19e-0d6d1a76ec2b from URL: /sdc/v1/catalog/services/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/basic_onboard_wockil0_modules.json
2021-11-17T10:48:05.532Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-11-17T10:48:05.532Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/basic_onboard_wockil0_modules.json
2021-11-17T10:48:05.637Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-11-17T10:48:05.637Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/basic_onboard_wockil0_modules.json 4fbdece9-cfe4-4c52-a19e-0d6d1a76ec2b 798
2021-11-17T10:48:05.637Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/basic_onboard_wockil0_modules.json ASDC sendASDCNotification
2021-11-17T10:48:05.638Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/basic_onboard_wockil0_modules.json
2021-11-17T10:48:05.638Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-17T10:48:05.638Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-17T10:48:05.640Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T10:48:05.640Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637146085637,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/basic_onboard_wockil0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-11-17T10:48:05.740Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-17T10:48:05.741Z||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-17T10:48:05.741Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rQC2B3tiJtZEKaRx) ...
2021-11-17T10:48:05.753Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T10:48:05.753Z||pool-27-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-17T10:48:06.641Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardWockil..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "756a3f6b-cfc5-433c-a4dd-9293277d436a",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "a3fbffb5-c7f2-4292-95fb-87423318aae9",
"vfModuleModelCustomizationUUID": "174e76d6-b567-4001-9d39-d128520509ed",
"isBase": true,
"artifacts": [
"000ae8c4-2a5c-48dd-92db-ae26cf99b01e",
"2e9d5a91-ab72-497b-beb4-74cc89831410"
],
"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-17T10:48:06.646Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardWockil..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a3fbffb5-c7f2-4292-95fb-87423318aae9
VfModuleModelInvariantUUID:756a3f6b-cfc5-433c-a4dd-9293277d436a
VfModuleModelDescription:NULL
Artifacts UUID List:{
000ae8c4-2a5c-48dd-92db-ae26cf99b01e
,
2e9d5a91-ab72-497b-beb4-74cc89831410
}
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-17T10:48:06.649Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardWockil..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "756a3f6b-cfc5-433c-a4dd-9293277d436a",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "a3fbffb5-c7f2-4292-95fb-87423318aae9",
"vfModuleModelCustomizationUUID": "174e76d6-b567-4001-9d39-d128520509ed",
"isBase": true,
"artifacts": [
"000ae8c4-2a5c-48dd-92db-ae26cf99b01e",
"2e9d5a91-ab72-497b-beb4-74cc89831410"
],
"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-17T10:48:06.649Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardWockil..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a3fbffb5-c7f2-4292-95fb-87423318aae9
VfModuleModelInvariantUUID:756a3f6b-cfc5-433c-a4dd-9293277d436a
VfModuleModelDescription:NULL
Artifacts UUID List:{
000ae8c4-2a5c-48dd-92db-ae26cf99b01e
,
2e9d5a91-ab72-497b-beb4-74cc89831410
}
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-17T10:48:06.649Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 000ae8c4-2a5c-48dd-92db-ae26cf99b01e from URL: /sdc/v1/catalog/services/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/base_ubuntu18.yaml
2021-11-17T10:48:06.649Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-11-17T10:48:06.650Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/base_ubuntu18.yaml
2021-11-17T10:48:06.828Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-11-17T10:48:06.829Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/base_ubuntu18.yaml 000ae8c4-2a5c-48dd-92db-ae26cf99b01e 5033
2021-11-17T10:48:06.829Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-11-17T10:48:06.829Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/base_ubuntu18.yaml
2021-11-17T10:48:06.829Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-17T10:48:06.829Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-17T10:48:06.832Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T10:48:06.832Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637146086829,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-11-17T10:48:06.932Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-17T10:48:06.933Z||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-17T10:48:06.933Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rQC2B3tiJtZEKaRx) ...
2021-11-17T10:48:06.944Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T10:48:06.944Z||pool-28-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-17T10:48:07.832Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 2e9d5a91-ab72-497b-beb4-74cc89831410 from URL: /sdc/v1/catalog/services/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/base_ubuntu18.env
2021-11-17T10:48:07.834Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-11-17T10:48:07.834Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/base_ubuntu18.env
2021-11-17T10:48:08.127Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-11-17T10:48:08.128Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/base_ubuntu18.env 2e9d5a91-ab72-497b-beb4-74cc89831410 909
2021-11-17T10:48:08.128Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-11-17T10:48:08.128Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/base_ubuntu18.env
2021-11-17T10:48:08.128Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-17T10:48:08.129Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-17T10:48:08.131Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T10:48:08.131Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637146088128,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-11-17T10:48:08.231Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-17T10:48:08.232Z||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-17T10:48:08.232Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rQC2B3tiJtZEKaRx) ...
2021-11-17T10:48:08.251Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T10:48:08.252Z||pool-29-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":2,"count":1}
2021-11-17T10:48:09.132Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 7533b363-5657-40d3-8734-0a1b8b06c309
2021-11-17T10:48:09.132Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_WOCKIL 0 d8c1a791-51f3-4c03-80a9-8c43fa8fd8aa 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-17T10:48:09.144Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@8303fab, org.onap.sdc.toscaparser.api.parameters.Input@253fe940, org.onap.sdc.toscaparser.api.parameters.Input@3cdade39, org.onap.sdc.toscaparser.api.parameters.Input@27b4ceb2, org.onap.sdc.toscaparser.api.parameters.Input@2ef07088]
2021-11-17T10:48:09.146Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-17T10:48:09.146Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_WOCKIL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T10:48:09.147Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic
2021-11-17T10:48:09.147Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 5a8c66f2-4cd0-4baf-a287-56f3e69fa8fa
2021-11-17T10:48:09.147Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 5a8c66f2-4cd0-4baf-a287-56f3e69fa8fa matches Tosca VF Customization UUID: 5a8c66f2-4cd0-4baf-a287-56f3e69fa8fa
2021-11-17T10:48:09.147Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 5a8c66f2-4cd0-4baf-a287-56f3e69fa8fa 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-17T10:48:09.150Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-17T10:48:09.151Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_WOCKIL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T10:48:09.152Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 5a8c66f2-4cd0-4baf-a287-56f3e69fa8fa: {\"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-17T10:48:09.152Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1fde5664
2021-11-17T10:48:09.153Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-17T10:48:09.153Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_WOCKIL is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-17T10:48:09.154Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 174e76d6-b567-4001-9d39-d128520509ed
2021-11-17T10:48:09.154Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 174e76d6-b567-4001-9d39-d128520509ed
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-17T10:48:09.157Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-17T10:48:09.157Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_WOCKIL 0 is matching search criteria
2021-11-17T10:48:09.157Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_WOCKIL 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-17T10:48:09.158Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-17T10:48:09.158Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_WOCKIL 0 is matching search criteria
2021-11-17T10:48:09.159Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_WOCKIL 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-17T10:48:09.159Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-17T10:48:09.160Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_WOCKIL 0 is not matching search criteria
2021-11-17T10:48:09.160Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-11-17T10:48:09.160Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-11-17T10:48:09.161Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=8f0063d5-0692-43a5-8b6b-edeef3907bbe
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-17T10:48:09.164Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-17T10:48:09.164Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_WOCKIL 0 is matching search criteria
2021-11-17T10:48:09.164Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_WOCKIL 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-17T10:48:09.165Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-17T10:48:09.165Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_WOCKIL 0 is matching search criteria
2021-11-17T10:48:09.165Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_WOCKIL 0] matching following query criteria: sdcType=VF, customizationUUID=5a8c66f2-4cd0-4baf-a287-56f3e69fa8fa
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-17T10:48:09.168Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-17T10:48:09.168Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_WOCKIL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T10:48:09.168Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 7533b363-5657-40d3-8734-0a1b8b06c309: basic_onboard_WOCKIL
2021-11-17T10:48:09.169Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-17T10:48:09.169Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_WOCKIL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T10:48:09.169Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-17T10:48:09.170Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_WOCKIL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T10:48:09.170Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-17T10:48:09.171Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_WOCKIL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T10:48:09.171Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-17T10:48:09.171Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_WOCKIL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T10:48:09.172Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-17T10:48:09.172Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_WOCKIL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T10:48:09.172Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||INFO|500||Saving Service: basic_onboard_WOCKIL
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-17T10:48:09.262Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_WOCKIL d8c1a791-51f3-4c03-80a9-8c43fa8fd8aa 1 ASDC deployResourceStructure
2021-11-17T10:48:09.262Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/basic_onboard_wockil0_modules.json ASDC sendASDCNotification
2021-11-17T10:48:09.262Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/basic_onboard_wockil0_modules.json
2021-11-17T10:48:09.262Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-17T10:48:09.262Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-17T10:48:09.264Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T10:48:09.264Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637146089262,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/basic_onboard_wockil0_modules.json",
"status": "DEPLOY_OK"
}
2021-11-17T10:48:09.364Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-17T10:48:09.366Z||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-17T10:48:09.366Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rQC2B3tiJtZEKaRx) ...
2021-11-17T10:48:09.377Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T10:48:09.377Z||pool-30-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-17T10:48:10.265Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-11-17T10:48:10.266Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/base_ubuntu18.yaml
2021-11-17T10:48:10.266Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-17T10:48:10.266Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-17T10:48:10.269Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T10:48:10.269Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637146090265,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-11-17T10:48:10.369Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-17T10:48:10.370Z||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-17T10:48:10.370Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rQC2B3tiJtZEKaRx) ...
2021-11-17T10:48:10.382Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T10:48:10.382Z||pool-31-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-17T10:48:11.270Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-11-17T10:48:11.270Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/base_ubuntu18.env
2021-11-17T10:48:11.270Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-17T10:48:11.270Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-17T10:48:11.272Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T10:48:11.272Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637146091269,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-11-17T10:48:11.372Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-17T10:48:11.373Z||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-17T10:48:11.373Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rQC2B3tiJtZEKaRx) ...
2021-11-17T10:48:11.385Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T10:48:11.385Z||pool-32-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-17T10:48:12.273Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardWockil/1.0/artifacts/service-BasicOnboardWockil-csar.csar ASDC sendASDCNotification
2021-11-17T10:48:12.273Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWockil/1.0/artifacts/service-BasicOnboardWockil-csar.csar
2021-11-17T10:48:12.273Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-17T10:48:12.274Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-17T10:48:12.276Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T10:48:12.276Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637146092273,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/artifacts/service-BasicOnboardWockil-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-17T10:48:12.376Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-17T10:48:12.377Z||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-17T10:48:12.377Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rQC2B3tiJtZEKaRx) ...
2021-11-17T10:48:12.387Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T10:48:12.387Z||pool-33-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-11-17T10:48:13.276Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: da56d5d2-fcac-4dd0-a657-ee55f6d11e2e
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-17T10:48:13.288Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: da56d5d2-fcac-4dd0-a657-ee55f6d11e2e
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-17T10:48:13.292Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-17T10:48:13.292Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-17T10:48:13.292Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-11-17T10:48:13.292Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-11-17T10:48:13.292Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-17T10:48:13.293Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-17T10:48:13.293Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-17T10:48:13.293Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-17T10:48:13.293Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-17T10:48:13.293Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-17T10:48:13.298Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-11-17T10:48:43.299Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: da56d5d2-fcac-4dd0-a657-ee55f6d11e2e 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-17T10:48:43.306Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: da56d5d2-fcac-4dd0-a657-ee55f6d11e2e and serviceModelVersionId: 7533b363-5657-40d3-8734-0a1b8b06c309
2021-11-17T10:48:43.306Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f4096cfa-8760-4d94-9bec-c284dc4f0a7e
2021-11-17T10:48:43.307Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f4096cfa-8760-4d94-9bec-c284dc4f0a7e/model-vers/model-ver/7533b363-5657-40d3-8734-0a1b8b06c309?depth=0
2021-11-17T10:48:43.313Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2021-11-17T10:48:43.391Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f4096cfa-8760-4d94-9bec-c284dc4f0a7e/model-vers/model-ver/7533b363-5657-40d3-8734-0a1b8b06c309?depth=0|INFO|500||Invoke
2021-11-17T10:48:43.392Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f4096cfa-8760-4d94-9bec-c284dc4f0a7e/model-vers/model-ver/7533b363-5657-40d3-8734-0a1b8b06c309?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f4096cfa-8760-4d94-9bec-c284dc4f0a7e/model-vers/model-ver/7533b363-5657-40d3-8734-0a1b8b06c309?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[da56d5d2-fcac-4dd0-a657-ee55f6d11e2e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[4f3f36b8-a43e-4cfb-9918-3d3457f3c5fa], X-ECOMP-RequestID=[da56d5d2-fcac-4dd0-a657-ee55f6d11e2e], X-TransactionId=[], X-ONAP-RequestID=[da56d5d2-fcac-4dd0-a657-ee55f6d11e2e], Content-Type=[application/merge-patch+json]}
2021-11-17T10:48:43.417Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f4096cfa-8760-4d94-9bec-c284dc4f0a7e/model-vers/model-ver/7533b363-5657-40d3-8734-0a1b8b06c309?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-11-17T10:48:43.611Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f4096cfa-8760-4d94-9bec-c284dc4f0a7e/model-vers/model-ver/7533b363-5657-40d3-8734-0a1b8b06c309?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/f4096cfa-8760-4d94-9bec-c284dc4f0a7e/model-vers/model-ver/7533b363-5657-40d3-8734-0a1b8b06c309?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211117-10:48:43:425-60194], vertex-id=[348224], Content-Length=[0], Date=[Wed, 17 Nov 2021 10:48:43 GMT], Content-Type=[application/json]}
2021-11-17T10:48:43.611Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f4096cfa-8760-4d94-9bec-c284dc4f0a7e/model-vers/model-ver/7533b363-5657-40d3-8734-0a1b8b06c309?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-11-17T10:48:43.612Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f4096cfa-8760-4d94-9bec-c284dc4f0a7e/model-vers/model-ver/7533b363-5657-40d3-8734-0a1b8b06c309?depth=0|INFO|500||InvokeReturn
2021-11-17T10:48:43.613Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-11-17T10:48:43.613Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-17T10:48:43.617Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-11-17T10:48:43.617Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID da56d5d2-fcac-4dd0-a657-ee55f6d11e2e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-11-17T10:48:43.618Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-11-17T10:48:43.618Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-17T10:48:43.620Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T10:48:43.620Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637146123618,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-17T10:48:43.720Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-17T10:48:43.721Z||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-17T10:48:43.721Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rQC2B3tiJtZEKaRx) ...
2021-11-17T10:48:43.735Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T10:48:43.735Z||pool-34-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-17T10:48:43.809Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T10:48:43.810Z||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-17T10:48:43.810Z||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 rQC2B3tiJtZEKaRx) ...
2021-11-17T10:48:44.464Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T10:48:44.465Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T10:48:44.465Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e",
"consumerID": "clamp",
"timestamp": 1637146067619,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/artifacts/service-BasicOnboardWockil-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-17T10:48:44.465Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T10:48:44.466Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T10:48:44.466Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e",
"consumerID": "clamp",
"timestamp": 1637146069628,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/artifacts/service-BasicOnboardWockil-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-17T10:48:44.466Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T10:48:44.466Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T10:48:44.466Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b72a2085-f383-47a6-91a6-2d61051ecb63",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637146069958,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-17T10:48:44.466Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T10:48:44.466Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T10:48:44.466Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e",
"consumerID": "clamp",
"timestamp": 1637146070632,
"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-17T10:48:44.472Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of da56d5d2-fcac-4dd0-a657-ee55f6d11e2e
2021-11-17T10:48:44.472Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId da56d5d2-fcac-4dd0-a657-ee55f6d11e2e 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-17T10:48:44.484Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T10:48:44.484Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637146070972,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-17T10:48:44.484Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-17T10:48:44.485Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T10:48:44.485Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637146070972,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/basic_onboard_wockil0_modules.json",
"status": "NOTIFIED"
}
2021-11-17T10:48:44.485Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-17T10:48:44.485Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T10:48:44.485Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637146070972,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-11-17T10:48:44.485Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-17T10:48:44.485Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T10:48:44.485Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637146070972,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-17T10:48:44.486Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-17T10:48:44.486Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T10:48:44.486Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637146070972,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-11-17T10:48:44.486Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-17T10:48:44.486Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T10:48:44.486Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637146070972,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/artifacts/service-BasicOnboardWockil-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-17T10:48:44.486Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-17T10:48:44.486Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T10:48:44.486Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637146070972,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/artifacts/service-BasicOnboardWockil-csar.csar",
"status": "NOTIFIED"
}
2021-11-17T10:48:44.487Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-17T10:48:44.487Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T10:48:44.487Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637146082924,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/artifacts/service-BasicOnboardWockil-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-17T10:48:44.487Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T10:48:44.487Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T10:48:44.487Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637146085637,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/basic_onboard_wockil0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-11-17T10:48:44.487Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T10:48:44.487Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T10:48:44.487Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637146086829,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-11-17T10:48:44.487Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T10:48:44.487Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T10:48:44.488Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637146088128,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-11-17T10:48:44.488Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T10:48:44.488Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T10:48:44.488Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637146089262,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/basic_onboard_wockil0_modules.json",
"status": "DEPLOY_OK"
}
2021-11-17T10:48:44.488Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T10:48:44.488Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T10:48:44.488Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637146090265,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-11-17T10:48:44.488Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T10:48:44.488Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T10:48:44.488Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637146091269,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/resourceInstances/basic_onboard_wockil0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-11-17T10:48:44.489Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T10:48:44.489Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T10:48:44.489Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637146092273,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWockil/1.0/artifacts/service-BasicOnboardWockil-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-17T10:48:44.489Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T10:48:44.489Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T10:48:44.489Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "da56d5d2-fcac-4dd0-a657-ee55f6d11e2e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637146123618,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-17T10:48:44.489Z||pool-2-thread-6|||||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-17T10:48:44.632Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T10:48:44.633Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-17T10:48:44.633Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rQC2B3tiJtZEKaRx) ...
2021-11-17T10:48:54.178Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T10:48:54.179Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T10:48:54.179Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-17T10:48:54.180Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rQC2B3tiJtZEKaRx) ...
2021-11-17T10:49:03.732Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T10:49:03.734Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T10:49:03.735Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-17T10:49:03.736Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rQC2B3tiJtZEKaRx) ...
2021-11-17T10:49:13.282Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T10:49:13.285Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T10:49:13.287Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-17T10:49:13.287Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rQC2B3tiJtZEKaRx) ...
2021-11-17T10:49:22.857Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T10:49:43.800Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T10:49:43.801Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-17T10:49:43.801Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rQC2B3tiJtZEKaRx) ...
2021-11-17T10:49:43.809Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T10:49:43.809Z||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-17T10:49:43.810Z||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 rQC2B3tiJtZEKaRx) ...
2021-11-17T10:49:53.382Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T10:49:53.383Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T10:50:43.800Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T10:50:43.801Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-17T10:50:43.801Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rQC2B3tiJtZEKaRx) ...
2021-11-17T10:50:43.809Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T10:50:43.809Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|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-17T10:50:43.809Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|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 rQC2B3tiJtZEKaRx) ...
2021-11-17T10:50:53.404Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T10:50:53.404Z|da56d5d2-fcac-4dd0-a657-ee55f6d11e2e|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T10:51:43.800Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T10:51:43.802Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-17T10:51:43.803Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rQC2B3tiJtZEKaRx) ...
2021-11-17T10:51:43.809Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T10:51:43.809Z||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-17T10:51:43.809Z||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 rQC2B3tiJtZEKaRx) ...
2021-11-17T10:51:53.352Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T10:51:53.356Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T10:52:43.800Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T10:52:43.802Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-17T10:52:43.802Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rQC2B3tiJtZEKaRx) ...
2021-11-17T10:52:43.809Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T10:52:43.809Z||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-17T10:52:43.809Z||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 rQC2B3tiJtZEKaRx) ...
2021-11-17T10:52:49.562Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T10:52:49.564Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-17T10:52:49.564Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"50426fd1-f778-4d03-b4e6-2751225bc3df","serviceName":"vFW 2021-11-17 10-50-48","serviceVersion":"1.0","serviceUUID":"9fa5c894-249f-42c7-9076-2e0416f81aed","serviceDescription":"catalog service description","serviceInvariantUUID":"7fb5af74-0090-4a34-a10e-5c56c7cf5d15","resources":[{"resourceInstanceName":"vFW e05573a5-3005 0","resourceName":"vFW e05573a5-3005","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"664aeb47-da71-47ac-a7ef-a6fc54c844cf","resourceInvariantUUID":"4d8c96dc-1aa3-4af9-93d3-d2f36660fd22","resourceCustomizationUUID":"72239e8b-f35e-4057-b424-4039acb7ab09","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211117105048/1.0/resourceInstances/vfwe05573a530050/artifacts/vf-license-model.xml","artifactChecksum":"ZjcxNGVkY2FhMzQxOTNjODMzOWU4N2ZjYmYwY2YzZmQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"37c199f4-d828-452c-ba0f-a72fc6464015","artifactVersion":"1"},{"artifactName":"vfwe05573a530050_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20211117105048/1.0/resourceInstances/vfwe05573a530050/artifacts/vfwe05573a530050_modules.json","artifactChecksum":"NWI5MWRjMDE5ZGI0OGYyMTJhMWQ2ZjZlYjk1NTA0MWQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ac6fbba7-4542-42f0-90f7-a43cde2a6154","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20211117105048/1.0/resourceInstances/vfwe05573a530050/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"193f9da1-aff0-4d0a-8833-f2dd45084341","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211117105048/1.0/resourceInstances/vfwe05573a530050/artifacts/vendor-license-model.xml","artifactChecksum":"OWNjZTc3MTdmMGI4NDAyNTMzY2ZjMDVlYjIwZmJhZWQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b3dea8fa-84e6-4927-96e8-b317098ae492","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20211117105048/1.0/resourceInstances/vfwe05573a530050/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"8b98c8c2-346e-4646-8220-805361e12dfd","artifactVersion":"2","generatedFromUUID":"193f9da1-aff0-4d0a-8833-f2dd45084341"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20211117105048-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20211117105048/1.0/artifacts/service-Vfw20211117105048-template.yml","artifactChecksum":"OTI3MjcwOTY1ZWVkNTdjM2NjNmEzMzY0YWZmZjdmNDc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c18e18b1-6605-45c9-a413-e36f32587606","artifactVersion":"1"},{"artifactName":"service-Vfw20211117105048-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20211117105048/1.0/artifacts/service-Vfw20211117105048-csar.csar","artifactChecksum":"ODcyZWNjNDkwMmZiZmM0MWI3NGI4Njk1Yjg5NjQzODM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a7aaadd0-cc2f-4278-b486-7e2366520c7d","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-17T10:52:49.573Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-17T10:52:49.573Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-17T10:52:49.578Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T10:52:49.578Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "50426fd1-f778-4d03-b4e6-2751225bc3df",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637146363800,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117105048/1.0/resourceInstances/vfwe05573a530050/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-17T10:52:49.679Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-17T10:52:49.681Z||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-17T10:52:49.681Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rQC2B3tiJtZEKaRx) ...
2021-11-17T10:52:49.710Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T10:52:49.711Z||pool-35-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":1,"count":1}
2021-11-17T10:52:49.820Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T10:52:49.821Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T10:52:49.821Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50426fd1-f778-4d03-b4e6-2751225bc3df",
"consumerID": "cds",
"timestamp": 1637146368894,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117105048/1.0/resourceInstances/vfwe05573a530050/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-17T10:52:49.822Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-17T10:52:50.579Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-17T10:52:50.580Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-17T10:52:50.582Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T10:52:50.582Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "50426fd1-f778-4d03-b4e6-2751225bc3df",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637146363800,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117105048/1.0/resourceInstances/vfwe05573a530050/artifacts/vfwe05573a530050_modules.json",
"status": "NOTIFIED"
}
2021-11-17T10:52:50.682Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-17T10:52:50.683Z||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-17T10:52:50.683Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rQC2B3tiJtZEKaRx) ...
2021-11-17T10:52:50.698Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T10:52:50.698Z||pool-36-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2021-11-17T10:52:51.582Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-17T10:52:51.583Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-17T10:52:51.585Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T10:52:51.585Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "50426fd1-f778-4d03-b4e6-2751225bc3df",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637146363800,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117105048/1.0/resourceInstances/vfwe05573a530050/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-11-17T10:52:51.685Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-17T10:52:51.686Z||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-17T10:52:51.687Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rQC2B3tiJtZEKaRx) ...
2021-11-17T10:52:51.712Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T10:52:51.713Z||pool-37-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2021-11-17T10:52:52.586Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-17T10:52:52.587Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-17T10:52:52.589Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T10:52:52.590Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "50426fd1-f778-4d03-b4e6-2751225bc3df",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637146363800,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117105048/1.0/resourceInstances/vfwe05573a530050/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-17T10:52:52.690Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-17T10:52:52.690Z||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-17T10:52:52.691Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rQC2B3tiJtZEKaRx) ...
2021-11-17T10:52:52.704Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T10:52:52.704Z||pool-38-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-17T10:52:53.591Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-17T10:52:53.591Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-17T10:52:53.593Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T10:52:53.594Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "50426fd1-f778-4d03-b4e6-2751225bc3df",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637146363800,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117105048/1.0/resourceInstances/vfwe05573a530050/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-11-17T10:52:53.694Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-17T10:52:53.695Z||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-17T10:52:53.695Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rQC2B3tiJtZEKaRx) ...
2021-11-17T10:52:53.712Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T10:52:53.713Z||pool-39-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2021-11-17T10:52:54.594Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-17T10:52:54.595Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-17T10:52:54.597Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T10:52:54.597Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "50426fd1-f778-4d03-b4e6-2751225bc3df",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637146363800,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117105048/1.0/artifacts/service-Vfw20211117105048-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-17T10:52:54.697Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-17T10:52:54.698Z||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-17T10:52:54.698Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rQC2B3tiJtZEKaRx) ...
2021-11-17T10:52:54.712Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T10:52:54.712Z||pool-40-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-17T10:52:55.597Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-17T10:52:55.598Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-17T10:52:55.600Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T10:52:55.600Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "50426fd1-f778-4d03-b4e6-2751225bc3df",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637146363800,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117105048/1.0/artifacts/service-Vfw20211117105048-csar.csar",
"status": "NOTIFIED"
}
2021-11-17T10:52:55.700Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-17T10:52:55.701Z||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-17T10:52:55.702Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rQC2B3tiJtZEKaRx) ...
2021-11-17T10:52:55.720Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T10:52:55.720Z||pool-41-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2021-11-17T10:52:56.601Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "50426fd1-f778-4d03-b4e6-2751225bc3df",
"serviceName": "vFW 2021-11-17 10-50-48",
"serviceVersion": "1.0",
"serviceUUID": "9fa5c894-249f-42c7-9076-2e0416f81aed",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "7fb5af74-0090-4a34-a10e-5c56c7cf5d15",
"resources": [
{
"resourceInstanceName": "vFW e05573a5-3005 0",
"resourceCustomizationUUID": "72239e8b-f35e-4057-b424-4039acb7ab09",
"resourceName": "vFW e05573a5-3005",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "664aeb47-da71-47ac-a7ef-a6fc54c844cf",
"resourceInvariantUUID": "4d8c96dc-1aa3-4af9-93d3-d2f36660fd22",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwe05573a530050_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117105048/1.0/resourceInstances/vfwe05573a530050/artifacts/vfwe05573a530050_modules.json",
"artifactChecksum": "NWI5MWRjMDE5ZGI0OGYyMTJhMWQ2ZjZlYjk1NTA0MWQ\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "ac6fbba7-4542-42f0-90f7-a43cde2a6154",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117105048/1.0/resourceInstances/vfwe05573a530050/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "193f9da1-aff0-4d0a-8833-f2dd45084341",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117105048/1.0/resourceInstances/vfwe05573a530050/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "8b98c8c2-346e-4646-8220-805361e12dfd",
"generatedFromUUID": "193f9da1-aff0-4d0a-8833-f2dd45084341"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117105048/1.0/resourceInstances/vfwe05573a530050/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "8b98c8c2-346e-4646-8220-805361e12dfd",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20211117105048-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117105048/1.0/artifacts/service-Vfw20211117105048-csar.csar",
"artifactChecksum": "ODcyZWNjNDkwMmZiZmM0MWI3NGI4Njk1Yjg5NjQzODM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "a7aaadd0-cc2f-4278-b486-7e2366520c7d"
}
],
"workloadContext": "Production"
}
2021-11-17T10:52:56.602Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-17T10:52:56.602Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9fa5c894-249f-42c7-9076-2e0416f81aed ASDC
2021-11-17T10:52:56.603Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:50426fd1-f778-4d03-b4e6-2751225bc3df
ServiceName:vFW 2021-11-17 10-50-48
ServiceVersion:1.0
ServiceUUID:9fa5c894-249f-42c7-9076-2e0416f81aed
ServiceInvariantUUID:7fb5af74-0090-4a34-a10e-5c56c7cf5d15
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20211117105048-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211117105048/1.0/artifacts/service-Vfw20211117105048-csar.csar
ArtifactUUID:a7aaadd0-cc2f-4278-b486-7e2366520c7d
ArtifactChecksum:ODcyZWNjNDkwMmZiZmM0MWI3NGI4Njk1Yjg5NjQzODM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW e05573a5-3005 0
ResourceCustomizationUUID:72239e8b-f35e-4057-b424-4039acb7ab09
ResourceInvariantUUID:4d8c96dc-1aa3-4af9-93d3-d2f36660fd22
ResourceName:vFW e05573a5-3005
ResourceType:VF
ResourceUUID:664aeb47-da71-47ac-a7ef-a6fc54c844cf
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwe05573a530050_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211117105048/1.0/resourceInstances/vfwe05573a530050/artifacts/vfwe05573a530050_modules.json
ArtifactUUID:ac6fbba7-4542-42f0-90f7-a43cde2a6154
ArtifactChecksum:NWI5MWRjMDE5ZGI0OGYyMTJhMWQ2ZjZlYjk1NTA0MWQ=
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/Vfw20211117105048/1.0/resourceInstances/vfwe05573a530050/artifacts/base_vfw.yaml
ArtifactUUID:193f9da1-aff0-4d0a-8833-f2dd45084341
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/Vfw20211117105048/1.0/resourceInstances/vfwe05573a530050/artifacts/base_vfw.env
ArtifactUUID:8b98c8c2-346e-4646-8220-805361e12dfd
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/Vfw20211117105048/1.0/resourceInstances/vfwe05573a530050/artifacts/base_vfw.env
ArtifactUUID:8b98c8c2-346e-4646-8220-805361e12dfd
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-11-17T10:52:56.603Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9fa5c894-249f-42c7-9076-2e0416f81aed 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-17T10:52:56.644Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-17T10:52:56.645Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-11-17T10:52:56.645Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-11-17T10:52:56.645Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: a7aaadd0-cc2f-4278-b486-7e2366520c7d from URL: /sdc/v1/catalog/services/Vfw20211117105048/1.0/artifacts/service-Vfw20211117105048-csar.csar
2021-11-17T10:52:56.646Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-11-17T10:52:56.646Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211117105048/1.0/artifacts/service-Vfw20211117105048-csar.csar
2021-11-17T10:52:56.791Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-11-17T10:52:56.795Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211117105048/1.0/artifacts/service-Vfw20211117105048-csar.csar a7aaadd0-cc2f-4278-b486-7e2366520c7d 98935
2021-11-17T10:52:56.796Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211117105048/1.0/artifacts/service-Vfw20211117105048-csar.csar ASDC sendASDCNotification
2021-11-17T10:52:56.796Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211117105048/1.0/artifacts/service-Vfw20211117105048-csar.csar
2021-11-17T10:52:56.796Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-17T10:52:56.797Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-17T10:52:56.798Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T10:52:56.799Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "50426fd1-f778-4d03-b4e6-2751225bc3df",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637146376796,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117105048/1.0/artifacts/service-Vfw20211117105048-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-17T10:52:56.899Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-17T10:52:56.900Z||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-17T10:52:56.900Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rQC2B3tiJtZEKaRx) ...
2021-11-17T10:52:56.916Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T10:52:56.916Z||pool-42-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-11-17T10:52:57.799Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-17T10:52:57.800Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-11-17T10:52:57.801Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: a7aaadd0-cc2f-4278-b486-7e2366520c7d, URL: /sdc/v1/catalog/services/Vfw20211117105048/1.0/artifacts/service-Vfw20211117105048-csar.csar to file: /app/ASDC/1/service-Vfw20211117105048-csar.csar
2021-11-17T10:52:57.801Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20211117105048-csar.csar
2021-11-17T10:52:57.802Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20211117105048-csar.csar
2021-11-17T10:52:57.802Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20211117105048-csar.csar
2021-11-17T10:52:58.157Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16384378197636709902/Definitions/service-Vfw20211117105048-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-17T10:52:59.920Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-17T10:52:59.920Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-11-17T10:52:59.920Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20211117105048-csar.csar
2021-11-17T10:52:59.920Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-11-17T10:52:59.921Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||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-Vfw20211117105048-csar.csar
2021-11-17T10:52:59.921Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW e05573a5-3005 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-Vfw20211117105048-csar.csar
2021-11-17T10:52:59.921Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||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-Vfw20211117105048-csar.csar
2021-11-17T10:52:59.921Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||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-Vfw20211117105048-csar.csar
2021-11-17T10:52:59.921Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211117105048-csar.csar
2021-11-17T10:52:59.921Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211117105048-csar.csar
2021-11-17T10:52:59.921Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||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-Vfw20211117105048-csar.csar
2021-11-17T10:52:59.921Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||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-Vfw20211117105048-csar.csar
2021-11-17T10:52:59.921Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||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-Vfw20211117105048-csar.csar
2021-11-17T10:52:59.921Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20211117105048-csar.csar
2021-11-17T10:52:59.921Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||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-Vfw20211117105048-csar.csar
2021-11-17T10:52:59.922Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211117105048-csar.csar
2021-11-17T10:52:59.922Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||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-Vfw20211117105048-csar.csar
2021-11-17T10:52:59.922Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-11-17T10:52:59.922Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-17T10:52:59.922Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-11-17 10-50-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T10:52:59.922Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Node template vFW e05573a5-3005 0 is matching search criteria
2021-11-17T10:52:59.923Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-11-17T10:52:59.923Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW e05573a5-3005 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-17T10:52:59.923Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-17T10:52:59.923Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-11-17 10-50-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T10:52:59.923Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Node template vFW e05573a5-3005 0 is matching search criteria
2021-11-17T10:52:59.923Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-11-17T10:52:59.924Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW e05573a5-3005 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-17T10:52:59.924Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-17T10:52:59.924Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-11-17 10-50-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T10:52:59.924Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-17T10:52:59.924Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Node template vFW e05573a5-3005 0 is not matching search criteria
2021-11-17T10:52:59.924Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-17T10:52:59.925Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-17T10:52:59.925Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-17T10:52:59.925Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-17T10:52:59.925Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-17T10:52:59.925Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-17T10:52:59.925Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-17T10:52:59.925Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-17T10:52:59.925Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-17T10:52:59.926Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-17T10:52:59.926Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-17T10:52:59.926Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-17T10:52:59.926Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-17T10:52:59.926Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-17T10:52:59.926Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-17T10:52:59.926Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-11-17T10:52:59.927Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-17T10:52:59.927Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-11-17 10-50-48 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-17T10:52:59.927Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-17T10:52:59.927Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Node template vFW e05573a5-3005 0 is matching search criteria
2021-11-17T10:52:59.927Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW e05573a5-3005 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-17T10:52:59.927Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-17T10:52:59.928Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Node template vFW e05573a5-3005 0 is matching search criteria
2021-11-17T10:52:59.928Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW e05573a5-3005 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-17T10:52:59.928Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-17T10:52:59.928Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Node template vFW e05573a5-3005 0 is matching search criteria
2021-11-17T10:52:59.928Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW e05573a5-3005 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-17T10:52:59.928Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-17T10:52:59.928Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Node template vFW e05573a5-3005 0 is not matching search criteria
2021-11-17T10:52:59.929Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-17T10:52:59.929Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-17T10:52:59.929Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-11-17T10:52:59.929Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-17T10:52:59.929Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-17T10:52:59.929Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-17T10:52:59.929Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-17T10:52:59.930Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-17T10:52:59.930Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-17T10:52:59.930Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-17T10:52:59.930Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-17T10:52:59.930Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=b96820fb-3d94-49b7-87d5-a43a73202ec4
2021-11-17T10:52:59.930Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-17T10:52:59.931Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Node template vFW e05573a5-3005 0 is not matching search criteria
2021-11-17T10:52:59.931Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-17T10:52:59.931Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-17T10:52:59.931Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-17T10:52:59.931Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-17T10:52:59.931Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-17T10:52:59.931Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-17T10:52:59.932Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-17T10:52:59.932Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-11-17T10:52:59.932Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-17T10:52:59.932Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-17T10:52:59.932Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-17T10:52:59.932Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-17T10:52:59.933Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=6b334bff-088a-4fa4-8266-47a10940ebe0
2021-11-17T10:52:59.933Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-17T10:52:59.933Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Node template vFW e05573a5-3005 0 is not matching search criteria
2021-11-17T10:52:59.933Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-17T10:52:59.933Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-17T10:52:59.933Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-17T10:52:59.933Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-17T10:52:59.934Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-17T10:52:59.934Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-17T10:52:59.934Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-17T10:52:59.934Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-17T10:52:59.934Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-17T10:52:59.934Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-17T10:52:59.934Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-17T10:52:59.935Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-11-17T10:52:59.935Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=534d3c20-9923-4afc-95fd-15c142fd308b
2021-11-17T10:52:59.935Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-17T10:52:59.935Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-11-17 10-50-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T10:52:59.935Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-17T10:52:59.935Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-11-17 10-50-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T10:52:59.936Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-17T10:52:59.936Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-11-17 10-50-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T10:52:59.936Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-17T10:52:59.936Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-11-17 10-50-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T10:52:59.936Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2021-11-17 10-50-48
Description:catalog service description
Model UUID:9fa5c894-249f-42c7-9076-2e0416f81aed
Model Version:NULL
Model InvariantUuid:7fb5af74-0090-4a34-a10e-5c56c7cf5d15
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW e05573a5-3005
Model UUID:bd69e7d9-07ca-463a-a425-c2ea27307204
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:4d8c96dc-1aa3-4af9-93d3-d2f36660fd22
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:72239e8b-f35e-4057-b424-4039acb7ab09
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:9953b3a9-43a8-4360-9c99-c61f92744217
ModelName:VfwE05573a53005..base_vfw..module-0
ModelUuid:b56c790a-22cc-4c50-9d7d-c45a1b4bb3c6
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:b96820fb-3d94-49b7-87d5-a43a73202ec4
ModelInvariantUuid:38061231-ff71-4181-987a-317e048a1644
ModelName:vFW e05573a5-3005-nodes.vfwCvfc
ModelUuid:11a93423-c3ce-4b45-9e52-b814c4268aec
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:d1f8fcc5-6b36-457d-abda-8c428c3886b6
ModelInvariantUuid:5c84c881-af4d-4d69-b478-ab7607c8d8a1
ModelName:VfwE05573a53005.compute.nodes.heat.vfw
ModelUuid:a6e955ec-940c-465d-810e-964d0ec4be1d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:6b334bff-088a-4fa4-8266-47a10940ebe0
ModelInvariantUuid:0e935f2f-9aad-4e45-bf0a-255f970f3a56
ModelName:vFW e05573a5-3005-nodes.vsnCvfc
ModelUuid:3cdc4e6b-3576-4141-bde8-a59950bb33b5
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:a59c45b5-98fb-428b-a568-e9ac9dbeead8
ModelInvariantUuid:e2e33468-a4ad-4bd4-8e56-11f405607c03
ModelName:VfwE05573a53005.compute.nodes.heat.vsn
ModelUuid:14991a94-22af-4253-850e-e00f6706cca5
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:534d3c20-9923-4afc-95fd-15c142fd308b
ModelInvariantUuid:da526dae-6e7e-48f0-a0f9-1417e650ad67
ModelName:vFW e05573a5-3005-nodes.vpgCvfc
ModelUuid:1dab8e1f-4cc2-4fdb-be67-0f0a8bfb81b7
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:589066d3-34af-4fb6-90c1-5c0eae8a21c4
ModelInvariantUuid:f88ecc1d-fc20-43d3-8dc3-19f5e46fa440
ModelName:VfwE05573a53005.compute.nodes.heat.vpg
ModelUuid:37bb4035-57b5-443d-be49-aab678e14390
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-17T10:52:59.942Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 664aeb47-da71-47ac-a7ef-a6fc54c844cf
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-17T10:52:59.945Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||INFO|500||vFW e05573a5-3005 0
2021-11-17T10:52:59.946Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 664aeb47-da71-47ac-a7ef-a6fc54c844cf
2021-11-17T10:52:59.946Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: ac6fbba7-4542-42f0-90f7-a43cde2a6154 from URL: /sdc/v1/catalog/services/Vfw20211117105048/1.0/resourceInstances/vfwe05573a530050/artifacts/vfwe05573a530050_modules.json
2021-11-17T10:52:59.946Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-11-17T10:52:59.946Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211117105048/1.0/resourceInstances/vfwe05573a530050/artifacts/vfwe05573a530050_modules.json
2021-11-17T10:53:00.078Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-11-17T10:53:00.078Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211117105048/1.0/resourceInstances/vfwe05573a530050/artifacts/vfwe05573a530050_modules.json ac6fbba7-4542-42f0-90f7-a43cde2a6154 785
2021-11-17T10:53:00.078Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211117105048/1.0/resourceInstances/vfwe05573a530050/artifacts/vfwe05573a530050_modules.json ASDC sendASDCNotification
2021-11-17T10:53:00.078Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211117105048/1.0/resourceInstances/vfwe05573a530050/artifacts/vfwe05573a530050_modules.json
2021-11-17T10:53:00.078Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-17T10:53:00.079Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-17T10:53:00.081Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T10:53:00.081Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "50426fd1-f778-4d03-b4e6-2751225bc3df",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637146380078,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117105048/1.0/resourceInstances/vfwe05573a530050/artifacts/vfwe05573a530050_modules.json",
"status": "DOWNLOAD_OK"
}
2021-11-17T10:53:00.181Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-17T10:53:00.182Z||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-17T10:53:00.182Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rQC2B3tiJtZEKaRx) ...
2021-11-17T10:53:00.195Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T10:53:00.195Z||pool-43-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-17T10:53:01.081Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwE05573a53005..base_vfw..module-0",
"vfModuleModelInvariantUUID": "9953b3a9-43a8-4360-9c99-c61f92744217",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "b56c790a-22cc-4c50-9d7d-c45a1b4bb3c6",
"vfModuleModelCustomizationUUID": "5d26e87e-d45a-4738-ad94-6ff65d1b78ab",
"isBase": true,
"artifacts": [
"193f9da1-aff0-4d0a-8833-f2dd45084341",
"8b98c8c2-346e-4646-8220-805361e12dfd"
],
"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-17T10:53:01.085Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwE05573a53005..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b56c790a-22cc-4c50-9d7d-c45a1b4bb3c6
VfModuleModelInvariantUUID:9953b3a9-43a8-4360-9c99-c61f92744217
VfModuleModelDescription:NULL
Artifacts UUID List:{
193f9da1-aff0-4d0a-8833-f2dd45084341
,
8b98c8c2-346e-4646-8220-805361e12dfd
}
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-17T10:53:01.087Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwE05573a53005..base_vfw..module-0",
"vfModuleModelInvariantUUID": "9953b3a9-43a8-4360-9c99-c61f92744217",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "b56c790a-22cc-4c50-9d7d-c45a1b4bb3c6",
"vfModuleModelCustomizationUUID": "5d26e87e-d45a-4738-ad94-6ff65d1b78ab",
"isBase": true,
"artifacts": [
"193f9da1-aff0-4d0a-8833-f2dd45084341",
"8b98c8c2-346e-4646-8220-805361e12dfd"
],
"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-17T10:53:01.087Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwE05573a53005..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b56c790a-22cc-4c50-9d7d-c45a1b4bb3c6
VfModuleModelInvariantUUID:9953b3a9-43a8-4360-9c99-c61f92744217
VfModuleModelDescription:NULL
Artifacts UUID List:{
193f9da1-aff0-4d0a-8833-f2dd45084341
,
8b98c8c2-346e-4646-8220-805361e12dfd
}
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-17T10:53:01.087Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 193f9da1-aff0-4d0a-8833-f2dd45084341 from URL: /sdc/v1/catalog/services/Vfw20211117105048/1.0/resourceInstances/vfwe05573a530050/artifacts/base_vfw.yaml
2021-11-17T10:53:01.088Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-11-17T10:53:01.088Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211117105048/1.0/resourceInstances/vfwe05573a530050/artifacts/base_vfw.yaml
2021-11-17T10:53:01.153Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-11-17T10:53:01.154Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211117105048/1.0/resourceInstances/vfwe05573a530050/artifacts/base_vfw.yaml 193f9da1-aff0-4d0a-8833-f2dd45084341 20368
2021-11-17T10:53:01.154Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211117105048/1.0/resourceInstances/vfwe05573a530050/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-11-17T10:53:01.154Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211117105048/1.0/resourceInstances/vfwe05573a530050/artifacts/base_vfw.yaml
2021-11-17T10:53:01.154Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-17T10:53:01.155Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-17T10:53:01.156Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T10:53:01.156Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "50426fd1-f778-4d03-b4e6-2751225bc3df",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637146381154,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117105048/1.0/resourceInstances/vfwe05573a530050/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-11-17T10:53:01.256Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-17T10:53:01.258Z||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-17T10:53:01.258Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rQC2B3tiJtZEKaRx) ...
2021-11-17T10:53:01.270Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T10:53:01.271Z||pool-44-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-17T10:53:02.157Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 8b98c8c2-346e-4646-8220-805361e12dfd from URL: /sdc/v1/catalog/services/Vfw20211117105048/1.0/resourceInstances/vfwe05573a530050/artifacts/base_vfw.env
2021-11-17T10:53:02.157Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-11-17T10:53:02.158Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211117105048/1.0/resourceInstances/vfwe05573a530050/artifacts/base_vfw.env
2021-11-17T10:53:02.375Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-11-17T10:53:02.376Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211117105048/1.0/resourceInstances/vfwe05573a530050/artifacts/base_vfw.env 8b98c8c2-346e-4646-8220-805361e12dfd 2098
2021-11-17T10:53:02.376Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211117105048/1.0/resourceInstances/vfwe05573a530050/artifacts/base_vfw.env ASDC sendASDCNotification
2021-11-17T10:53:02.376Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211117105048/1.0/resourceInstances/vfwe05573a530050/artifacts/base_vfw.env
2021-11-17T10:53:02.376Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-17T10:53:02.376Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-17T10:53:02.378Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T10:53:02.379Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "50426fd1-f778-4d03-b4e6-2751225bc3df",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637146382376,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117105048/1.0/resourceInstances/vfwe05573a530050/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-11-17T10:53:02.479Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-17T10:53:02.480Z||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-17T10:53:02.480Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rQC2B3tiJtZEKaRx) ...
2021-11-17T10:53:02.492Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T10:53:02.492Z||pool-45-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-17T10:53:03.379Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 9fa5c894-249f-42c7-9076-2e0416f81aed
2021-11-17T10:53:03.379Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW e05573a5-3005 0 664aeb47-da71-47ac-a7ef-a6fc54c844cf 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-17T10:53:03.398Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2d950e6c, org.onap.sdc.toscaparser.api.parameters.Input@4ff3543c, org.onap.sdc.toscaparser.api.parameters.Input@2d010bb6, org.onap.sdc.toscaparser.api.parameters.Input@43a76a7, org.onap.sdc.toscaparser.api.parameters.Input@1d9ee22]
2021-11-17T10:53:03.400Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-17T10:53:03.400Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-11-17 10-50-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T10:53:03.400Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic
2021-11-17T10:53:03.400Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 72239e8b-f35e-4057-b424-4039acb7ab09
2021-11-17T10:53:03.400Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 72239e8b-f35e-4057-b424-4039acb7ab09 matches Tosca VF Customization UUID: 72239e8b-f35e-4057-b424-4039acb7ab09
2021-11-17T10:53:03.401Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 72239e8b-f35e-4057-b424-4039acb7ab09 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-17T10:53:03.403Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-17T10:53:03.403Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-11-17 10-50-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T10:53:03.403Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 72239e8b-f35e-4057-b424-4039acb7ab09: {\"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-17T10:53:03.404Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@26ff3ada
2021-11-17T10:53:03.404Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-17T10:53:03.404Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-11-17 10-50-48 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-17T10:53:03.404Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 5d26e87e-d45a-4738-ad94-6ff65d1b78ab
2021-11-17T10:53:03.404Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 5d26e87e-d45a-4738-ad94-6ff65d1b78ab
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-17T10:53:03.407Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-17T10:53:03.407Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Node template vFW e05573a5-3005 0 is matching search criteria
2021-11-17T10:53:03.407Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW e05573a5-3005 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-17T10:53:03.408Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-17T10:53:03.408Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Node template vFW e05573a5-3005 0 is matching search criteria
2021-11-17T10:53:03.408Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW e05573a5-3005 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-17T10:53:03.408Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-17T10:53:03.409Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Node template vFW e05573a5-3005 0 is not matching search criteria
2021-11-17T10:53:03.409Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-17T10:53:03.409Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-17T10:53:03.409Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-11-17T10:53:03.410Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-17T10:53:03.410Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-17T10:53:03.410Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-17T10:53:03.410Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-17T10:53:03.410Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-17T10:53:03.411Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-17T10:53:03.411Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-17T10:53:03.411Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-17T10:53:03.411Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=b96820fb-3d94-49b7-87d5-a43a73202ec4
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-17T10:53:03.414Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-17T10:53:03.414Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Node template vFW e05573a5-3005 0 is matching search criteria
2021-11-17T10:53:03.414Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW e05573a5-3005 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-17T10:53:03.414Z|50426fd1-f778-4d03-b4e6-2751225bc3df|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery