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-10-25T05:13:59.039Z||main|||||INFO|500||The following profiles are active: basic
2021-10-25T05:14:14.752Z||main|||||INFO|500||Starting service [Tomcat]
2021-10-25T05:14:14.754Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-10-25T05:14:14.957Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-10-25T05:14:21.132Z||main|||||INFO|500||catdb-pool - Starting...
2021-10-25T05:14:21.572Z||main|||||INFO|500||catdb-pool - Start completed.
2021-10-25T05:14:22.101Z||main|||||INFO|500||reqdb-pool - Starting...
2021-10-25T05:14:22.118Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-10-25T05:14:22.424Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-10-25T05:14:22.724Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-10-25T05:14:23.523Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-10-25T05:14:28.178Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-10-25T05:14:30.648Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-10-25T05:14:30.706Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-10-25T05:14:31.290Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-10-25T05:14:31.641Z||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-10-25T05:14:32.913Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-10-25T05:14:34.005Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2021-10-25T05:14:34.026Z||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$$1cee29c1.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-10-25T05:14:34.027Z||main|||||WARN|500||The sdc end point is not alive
2021-10-25T05:14:37.285Z||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-10-25T05:14:40.416Z||main|||||WARN|500||---
2021-10-25T05:14:40.416Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-10-25T05:14:40.417Z||main|||||WARN|500||---
2021-10-25T05:14:40.842Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-10-25T05:14:46.374Z||main|||||INFO|500||Started Application in 51.756 seconds (JVM running for 59.387)
2021-10-25T05:14:46.413Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-25T05:14:46.420Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-25T05:14:46.453Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-25T05:14:46.538Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-25T05:14:46.628Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c37ba995-1a5f-4aad-b13a-8598b746c6ed url= /sdc/v1/artifactTypes
2021-10-25T05:14:46.629Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-25T05:14:46.975Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-10-25T05:14:47.083Z||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-10-25T05:14:47.109Z||scheduling-1|||||DEBUG|500||create keys
2021-10-25T05:14:47.121Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-10-25T05:14:47.529Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:14:47.548Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 3f91f445-4226-43ba-be90-5339e87cd1ef url= /sdc/v1/registerForDistribution
2021-10-25T05:14:47.851Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 3f91f445-4226-43ba-be90-5339e87cd1ef url= /sdc/v1/registerForDistribution
2021-10-25T05:14:47.852Z||scheduling-1|||||INFO|500||start DistributionClient
2021-10-25T05:14:47.902Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:14:47.902Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:14:47.936Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-10-25T05:14:47.950Z||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-10-25T05:14:47.950Z||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 aGu7PufUrVELQdIN) ...
2021-10-25T05:14:47.952Z||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-10-25T05:14:47.958Z||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 aGu7PufUrVELQdIN) ...
2021-10-25T05:14:59.227Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:14:59.232Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:15:47.863Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:15:47.865Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:15:47.866Z||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-10-25T05:15:47.867Z||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 aGu7PufUrVELQdIN) ...
2021-10-25T05:15:47.865Z||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-10-25T05:15:47.868Z||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 aGu7PufUrVELQdIN) ...
2021-10-25T05:15:57.457Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:15:57.460Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:16:47.862Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:16:47.865Z||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-10-25T05:16:47.865Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:16:47.866Z||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 aGu7PufUrVELQdIN) ...
2021-10-25T05:16:47.866Z||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-10-25T05:16:47.867Z||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 aGu7PufUrVELQdIN) ...
2021-10-25T05:16:57.443Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:16:57.454Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:17:47.863Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:17:47.865Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:17:47.867Z||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-10-25T05:17:47.868Z||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 aGu7PufUrVELQdIN) ...
2021-10-25T05:17:47.867Z||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-10-25T05:17:47.869Z||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 aGu7PufUrVELQdIN) ...
2021-10-25T05:17:57.474Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:17:57.474Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:18:47.864Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:18:47.866Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:18:47.868Z||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-10-25T05:18:47.868Z||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-10-25T05:18:47.868Z||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 aGu7PufUrVELQdIN) ...
2021-10-25T05:18:47.869Z||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 aGu7PufUrVELQdIN) ...
2021-10-25T05:18:57.431Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:18:57.436Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:19:47.862Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:19:47.863Z||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-10-25T05:19:47.863Z||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 aGu7PufUrVELQdIN) ...
2021-10-25T05:19:47.865Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:19:47.866Z||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-10-25T05:19:47.866Z||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 aGu7PufUrVELQdIN) ...
2021-10-25T05:19:57.442Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:19:57.476Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:20:47.863Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:20:47.866Z||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-10-25T05:20:47.866Z||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 aGu7PufUrVELQdIN) ...
2021-10-25T05:20:47.866Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:20:47.869Z||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-10-25T05:20:47.869Z||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 aGu7PufUrVELQdIN) ...
2021-10-25T05:20:57.435Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:20:57.436Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:21:47.864Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:21:47.866Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:21:47.867Z||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-10-25T05:21:47.867Z||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 aGu7PufUrVELQdIN) ...
2021-10-25T05:21:47.870Z||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-10-25T05:21:47.870Z||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 aGu7PufUrVELQdIN) ...
2021-10-25T05:21:57.419Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:21:57.464Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:22:47.865Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:22:47.868Z||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-10-25T05:22:47.868Z||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 aGu7PufUrVELQdIN) ...
2021-10-25T05:22:47.863Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:22:47.873Z||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-10-25T05:22:47.875Z||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 aGu7PufUrVELQdIN) ...
2021-10-25T05:22:57.435Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:22:57.435Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:23:47.864Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:23:47.866Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:23:47.866Z||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-10-25T05:23:47.866Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:23:47.867Z||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 aGu7PufUrVELQdIN) ...
2021-10-25T05:23:47.867Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aGu7PufUrVELQdIN) ...
2021-10-25T05:23:48.651Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-10-25T05:23:57.436Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:23:57.437Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:24:47.862Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:24:47.864Z||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-10-25T05:24:47.864Z||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 aGu7PufUrVELQdIN) ...
2021-10-25T05:24:47.865Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:24:47.866Z||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-10-25T05:24:47.866Z||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 aGu7PufUrVELQdIN) ...
2021-10-25T05:24:57.422Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:24:57.444Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:25:47.863Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:25:47.865Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:25:47.866Z||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-10-25T05:25:47.867Z||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 aGu7PufUrVELQdIN) ...
2021-10-25T05:25:47.867Z||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-10-25T05:25:47.867Z||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 aGu7PufUrVELQdIN) ...
2021-10-25T05:25:57.428Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:25:57.431Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:26:47.862Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:26:47.864Z||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-10-25T05:26:47.864Z||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 aGu7PufUrVELQdIN) ...
2021-10-25T05:26:47.865Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:26:47.866Z||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-10-25T05:26:47.866Z||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 aGu7PufUrVELQdIN) ...
2021-10-25T05:26:57.449Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:26:57.462Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:27:47.863Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:27:47.866Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:27:47.866Z||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-10-25T05:27:47.866Z||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-10-25T05:27:47.866Z||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 aGu7PufUrVELQdIN) ...
2021-10-25T05:27:47.867Z||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 aGu7PufUrVELQdIN) ...
2021-10-25T05:27:57.431Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:27:57.443Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:28:47.864Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:28:47.866Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:28:47.869Z||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-10-25T05:28:47.869Z||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-10-25T05:28:47.869Z||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 aGu7PufUrVELQdIN) ...
2021-10-25T05:28:47.869Z||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 aGu7PufUrVELQdIN) ...
2021-10-25T05:28:57.475Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:28:57.475Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:29:47.862Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:29:47.864Z||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-10-25T05:29:47.864Z||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 aGu7PufUrVELQdIN) ...
2021-10-25T05:29:47.866Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:29:47.866Z||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-10-25T05:29:47.867Z||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 aGu7PufUrVELQdIN) ...
2021-10-25T05:29:57.442Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:29:57.452Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:30:47.863Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:30:47.865Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:30:47.866Z||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-10-25T05:30:47.866Z||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 aGu7PufUrVELQdIN) ...
2021-10-25T05:30:47.866Z||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-10-25T05:30:47.866Z||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 aGu7PufUrVELQdIN) ...
2021-10-25T05:30:57.430Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:30:57.430Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:31:47.864Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:31:47.865Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:31:47.867Z||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-10-25T05:31:47.867Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:31:47.867Z||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 aGu7PufUrVELQdIN) ...
2021-10-25T05:31:47.867Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aGu7PufUrVELQdIN) ...
2021-10-25T05:31:57.442Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:31:57.449Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:32:47.862Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:32:47.864Z||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-10-25T05:32:47.864Z||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 aGu7PufUrVELQdIN) ...
2021-10-25T05:32:47.865Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:32:47.866Z||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-10-25T05:32:47.866Z||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 aGu7PufUrVELQdIN) ...
2021-10-25T05:32:57.418Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:32:57.417Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:33:47.863Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:33:47.865Z||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-10-25T05:33:47.865Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:33:47.866Z||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 aGu7PufUrVELQdIN) ...
2021-10-25T05:33:47.866Z||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-10-25T05:33:47.866Z||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 aGu7PufUrVELQdIN) ...
2021-10-25T05:33:57.420Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:33:57.462Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:34:47.863Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:34:47.865Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:34:47.866Z||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-10-25T05:34:47.866Z||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-10-25T05:34:47.867Z||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 aGu7PufUrVELQdIN) ...
2021-10-25T05:34:47.867Z||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 aGu7PufUrVELQdIN) ...
2021-10-25T05:34:57.447Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:34:57.459Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:35:47.862Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:35:47.865Z||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-10-25T05:35:47.865Z||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 aGu7PufUrVELQdIN) ...
2021-10-25T05:35:47.865Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:35:47.866Z||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-10-25T05:35:47.866Z||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 aGu7PufUrVELQdIN) ...
2021-10-25T05:35:57.475Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:35:57.478Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:36:47.863Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:36:47.865Z||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-10-25T05:36:47.865Z||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 aGu7PufUrVELQdIN) ...
2021-10-25T05:36:47.865Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:36:47.866Z||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-10-25T05:36:47.866Z||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 aGu7PufUrVELQdIN) ...
2021-10-25T05:36:57.442Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:36:57.445Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:37:47.864Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:37:47.865Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:37:47.866Z||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-10-25T05:37:47.866Z||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-10-25T05:37:47.867Z||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 aGu7PufUrVELQdIN) ...
2021-10-25T05:37:47.867Z||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 aGu7PufUrVELQdIN) ...
2021-10-25T05:37:57.415Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:37:57.415Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:38:47.862Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:38:47.863Z||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-10-25T05:38:47.863Z||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 aGu7PufUrVELQdIN) ...
2021-10-25T05:38:47.866Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:38:47.866Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:38:47.866Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aGu7PufUrVELQdIN) ...
2021-10-25T05:38:57.419Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:38:57.419Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:39:47.863Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:39:47.865Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:39:47.867Z||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-10-25T05:39:47.867Z||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-10-25T05:39:47.867Z||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 aGu7PufUrVELQdIN) ...
2021-10-25T05:39:47.867Z||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 aGu7PufUrVELQdIN) ...
2021-10-25T05:39:57.423Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:39:57.424Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:40:47.863Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:40:47.865Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:40:47.866Z||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-10-25T05:40:47.866Z||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-10-25T05:40:47.866Z||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 aGu7PufUrVELQdIN) ...
2021-10-25T05:40:47.866Z||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 aGu7PufUrVELQdIN) ...
2021-10-25T05:40:57.440Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:40:57.444Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:41:47.864Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:41:47.865Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:41:47.866Z||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-10-25T05:41:47.867Z||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-10-25T05:41:47.867Z||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 aGu7PufUrVELQdIN) ...
2021-10-25T05:41:47.867Z||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 aGu7PufUrVELQdIN) ...
2021-10-25T05:41:57.427Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:41:57.427Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:42:47.862Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:42:47.863Z||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-10-25T05:42:47.864Z||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 aGu7PufUrVELQdIN) ...
2021-10-25T05:42:47.865Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:42:47.866Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:42:47.866Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aGu7PufUrVELQdIN) ...
2021-10-25T05:42:57.475Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:42:57.475Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:43:47.863Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:43:47.865Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:43:47.866Z||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-10-25T05:43:47.866Z||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 aGu7PufUrVELQdIN) ...
2021-10-25T05:43:47.866Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:43:47.866Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aGu7PufUrVELQdIN) ...
2021-10-25T05:43:57.424Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:43:57.427Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:44:47.862Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:44:47.865Z||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-10-25T05:44:47.865Z||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 aGu7PufUrVELQdIN) ...
2021-10-25T05:44:47.865Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:44:47.866Z||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-10-25T05:44:47.866Z||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 aGu7PufUrVELQdIN) ...
2021-10-25T05:44:57.418Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:44:57.418Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:45:47.863Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:45:47.865Z||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-10-25T05:45:47.865Z||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 aGu7PufUrVELQdIN) ...
2021-10-25T05:45:47.865Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:45:47.866Z||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-10-25T05:45:47.866Z||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 aGu7PufUrVELQdIN) ...
2021-10-25T05:45:57.440Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:45:57.444Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:46:47.865Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:46:47.864Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:46:47.868Z||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-10-25T05:46:47.868Z||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-10-25T05:46:47.868Z||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 aGu7PufUrVELQdIN) ...
2021-10-25T05:46:47.868Z||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 aGu7PufUrVELQdIN) ...
2021-10-25T05:46:57.430Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:46:57.430Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:47:47.862Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:47:47.864Z||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-10-25T05:47:47.864Z||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 aGu7PufUrVELQdIN) ...
2021-10-25T05:47:47.865Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:47:47.866Z||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-10-25T05:47:47.866Z||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 aGu7PufUrVELQdIN) ...
2021-10-25T05:47:57.424Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:47:57.424Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:48:47.865Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:48:47.864Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:48:47.868Z||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-10-25T05:48:47.868Z||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-10-25T05:48:47.869Z||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 aGu7PufUrVELQdIN) ...
2021-10-25T05:48:47.869Z||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 aGu7PufUrVELQdIN) ...
2021-10-25T05:48:57.451Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:48:57.461Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:49:47.862Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:49:47.863Z||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-10-25T05:49:47.864Z||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 aGu7PufUrVELQdIN) ...
2021-10-25T05:49:47.865Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:49:47.866Z||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-10-25T05:49:47.866Z||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 aGu7PufUrVELQdIN) ...
2021-10-25T05:49:57.421Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:49:57.420Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:50:47.865Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:50:47.863Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:50:47.868Z||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-10-25T05:50:47.868Z||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 aGu7PufUrVELQdIN) ...
2021-10-25T05:50:47.871Z||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-10-25T05:50:47.871Z||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 aGu7PufUrVELQdIN) ...
2021-10-25T05:50:57.426Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:50:57.426Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:51:47.863Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:51:47.865Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:51:47.866Z||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-10-25T05:51:47.866Z||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-10-25T05:51:47.866Z||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 aGu7PufUrVELQdIN) ...
2021-10-25T05:51:47.866Z||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 aGu7PufUrVELQdIN) ...
2021-10-25T05:51:57.439Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:51:57.468Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:52:47.864Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:52:47.865Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:52:47.867Z||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-10-25T05:52:47.867Z||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-10-25T05:52:47.867Z||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 aGu7PufUrVELQdIN) ...
2021-10-25T05:52:47.867Z||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 aGu7PufUrVELQdIN) ...
2021-10-25T05:52:57.420Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:52:57.420Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:53:47.862Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:53:47.864Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:53:47.864Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aGu7PufUrVELQdIN) ...
2021-10-25T05:53:47.865Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:53:47.866Z||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-10-25T05:53:47.866Z||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 aGu7PufUrVELQdIN) ...
2021-10-25T05:53:48.499Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:53:48.501Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:53:48.502Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-25T05:53:48.502Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9","serviceName":"vFW 2021-10-25 05-51-01","serviceVersion":"1.0","serviceUUID":"400bb8a2-e4f8-4aee-bf3e-564f736cebe1","serviceDescription":"catalog service description","serviceInvariantUUID":"ca272121-39d1-4237-b846-168bb88c8e9e","resources":[{"resourceInstanceName":"vFW 29686141-4f77 0","resourceName":"vFW 29686141-4f77","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c39b5cf7-b5ab-427e-bd4d-0c02e97a08b8","resourceInvariantUUID":"f803e0c9-9538-4121-9947-5fd1ceca0a05","resourceCustomizationUUID":"a32b41b4-817b-4969-8100-c6dff3f9301a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/vf-license-model.xml","artifactChecksum":"ODUzYzUzYWNmYjdhNzU5OGNlZDZkYzg2MzRkYmY2ZWY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e07a2164-3779-4895-9956-3898f44f0dac","artifactVersion":"1"},{"artifactName":"vfw296861414f770_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/vfw296861414f770_modules.json","artifactChecksum":"YTZhZGY4NDhkMDEwOTJkZjViOWVlMmFkMWRhMjVlY2M\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a6120ecd-bb10-4c11-a1bb-de3daea672e9","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"e40b7a79-0af2-415c-94fa-0de84af52dda","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/vendor-license-model.xml","artifactChecksum":"MjcwMWEzMmY2YjE5OWYwOTJkYmZiMTI2ZjgwYjM5NDE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ad8ddd0b-8afa-4c0a-b5ba-845f3cb5b469","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"af11a382-6201-4506-83f2-c483627a6837","artifactVersion":"2","generatedFromUUID":"e40b7a79-0af2-415c-94fa-0de84af52dda"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20211025055101-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20211025055101/1.0/artifacts/service-Vfw20211025055101-template.yml","artifactChecksum":"NjA3MGFmNTQwY2NmMjhmZDA4ZTQ1ZDdiM2UwODc2MDc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"adc776e3-dd4f-49cf-b289-d433af5f302e","artifactVersion":"1"},{"artifactName":"service-Vfw20211025055101-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20211025055101/1.0/artifacts/service-Vfw20211025055101-csar.csar","artifactChecksum":"NDBmY2RjZDgxMGMxNWQ2MWNiMzg4MjA5NjBkMWY3ZjQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c3102f01-570f-4688-8955-7f84530840c0","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-25T05:53:48.512Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:53:48.512Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635141180980,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:53:48.518Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-25T05:53:48.524Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:53:48.538Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:53:48.538Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635141227862,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:53:48.548Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-25T05:53:48.548Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:53:48.548Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9",
"consumerID": "clamp",
"timestamp": 1635141176867,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:53:48.549Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-25T05:53:48.549Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:53:48.549Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9",
"consumerID": "cds",
"timestamp": 1635141177354,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:53:48.549Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-25T05:53:48.549Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:53:48.549Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9",
"consumerID": "ves-openapi-manager",
"timestamp": 1635141180216,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:53:48.549Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-25T05:53:48.549Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:53:48.549Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9",
"consumerID": "aai-ml",
"timestamp": 1635141175288,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:53:48.550Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-25T05:53:48.550Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:53:48.550Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635141180980,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/vfw296861414f770_modules.json",
"status": "NOTIFIED"
}
2021-10-25T05:53:48.550Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-25T05:53:48.550Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:53:48.550Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9",
"consumerID": "clamp",
"timestamp": 1635141176867,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/vfw296861414f770_modules.json",
"status": "NOTIFIED"
}
2021-10-25T05:53:48.551Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-25T05:53:48.551Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:53:48.551Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9",
"consumerID": "cds",
"timestamp": 1635141177354,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/vfw296861414f770_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:53:48.551Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-25T05:53:48.551Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:53:48.552Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9",
"consumerID": "ves-openapi-manager",
"timestamp": 1635141180216,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/vfw296861414f770_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:53:48.552Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-25T05:53:48.552Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:53:48.552Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9",
"consumerID": "aai-ml",
"timestamp": 1635141175288,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/vfw296861414f770_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:53:48.553Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-25T05:53:48.553Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:53:48.553Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635141180980,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-10-25T05:53:48.553Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-25T05:53:48.553Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:53:48.554Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9",
"consumerID": "clamp",
"timestamp": 1635141176867,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:53:48.554Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-25T05:53:48.554Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:53:48.554Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9",
"consumerID": "cds",
"timestamp": 1635141177354,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:53:48.555Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-25T05:53:48.555Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:53:48.555Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9",
"consumerID": "ves-openapi-manager",
"timestamp": 1635141180216,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:53:48.555Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-25T05:53:48.555Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:53:48.556Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9",
"consumerID": "aai-ml",
"timestamp": 1635141175288,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:53:48.556Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-25T05:53:48.556Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:53:48.556Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635141180980,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:53:48.557Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-25T05:53:48.557Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:53:48.558Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9",
"consumerID": "clamp",
"timestamp": 1635141176867,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:53:48.558Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-25T05:53:48.558Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:53:48.558Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9",
"consumerID": "cds",
"timestamp": 1635141177354,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:53:48.558Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-25T05:53:48.559Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:53:48.559Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9",
"consumerID": "ves-openapi-manager",
"timestamp": 1635141180216,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:53:48.559Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-25T05:53:48.559Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:53:48.559Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9",
"consumerID": "aai-ml",
"timestamp": 1635141175288,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:53:48.560Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-25T05:53:48.560Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:53:48.560Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635141180980,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-10-25T05:53:48.560Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-25T05:53:48.560Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:53:48.560Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9",
"consumerID": "clamp",
"timestamp": 1635141176867,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:53:48.561Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-25T05:53:48.561Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:53:48.561Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9",
"consumerID": "cds",
"timestamp": 1635141177354,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:53:48.561Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-25T05:53:48.561Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:53:48.562Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9",
"consumerID": "ves-openapi-manager",
"timestamp": 1635141180216,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:53:48.562Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-25T05:53:48.562Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:53:48.562Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9",
"consumerID": "aai-ml",
"timestamp": 1635141175288,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:53:48.562Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-25T05:53:48.563Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:53:48.563Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9",
"consumerID": "policy-id",
"timestamp": 1635141185878,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:53:48.563Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-25T05:53:48.563Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:53:48.563Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635141180980,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/artifacts/service-Vfw20211025055101-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:53:48.564Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-25T05:53:48.564Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:53:48.564Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9",
"consumerID": "cds",
"timestamp": 1635141177354,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/artifacts/service-Vfw20211025055101-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:53:48.564Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-25T05:53:48.564Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:53:48.565Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9",
"consumerID": "clamp",
"timestamp": 1635141176867,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/artifacts/service-Vfw20211025055101-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:53:48.565Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-25T05:53:48.565Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:53:48.565Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9",
"consumerID": "ves-openapi-manager",
"timestamp": 1635141180216,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/artifacts/service-Vfw20211025055101-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:53:48.565Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-25T05:53:48.566Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:53:48.566Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9",
"consumerID": "dcae-sch",
"timestamp": 1635141186460,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:53:48.566Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-25T05:53:48.566Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:53:48.566Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9",
"consumerID": "aai-ml",
"timestamp": 1635141175288,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/artifacts/service-Vfw20211025055101-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:53:48.566Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-25T05:53:48.566Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:53:48.567Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9",
"consumerID": "policy-id",
"timestamp": 1635141185878,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/vfw296861414f770_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:53:48.567Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-25T05:53:48.567Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:53:48.567Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635141180980,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/artifacts/service-Vfw20211025055101-csar.csar",
"status": "NOTIFIED"
}
2021-10-25T05:53:48.568Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-25T05:53:48.568Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:53:48.568Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9",
"consumerID": "clamp",
"timestamp": 1635141176867,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/artifacts/service-Vfw20211025055101-csar.csar",
"status": "NOTIFIED"
}
2021-10-25T05:53:48.568Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-25T05:53:48.568Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:53:48.568Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9",
"consumerID": "cds",
"timestamp": 1635141177354,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/artifacts/service-Vfw20211025055101-csar.csar",
"status": "NOTIFIED"
}
2021-10-25T05:53:48.569Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-25T05:53:48.569Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:53:48.569Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9",
"consumerID": "ves-openapi-manager",
"timestamp": 1635141180216,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/artifacts/service-Vfw20211025055101-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:53:48.569Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-25T05:53:48.570Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:53:48.570Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9",
"consumerID": "dcae-sch",
"timestamp": 1635141186460,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/vfw296861414f770_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:53:48.570Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-25T05:53:48.570Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:53:48.570Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9",
"consumerID": "aai-ml",
"timestamp": 1635141175288,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/artifacts/service-Vfw20211025055101-csar.csar",
"status": "NOTIFIED"
}
2021-10-25T05:53:48.570Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-25T05:53:48.571Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:53:48.571Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9",
"consumerID": "policy-id",
"timestamp": 1635141185878,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-10-25T05:53:48.571Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-25T05:53:48.571Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:53:48.571Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635141188367,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:53:48.571Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-25T05:53:48.572Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:53:48.572Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9",
"consumerID": "dcae-sch",
"timestamp": 1635141186460,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:53:48.572Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-25T05:53:48.572Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:53:48.572Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635141189447,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/vfw296861414f770_modules.json",
"status": "DOWNLOAD_OK"
}
2021-10-25T05:53:48.572Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:53:48.573Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:53:48.573Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9",
"consumerID": "cds",
"timestamp": 1635141189571,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/artifacts/service-Vfw20211025055101-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-25T05:53:48.573Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:53:48.573Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:53:48.573Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9",
"consumerID": "policy-id",
"timestamp": 1635141185878,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:53:48.573Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-25T05:53:48.574Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:53:48.574Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9",
"consumerID": "aai-ml",
"timestamp": 1635141189591,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/artifacts/service-Vfw20211025055101-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-25T05:53:48.574Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:53:48.574Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:53:48.574Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635141188367,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/vfw296861414f770_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:53:48.574Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-25T05:53:48.574Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:53:48.574Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9",
"consumerID": "dcae-sch",
"timestamp": 1635141186460,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:53:48.575Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-25T05:53:48.575Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:53:48.575Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635141190582,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-10-25T05:53:48.575Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:53:48.575Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:53:48.575Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9",
"consumerID": "policy-id",
"timestamp": 1635141185878,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:53:48.575Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-25T05:53:48.575Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:53:48.575Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9",
"consumerID": "cds",
"timestamp": 1635141190593,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/artifacts/service-Vfw20211025055101-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=?
2021-10-25T05:53:48.638Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2021-10-25T05:53:48.642Z||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-10-25T05:53:48.642Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aGu7PufUrVELQdIN) ...
2021-10-25T05:53:48.660Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:53:48.661Z||pool-3-thread-1|||||INFO|500||cambria reply ok (20 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: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-25T05:53:48.753Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9
2021-10-25T05:53:48.773Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9 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-10-25T05:53:48.796Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:53:48.796Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635141188367,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:53:48.797Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-25T05:53:48.797Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:53:48.797Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9",
"consumerID": "dcae-sch",
"timestamp": 1635141186460,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:53:48.797Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-25T05:53:48.798Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:53:48.798Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9",
"consumerID": "policy-id",
"timestamp": 1635141185878,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/artifacts/service-Vfw20211025055101-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:53:48.798Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-25T05:53:48.798Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:53:48.798Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635141191637,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-10-25T05:53:48.799Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:53:48.799Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:53:48.799Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635141188367,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:53:48.799Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-25T05:53:48.799Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:53:48.799Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9",
"consumerID": "dcae-sch",
"timestamp": 1635141186460,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/artifacts/service-Vfw20211025055101-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:53:48.800Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-25T05:53:48.800Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:53:48.800Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9",
"consumerID": "policy-id",
"timestamp": 1635141185878,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/artifacts/service-Vfw20211025055101-csar.csar",
"status": "NOTIFIED"
}
2021-10-25T05:53:48.800Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-25T05:53:48.801Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:53:48.801Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635141188367,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:53:48.801Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-25T05:53:48.801Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:53:48.801Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635141193096,
"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-10-25T05:53:48.817Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9
2021-10-25T05:53:48.817Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9 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-10-25T05:53:48.826Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:53:48.826Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9",
"consumerID": "dcae-sch",
"timestamp": 1635141186460,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/artifacts/service-Vfw20211025055101-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:53:48.826Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-25T05:53:48.826Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:53:48.826Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9",
"consumerID": "policy-id",
"timestamp": 1635141193756,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/artifacts/service-Vfw20211025055101-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-25T05:53:48.826Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:53:48.826Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:53:48.827Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635141188367,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/artifacts/service-Vfw20211025055101-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:53:48.827Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-25T05:53:48.827Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:53:48.827Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635141194105,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/vfw296861414f770_modules.json",
"status": "DEPLOY_OK"
}
2021-10-25T05:53:48.827Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:53:48.827Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:53:48.827Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9",
"consumerID": "policy-id",
"timestamp": 1635141194769,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/artifacts/service-Vfw20211025055101-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-25T05:53:48.827Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:53:48.828Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:53:48.828Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635141188367,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/artifacts/service-Vfw20211025055101-csar.csar",
"status": "NOTIFIED"
}
2021-10-25T05:53:48.828Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-25T05:53:48.828Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:53:48.828Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9",
"consumerID": "policy-id",
"timestamp": 1635141195775,
"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-10-25T05:53:48.833Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9
2021-10-25T05:53:48.833Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9 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-10-25T05:53:48.843Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:53:48.843Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635141196269,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/artifacts/service-Vfw20211025055101-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-25T05:53:48.844Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:53:48.844Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:53:48.844Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9",
"consumerID": "clamp",
"timestamp": 1635141197757,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/artifacts/service-Vfw20211025055101-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-25T05:53:48.844Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:53:48.844Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:53:48.844Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9",
"consumerID": "clamp",
"timestamp": 1635141199204,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/artifacts/service-Vfw20211025055101-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-25T05:53:48.845Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:53:48.845Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:53:48.845Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9",
"consumerID": "clamp",
"timestamp": 1635141200210,
"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-10-25T05:53:48.850Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9
2021-10-25T05:53:48.850Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9 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-10-25T05:53:48.862Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:53:48.862Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635141201706,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/artifacts/service-Vfw20211025055101-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-25T05:53:48.862Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:53:48.862Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:53:48.862Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635141202711,
"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-10-25T05:53:48.867Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9
2021-10-25T05:53:48.868Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9 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-10-25T05:53:48.879Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:53:48.879Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9",
"consumerID": "aai-ml",
"timestamp": 1635141208748,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/artifacts/service-Vfw20211025055101-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-25T05:53:48.879Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:53:48.879Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:53:48.879Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9",
"consumerID": "aai-ml",
"timestamp": 1635141209754,
"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-10-25T05:53:48.885Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9
2021-10-25T05:53:48.885Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9 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-10-25T05:53:49.544Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-25T05:53:49.545Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:53:49.547Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:53:49.547Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635141227862,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/vfw296861414f770_modules.json",
"status": "NOTIFIED"
}
2021-10-25T05:53:49.647Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-25T05:53:49.648Z||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-10-25T05:53:49.649Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aGu7PufUrVELQdIN) ...
2021-10-25T05:53:49.666Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:53:49.667Z||pool-4-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2021-10-25T05:53:50.547Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-25T05:53:50.549Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:53:50.551Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:53:50.552Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635141227862,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-10-25T05:53:50.652Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-25T05:53:50.653Z||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-10-25T05:53:50.653Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aGu7PufUrVELQdIN) ...
2021-10-25T05:53:50.665Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:53:50.666Z||pool-5-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-25T05:53:51.552Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-25T05:53:51.553Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:53:51.555Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:53:51.555Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635141227862,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:53:51.656Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-25T05:53:51.657Z||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-10-25T05:53:51.657Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aGu7PufUrVELQdIN) ...
2021-10-25T05:53:51.670Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:53:51.670Z||pool-6-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-25T05:53:52.556Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-25T05:53:52.557Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:53:52.561Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:53:52.561Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635141227862,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-10-25T05:53:52.665Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2021-10-25T05:53:52.666Z||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-10-25T05:53:52.666Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aGu7PufUrVELQdIN) ...
2021-10-25T05:53:52.678Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:53:52.679Z||pool-7-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-10-25T05:53:53.563Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-25T05:53:53.566Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:53:53.570Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:53:53.570Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635141227862,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/artifacts/service-Vfw20211025055101-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:53:53.670Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-25T05:53:53.673Z||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-10-25T05:53:53.673Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aGu7PufUrVELQdIN) ...
2021-10-25T05:53:53.696Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:53:53.697Z||pool-8-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2021-10-25T05:53:54.571Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-25T05:53:54.572Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:53:54.574Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:53:54.574Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635141227862,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/artifacts/service-Vfw20211025055101-csar.csar",
"status": "NOTIFIED"
}
2021-10-25T05:53:54.675Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-25T05:53:54.677Z||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-10-25T05:53:54.677Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aGu7PufUrVELQdIN) ...
2021-10-25T05:53:54.692Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:53:54.693Z||pool-9-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-10-25T05:53:55.576Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9",
"serviceName": "vFW 2021-10-25 05-51-01",
"serviceVersion": "1.0",
"serviceUUID": "400bb8a2-e4f8-4aee-bf3e-564f736cebe1",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "ca272121-39d1-4237-b846-168bb88c8e9e",
"resources": [
{
"resourceInstanceName": "vFW 29686141-4f77 0",
"resourceCustomizationUUID": "a32b41b4-817b-4969-8100-c6dff3f9301a",
"resourceName": "vFW 29686141-4f77",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "c39b5cf7-b5ab-427e-bd4d-0c02e97a08b8",
"resourceInvariantUUID": "f803e0c9-9538-4121-9947-5fd1ceca0a05",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw296861414f770_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/vfw296861414f770_modules.json",
"artifactChecksum": "YTZhZGY4NDhkMDEwOTJkZjViOWVlMmFkMWRhMjVlY2M\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "a6120ecd-bb10-4c11-a1bb-de3daea672e9",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "e40b7a79-0af2-415c-94fa-0de84af52dda",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "af11a382-6201-4506-83f2-c483627a6837",
"generatedFromUUID": "e40b7a79-0af2-415c-94fa-0de84af52dda"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "af11a382-6201-4506-83f2-c483627a6837",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20211025055101-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/artifacts/service-Vfw20211025055101-csar.csar",
"artifactChecksum": "NDBmY2RjZDgxMGMxNWQ2MWNiMzg4MjA5NjBkMWY3ZjQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "c3102f01-570f-4688-8955-7f84530840c0"
}
],
"workloadContext": "Production"
}
2021-10-25T05:53:55.578Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-25T05:53:55.579Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 400bb8a2-e4f8-4aee-bf3e-564f736cebe1 ASDC
2021-10-25T05:53:55.707Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9
ServiceName:vFW 2021-10-25 05-51-01
ServiceVersion:1.0
ServiceUUID:400bb8a2-e4f8-4aee-bf3e-564f736cebe1
ServiceInvariantUUID:ca272121-39d1-4237-b846-168bb88c8e9e
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20211025055101-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211025055101/1.0/artifacts/service-Vfw20211025055101-csar.csar
ArtifactUUID:c3102f01-570f-4688-8955-7f84530840c0
ArtifactChecksum:NDBmY2RjZDgxMGMxNWQ2MWNiMzg4MjA5NjBkMWY3ZjQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 29686141-4f77 0
ResourceCustomizationUUID:a32b41b4-817b-4969-8100-c6dff3f9301a
ResourceInvariantUUID:f803e0c9-9538-4121-9947-5fd1ceca0a05
ResourceName:vFW 29686141-4f77
ResourceType:VF
ResourceUUID:c39b5cf7-b5ab-427e-bd4d-0c02e97a08b8
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw296861414f770_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/vfw296861414f770_modules.json
ArtifactUUID:a6120ecd-bb10-4c11-a1bb-de3daea672e9
ArtifactChecksum:YTZhZGY4NDhkMDEwOTJkZjViOWVlMmFkMWRhMjVlY2M=
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/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/base_vfw.yaml
ArtifactUUID:e40b7a79-0af2-415c-94fa-0de84af52dda
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/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/base_vfw.env
ArtifactUUID:af11a382-6201-4506-83f2-c483627a6837
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/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/base_vfw.env
ArtifactUUID:af11a382-6201-4506-83f2-c483627a6837
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-10-25T05:53:55.707Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 400bb8a2-e4f8-4aee-bf3e-564f736cebe1 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-10-25T05:53:55.765Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-25T05:53:55.766Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-10-25T05:53:55.767Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-10-25T05:53:55.768Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: c3102f01-570f-4688-8955-7f84530840c0 from URL: /sdc/v1/catalog/services/Vfw20211025055101/1.0/artifacts/service-Vfw20211025055101-csar.csar
2021-10-25T05:53:55.768Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-10-25T05:53:55.769Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211025055101/1.0/artifacts/service-Vfw20211025055101-csar.csar
2021-10-25T05:53:55.952Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-10-25T05:53:55.971Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211025055101/1.0/artifacts/service-Vfw20211025055101-csar.csar c3102f01-570f-4688-8955-7f84530840c0 98769
2021-10-25T05:53:55.973Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211025055101/1.0/artifacts/service-Vfw20211025055101-csar.csar ASDC sendASDCNotification
2021-10-25T05:53:55.973Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211025055101/1.0/artifacts/service-Vfw20211025055101-csar.csar
2021-10-25T05:53:55.973Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-25T05:53:55.974Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:53:55.976Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:53:55.976Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635141235971,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/artifacts/service-Vfw20211025055101-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-25T05:53:56.076Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-25T05:53:56.077Z||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-10-25T05:53:56.077Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aGu7PufUrVELQdIN) ...
2021-10-25T05:53:56.090Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:53:56.090Z||pool-10-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-25T05:53:56.977Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-25T05:53:56.978Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-10-25T05:53:56.979Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: c3102f01-570f-4688-8955-7f84530840c0, URL: /sdc/v1/catalog/services/Vfw20211025055101/1.0/artifacts/service-Vfw20211025055101-csar.csar to file: /app/ASDC/1/service-Vfw20211025055101-csar.csar
2021-10-25T05:53:56.979Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20211025055101-csar.csar
2021-10-25T05:53:57.056Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20211025055101-csar.csar
2021-10-25T05:53:57.056Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20211025055101-csar.csar
2021-10-25T05:53:57.687Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11292904144396417804/Definitions/service-Vfw20211025055101-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_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
2021-10-25T05:54:00.768Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-25T05:54:00.773Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-10-25T05:54:00.773Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20211025055101-csar.csar
2021-10-25T05:54:00.773Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-10-25T05:54:00.773Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||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-Vfw20211025055101-csar.csar
2021-10-25T05:54:00.774Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||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-Vfw20211025055101-csar.csar
2021-10-25T05:54:00.774Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||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-Vfw20211025055101-csar.csar
2021-10-25T05:54:00.774Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211025055101-csar.csar
2021-10-25T05:54:00.774Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211025055101-csar.csar
2021-10-25T05:54:00.774Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||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-Vfw20211025055101-csar.csar
2021-10-25T05:54:00.774Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 29686141-4f77 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-Vfw20211025055101-csar.csar
2021-10-25T05:54:00.775Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||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-Vfw20211025055101-csar.csar
2021-10-25T05:54:00.775Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||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-Vfw20211025055101-csar.csar
2021-10-25T05:54:00.775Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20211025055101-csar.csar
2021-10-25T05:54:00.775Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||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-Vfw20211025055101-csar.csar
2021-10-25T05:54:00.775Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211025055101-csar.csar
2021-10-25T05:54:00.775Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||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-Vfw20211025055101-csar.csar
2021-10-25T05:54:00.775Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-10-25T05:54:00.782Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-25T05:54:00.783Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-10-25 05-51-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:54:00.787Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template vFW 29686141-4f77 0 is matching search criteria
2021-10-25T05:54:00.787Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-10-25T05:54:00.789Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 29686141-4f77 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-25T05:54:00.791Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-25T05:54:00.791Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-10-25 05-51-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:54:00.791Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template vFW 29686141-4f77 0 is matching search criteria
2021-10-25T05:54:00.792Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-10-25T05:54:00.792Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 29686141-4f77 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-25T05:54:00.792Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-25T05:54:00.792Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-10-25 05-51-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:54:00.796Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-25T05:54:00.796Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template vFW 29686141-4f77 0 is not matching search criteria
2021-10-25T05:54:00.796Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-25T05:54:00.797Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-10-25T05:54:00.797Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-10-25T05:54:00.797Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-10-25T05:54:00.797Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2021-10-25T05:54:00.798Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-10-25T05:54:00.798Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-25T05:54:00.798Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-10-25T05:54:00.798Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2021-10-25T05:54:00.798Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-10-25T05:54:00.799Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-10-25T05:54:00.799Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-10-25T05:54:00.799Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-10-25T05:54:00.799Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2021-10-25T05:54:00.799Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-10-25T05:54:00.800Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-10-25T05:54:00.800Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-25T05:54:00.800Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-10-25 05-51-01 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-25T05:54:00.801Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-25T05:54:00.802Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template vFW 29686141-4f77 0 is matching search criteria
2021-10-25T05:54:00.802Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 29686141-4f77 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-25T05:54:00.802Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-25T05:54:00.802Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template vFW 29686141-4f77 0 is matching search criteria
2021-10-25T05:54:00.803Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 29686141-4f77 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-25T05:54:00.803Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-25T05:54:00.803Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template vFW 29686141-4f77 0 is matching search criteria
2021-10-25T05:54:00.803Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 29686141-4f77 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-25T05:54:00.803Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-25T05:54:00.804Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template vFW 29686141-4f77 0 is not matching search criteria
2021-10-25T05:54:00.804Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-25T05:54:00.804Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-10-25T05:54:00.808Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-25T05:54:00.809Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-10-25T05:54:00.809Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2021-10-25T05:54:00.809Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-10-25T05:54:00.809Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-10-25T05:54:00.809Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-10-25T05:54:00.810Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-10-25T05:54:00.810Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2021-10-25T05:54:00.810Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-10-25T05:54:00.810Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=10ff8f5d-a3c3-4b82-b89c-cd533c7d1b16
2021-10-25T05:54:00.811Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-25T05:54:00.811Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template vFW 29686141-4f77 0 is not matching search criteria
2021-10-25T05:54:00.811Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-25T05:54:00.811Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-10-25T05:54:00.811Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-10-25T05:54:00.812Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-10-25T05:54:00.812Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2021-10-25T05:54:00.812Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-10-25T05:54:00.812Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-25T05:54:00.812Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-10-25T05:54:00.813Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-10-25T05:54:00.813Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-10-25T05:54:00.813Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2021-10-25T05:54:00.813Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-10-25T05:54:00.813Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=5bb376a7-a10b-4670-b375-49b80bad518c
2021-10-25T05:54:00.814Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-25T05:54:00.814Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template vFW 29686141-4f77 0 is not matching search criteria
2021-10-25T05:54:00.814Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-25T05:54:00.814Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-10-25T05:54:00.814Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-10-25T05:54:00.815Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-10-25T05:54:00.815Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2021-10-25T05:54:00.815Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-10-25T05:54:00.815Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-25T05:54:00.815Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-10-25T05:54:00.816Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2021-10-25T05:54:00.816Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-10-25T05:54:00.816Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-10-25T05:54:00.816Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-10-25T05:54:00.816Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=07fe76fc-e8a9-4498-bade-fcfd8833751d
2021-10-25T05:54:00.817Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-25T05:54:00.817Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-10-25 05-51-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:54:00.817Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-25T05:54:00.817Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-10-25 05-51-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:54:00.817Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-25T05:54:00.818Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-10-25 05-51-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:54:00.818Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-25T05:54:00.818Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-10-25 05-51-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:54:00.818Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2021-10-25 05-51-01
Description:catalog service description
Model UUID:400bb8a2-e4f8-4aee-bf3e-564f736cebe1
Model Version:NULL
Model InvariantUuid:ca272121-39d1-4237-b846-168bb88c8e9e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 29686141-4f77
Model UUID:ecd98935-108d-4d60-a2d6-0c9cd7ce2ddd
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:f803e0c9-9538-4121-9947-5fd1ceca0a05
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:a32b41b4-817b-4969-8100-c6dff3f9301a
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:bc3c8025-0ef3-443a-8f9f-e5608a52b358
ModelName:Vfw296861414f77..base_vfw..module-0
ModelUuid:505e1a33-800b-40db-8d19-2fa27d4448e6
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:10ff8f5d-a3c3-4b82-b89c-cd533c7d1b16
ModelInvariantUuid:ecfbc009-7150-4df0-89fb-6895af44682f
ModelName:vFW 29686141-4f77-nodes.vfwCvfc
ModelUuid:5678b13e-80f9-4174-af32-6d95217b05bc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:3496135a-ceb1-4d73-b044-004ab9d82781
ModelInvariantUuid:8977acd1-f58e-4e93-ae42-00084d1b876f
ModelName:Vfw296861414f77.compute.nodes.heat.vfw
ModelUuid:7608b63f-631a-44a2-a3cd-ab0ac42306fa
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:5bb376a7-a10b-4670-b375-49b80bad518c
ModelInvariantUuid:f706e6d8-b087-4c81-8b00-42954e1f3f24
ModelName:vFW 29686141-4f77-nodes.vsnCvfc
ModelUuid:1690e6f1-abfe-4c2e-a924-bb99949c7ae5
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:c680b873-a5d6-4c1e-aa0d-78bf99317605
ModelInvariantUuid:74e82737-3319-41a7-b0cf-5844f6daa7b8
ModelName:Vfw296861414f77.compute.nodes.heat.vsn
ModelUuid:d5c59ace-8cdd-49c1-a57c-65f313799eca
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:07fe76fc-e8a9-4498-bade-fcfd8833751d
ModelInvariantUuid:cef48993-16b7-49c1-a1aa-966236461db5
ModelName:vFW 29686141-4f77-nodes.vpgCvfc
ModelUuid:58e039e3-827a-47e0-96ad-13159b99fe1b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:44c80cd7-3c0d-4ea4-a794-c7dc144a7cc4
ModelInvariantUuid:cd62d385-1162-4805-85cd-141b002e22c7
ModelName:Vfw296861414f77.compute.nodes.heat.vpg
ModelUuid:f25f3952-eea0-4b36-9650-b0023f1e739a
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-10-25T05:54:00.828Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: c39b5cf7-b5ab-427e-bd4d-0c02e97a08b8
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-10-25T05:54:00.968Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||INFO|500||vFW 29686141-4f77 0
2021-10-25T05:54:00.975Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c39b5cf7-b5ab-427e-bd4d-0c02e97a08b8
2021-10-25T05:54:00.975Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: a6120ecd-bb10-4c11-a1bb-de3daea672e9 from URL: /sdc/v1/catalog/services/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/vfw296861414f770_modules.json
2021-10-25T05:54:00.976Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-10-25T05:54:00.976Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/vfw296861414f770_modules.json
2021-10-25T05:54:01.147Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-10-25T05:54:01.148Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/vfw296861414f770_modules.json a6120ecd-bb10-4c11-a1bb-de3daea672e9 785
2021-10-25T05:54:01.148Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/vfw296861414f770_modules.json ASDC sendASDCNotification
2021-10-25T05:54:01.148Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/vfw296861414f770_modules.json
2021-10-25T05:54:01.148Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-25T05:54:01.149Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:54:01.151Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:54:01.151Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635141241148,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/vfw296861414f770_modules.json",
"status": "DOWNLOAD_OK"
}
2021-10-25T05:54:01.251Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-25T05:54:01.252Z||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-10-25T05:54:01.252Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aGu7PufUrVELQdIN) ...
2021-10-25T05:54:01.278Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:54:01.279Z||pool-11-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2021-10-25T05:54:02.154Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw296861414f77..base_vfw..module-0",
"vfModuleModelInvariantUUID": "bc3c8025-0ef3-443a-8f9f-e5608a52b358",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "505e1a33-800b-40db-8d19-2fa27d4448e6",
"vfModuleModelCustomizationUUID": "e3481caa-e7d0-402b-b98a-0d9aaec03c99",
"isBase": true,
"artifacts": [
"e40b7a79-0af2-415c-94fa-0de84af52dda",
"af11a382-6201-4506-83f2-c483627a6837"
],
"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-10-25T05:54:02.168Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw296861414f77..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:505e1a33-800b-40db-8d19-2fa27d4448e6
VfModuleModelInvariantUUID:bc3c8025-0ef3-443a-8f9f-e5608a52b358
VfModuleModelDescription:NULL
Artifacts UUID List:{
e40b7a79-0af2-415c-94fa-0de84af52dda
,
af11a382-6201-4506-83f2-c483627a6837
}
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-10-25T05:54:02.170Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw296861414f77..base_vfw..module-0",
"vfModuleModelInvariantUUID": "bc3c8025-0ef3-443a-8f9f-e5608a52b358",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "505e1a33-800b-40db-8d19-2fa27d4448e6",
"vfModuleModelCustomizationUUID": "e3481caa-e7d0-402b-b98a-0d9aaec03c99",
"isBase": true,
"artifacts": [
"e40b7a79-0af2-415c-94fa-0de84af52dda",
"af11a382-6201-4506-83f2-c483627a6837"
],
"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-10-25T05:54:02.171Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw296861414f77..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:505e1a33-800b-40db-8d19-2fa27d4448e6
VfModuleModelInvariantUUID:bc3c8025-0ef3-443a-8f9f-e5608a52b358
VfModuleModelDescription:NULL
Artifacts UUID List:{
e40b7a79-0af2-415c-94fa-0de84af52dda
,
af11a382-6201-4506-83f2-c483627a6837
}
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-10-25T05:54:02.171Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: e40b7a79-0af2-415c-94fa-0de84af52dda from URL: /sdc/v1/catalog/services/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/base_vfw.yaml
2021-10-25T05:54:02.171Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-10-25T05:54:02.172Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/base_vfw.yaml
2021-10-25T05:54:02.268Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-10-25T05:54:02.269Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/base_vfw.yaml e40b7a79-0af2-415c-94fa-0de84af52dda 20368
2021-10-25T05:54:02.269Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-10-25T05:54:02.269Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/base_vfw.yaml
2021-10-25T05:54:02.270Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-25T05:54:02.270Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:54:02.272Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:54:02.272Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635141242269,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-10-25T05:54:02.372Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-25T05:54:02.373Z||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-10-25T05:54:02.374Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aGu7PufUrVELQdIN) ...
2021-10-25T05:54:02.387Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:54:02.388Z||pool-12-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-10-25T05:54:03.273Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: af11a382-6201-4506-83f2-c483627a6837 from URL: /sdc/v1/catalog/services/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/base_vfw.env
2021-10-25T05:54:03.273Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-10-25T05:54:03.274Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/base_vfw.env
2021-10-25T05:54:03.349Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-10-25T05:54:03.350Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/base_vfw.env af11a382-6201-4506-83f2-c483627a6837 2098
2021-10-25T05:54:03.350Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/base_vfw.env ASDC sendASDCNotification
2021-10-25T05:54:03.351Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/base_vfw.env
2021-10-25T05:54:03.351Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-25T05:54:03.352Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:54:03.354Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:54:03.354Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635141243350,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-10-25T05:54:03.454Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-25T05:54:03.455Z||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-10-25T05:54:03.455Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aGu7PufUrVELQdIN) ...
2021-10-25T05:54:03.481Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:54:03.482Z||pool-13-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2021-10-25T05:54:04.355Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 400bb8a2-e4f8-4aee-bf3e-564f736cebe1
2021-10-25T05:54:04.356Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 29686141-4f77 0 c39b5cf7-b5ab-427e-bd4d-0c02e97a08b8 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-10-25T05:54:04.397Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@56d3b71a, org.onap.sdc.toscaparser.api.parameters.Input@1171ab7, org.onap.sdc.toscaparser.api.parameters.Input@49b0c2f2, org.onap.sdc.toscaparser.api.parameters.Input@2484722f, org.onap.sdc.toscaparser.api.parameters.Input@6fa46ac2]
2021-10-25T05:54:04.401Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-25T05:54:04.401Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-10-25 05-51-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:54:04.401Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic
2021-10-25T05:54:04.401Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= a32b41b4-817b-4969-8100-c6dff3f9301a
2021-10-25T05:54:04.401Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: a32b41b4-817b-4969-8100-c6dff3f9301a matches Tosca VF Customization UUID: a32b41b4-817b-4969-8100-c6dff3f9301a
2021-10-25T05:54:04.402Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: a32b41b4-817b-4969-8100-c6dff3f9301a 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-10-25T05:54:04.411Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-25T05:54:04.412Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-10-25 05-51-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:54:04.425Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id a32b41b4-817b-4969-8100-c6dff3f9301a: {\"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-10-25T05:54:04.427Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4b58b902
2021-10-25T05:54:04.428Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-25T05:54:04.428Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-10-25 05-51-01 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-25T05:54:04.429Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : e3481caa-e7d0-402b-b98a-0d9aaec03c99
2021-10-25T05:54:04.430Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID e3481caa-e7d0-402b-b98a-0d9aaec03c99
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-10-25T05:54:04.437Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-25T05:54:04.437Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template vFW 29686141-4f77 0 is matching search criteria
2021-10-25T05:54:04.437Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 29686141-4f77 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-25T05:54:04.438Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-25T05:54:04.439Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template vFW 29686141-4f77 0 is matching search criteria
2021-10-25T05:54:04.439Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 29686141-4f77 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-25T05:54:04.440Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-25T05:54:04.440Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template vFW 29686141-4f77 0 is not matching search criteria
2021-10-25T05:54:04.440Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-25T05:54:04.441Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-10-25T05:54:04.441Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-25T05:54:04.442Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-10-25T05:54:04.442Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2021-10-25T05:54:04.443Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-10-25T05:54:04.443Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-10-25T05:54:04.443Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-10-25T05:54:04.444Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-10-25T05:54:04.444Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2021-10-25T05:54:04.444Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-10-25T05:54:04.445Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=10ff8f5d-a3c3-4b82-b89c-cd533c7d1b16
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-10-25T05:54:04.455Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-25T05:54:04.455Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template vFW 29686141-4f77 0 is matching search criteria
2021-10-25T05:54:04.456Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 29686141-4f77 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-25T05:54:04.456Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-25T05:54:04.457Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template vFW 29686141-4f77 0 is not matching search criteria
2021-10-25T05:54:04.457Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-25T05:54:04.457Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-10-25T05:54:04.457Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-10-25T05:54:04.458Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-10-25T05:54:04.458Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2021-10-25T05:54:04.459Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-10-25T05:54:04.459Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-25T05:54:04.459Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-10-25T05:54:04.459Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-10-25T05:54:04.460Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-10-25T05:54:04.460Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2021-10-25T05:54:04.460Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-10-25T05:54:04.460Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=5bb376a7-a10b-4670-b375-49b80bad518c
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-10-25T05:54:04.462Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-25T05:54:04.463Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template vFW 29686141-4f77 0 is matching search criteria
2021-10-25T05:54:04.463Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 29686141-4f77 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-25T05:54:04.465Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-25T05:54:04.466Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template vFW 29686141-4f77 0 is not matching search criteria
2021-10-25T05:54:04.466Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-25T05:54:04.466Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-10-25T05:54:04.467Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-10-25T05:54:04.467Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-10-25T05:54:04.467Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2021-10-25T05:54:04.467Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-10-25T05:54:04.468Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-25T05:54:04.468Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-10-25T05:54:04.468Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2021-10-25T05:54:04.468Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-10-25T05:54:04.469Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-10-25T05:54:04.469Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-10-25T05:54:04.469Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=07fe76fc-e8a9-4498-bade-fcfd8833751d
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-10-25T05:54:04.471Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-25T05:54:04.472Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template vFW 29686141-4f77 0 is matching search criteria
2021-10-25T05:54:04.472Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 29686141-4f77 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-25T05:54:04.472Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-25T05:54:04.473Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Node template vFW 29686141-4f77 0 is matching search criteria
2021-10-25T05:54:04.473Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 29686141-4f77 0] matching following query criteria: sdcType=VF, customizationUUID=a32b41b4-817b-4969-8100-c6dff3f9301a
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-10-25T05:54:04.475Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-25T05:54:04.475Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-10-25 05-51-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:54:04.476Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 400bb8a2-e4f8-4aee-bf3e-564f736cebe1: vFW 29686141-4f77
2021-10-25T05:54:04.476Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-25T05:54:04.477Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-10-25 05-51-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:54:04.477Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-25T05:54:04.478Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-10-25 05-51-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:54:04.478Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-25T05:54:04.478Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-10-25 05-51-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:54:04.479Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-25T05:54:04.479Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-10-25 05-51-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:54:04.480Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-25T05:54:04.480Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-10-25 05-51-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:54:04.481Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||INFO|500||Saving Service: vFW 2021-10-25 05-51-01
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-10-25T05:54:04.737Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 29686141-4f77 c39b5cf7-b5ab-427e-bd4d-0c02e97a08b8 1 ASDC deployResourceStructure
2021-10-25T05:54:04.738Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/vfw296861414f770_modules.json ASDC sendASDCNotification
2021-10-25T05:54:04.738Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/vfw296861414f770_modules.json
2021-10-25T05:54:04.738Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-25T05:54:04.738Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:54:04.740Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:54:04.740Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635141244738,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/vfw296861414f770_modules.json",
"status": "DEPLOY_OK"
}
2021-10-25T05:54:04.841Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-25T05:54:04.842Z||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-10-25T05:54:04.842Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aGu7PufUrVELQdIN) ...
2021-10-25T05:54:04.861Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:54:04.861Z||pool-14-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2021-10-25T05:54:05.741Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-10-25T05:54:05.742Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/base_vfw.yaml
2021-10-25T05:54:05.742Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-25T05:54:05.742Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:54:05.744Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:54:05.744Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635141245741,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-10-25T05:54:05.844Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-25T05:54:05.845Z||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-10-25T05:54:05.846Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aGu7PufUrVELQdIN) ...
2021-10-25T05:54:05.859Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:54:05.860Z||pool-15-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-10-25T05:54:06.745Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/base_vfw.env ASDC sendASDCNotification
2021-10-25T05:54:06.746Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/base_vfw.env
2021-10-25T05:54:06.746Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-25T05:54:06.746Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:54:06.748Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:54:06.748Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635141246745,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-10-25T05:54:06.848Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-25T05:54:06.849Z||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-10-25T05:54:06.849Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aGu7PufUrVELQdIN) ...
2021-10-25T05:54:06.865Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:54:06.866Z||pool-16-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-10-25T05:54:07.749Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211025055101/1.0/artifacts/service-Vfw20211025055101-csar.csar ASDC sendASDCNotification
2021-10-25T05:54:07.749Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211025055101/1.0/artifacts/service-Vfw20211025055101-csar.csar
2021-10-25T05:54:07.750Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-25T05:54:07.750Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:54:07.752Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:54:07.752Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635141247749,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/artifacts/service-Vfw20211025055101-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-25T05:54:07.852Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-25T05:54:07.853Z||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-10-25T05:54:07.854Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aGu7PufUrVELQdIN) ...
2021-10-25T05:54:07.869Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:54:07.870Z||pool-17-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2021-10-25T05:54:08.753Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9
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-10-25T05:54:08.767Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9
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-10-25T05:54:08.771Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-25T05:54:08.772Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-25T05:54:08.772Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-25T05:54:08.772Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-25T05:54:08.772Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-25T05:54:08.772Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-25T05:54:08.773Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-25T05:54:08.773Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-25T05:54:08.773Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-25T05:54:08.773Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-25T05:54:08.773Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||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-10-25T05:54:08.777Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-25T05:54:38.778Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9 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-10-25T05:54:38.787Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9 and serviceModelVersionId: 400bb8a2-e4f8-4aee-bf3e-564f736cebe1
2021-10-25T05:54:38.788Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ca272121-39d1-4237-b846-168bb88c8e9e
2021-10-25T05:54:47.865Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:54:47.866Z||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-10-25T05:54:47.866Z||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 aGu7PufUrVELQdIN) ...
2021-10-25T05:54:47.997Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:54:47.997Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T05:54:47.997Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635141227862,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:54:47.999Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-25T05:54:53.319Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ca272121-39d1-4237-b846-168bb88c8e9e/model-vers/model-ver/400bb8a2-e4f8-4aee-bf3e-564f736cebe1?depth=0
2021-10-25T05:54:53.420Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2021-10-25T05:54:53.913Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca272121-39d1-4237-b846-168bb88c8e9e/model-vers/model-ver/400bb8a2-e4f8-4aee-bf3e-564f736cebe1?depth=0|INFO|500||Invoke
2021-10-25T05:54:53.920Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca272121-39d1-4237-b846-168bb88c8e9e/model-vers/model-ver/400bb8a2-e4f8-4aee-bf3e-564f736cebe1?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca272121-39d1-4237-b846-168bb88c8e9e/model-vers/model-ver/400bb8a2-e4f8-4aee-bf3e-564f736cebe1?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[2c39b361-8323-44e6-a224-ec21bb5e3cc6], X-ECOMP-RequestID=[6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9], X-TransactionId=[], X-ONAP-RequestID=[6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9], Content-Type=[application/merge-patch+json]}
2021-10-25T05:54:54.026Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca272121-39d1-4237-b846-168bb88c8e9e/model-vers/model-ver/400bb8a2-e4f8-4aee-bf3e-564f736cebe1?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-10-25T05:54:54.554Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca272121-39d1-4237-b846-168bb88c8e9e/model-vers/model-ver/400bb8a2-e4f8-4aee-bf3e-564f736cebe1?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/ca272121-39d1-4237-b846-168bb88c8e9e/model-vers/model-ver/400bb8a2-e4f8-4aee-bf3e-564f736cebe1?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211025-05:54:54:034-78208], vertex-id=[221272], Content-Length=[0], Date=[Mon, 25 Oct 2021 05:54:54 GMT], Content-Type=[application/json]}
2021-10-25T05:54:54.556Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca272121-39d1-4237-b846-168bb88c8e9e/model-vers/model-ver/400bb8a2-e4f8-4aee-bf3e-564f736cebe1?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-10-25T05:54:54.556Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca272121-39d1-4237-b846-168bb88c8e9e/model-vers/model-ver/400bb8a2-e4f8-4aee-bf3e-564f736cebe1?depth=0|INFO|500||InvokeReturn
2021-10-25T05:54:54.560Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-25T05:54:54.560Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||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-10-25T05:54:54.564Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||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-10-25T05:54:54.565Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-25T05:54:54.565Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-25T05:54:54.566Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:54:54.568Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:54:54.568Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635141294565,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-25T05:54:54.668Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-25T05:54:54.669Z||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-10-25T05:54:54.669Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aGu7PufUrVELQdIN) ...
2021-10-25T05:54:54.683Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:54:54.683Z||pool-18-thread-1|||||INFO|500||cambria reply ok (15 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-10-25T05:54:55.579Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:54:55.580Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:54:55.580Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aGu7PufUrVELQdIN) ...
2021-10-25T05:55:05.133Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:55:47.863Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:55:47.865Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:55:47.868Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:55:47.869Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aGu7PufUrVELQdIN) ...
2021-10-25T05:55:47.868Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:55:47.869Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aGu7PufUrVELQdIN) ...
2021-10-25T05:55:47.907Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:55:47.908Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-25T05:55:47.908Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635141227862,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/vfw296861414f770_modules.json",
"status": "NOTIFIED"
}
2021-10-25T05:55:47.910Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-10-25T05:55:47.911Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-25T05:55:47.911Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635141227862,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-10-25T05:55:47.912Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-10-25T05:55:47.912Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-25T05:55:47.912Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635141227862,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:55:47.912Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-10-25T05:55:47.913Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-25T05:55:47.913Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635141227862,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-10-25T05:55:47.913Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-10-25T05:55:47.913Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-25T05:55:47.913Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635141227862,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/artifacts/service-Vfw20211025055101-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:55:47.913Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-10-25T05:55:47.913Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-25T05:55:47.914Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635141227862,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/artifacts/service-Vfw20211025055101-csar.csar",
"status": "NOTIFIED"
}
2021-10-25T05:55:47.914Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-10-25T05:55:47.914Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-25T05:55:47.914Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635141235971,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/artifacts/service-Vfw20211025055101-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-25T05:55:47.914Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:55:47.914Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-25T05:55:47.914Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635141241148,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/vfw296861414f770_modules.json",
"status": "DOWNLOAD_OK"
}
2021-10-25T05:55:47.915Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:55:47.915Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-25T05:55:47.915Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635141242269,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-10-25T05:55:47.915Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:55:47.915Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-25T05:55:47.915Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635141243350,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-10-25T05:55:47.916Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:55:47.916Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-25T05:55:47.916Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635141244738,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/vfw296861414f770_modules.json",
"status": "DEPLOY_OK"
}
2021-10-25T05:55:47.916Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:55:47.916Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-25T05:55:47.916Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635141245741,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-10-25T05:55:47.917Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:55:47.917Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-25T05:55:47.917Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635141246745,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/resourceInstances/vfw296861414f770/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-10-25T05:55:47.917Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:55:47.917Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-25T05:55:47.918Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635141247749,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025055101/1.0/artifacts/service-Vfw20211025055101-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-25T05:55:47.918Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:55:57.422Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:56:47.863Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:56:47.866Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:56:47.868Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:56:47.868Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:56:47.868Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aGu7PufUrVELQdIN) ...
2021-10-25T05:56:47.868Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aGu7PufUrVELQdIN) ...
2021-10-25T05:56:48.402Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:56:48.403Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-25T05:56:48.403Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635141294565,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-25T05:56:48.405Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:56:57.425Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:57:47.864Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:57:47.865Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:57:47.868Z||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-10-25T05:57:47.868Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:57:47.868Z||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 aGu7PufUrVELQdIN) ...
2021-10-25T05:57:47.868Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aGu7PufUrVELQdIN) ...
2021-10-25T05:57:48.512Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:57:48.515Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:57:48.516Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610",
"consumerID": "clamp",
"timestamp": 1635141416867,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:57:48.518Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-25T05:57:48.518Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:57:48.518Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610",
"consumerID": "cds",
"timestamp": 1635141417354,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:57:48.518Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-25T05:57:48.518Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:57:48.518Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635141420982,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:57:48.518Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-25T05:57:48.518Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:57:48.519Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610",
"consumerID": "aai-ml",
"timestamp": 1635141415288,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:57:48.519Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-25T05:57:48.519Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:57:48.519Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610",
"consumerID": "ves-openapi-manager",
"timestamp": 1635141420210,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:57:48.519Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-25T05:57:48.519Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:57:48.519Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610",
"consumerID": "clamp",
"timestamp": 1635141416867,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/basic_onboard_mpwcat0_modules.json",
"status": "NOTIFIED"
}
2021-10-25T05:57:48.519Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-25T05:57:48.519Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:57:48.519Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610",
"consumerID": "aai-ml",
"timestamp": 1635141415288,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/basic_onboard_mpwcat0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:57:48.520Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-25T05:57:48.520Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:57:48.520Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635141420982,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/basic_onboard_mpwcat0_modules.json",
"status": "NOTIFIED"
}
2021-10-25T05:57:48.520Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-25T05:57:48.520Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:57:48.520Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:57:48.520Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610",
"consumerID": "cds",
"timestamp": 1635141417354,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/basic_onboard_mpwcat0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:57:48.520Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-25T05:57:48.520Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:57:48.520Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610",
"consumerID": "ves-openapi-manager",
"timestamp": 1635141420210,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/basic_onboard_mpwcat0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:57:48.521Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-25T05:57:48.521Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:57:48.521Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-25T05:57:48.521Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"df2bab62-1d26-4eaf-828a-64ab14815610","serviceName":"basic_onboard_mpWcaT","serviceVersion":"1.0","serviceUUID":"25794876-0c4e-44da-b443-54d252dcf15f","serviceDescription":"service","serviceInvariantUUID":"632a1a7e-948b-4d1b-b565-827335d2d5b9","resources":[{"resourceInstanceName":"basic_onboard_mpWcaT 0","resourceName":"basic_onboard_mpWcaT","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"bdfb3fd8-d5e9-413d-a37f-bb0a227aca4d","resourceInvariantUUID":"b9b02148-108a-4856-a1bc-90cbf66244a6","resourceCustomizationUUID":"07c0eb88-f39e-44f6-bf6f-a990106fc3b0","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/vf-license-model.xml","artifactChecksum":"YjM2NWMyYzQzNzExYzQyZmRiOWNhZDdlZmNkYTIxNGU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a46081a3-0f04-45ca-ac31-ed35a5bd1578","artifactVersion":"1"},{"artifactName":"basic_onboard_mpwcat0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/basic_onboard_mpwcat0_modules.json","artifactChecksum":"ZGI5N2RmMDY5OTVkMThjM2RiMzllNDJkYjU4YjBiNTA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a1caa3fb-55ea-4cce-b702-cd0fc1f734ad","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"84a95133-ec0e-42e4-a1fb-3927a50d60a4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6a50b72b-30c5-4cbf-b014-3f814e73de4b","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a4f2d579-bd1c-41f3-9ed4-9c8f676f3e53","artifactVersion":"2","generatedFromUUID":"84a95133-ec0e-42e4-a1fb-3927a50d60a4"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardMpwcat-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/artifacts/service-BasicOnboardMpwcat-template.yml","artifactChecksum":"YmFlMGEwYmU4NmMxZjUxNjIwN2RhZTM2Y2U4NTk5M2Y\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ec585f69-08d7-4c07-bc44-34fd0bbfbcc9","artifactVersion":"1"},{"artifactName":"service-BasicOnboardMpwcat-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/artifacts/service-BasicOnboardMpwcat-csar.csar","artifactChecksum":"ODE3ZGUxOWI4MzVhYjhjOTk5NTczNmY0YzMyY2JiOWQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ec778e34-b27b-44ec-a501-812f7c1ca97f","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-25T05:57:48.521Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610",
"consumerID": "clamp",
"timestamp": 1635141416867,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:57:48.521Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-25T05:57:48.522Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:57:48.523Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635141420982,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-10-25T05:57:48.523Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-25T05:57:48.523Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:57:48.523Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610",
"consumerID": "cds",
"timestamp": 1635141417354,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:57:48.523Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-25T05:57:48.524Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:57:48.524Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610",
"consumerID": "aai-ml",
"timestamp": 1635141415288,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:57:48.524Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-25T05:57:48.525Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:57:48.525Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610",
"consumerID": "ves-openapi-manager",
"timestamp": 1635141420210,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:57:48.525Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-25T05:57:48.525Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:57:48.525Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610",
"consumerID": "clamp",
"timestamp": 1635141416867,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:57:48.526Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-25T05:57:48.526Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:57:48.526Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635141420982,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:57:48.526Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-25T05:57:48.526Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:57:48.527Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610",
"consumerID": "cds",
"timestamp": 1635141417354,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:57:48.527Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-25T05:57:48.527Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:57:48.527Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610",
"consumerID": "aai-ml",
"timestamp": 1635141415288,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:57:48.527Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-25T05:57:48.527Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:57:48.528Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610",
"consumerID": "ves-openapi-manager",
"timestamp": 1635141420210,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:57:48.528Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-25T05:57:48.528Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:57:48.528Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610",
"consumerID": "clamp",
"timestamp": 1635141416867,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:57:48.529Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-25T05:57:48.530Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:57:48.532Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635141420982,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-10-25T05:57:48.533Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-25T05:57:48.533Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:57:48.533Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610",
"consumerID": "cds",
"timestamp": 1635141417354,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:57:48.534Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-25T05:57:48.535Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:57:48.535Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610",
"consumerID": "aai-ml",
"timestamp": 1635141415288,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:57:48.535Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-25T05:57:48.535Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:57:48.535Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610",
"consumerID": "ves-openapi-manager",
"timestamp": 1635141420210,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:57:48.535Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-25T05:57:48.536Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:57:48.536Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610",
"consumerID": "policy-id",
"timestamp": 1635141425878,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:57:48.537Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-25T05:57:48.537Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:57:48.537Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610",
"consumerID": "clamp",
"timestamp": 1635141416867,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/artifacts/service-BasicOnboardMpwcat-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:57:48.537Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-25T05:57:48.538Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:57:48.538Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610",
"consumerID": "cds",
"timestamp": 1635141417354,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/artifacts/service-BasicOnboardMpwcat-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:57:48.538Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-25T05:57:48.538Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:57:48.539Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610",
"consumerID": "aai-ml",
"timestamp": 1635141415288,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/artifacts/service-BasicOnboardMpwcat-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:57:48.539Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-25T05:57:48.539Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:57:48.539Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635141420982,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/artifacts/service-BasicOnboardMpwcat-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:57:48.539Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-25T05:57:48.540Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:57:48.539Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-25T05:57:48.540Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610",
"consumerID": "ves-openapi-manager",
"timestamp": 1635141420210,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/artifacts/service-BasicOnboardMpwcat-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:57:48.540Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-25T05:57:48.540Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:57:48.540Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:57:48.540Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610",
"consumerID": "dcae-sch",
"timestamp": 1635141426458,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:57:48.541Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-25T05:57:48.541Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:57:48.541Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610",
"consumerID": "policy-id",
"timestamp": 1635141425878,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/basic_onboard_mpwcat0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:57:48.541Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-25T05:57:48.541Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:57:48.542Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610",
"consumerID": "clamp",
"timestamp": 1635141416867,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/artifacts/service-BasicOnboardMpwcat-csar.csar",
"status": "NOTIFIED"
}
2021-10-25T05:57:48.542Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-25T05:57:48.542Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:57:48.542Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610",
"consumerID": "cds",
"timestamp": 1635141417354,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/artifacts/service-BasicOnboardMpwcat-csar.csar",
"status": "NOTIFIED"
}
2021-10-25T05:57:48.542Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-25T05:57:48.543Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:57:48.543Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610",
"consumerID": "aai-ml",
"timestamp": 1635141415288,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/artifacts/service-BasicOnboardMpwcat-csar.csar",
"status": "NOTIFIED"
}
2021-10-25T05:57:48.543Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-25T05:57:48.543Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:57:48.543Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635141420982,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/artifacts/service-BasicOnboardMpwcat-csar.csar",
"status": "NOTIFIED"
}
2021-10-25T05:57:48.544Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-25T05:57:48.544Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:57:48.544Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610",
"consumerID": "ves-openapi-manager",
"timestamp": 1635141420210,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/artifacts/service-BasicOnboardMpwcat-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:57:48.544Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-25T05:57:48.544Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:57:48.544Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610",
"consumerID": "dcae-sch",
"timestamp": 1635141426458,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/basic_onboard_mpwcat0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:57:48.545Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-25T05:57:48.545Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:57:48.545Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610",
"consumerID": "policy-id",
"timestamp": 1635141425878,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-10-25T05:57:48.545Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-25T05:57:48.545Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:57:48.546Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635141428368,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:57:48.546Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-25T05:57:48.546Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:57:48.546Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610",
"consumerID": "dcae-sch",
"timestamp": 1635141426458,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:57:48.546Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-25T05:57:48.546Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:57:48.547Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610",
"consumerID": "cds",
"timestamp": 1635141429371,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/artifacts/service-BasicOnboardMpwcat-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-25T05:57:48.547Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:57:48.547Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:57:48.547Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635141429440,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/basic_onboard_mpwcat0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-10-25T05:57:48.547Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:57:48.547Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:57:48.547Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:57:48.548Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610",
"consumerID": "aai-ml",
"timestamp": 1635141429451,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/artifacts/service-BasicOnboardMpwcat-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-25T05:57:48.548Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:57:48.548Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:57:48.547Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635141467863,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:57:48.548Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610",
"consumerID": "policy-id",
"timestamp": 1635141425878,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:57:48.549Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-25T05:57:48.549Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:57:48.549Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635141428368,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/basic_onboard_mpwcat0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:57:48.549Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-25T05:57:48.549Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:57:48.550Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610",
"consumerID": "dcae-sch",
"timestamp": 1635141426458,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:57:48.550Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-25T05:57:48.550Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:57:48.550Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610",
"consumerID": "cds",
"timestamp": 1635141430380,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/artifacts/service-BasicOnboardMpwcat-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-10-25T05:57:48.574Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of df2bab62-1d26-4eaf-828a-64ab14815610
2021-10-25T05:57:48.574Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId df2bab62-1d26-4eaf-828a-64ab14815610 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-10-25T05:57:48.583Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:57:48.583Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610",
"consumerID": "policy-id",
"timestamp": 1635141425878,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:57:48.584Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-25T05:57:48.584Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:57:48.584Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635141430645,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-10-25T05:57:48.584Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:57:48.584Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:57:48.585Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635141428368,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:57:48.585Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-25T05:57:48.585Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:57:48.585Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610",
"consumerID": "dcae-sch",
"timestamp": 1635141426458,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:57:48.585Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-25T05:57:48.585Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:57:48.586Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610",
"consumerID": "policy-id",
"timestamp": 1635141425878,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/artifacts/service-BasicOnboardMpwcat-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:57:48.586Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-25T05:57:48.586Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:57:48.586Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635141431704,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-10-25T05:57:48.587Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:57:48.587Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:57:48.587Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635141428368,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:57:48.587Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-25T05:57:48.587Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:57:48.588Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610",
"consumerID": "dcae-sch",
"timestamp": 1635141426458,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/artifacts/service-BasicOnboardMpwcat-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:57:48.588Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-25T05:57:48.588Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:57:48.588Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610",
"consumerID": "policy-id",
"timestamp": 1635141425878,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/artifacts/service-BasicOnboardMpwcat-csar.csar",
"status": "NOTIFIED"
}
2021-10-25T05:57:48.588Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-25T05:57:48.589Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:57:48.589Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635141432728,
"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-10-25T05:57:48.594Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of df2bab62-1d26-4eaf-828a-64ab14815610
2021-10-25T05:57:48.594Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId df2bab62-1d26-4eaf-828a-64ab14815610 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-10-25T05:57:48.605Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:57:48.605Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635141428368,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:57:48.605Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-25T05:57:48.605Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:57:48.605Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610",
"consumerID": "dcae-sch",
"timestamp": 1635141426458,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/artifacts/service-BasicOnboardMpwcat-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:57:48.606Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-25T05:57:48.606Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:57:48.606Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610",
"consumerID": "clamp",
"timestamp": 1635141433240,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/artifacts/service-BasicOnboardMpwcat-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-25T05:57:48.606Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:57:48.606Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:57:48.607Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610",
"consumerID": "policy-id",
"timestamp": 1635141433675,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/artifacts/service-BasicOnboardMpwcat-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-25T05:57:48.607Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:57:48.607Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:57:48.607Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635141433731,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/basic_onboard_mpwcat0_modules.json",
"status": "DEPLOY_OK"
}
2021-10-25T05:57:48.607Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:57:48.607Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:57:48.608Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635141428368,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/artifacts/service-BasicOnboardMpwcat-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:57:48.608Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-25T05:57:48.608Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:57:48.608Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610",
"consumerID": "clamp",
"timestamp": 1635141434258,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/artifacts/service-BasicOnboardMpwcat-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-25T05:57:48.608Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:57:48.609Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:57:48.609Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610",
"consumerID": "policy-id",
"timestamp": 1635141434680,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/artifacts/service-BasicOnboardMpwcat-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-25T05:57:48.609Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:57:48.609Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:57:48.609Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635141428368,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/artifacts/service-BasicOnboardMpwcat-csar.csar",
"status": "NOTIFIED"
}
2021-10-25T05:57:48.610Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-25T05:57:48.610Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:57:48.610Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610",
"consumerID": "clamp",
"timestamp": 1635141435261,
"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-10-25T05:57:48.615Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of df2bab62-1d26-4eaf-828a-64ab14815610
2021-10-25T05:57:48.615Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId df2bab62-1d26-4eaf-828a-64ab14815610 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-10-25T05:57:48.625Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:57:48.626Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610",
"consumerID": "policy-id",
"timestamp": 1635141435683,
"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-10-25T05:57:48.630Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of df2bab62-1d26-4eaf-828a-64ab14815610
2021-10-25T05:57:48.630Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId df2bab62-1d26-4eaf-828a-64ab14815610 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-10-25T05:57:48.636Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:57:48.637Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635141436454,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/artifacts/service-BasicOnboardMpwcat-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-25T05:57:48.637Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:57:48.637Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:57:48.637Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635141439058,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/artifacts/service-BasicOnboardMpwcat-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-25T05:57:48.637Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:57:48.637Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:57:48.637Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610",
"consumerID": "aai-ml",
"timestamp": 1635141439145,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/artifacts/service-BasicOnboardMpwcat-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-25T05:57:48.637Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:57:48.637Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:57:48.638Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635141440063,
"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-10-25T05:57:48.643Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of df2bab62-1d26-4eaf-828a-64ab14815610
2021-10-25T05:57:48.643Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId df2bab62-1d26-4eaf-828a-64ab14815610 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-10-25T05:57:48.647Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-25T05:57:48.648Z||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-10-25T05:57:48.648Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aGu7PufUrVELQdIN) ...
2021-10-25T05:57:48.651Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:57:48.651Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610",
"consumerID": "aai-ml",
"timestamp": 1635141440149,
"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-10-25T05:57:48.656Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of df2bab62-1d26-4eaf-828a-64ab14815610
2021-10-25T05:57:48.656Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId df2bab62-1d26-4eaf-828a-64ab14815610 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-10-25T05:57:48.665Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:57:48.666Z||pool-19-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2021-10-25T05:57:49.549Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-25T05:57:49.550Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:57:49.552Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:57:49.552Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635141467863,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/basic_onboard_mpwcat0_modules.json",
"status": "NOTIFIED"
}
2021-10-25T05:57:49.652Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-25T05:57:49.653Z||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-10-25T05:57:49.653Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aGu7PufUrVELQdIN) ...
2021-10-25T05:57:49.668Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:57:49.669Z||pool-20-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-10-25T05:57:50.553Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-25T05:57:50.553Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:57:50.555Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:57:50.555Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635141467863,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-10-25T05:57:50.655Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-25T05:57:50.657Z||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-10-25T05:57:50.657Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aGu7PufUrVELQdIN) ...
2021-10-25T05:57:50.669Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:57:50.670Z||pool-21-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-25T05:57:51.555Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-25T05:57:51.557Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:57:51.559Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:57:51.559Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635141467863,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:57:51.659Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-25T05:57:51.661Z||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-10-25T05:57:51.661Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aGu7PufUrVELQdIN) ...
2021-10-25T05:57:51.673Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:57:51.674Z||pool-22-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-25T05:57:52.560Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-25T05:57:52.560Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:57:52.562Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:57:52.562Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635141467863,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-10-25T05:57:52.663Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-25T05:57:52.663Z||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-10-25T05:57:52.664Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aGu7PufUrVELQdIN) ...
2021-10-25T05:57:52.675Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:57:52.675Z||pool-23-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-25T05:57:53.563Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-25T05:57:53.564Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:57:53.566Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:57:53.566Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635141467863,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/artifacts/service-BasicOnboardMpwcat-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:57:53.666Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-25T05:57:53.667Z||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-10-25T05:57:53.667Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aGu7PufUrVELQdIN) ...
2021-10-25T05:57:53.683Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:57:53.684Z||pool-24-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2021-10-25T05:57:54.566Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-25T05:57:54.567Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:57:54.575Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:57:54.575Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635141467863,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/artifacts/service-BasicOnboardMpwcat-csar.csar",
"status": "NOTIFIED"
}
2021-10-25T05:57:54.675Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-25T05:57:54.676Z||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-10-25T05:57:54.676Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aGu7PufUrVELQdIN) ...
2021-10-25T05:57:54.692Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:57:54.692Z||pool-25-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-10-25T05:57:55.576Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610",
"serviceName": "basic_onboard_mpWcaT",
"serviceVersion": "1.0",
"serviceUUID": "25794876-0c4e-44da-b443-54d252dcf15f",
"serviceDescription": "service",
"serviceInvariantUUID": "632a1a7e-948b-4d1b-b565-827335d2d5b9",
"resources": [
{
"resourceInstanceName": "basic_onboard_mpWcaT 0",
"resourceCustomizationUUID": "07c0eb88-f39e-44f6-bf6f-a990106fc3b0",
"resourceName": "basic_onboard_mpWcaT",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "bdfb3fd8-d5e9-413d-a37f-bb0a227aca4d",
"resourceInvariantUUID": "b9b02148-108a-4856-a1bc-90cbf66244a6",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_mpwcat0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/basic_onboard_mpwcat0_modules.json",
"artifactChecksum": "ZGI5N2RmMDY5OTVkMThjM2RiMzllNDJkYjU4YjBiNTA\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "a1caa3fb-55ea-4cce-b702-cd0fc1f734ad",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "84a95133-ec0e-42e4-a1fb-3927a50d60a4",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "a4f2d579-bd1c-41f3-9ed4-9c8f676f3e53",
"generatedFromUUID": "84a95133-ec0e-42e4-a1fb-3927a50d60a4"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "a4f2d579-bd1c-41f3-9ed4-9c8f676f3e53",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardMpwcat-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/artifacts/service-BasicOnboardMpwcat-csar.csar",
"artifactChecksum": "ODE3ZGUxOWI4MzVhYjhjOTk5NTczNmY0YzMyY2JiOWQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "ec778e34-b27b-44ec-a501-812f7c1ca97f"
}
],
"workloadContext": "Production"
}
2021-10-25T05:57:55.577Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-25T05:57:55.577Z|6e32f6b9-eef1-41e9-a2cd-15cb2b534dd9|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 25794876-0c4e-44da-b443-54d252dcf15f ASDC
2021-10-25T05:57:55.578Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:df2bab62-1d26-4eaf-828a-64ab14815610
ServiceName:basic_onboard_mpWcaT
ServiceVersion:1.0
ServiceUUID:25794876-0c4e-44da-b443-54d252dcf15f
ServiceInvariantUUID:632a1a7e-948b-4d1b-b565-827335d2d5b9
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardMpwcat-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/artifacts/service-BasicOnboardMpwcat-csar.csar
ArtifactUUID:ec778e34-b27b-44ec-a501-812f7c1ca97f
ArtifactChecksum:ODE3ZGUxOWI4MzVhYjhjOTk5NTczNmY0YzMyY2JiOWQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_mpWcaT 0
ResourceCustomizationUUID:07c0eb88-f39e-44f6-bf6f-a990106fc3b0
ResourceInvariantUUID:b9b02148-108a-4856-a1bc-90cbf66244a6
ResourceName:basic_onboard_mpWcaT
ResourceType:VF
ResourceUUID:bdfb3fd8-d5e9-413d-a37f-bb0a227aca4d
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_mpwcat0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/basic_onboard_mpwcat0_modules.json
ArtifactUUID:a1caa3fb-55ea-4cce-b702-cd0fc1f734ad
ArtifactChecksum:ZGI5N2RmMDY5OTVkMThjM2RiMzllNDJkYjU4YjBiNTA=
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/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/base_ubuntu18.yaml
ArtifactUUID:84a95133-ec0e-42e4-a1fb-3927a50d60a4
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/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/base_ubuntu18.env
ArtifactUUID:a4f2d579-bd1c-41f3-9ed4-9c8f676f3e53
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/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/base_ubuntu18.env
ArtifactUUID:a4f2d579-bd1c-41f3-9ed4-9c8f676f3e53
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-10-25T05:57:55.578Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 25794876-0c4e-44da-b443-54d252dcf15f 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-10-25T05:57:55.614Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-25T05:57:55.616Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-10-25T05:57:55.617Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-10-25T05:57:55.617Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: ec778e34-b27b-44ec-a501-812f7c1ca97f from URL: /sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/artifacts/service-BasicOnboardMpwcat-csar.csar
2021-10-25T05:57:55.617Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-10-25T05:57:55.618Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/artifacts/service-BasicOnboardMpwcat-csar.csar
2021-10-25T05:57:55.760Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-10-25T05:57:55.764Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/artifacts/service-BasicOnboardMpwcat-csar.csar ec778e34-b27b-44ec-a501-812f7c1ca97f 71371
2021-10-25T05:57:55.764Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/artifacts/service-BasicOnboardMpwcat-csar.csar ASDC sendASDCNotification
2021-10-25T05:57:55.764Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/artifacts/service-BasicOnboardMpwcat-csar.csar
2021-10-25T05:57:55.765Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-25T05:57:55.765Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:57:55.767Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:57:55.767Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635141475764,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/artifacts/service-BasicOnboardMpwcat-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-25T05:57:55.867Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-25T05:57:55.868Z||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-10-25T05:57:55.869Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aGu7PufUrVELQdIN) ...
2021-10-25T05:57:55.882Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:57:55.883Z||pool-26-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-10-25T05:57:56.768Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-25T05:57:56.769Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-10-25T05:57:56.769Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: ec778e34-b27b-44ec-a501-812f7c1ca97f, URL: /sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/artifacts/service-BasicOnboardMpwcat-csar.csar to file: /app/ASDC/1/service-BasicOnboardMpwcat-csar.csar
2021-10-25T05:57:56.769Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardMpwcat-csar.csar
2021-10-25T05:57:56.770Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardMpwcat-csar.csar
2021-10-25T05:57:56.770Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardMpwcat-csar.csar
2021-10-25T05:57:56.973Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP701919839657195012/Definitions/service-BasicOnboardMpwcat-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-10-25T05:57:58.338Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-25T05:57:58.338Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-10-25T05:57:58.338Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardMpwcat-csar.csar
2021-10-25T05:57:58.338Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-10-25T05:57:58.338Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_mpWcaT 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-BasicOnboardMpwcat-csar.csar
2021-10-25T05:57:58.338Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||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-BasicOnboardMpwcat-csar.csar
2021-10-25T05:57:58.339Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||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-BasicOnboardMpwcat-csar.csar
2021-10-25T05:57:58.339Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||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-BasicOnboardMpwcat-csar.csar
2021-10-25T05:57:58.339Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||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-BasicOnboardMpwcat-csar.csar
2021-10-25T05:57:58.339Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardMpwcat-csar.csar
2021-10-25T05:57:58.339Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardMpwcat-csar.csar
2021-10-25T05:57:58.339Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||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-BasicOnboardMpwcat-csar.csar
2021-10-25T05:57:58.339Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||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-BasicOnboardMpwcat-csar.csar
2021-10-25T05:57:58.339Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-10-25T05:57:58.339Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-25T05:57:58.340Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_mpWcaT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:57:58.340Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_mpWcaT 0 is matching search criteria
2021-10-25T05:57:58.340Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-10-25T05:57:58.340Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_mpWcaT 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-25T05:57:58.340Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-25T05:57:58.340Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_mpWcaT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:57:58.341Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_mpWcaT 0 is matching search criteria
2021-10-25T05:57:58.341Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-10-25T05:57:58.341Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_mpWcaT 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-25T05:57:58.341Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-25T05:57:58.341Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_mpWcaT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:57:58.341Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-25T05:57:58.342Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_mpWcaT 0 is not matching search criteria
2021-10-25T05:57:58.342Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-10-25T05:57:58.342Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-10-25T05:57:58.342Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-10-25T05:57:58.342Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-10-25T05:57:58.342Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-10-25T05:57:58.342Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-25T05:57:58.342Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_mpWcaT is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-25T05:57:58.343Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-25T05:57:58.343Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_mpWcaT 0 is matching search criteria
2021-10-25T05:57:58.343Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_mpWcaT 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-25T05:57:58.343Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-25T05:57:58.343Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_mpWcaT 0 is matching search criteria
2021-10-25T05:57:58.343Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_mpWcaT 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-25T05:57:58.344Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-25T05:57:58.344Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_mpWcaT 0 is matching search criteria
2021-10-25T05:57:58.344Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_mpWcaT 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-25T05:57:58.344Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-25T05:57:58.344Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_mpWcaT 0 is not matching search criteria
2021-10-25T05:57:58.344Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-10-25T05:57:58.344Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-10-25T05:57:58.345Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=0b0ea85b-1a66-4919-b0e7-4369b2723b85
2021-10-25T05:57:58.345Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-25T05:57:58.345Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_mpWcaT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:57:58.345Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-25T05:57:58.345Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_mpWcaT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:57:58.345Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-25T05:57:58.345Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_mpWcaT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:57:58.346Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-25T05:57:58.346Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_mpWcaT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:57:58.346Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_mpWcaT
Description:service
Model UUID:25794876-0c4e-44da-b443-54d252dcf15f
Model Version:NULL
Model InvariantUuid:632a1a7e-948b-4d1b-b565-827335d2d5b9
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_mpWcaT
Model UUID:ac06abff-b57b-4394-8e5c-92ba5e4d8ed0
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:b9b02148-108a-4856-a1bc-90cbf66244a6
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:07c0eb88-f39e-44f6-bf6f-a990106fc3b0
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:dffd8ca0-3ab1-4344-9f6b-18568d4984cf
ModelName:BasicOnboardMpwcat..base_ubuntu18..module-0
ModelUuid:3310068c-edd8-4299-80ec-8b64f60df654
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:0b0ea85b-1a66-4919-b0e7-4369b2723b85
ModelInvariantUuid:7495d097-e617-450f-b9ca-a77ec9e5f84c
ModelName:basic_onboard_mpWcaT-nodes.ubuntu18Cvfc
ModelUuid:7ea37fd2-543e-4017-9d07-5fdb9b5a5b93
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:dc13e53c-3123-4974-9269-f44e73387cbe
ModelInvariantUuid:d6010434-718e-4c97-a7da-6160398c9145
ModelName:BasicOnboardMpwcat.compute.nodes.heat.ubuntu18
ModelUuid:7b087f0b-c5dd-4dbd-8d27-e28b81ec6f86
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-10-25T05:57:58.354Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: bdfb3fd8-d5e9-413d-a37f-bb0a227aca4d
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-10-25T05:57:58.358Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||basic_onboard_mpWcaT 0
2021-10-25T05:57:58.358Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: bdfb3fd8-d5e9-413d-a37f-bb0a227aca4d
2021-10-25T05:57:58.358Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: a1caa3fb-55ea-4cce-b702-cd0fc1f734ad from URL: /sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/basic_onboard_mpwcat0_modules.json
2021-10-25T05:57:58.359Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-10-25T05:57:58.359Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/basic_onboard_mpwcat0_modules.json
2021-10-25T05:57:58.636Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-10-25T05:57:58.637Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/basic_onboard_mpwcat0_modules.json a1caa3fb-55ea-4cce-b702-cd0fc1f734ad 798
2021-10-25T05:57:58.638Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/basic_onboard_mpwcat0_modules.json ASDC sendASDCNotification
2021-10-25T05:57:58.638Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/basic_onboard_mpwcat0_modules.json
2021-10-25T05:57:58.638Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-25T05:57:58.638Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:57:58.641Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:57:58.641Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635141478638,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/basic_onboard_mpwcat0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-10-25T05:57:58.741Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-25T05:57:58.742Z||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-10-25T05:57:58.742Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aGu7PufUrVELQdIN) ...
2021-10-25T05:57:58.753Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:57:58.753Z||pool-27-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-25T05:57:59.641Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardMpwcat..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "dffd8ca0-3ab1-4344-9f6b-18568d4984cf",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "3310068c-edd8-4299-80ec-8b64f60df654",
"vfModuleModelCustomizationUUID": "f86abed4-9303-41ab-b259-af90562158b5",
"isBase": true,
"artifacts": [
"84a95133-ec0e-42e4-a1fb-3927a50d60a4",
"a4f2d579-bd1c-41f3-9ed4-9c8f676f3e53"
],
"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-10-25T05:57:59.647Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardMpwcat..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3310068c-edd8-4299-80ec-8b64f60df654
VfModuleModelInvariantUUID:dffd8ca0-3ab1-4344-9f6b-18568d4984cf
VfModuleModelDescription:NULL
Artifacts UUID List:{
84a95133-ec0e-42e4-a1fb-3927a50d60a4
,
a4f2d579-bd1c-41f3-9ed4-9c8f676f3e53
}
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-10-25T05:57:59.650Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardMpwcat..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "dffd8ca0-3ab1-4344-9f6b-18568d4984cf",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "3310068c-edd8-4299-80ec-8b64f60df654",
"vfModuleModelCustomizationUUID": "f86abed4-9303-41ab-b259-af90562158b5",
"isBase": true,
"artifacts": [
"84a95133-ec0e-42e4-a1fb-3927a50d60a4",
"a4f2d579-bd1c-41f3-9ed4-9c8f676f3e53"
],
"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-10-25T05:57:59.650Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardMpwcat..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3310068c-edd8-4299-80ec-8b64f60df654
VfModuleModelInvariantUUID:dffd8ca0-3ab1-4344-9f6b-18568d4984cf
VfModuleModelDescription:NULL
Artifacts UUID List:{
84a95133-ec0e-42e4-a1fb-3927a50d60a4
,
a4f2d579-bd1c-41f3-9ed4-9c8f676f3e53
}
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-10-25T05:57:59.650Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 84a95133-ec0e-42e4-a1fb-3927a50d60a4 from URL: /sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/base_ubuntu18.yaml
2021-10-25T05:57:59.650Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-10-25T05:57:59.651Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/base_ubuntu18.yaml
2021-10-25T05:57:59.837Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-10-25T05:57:59.837Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/base_ubuntu18.yaml 84a95133-ec0e-42e4-a1fb-3927a50d60a4 5033
2021-10-25T05:57:59.838Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-10-25T05:57:59.838Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/base_ubuntu18.yaml
2021-10-25T05:57:59.838Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-25T05:57:59.839Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:57:59.840Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:57:59.841Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635141479838,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-10-25T05:57:59.941Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-25T05:57:59.941Z||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-10-25T05:57:59.942Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aGu7PufUrVELQdIN) ...
2021-10-25T05:57:59.953Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:57:59.953Z||pool-28-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-25T05:58:00.841Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: a4f2d579-bd1c-41f3-9ed4-9c8f676f3e53 from URL: /sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/base_ubuntu18.env
2021-10-25T05:58:00.842Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-10-25T05:58:00.843Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/base_ubuntu18.env
2021-10-25T05:58:01.042Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-10-25T05:58:01.043Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/base_ubuntu18.env a4f2d579-bd1c-41f3-9ed4-9c8f676f3e53 909
2021-10-25T05:58:01.044Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-10-25T05:58:01.045Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/base_ubuntu18.env
2021-10-25T05:58:01.045Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-25T05:58:01.045Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:58:01.047Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:58:01.047Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635141481043,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-10-25T05:58:01.147Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-25T05:58:01.148Z||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-10-25T05:58:01.148Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aGu7PufUrVELQdIN) ...
2021-10-25T05:58:01.166Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:58:01.166Z||pool-29-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2021-10-25T05:58:02.047Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 25794876-0c4e-44da-b443-54d252dcf15f
2021-10-25T05:58:02.048Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_mpWcaT 0 bdfb3fd8-d5e9-413d-a37f-bb0a227aca4d 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-10-25T05:58:02.059Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4a64a749, org.onap.sdc.toscaparser.api.parameters.Input@38397b33, org.onap.sdc.toscaparser.api.parameters.Input@243e778b, org.onap.sdc.toscaparser.api.parameters.Input@fac6a4c, org.onap.sdc.toscaparser.api.parameters.Input@601dda1f]
2021-10-25T05:58:02.060Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-25T05:58:02.060Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_mpWcaT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:58:02.061Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic
2021-10-25T05:58:02.061Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 07c0eb88-f39e-44f6-bf6f-a990106fc3b0
2021-10-25T05:58:02.061Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 07c0eb88-f39e-44f6-bf6f-a990106fc3b0 matches Tosca VF Customization UUID: 07c0eb88-f39e-44f6-bf6f-a990106fc3b0
2021-10-25T05:58:02.061Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 07c0eb88-f39e-44f6-bf6f-a990106fc3b0 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-10-25T05:58:02.063Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-25T05:58:02.063Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_mpWcaT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:58:02.064Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 07c0eb88-f39e-44f6-bf6f-a990106fc3b0: {\"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-10-25T05:58:02.064Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@28c996d4
2021-10-25T05:58:02.064Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-25T05:58:02.064Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_mpWcaT is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-25T05:58:02.064Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : f86abed4-9303-41ab-b259-af90562158b5
2021-10-25T05:58:02.064Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID f86abed4-9303-41ab-b259-af90562158b5
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-10-25T05:58:02.066Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-25T05:58:02.066Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_mpWcaT 0 is matching search criteria
2021-10-25T05:58:02.067Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_mpWcaT 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-25T05:58:02.067Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-25T05:58:02.067Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_mpWcaT 0 is matching search criteria
2021-10-25T05:58:02.067Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_mpWcaT 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-25T05:58:02.067Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-25T05:58:02.068Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_mpWcaT 0 is not matching search criteria
2021-10-25T05:58:02.068Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-10-25T05:58:02.068Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-10-25T05:58:02.069Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=0b0ea85b-1a66-4919-b0e7-4369b2723b85
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-10-25T05:58:02.070Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-25T05:58:02.070Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_mpWcaT 0 is matching search criteria
2021-10-25T05:58:02.071Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_mpWcaT 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-25T05:58:02.071Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-25T05:58:02.071Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_mpWcaT 0 is matching search criteria
2021-10-25T05:58:02.071Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_mpWcaT 0] matching following query criteria: sdcType=VF, customizationUUID=07c0eb88-f39e-44f6-bf6f-a990106fc3b0
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-10-25T05:58:02.072Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-25T05:58:02.073Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_mpWcaT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:58:02.073Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 25794876-0c4e-44da-b443-54d252dcf15f: basic_onboard_mpWcaT
2021-10-25T05:58:02.073Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-25T05:58:02.073Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_mpWcaT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:58:02.073Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-25T05:58:02.073Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_mpWcaT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:58:02.074Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-25T05:58:02.074Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_mpWcaT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:58:02.074Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-25T05:58:02.074Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_mpWcaT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:58:02.074Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-25T05:58:02.074Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_mpWcaT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:58:02.075Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||Saving Service: basic_onboard_mpWcaT
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-10-25T05:58:02.157Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_mpWcaT bdfb3fd8-d5e9-413d-a37f-bb0a227aca4d 1 ASDC deployResourceStructure
2021-10-25T05:58:02.158Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/basic_onboard_mpwcat0_modules.json ASDC sendASDCNotification
2021-10-25T05:58:02.158Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/basic_onboard_mpwcat0_modules.json
2021-10-25T05:58:02.158Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-25T05:58:02.158Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:58:02.161Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:58:02.161Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635141482158,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/basic_onboard_mpwcat0_modules.json",
"status": "DEPLOY_OK"
}
2021-10-25T05:58:02.262Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-25T05:58:02.262Z||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-10-25T05:58:02.263Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aGu7PufUrVELQdIN) ...
2021-10-25T05:58:02.276Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:58:02.277Z||pool-30-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-10-25T05:58:03.162Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-10-25T05:58:03.162Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/base_ubuntu18.yaml
2021-10-25T05:58:03.162Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-25T05:58:03.162Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:58:03.164Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:58:03.164Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635141483162,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-10-25T05:58:03.264Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-25T05:58:03.265Z||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-10-25T05:58:03.265Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aGu7PufUrVELQdIN) ...
2021-10-25T05:58:03.281Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:58:03.281Z||pool-31-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-10-25T05:58:04.165Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-10-25T05:58:04.165Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/base_ubuntu18.env
2021-10-25T05:58:04.165Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-25T05:58:04.166Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:58:04.167Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:58:04.167Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635141484164,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-10-25T05:58:04.267Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-25T05:58:04.268Z||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-10-25T05:58:04.268Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aGu7PufUrVELQdIN) ...
2021-10-25T05:58:04.283Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:58:04.283Z||pool-32-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-10-25T05:58:05.169Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/artifacts/service-BasicOnboardMpwcat-csar.csar ASDC sendASDCNotification
2021-10-25T05:58:05.169Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/artifacts/service-BasicOnboardMpwcat-csar.csar
2021-10-25T05:58:05.169Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-25T05:58:05.169Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:58:05.171Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:58:05.171Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635141485168,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/artifacts/service-BasicOnboardMpwcat-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-25T05:58:05.271Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-25T05:58:05.272Z||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-10-25T05:58:05.272Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aGu7PufUrVELQdIN) ...
2021-10-25T05:58:05.289Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:58:05.290Z||pool-33-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2021-10-25T05:58:06.171Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: df2bab62-1d26-4eaf-828a-64ab14815610
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-10-25T05:58:06.182Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: df2bab62-1d26-4eaf-828a-64ab14815610
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-10-25T05:58:06.186Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-25T05:58:06.186Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-25T05:58:06.186Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-25T05:58:06.186Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-25T05:58:06.186Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-25T05:58:06.186Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-25T05:58:06.186Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-25T05:58:06.186Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-25T05:58:06.186Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-25T05:58:06.186Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-25T05:58:06.186Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||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-10-25T05:58:06.191Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-25T05:58:36.192Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: df2bab62-1d26-4eaf-828a-64ab14815610 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-10-25T05:58:36.197Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: df2bab62-1d26-4eaf-828a-64ab14815610 and serviceModelVersionId: 25794876-0c4e-44da-b443-54d252dcf15f
2021-10-25T05:58:36.197Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 632a1a7e-948b-4d1b-b565-827335d2d5b9
2021-10-25T05:58:36.199Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/632a1a7e-948b-4d1b-b565-827335d2d5b9/model-vers/model-ver/25794876-0c4e-44da-b443-54d252dcf15f?depth=0
2021-10-25T05:58:36.203Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2021-10-25T05:58:36.256Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/632a1a7e-948b-4d1b-b565-827335d2d5b9/model-vers/model-ver/25794876-0c4e-44da-b443-54d252dcf15f?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-10-25T05:58:36.257Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/632a1a7e-948b-4d1b-b565-827335d2d5b9/model-vers/model-ver/25794876-0c4e-44da-b443-54d252dcf15f?depth=0|INFO|500||Invoke
2021-10-25T05:58:36.286Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/632a1a7e-948b-4d1b-b565-827335d2d5b9/model-vers/model-ver/25794876-0c4e-44da-b443-54d252dcf15f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-10-25T05:58:36.739Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/632a1a7e-948b-4d1b-b565-827335d2d5b9/model-vers/model-ver/25794876-0c4e-44da-b443-54d252dcf15f?depth=0|INFO|500||InvokeReturn
2021-10-25T05:58:36.740Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/632a1a7e-948b-4d1b-b565-827335d2d5b9/model-vers/model-ver/25794876-0c4e-44da-b443-54d252dcf15f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211025-05:58:36:293-89237], vertex-id=[200864], Content-Length=[0], Date=[Mon, 25 Oct 2021 05:58:36 GMT], Content-Type=[application/json]}
2021-10-25T05:58:36.741Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2021-10-25T05:58:36.741Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-25T05:58:36.741Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||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-10-25T05:58:36.745Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||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-10-25T05:58:36.745Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID df2bab62-1d26-4eaf-828a-64ab14815610 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-25T05:58:36.746Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-25T05:58:36.746Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:58:36.748Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:58:36.748Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635141516746,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-25T05:58:36.848Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-25T05:58:36.849Z||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-10-25T05:58:36.850Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aGu7PufUrVELQdIN) ...
2021-10-25T05:58:36.872Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:58:36.873Z||pool-34-thread-1|||||INFO|500||cambria reply ok (24 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-10-25T05:58:47.862Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:58:47.863Z||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-10-25T05:58:47.863Z||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 aGu7PufUrVELQdIN) ...
2021-10-25T05:58:47.865Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:58:47.866Z||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-10-25T05:58:47.866Z||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 aGu7PufUrVELQdIN) ...
2021-10-25T05:58:47.997Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:58:47.998Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-25T05:58:47.998Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635141467863,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:58:47.999Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-25T05:58:57.422Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:59:47.863Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:59:47.865Z||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-10-25T05:59:47.865Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:59:47.865Z||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 aGu7PufUrVELQdIN) ...
2021-10-25T05:59:47.866Z||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-10-25T05:59:47.866Z||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 aGu7PufUrVELQdIN) ...
2021-10-25T05:59:48.405Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:59:48.407Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-25T05:59:48.407Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635141467863,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/basic_onboard_mpwcat0_modules.json",
"status": "NOTIFIED"
}
2021-10-25T05:59:48.409Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-25T05:59:48.409Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-25T05:59:48.409Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635141467863,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-10-25T05:59:48.409Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-25T05:59:48.409Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-25T05:59:48.409Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635141467863,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:59:48.409Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-25T05:59:48.409Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-25T05:59:48.409Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635141467863,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-10-25T05:59:48.409Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-25T05:59:48.410Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-25T05:59:48.410Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635141467863,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/artifacts/service-BasicOnboardMpwcat-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:59:48.410Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-25T05:59:48.410Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-25T05:59:48.410Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635141467863,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/artifacts/service-BasicOnboardMpwcat-csar.csar",
"status": "NOTIFIED"
}
2021-10-25T05:59:48.410Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-25T05:59:48.410Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-25T05:59:48.410Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635141475764,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/artifacts/service-BasicOnboardMpwcat-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-25T05:59:48.410Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:59:48.410Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-25T05:59:48.410Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635141478638,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/basic_onboard_mpwcat0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-10-25T05:59:48.411Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:59:48.411Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-25T05:59:48.411Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635141479838,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-10-25T05:59:48.412Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:59:48.412Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-25T05:59:48.412Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635141481043,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-10-25T05:59:48.412Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:59:48.412Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-25T05:59:48.412Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635141482158,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/basic_onboard_mpwcat0_modules.json",
"status": "DEPLOY_OK"
}
2021-10-25T05:59:48.412Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:59:48.412Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-25T05:59:48.412Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635141483162,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-10-25T05:59:48.412Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:59:48.413Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-25T05:59:48.413Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635141484164,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/resourceInstances/basic_onboard_mpwcat0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-10-25T05:59:48.413Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:59:48.413Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-25T05:59:48.413Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635141485168,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwcat/1.0/artifacts/service-BasicOnboardMpwcat-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-25T05:59:48.413Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:59:48.413Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-25T05:59:48.413Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "df2bab62-1d26-4eaf-828a-64ab14815610",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635141516746,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-25T05:59:48.413Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:59:57.439Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T06:00:47.864Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T06:00:47.865Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T06:00:47.867Z||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-10-25T06:00:47.867Z||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-10-25T06:00:47.867Z||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 aGu7PufUrVELQdIN) ...
2021-10-25T06:00:47.868Z||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 aGu7PufUrVELQdIN) ...
2021-10-25T06:00:57.467Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T06:00:57.467Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T06:01:47.864Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T06:01:47.865Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T06:01:47.867Z||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-10-25T06:01:47.867Z||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-10-25T06:01:47.867Z||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 aGu7PufUrVELQdIN) ...
2021-10-25T06:01:47.868Z||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 aGu7PufUrVELQdIN) ...
2021-10-25T06:01:57.440Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T06:01:57.442Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T06:02:47.862Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T06:02:47.864Z||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-10-25T06:02:47.864Z||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 aGu7PufUrVELQdIN) ...
2021-10-25T06:02:47.865Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T06:02:47.866Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T06:02:47.866Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as aGu7PufUrVELQdIN) ...
2021-10-25T06:02:57.419Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T06:02:57.422Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T06:03:47.863Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T06:03:47.866Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T06:03:47.868Z||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-10-25T06:03:47.868Z||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 aGu7PufUrVELQdIN) ...
2021-10-25T06:03:47.869Z||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-10-25T06:03:47.869Z||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 aGu7PufUrVELQdIN) ...
2021-10-25T06:03:57.426Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T06:03:57.426Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T06:04:47.862Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T06:04:47.863Z||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-10-25T06:04:47.863Z||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 aGu7PufUrVELQdIN) ...
2021-10-25T06:04:47.865Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T06:04:47.868Z||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-10-25T06:04:47.868Z||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 aGu7PufUrVELQdIN) ...
2021-10-25T06:04:57.429Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T06:04:57.429Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T06:05:47.864Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T06:05:47.865Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T06:05:47.867Z||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-10-25T06:05:47.867Z||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-10-25T06:05:47.867Z||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 aGu7PufUrVELQdIN) ...
2021-10-25T06:05:47.867Z||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 aGu7PufUrVELQdIN) ...
2021-10-25T06:05:57.427Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T06:05:57.427Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T06:06:47.862Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T06:06:47.864Z||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-10-25T06:06:47.864Z||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 aGu7PufUrVELQdIN) ...
2021-10-25T06:06:47.865Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T06:06:47.866Z||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-10-25T06:06:47.866Z||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 aGu7PufUrVELQdIN) ...
2021-10-25T06:06:57.418Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T06:06:57.419Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T06:07:47.863Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T06:07:47.867Z||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-10-25T06:07:47.868Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T06:07:47.868Z||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-10-25T06:07:47.868Z||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 aGu7PufUrVELQdIN) ...
2021-10-25T06:07:47.868Z||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 aGu7PufUrVELQdIN) ...
2021-10-25T06:07:57.443Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T06:07:57.465Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T06:08:47.866Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T06:08:47.864Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T06:08:47.869Z||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-10-25T06:08:47.869Z|df2bab62-1d26-4eaf-828a-64ab14815610|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-10-25T06:08:47.869Z||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 aGu7PufUrVELQdIN) ...
2021-10-25T06:08:47.869Z|df2bab62-1d26-4eaf-828a-64ab14815610|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 aGu7PufUrVELQdIN) ...
2021-10-25T06:08:57.435Z|df2bab62-1d26-4eaf-828a-64ab14815610|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T06:08:57.471Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T06:09:47.863Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T06:09:47.865Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T06:09:47.866Z||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-10-25T06:09:47.866Z||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-10-25T06:09:47.867Z||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 aGu7PufUrVELQdIN) ...
2021-10-25T06:09:47.867Z||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 aGu7PufUrVELQdIN) ...
2021-10-25T06:09:57.425Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T06:09:57.425Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T06:10:47.863Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T06:10:47.865Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T06:10:47.867Z||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-10-25T06:10:47.867Z||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-10-25T06:10:47.867Z||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 aGu7PufUrVELQdIN) ...
2021-10-25T06:10:47.867Z||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 aGu7PufUrVELQdIN) ...
2021-10-25T06:10:57.418Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T06:10:57.426Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T06:11:47.862Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T06:11:47.864Z||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-10-25T06:11:47.864Z||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 aGu7PufUrVELQdIN) ...
2021-10-25T06:11:47.865Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T06:11:47.866Z||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-10-25T06:11:47.866Z||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 aGu7PufUrVELQdIN) ...
2021-10-25T06:11:57.410Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T06:11:57.410Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T06:12:47.864Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T06:12:47.865Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T06:12:47.867Z||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-10-25T06:12:47.867Z||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 aGu7PufUrVELQdIN) ...
2021-10-25T06:12:47.867Z||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-10-25T06:12:47.868Z||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 aGu7PufUrVELQdIN) ...
2021-10-25T06:12:48.502Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T06:12:48.503Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T06:12:48.503Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"7f3fb92f-b76c-4988-9092-e6fede5fd8c6","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"32ab2532-c4cd-40b4-86c1-25192b25f541","serviceDescription":"service","serviceInvariantUUID":"9712b489-f5b7-420b-90e8-0553f9c42f5d","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"88a31e06-fa87-4621-9f5e-c2f846041424","resourceInvariantUUID":"d528e84e-c0fc-4076-af0a-eda502b7a480","resourceCustomizationUUID":"f3b25cc8-4889-4423-81f8-fc31986d0d86","category":"Generic","subcategory":"Network Elements","artifacts":[]}],"serviceArtifacts":[{"artifactName":"service-BasicNetwork-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml","artifactChecksum":"MGMzMTBkZmQ5NmMwZGUyZWJkMjg5NDc5N2I0NzE0MjA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f9834ad6-ee40-4658-a3ea-ca25783a8358","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NTIwNzhmZjQ3ZWI3YjQ4NGQzYzJkNTVhYjM1ZWVhYzU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"310ab5c6-9533-440f-b0ce-f17ad120b979","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-25T06:12:48.506Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T06:12:48.508Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T06:12:48.508Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f3fb92f-b76c-4988-9092-e6fede5fd8c6",
"consumerID": "ves-openapi-manager",
"timestamp": 1635142340210,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-25T06:12:48.510Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-25T06:12:48.510Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T06:12:48.511Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f3fb92f-b76c-4988-9092-e6fede5fd8c6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635142340980,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-25T06:12:48.511Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-25T06:12:48.512Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T06:12:48.512Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f3fb92f-b76c-4988-9092-e6fede5fd8c6",
"consumerID": "ves-openapi-manager",
"timestamp": 1635142340210,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-10-25T06:12:48.512Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-25T06:12:48.512Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T06:12:48.512Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f3fb92f-b76c-4988-9092-e6fede5fd8c6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635142340980,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-10-25T06:12:48.512Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-25T06:12:48.512Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T06:12:48.512Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f3fb92f-b76c-4988-9092-e6fede5fd8c6",
"consumerID": "aai-ml",
"timestamp": 1635142345288,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-25T06:12:48.513Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-25T06:12:48.513Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T06:12:48.513Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f3fb92f-b76c-4988-9092-e6fede5fd8c6",
"consumerID": "policy-id",
"timestamp": 1635142345878,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-25T06:12:48.513Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-25T06:12:48.513Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T06:12:48.513Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f3fb92f-b76c-4988-9092-e6fede5fd8c6",
"consumerID": "aai-ml",
"timestamp": 1635142345288,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-10-25T06:12:48.513Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-25T06:12:48.513Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T06:12:48.513Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f3fb92f-b76c-4988-9092-e6fede5fd8c6",
"consumerID": "dcae-sch",
"timestamp": 1635142346458,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-25T06:12:48.514Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-25T06:12:48.514Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T06:12:48.514Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f3fb92f-b76c-4988-9092-e6fede5fd8c6",
"consumerID": "clamp",
"timestamp": 1635142346867,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-25T06:12:48.514Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-25T06:12:48.514Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T06:12:48.514Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f3fb92f-b76c-4988-9092-e6fede5fd8c6",
"consumerID": "policy-id",
"timestamp": 1635142345878,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-10-25T06:12:48.514Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-25T06:12:48.514Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T06:12:48.514Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f3fb92f-b76c-4988-9092-e6fede5fd8c6",
"consumerID": "cds",
"timestamp": 1635142347354,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-25T06:12:48.514Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-25T06:12:48.515Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T06:12:48.515Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f3fb92f-b76c-4988-9092-e6fede5fd8c6",
"consumerID": "dcae-sch",
"timestamp": 1635142346458,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-10-25T06:12:48.515Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-25T06:12:48.515Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T06:12:48.515Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f3fb92f-b76c-4988-9092-e6fede5fd8c6",
"consumerID": "aai-ml",
"timestamp": 1635142348466,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-25T06:12:48.515Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T06:12:48.515Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T06:12:48.515Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f3fb92f-b76c-4988-9092-e6fede5fd8c6",
"consumerID": "clamp",
"timestamp": 1635142346867,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-10-25T06:12:48.515Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-25T06:12:48.515Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T06:12:48.516Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f3fb92f-b76c-4988-9092-e6fede5fd8c6",
"consumerID": "policy-id",
"timestamp": 1635142348667,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-25T06:12:48.516Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T06:12:48.516Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T06:12:48.516Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f3fb92f-b76c-4988-9092-e6fede5fd8c6",
"consumerID": "cds",
"timestamp": 1635142347354,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-10-25T06:12:48.516Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-25T06:12:48.516Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T06:12:48.516Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f3fb92f-b76c-4988-9092-e6fede5fd8c6",
"consumerID": "policy-id",
"timestamp": 1635142349674,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-25T06:12:48.516Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T06:12:48.516Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T06:12:48.517Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f3fb92f-b76c-4988-9092-e6fede5fd8c6",
"consumerID": "cds",
"timestamp": 1635142350246,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-25T06:12:48.517Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T06:12:48.517Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T06:12:48.517Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f3fb92f-b76c-4988-9092-e6fede5fd8c6",
"consumerID": "policy-id",
"timestamp": 1635142350677,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
2021-10-25T06:12:48.520Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-25T06:12:48.522Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-25T06:12:48.532Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T06:12:48.533Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "7f3fb92f-b76c-4988-9092-e6fede5fd8c6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635142367863,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
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-10-25T06:12:48.547Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7f3fb92f-b76c-4988-9092-e6fede5fd8c6
2021-10-25T06:12:48.548Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7f3fb92f-b76c-4988-9092-e6fede5fd8c6 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-10-25T06:12:48.558Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T06:12:48.558Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f3fb92f-b76c-4988-9092-e6fede5fd8c6",
"consumerID": "cds",
"timestamp": 1635142351255,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-25T06:12:48.563Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7f3fb92f-b76c-4988-9092-e6fede5fd8c6
2021-10-25T06:12:48.563Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7f3fb92f-b76c-4988-9092-e6fede5fd8c6 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-10-25T06:12:48.587Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T06:12:48.587Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f3fb92f-b76c-4988-9092-e6fede5fd8c6",
"consumerID": "aai-ml",
"timestamp": 1635142353040,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-25T06:12:48.587Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T06:12:48.587Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T06:12:48.587Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f3fb92f-b76c-4988-9092-e6fede5fd8c6",
"consumerID": "aai-ml",
"timestamp": 1635142354045,
"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-10-25T06:12:48.593Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7f3fb92f-b76c-4988-9092-e6fede5fd8c6
2021-10-25T06:12:48.594Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7f3fb92f-b76c-4988-9092-e6fede5fd8c6 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-10-25T06:12:48.603Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T06:12:48.603Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f3fb92f-b76c-4988-9092-e6fede5fd8c6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635142358366,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-25T06:12:48.604Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-25T06:12:48.604Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T06:12:48.604Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f3fb92f-b76c-4988-9092-e6fede5fd8c6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635142358366,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-10-25T06:12:48.605Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-25T06:12:48.605Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T06:12:48.605Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f3fb92f-b76c-4988-9092-e6fede5fd8c6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635142361256,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-25T06:12:48.606Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T06:12:48.606Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T06:12:48.606Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f3fb92f-b76c-4988-9092-e6fede5fd8c6",
"consumerID": "clamp",
"timestamp": 1635142361387,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-25T06:12:48.606Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T06:12:48.607Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T06:12:48.607Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f3fb92f-b76c-4988-9092-e6fede5fd8c6",
"consumerID": "clamp",
"timestamp": 1635142362406,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-25T06:12:48.607Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T06:12:48.607Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T06:12:48.608Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f3fb92f-b76c-4988-9092-e6fede5fd8c6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635142362997,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-25T06:12:48.608Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T06:12:48.608Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T06:12:48.608Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f3fb92f-b76c-4988-9092-e6fede5fd8c6",
"consumerID": "clamp",
"timestamp": 1635142363409,
"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-10-25T06:12:48.613Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 7f3fb92f-b76c-4988-9092-e6fede5fd8c6
2021-10-25T06:12:48.613Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7f3fb92f-b76c-4988-9092-e6fede5fd8c6 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-10-25T06:12:48.621Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T06:12:48.621Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f3fb92f-b76c-4988-9092-e6fede5fd8c6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635142364001,
"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-10-25T06:12:48.626Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7f3fb92f-b76c-4988-9092-e6fede5fd8c6
2021-10-25T06:12:48.626Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7f3fb92f-b76c-4988-9092-e6fede5fd8c6 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-10-25T06:12:48.632Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-25T06:12:48.633Z||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-10-25T06:12:48.633Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aGu7PufUrVELQdIN) ...
2021-10-25T06:12:48.660Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T06:12:48.661Z||pool-35-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2021-10-25T06:12:49.533Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-25T06:12:49.534Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-10-25T06:12:49.537Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T06:12:49.537Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "7f3fb92f-b76c-4988-9092-e6fede5fd8c6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635142367863,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-10-25T06:12:49.636Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-25T06:12:49.637Z||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-10-25T06:12:49.637Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aGu7PufUrVELQdIN) ...
2021-10-25T06:12:49.657Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T06:12:49.657Z||pool-36-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2021-10-25T06:12:50.538Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "7f3fb92f-b76c-4988-9092-e6fede5fd8c6",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "32ab2532-c4cd-40b4-86c1-25192b25f541",
"serviceDescription": "service",
"serviceInvariantUUID": "9712b489-f5b7-420b-90e8-0553f9c42f5d",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "f3b25cc8-4889-4423-81f8-fc31986d0d86",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "88a31e06-fa87-4621-9f5e-c2f846041424",
"resourceInvariantUUID": "d528e84e-c0fc-4076-af0a-eda502b7a480",
"category": "Generic",
"subcategory": "Network Elements",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicNetwork-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"artifactChecksum": "NTIwNzhmZjQ3ZWI3YjQ4NGQzYzJkNTVhYjM1ZWVhYzU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "310ab5c6-9533-440f-b0ce-f17ad120b979"
}
],
"workloadContext": "Production"
}
2021-10-25T06:12:50.539Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-25T06:12:50.539Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 32ab2532-c4cd-40b4-86c1-25192b25f541 ASDC
2021-10-25T06:12:50.540Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:7f3fb92f-b76c-4988-9092-e6fede5fd8c6
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:32ab2532-c4cd-40b4-86c1-25192b25f541
ServiceInvariantUUID:9712b489-f5b7-420b-90e8-0553f9c42f5d
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicNetwork-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
ArtifactUUID:310ab5c6-9533-440f-b0ce-f17ad120b979
ArtifactChecksum:NTIwNzhmZjQ3ZWI3YjQ4NGQzYzJkNTVhYjM1ZWVhYzU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:f3b25cc8-4889-4423-81f8-fc31986d0d86
ResourceInvariantUUID:d528e84e-c0fc-4076-af0a-eda502b7a480
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:88a31e06-fa87-4621-9f5e-c2f846041424
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2021-10-25T06:12:50.540Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 32ab2532-c4cd-40b4-86c1-25192b25f541 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-10-25T06:12:50.568Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-25T06:12:50.569Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-10-25T06:12:50.569Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-10-25T06:12:50.570Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 310ab5c6-9533-440f-b0ce-f17ad120b979 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-10-25T06:12:50.570Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-10-25T06:12:50.570Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-10-25T06:12:50.747Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-10-25T06:12:50.750Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 310ab5c6-9533-440f-b0ce-f17ad120b979 52174
2021-10-25T06:12:50.750Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-10-25T06:12:50.750Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-10-25T06:12:50.751Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-25T06:12:50.751Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-10-25T06:12:50.753Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T06:12:50.753Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "7f3fb92f-b76c-4988-9092-e6fede5fd8c6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635142370750,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-25T06:12:50.853Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-25T06:12:50.854Z||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-10-25T06:12:50.854Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aGu7PufUrVELQdIN) ...
2021-10-25T06:12:50.876Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T06:12:50.876Z||pool-37-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2021-10-25T06:12:51.753Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-25T06:12:51.754Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-10-25T06:12:51.755Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 310ab5c6-9533-440f-b0ce-f17ad120b979, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-25T06:12:51.755Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-10-25T06:12:51.756Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-25T06:12:51.756Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-25T06:12:51.894Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5287060124680844801/Definitions/service-BasicNetwork-template.yml
2021-10-25T06:12:52.402Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-25T06:12:52.403Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-10-25T06:12:52.403Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-25T06:12:52.403Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-10-25T06:12:52.403Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-25T06:12:52.403Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-25T06:12:52.403Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-25T06:12:52.403Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-25T06:12:52.403Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-25T06:12:52.403Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-25T06:12:52.403Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-25T06:12:52.404Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-25T06:12:52.404Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-10-25T06:12:52.404Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-25T06:12:52.404Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T06:12:52.404Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-10-25T06:12:52.404Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-10-25T06:12:52.405Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-25T06:12:52.405Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-25T06:12:52.405Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T06:12:52.405Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-10-25T06:12:52.405Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-10-25T06:12:52.405Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-25T06:12:52.405Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-25T06:12:52.405Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T06:12:52.406Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-25T06:12:52.406Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T06:12:52.406Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-25T06:12:52.406Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T06:12:52.407Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-25T06:12:52.407Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T06:12:52.407Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-25T06:12:52.407Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T06:12:52.407Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:32ab2532-c4cd-40b4-86c1-25192b25f541
Model Version:NULL
Model InvariantUuid:9712b489-f5b7-420b-90e8-0553f9c42f5d
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:d528e84e-c0fc-4076-af0a-eda502b7a480
Model UUID:2d10e61e-4a3c-4b23-b886-5f8115526722
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:f3b25cc8-4889-4423-81f8-fc31986d0d86
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-10-25T06:12:52.412Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||INFO|500||Processing Resource Type: VL, Model UUID: 88a31e06-fa87-4621-9f5e-c2f846041424
2021-10-25T06:12:52.412Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||INFO|500||No resources found for Service: 32ab2532-c4cd-40b4-86c1-25192b25f541
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-10-25T06:12:52.418Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||INFO|500||
2021-10-25T06:12:52.418Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2021-10-25T06:12:52.419Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||DEBUG|500||No resources found for Service: 32ab2532-c4cd-40b4-86c1-25192b25f541
2021-10-25T06:12:52.419Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 32ab2532-c4cd-40b4-86c1-25192b25f541
2021-10-25T06:12:52.419Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2021-10-25T06:12:52.420Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-25T06:12:52.424Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5598d31, org.onap.sdc.toscaparser.api.parameters.Input@51a18451, org.onap.sdc.toscaparser.api.parameters.Input@30ec8846, org.onap.sdc.toscaparser.api.parameters.Input@761f66f4, org.onap.sdc.toscaparser.api.parameters.Input@3fe64d03]
2021-10-25T06:12:52.425Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-25T06:12:52.425Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T06:12:52.426Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-25T06:12:52.426Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T06:12:52.426Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 32ab2532-c4cd-40b4-86c1-25192b25f541: Generic NeutronNet
2021-10-25T06:12:52.426Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-25T06:12:52.427Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T06:12:52.427Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-25T06:12:52.427Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2021-10-25T06:12:52.454Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-25T06:12:52.454Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T06:12:52.454Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-25T06:12:52.455Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T06:12:52.455Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-25T06:12:52.455Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T06:12:52.455Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||INFO|500||Saving Service: basic_network
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2021-10-25T06:12:52.501Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2021-10-25T06:12:52.502Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-10-25T06:12:52.502Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-10-25T06:12:52.502Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-25T06:12:52.502Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-10-25T06:12:52.503Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T06:12:52.504Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "7f3fb92f-b76c-4988-9092-e6fede5fd8c6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635142372501,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-25T06:12:52.604Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-25T06:12:52.605Z||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-10-25T06:12:52.605Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aGu7PufUrVELQdIN) ...
2021-10-25T06:12:52.615Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T06:12:52.615Z||pool-38-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-25T06:12:53.504Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7f3fb92f-b76c-4988-9092-e6fede5fd8c6
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-10-25T06:12:53.515Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7f3fb92f-b76c-4988-9092-e6fede5fd8c6
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-10-25T06:12:53.517Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-25T06:12:53.518Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-25T06:12:53.518Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-25T06:12:53.518Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-25T06:12:53.518Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-25T06:12:53.518Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-25T06:12:53.518Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-25T06:12:53.518Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-25T06:12:53.518Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-25T06:12:53.518Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-25T06:12:53.518Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||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-10-25T06:12:53.523Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-25T06:13:23.523Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7f3fb92f-b76c-4988-9092-e6fede5fd8c6 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-10-25T06:13:23.533Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7f3fb92f-b76c-4988-9092-e6fede5fd8c6 and serviceModelVersionId: 32ab2532-c4cd-40b4-86c1-25192b25f541
2021-10-25T06:13:23.533Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9712b489-f5b7-420b-90e8-0553f9c42f5d
2021-10-25T06:13:23.534Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9712b489-f5b7-420b-90e8-0553f9c42f5d/model-vers/model-ver/32ab2532-c4cd-40b4-86c1-25192b25f541?depth=0
2021-10-25T06:13:23.539Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2021-10-25T06:13:23.599Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9712b489-f5b7-420b-90e8-0553f9c42f5d/model-vers/model-ver/32ab2532-c4cd-40b4-86c1-25192b25f541?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-10-25T06:13:23.601Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9712b489-f5b7-420b-90e8-0553f9c42f5d/model-vers/model-ver/32ab2532-c4cd-40b4-86c1-25192b25f541?depth=0|INFO|500||Invoke
2021-10-25T06:13:23.621Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9712b489-f5b7-420b-90e8-0553f9c42f5d/model-vers/model-ver/32ab2532-c4cd-40b4-86c1-25192b25f541?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-10-25T06:13:23.810Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9712b489-f5b7-420b-90e8-0553f9c42f5d/model-vers/model-ver/32ab2532-c4cd-40b4-86c1-25192b25f541?depth=0|INFO|500||InvokeReturn
2021-10-25T06:13:23.811Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9712b489-f5b7-420b-90e8-0553f9c42f5d/model-vers/model-ver/32ab2532-c4cd-40b4-86c1-25192b25f541?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211025-06:13:23:627-64624], vertex-id=[229408], Content-Length=[0], Date=[Mon, 25 Oct 2021 06:13:23 GMT], Content-Type=[application/json]}
2021-10-25T06:13:23.811Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2021-10-25T06:13:23.812Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-25T06:13:23.812Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||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-10-25T06:13:23.818Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||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-10-25T06:13:23.819Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7f3fb92f-b76c-4988-9092-e6fede5fd8c6 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-25T06:13:23.819Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-25T06:13:23.819Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-10-25T06:13:23.822Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T06:13:23.822Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "7f3fb92f-b76c-4988-9092-e6fede5fd8c6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635142403819,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-25T06:13:23.922Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-25T06:13:23.922Z||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-10-25T06:13:23.923Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aGu7PufUrVELQdIN) ...
2021-10-25T06:13:23.937Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T06:13:23.937Z||pool-39-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-10-25T06:13:47.865Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T06:13:47.864Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T06:13:47.867Z||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-10-25T06:13:47.867Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|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-10-25T06:13:47.868Z||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 aGu7PufUrVELQdIN) ...
2021-10-25T06:13:47.868Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|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 aGu7PufUrVELQdIN) ...
2021-10-25T06:13:47.999Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T06:13:47.999Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-25T06:13:48.000Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f3fb92f-b76c-4988-9092-e6fede5fd8c6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635142367863,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-25T06:13:48.002Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-25T06:13:57.421Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T06:14:47.862Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T06:14:47.864Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|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-10-25T06:14:47.864Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|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 aGu7PufUrVELQdIN) ...
2021-10-25T06:14:47.865Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T06:14:47.866Z||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-10-25T06:14:47.866Z||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 aGu7PufUrVELQdIN) ...
2021-10-25T06:14:47.896Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T06:14:47.897Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-25T06:14:47.897Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f3fb92f-b76c-4988-9092-e6fede5fd8c6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635142367863,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-10-25T06:14:47.898Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-25T06:14:47.898Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-25T06:14:47.899Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f3fb92f-b76c-4988-9092-e6fede5fd8c6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635142370750,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-25T06:14:47.899Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T06:14:47.899Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-25T06:14:47.899Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f3fb92f-b76c-4988-9092-e6fede5fd8c6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635142372501,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-25T06:14:47.899Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T06:14:47.900Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-25T06:14:47.900Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f3fb92f-b76c-4988-9092-e6fede5fd8c6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635142403819,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-25T06:14:47.900Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T06:14:48.496Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T06:14:48.497Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T06:14:48.497Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"788a8821-4a32-4d7e-be34-630508ae25ea","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"02b1b23b-e5f4-4fba-b093-d3ab6d0ef6c5","serviceDescription":"service","serviceInvariantUUID":"affa0e5b-355e-4722-9a61-0766a1d82248","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6e9d8bcd-8781-4322-b07a-a40cc6164ab0","resourceInvariantUUID":"b1b78417-3dc0-40fa-9b8d-be7301242360","resourceCustomizationUUID":"d32eb309-c783-4c81-bcdf-c9e097b1824a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml","artifactChecksum":"MWU0ZDg4Mjk1ZGJmMDY1M2FiMTczZTgzMDU0MDhhNmY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"db729568-cd21-4770-a989-ce670392a4cf","artifactVersion":"1"},{"artifactName":"nginx_cloudtech_k8s_charts.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"8be3254c-3d37-4ed3-bfd8-43759b63a013","artifactVersion":"2","generatedFromUUID":"a200e7af-7a3b-41ab-9be8-27b783eae819"},{"artifactName":"nginx_cloudtech_k8s_charts.tgz","artifactType":"CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz","artifactChecksum":"YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a200e7af-7a3b-41ab-9be8-27b783eae819","artifactVersion":"1"},{"artifactName":"basic_cnf0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json","artifactChecksum":"MjdkNzY2OTVjY2I4ZGJjOTI1YzY4NWVkYzlmZTdhNmE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ff4485e5-279d-43c9-a091-d7e5942e69bb","artifactVersion":"1"},{"artifactName":"base_dummy.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml","artifactChecksum":"MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"d8130a98-e907-48ff-80b0-c43e47247350","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml","artifactChecksum":"OWI0ZjVmMTVjZmQ2Nzk1ZTUyOWQyYzdjMjFhYTI4NzE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d3be7535-b716-4912-a5d0-173ed0adacbd","artifactVersion":"1"},{"artifactName":"base_dummy.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env","artifactChecksum":"NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"c1db8f8e-163e-46bb-801a-246ccd4f08a5","artifactVersion":"2","generatedFromUUID":"d8130a98-e907-48ff-80b0-c43e47247350"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"YTBiMGQ5MWMyM2QzNTgyZjNhODE3ZTlkOWVhNmM2OGM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5417b9bd-20de-407b-aff9-42598ab47a61","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"Mjc4Y2ZjNGUzOWM0MTIwYmIzZjk4NWRkZjZhNjNiZjc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"975a8f9b-afde-4a49-b5b4-0956a98108ac","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-25T06:14:48.501Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-25T06:14:48.501Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-10-25T06:14:48.505Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T06:14:48.505Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "788a8821-4a32-4d7e-be34-630508ae25ea",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635142487862,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-25T06:14:48.605Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-25T06:14:48.606Z||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-10-25T06:14:48.606Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aGu7PufUrVELQdIN) ...
2021-10-25T06:14:48.619Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T06:14:48.620Z||pool-40-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-10-25T06:14:49.505Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-25T06:14:49.506Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-10-25T06:14:49.508Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T06:14:49.508Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "788a8821-4a32-4d7e-be34-630508ae25ea",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635142487862,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOTIFIED"
}
2021-10-25T06:14:49.608Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-25T06:14:49.609Z||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-10-25T06:14:49.609Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aGu7PufUrVELQdIN) ...
2021-10-25T06:14:49.620Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T06:14:49.620Z||pool-41-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-10-25T06:14:50.509Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-25T06:14:50.517Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-10-25T06:14:50.519Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T06:14:50.519Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "788a8821-4a32-4d7e-be34-630508ae25ea",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635142487862,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOTIFIED"
}
2021-10-25T06:14:50.620Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-25T06:14:50.620Z||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-10-25T06:14:50.621Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aGu7PufUrVELQdIN) ...
2021-10-25T06:14:50.637Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T06:14:50.637Z||pool-42-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-10-25T06:14:51.520Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-25T06:14:51.521Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-10-25T06:14:51.522Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T06:14:51.522Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "788a8821-4a32-4d7e-be34-630508ae25ea",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635142487862,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOTIFIED"
}
2021-10-25T06:14:51.622Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-25T06:14:51.623Z||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-10-25T06:14:51.623Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aGu7PufUrVELQdIN) ...
2021-10-25T06:14:51.634Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T06:14:51.635Z||pool-43-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-25T06:14:52.523Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-25T06:14:52.523Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-10-25T06:14:52.525Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T06:14:52.525Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "788a8821-4a32-4d7e-be34-630508ae25ea",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635142487862,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOTIFIED"
}
2021-10-25T06:14:52.625Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-25T06:14:52.626Z||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-10-25T06:14:52.626Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aGu7PufUrVELQdIN) ...
2021-10-25T06:14:52.637Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T06:14:52.637Z||pool-44-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-25T06:14:53.532Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-25T06:14:53.533Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-10-25T06:14:53.535Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T06:14:53.535Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "788a8821-4a32-4d7e-be34-630508ae25ea",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635142487862,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-25T06:14:53.635Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-25T06:14:53.636Z||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-10-25T06:14:53.636Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aGu7PufUrVELQdIN) ...
2021-10-25T06:14:53.646Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T06:14:53.646Z||pool-45-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-25T06:14:54.536Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-25T06:14:54.536Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-10-25T06:14:54.538Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T06:14:54.538Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "788a8821-4a32-4d7e-be34-630508ae25ea",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635142487862,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOTIFIED"
}
2021-10-25T06:14:54.638Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-25T06:14:54.639Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-25T06:14:54.639Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aGu7PufUrVELQdIN) ...
2021-10-25T06:14:54.659Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T06:14:54.659Z||pool-46-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2021-10-25T06:14:55.539Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-25T06:14:55.540Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-10-25T06:14:55.542Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T06:14:55.543Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "788a8821-4a32-4d7e-be34-630508ae25ea",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635142487862,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-25T06:14:55.643Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-25T06:14:55.643Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-25T06:14:55.643Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aGu7PufUrVELQdIN) ...
2021-10-25T06:14:55.659Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T06:14:55.659Z||pool-47-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-10-25T06:14:56.543Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-25T06:14:56.544Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-10-25T06:14:56.546Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T06:14:56.546Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "788a8821-4a32-4d7e-be34-630508ae25ea",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635142487862,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2021-10-25T06:14:56.646Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-25T06:14:56.647Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-25T06:14:56.647Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aGu7PufUrVELQdIN) ...
2021-10-25T06:14:56.670Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T06:14:56.671Z||pool-48-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2021-10-25T06:14:57.548Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "788a8821-4a32-4d7e-be34-630508ae25ea",
"serviceName": "basic_cnf",
"serviceVersion": "1.0",
"serviceUUID": "02b1b23b-e5f4-4fba-b093-d3ab6d0ef6c5",
"serviceDescription": "service",
"serviceInvariantUUID": "affa0e5b-355e-4722-9a61-0766a1d82248",
"resources": [
{
"resourceInstanceName": "basic_cnf 0",
"resourceCustomizationUUID": "d32eb309-c783-4c81-bcdf-c9e097b1824a",
"resourceName": "basic_cnf",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "6e9d8bcd-8781-4322-b07a-a40cc6164ab0",
"resourceInvariantUUID": "b1b78417-3dc0-40fa-9b8d-be7301242360",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "nginx_cloudtech_k8s_charts.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"artifactChecksum": "MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "8be3254c-3d37-4ed3-bfd8-43759b63a013",
"relatedArtifactsInfo": []
},
{
"artifactName": "nginx_cloudtech_k8s_charts.tgz",
"artifactType": "CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"artifactChecksum": "YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "a200e7af-7a3b-41ab-9be8-27b783eae819",
"relatedArtifactsInfo": []
},
{
"artifactName": "basic_cnf0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"artifactChecksum": "MjdkNzY2OTVjY2I4ZGJjOTI1YzY4NWVkYzlmZTdhNmE\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "ff4485e5-279d-43c9-a091-d7e5942e69bb",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_dummy.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"artifactChecksum": "MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "d8130a98-e907-48ff-80b0-c43e47247350",
"generatedArtifact": {
"artifactName": "base_dummy.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "c1db8f8e-163e-46bb-801a-246ccd4f08a5",
"generatedFromUUID": "d8130a98-e907-48ff-80b0-c43e47247350"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_dummy.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "c1db8f8e-163e-46bb-801a-246ccd4f08a5",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicCnf-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"artifactChecksum": "Mjc4Y2ZjNGUzOWM0MTIwYmIzZjk4NWRkZjZhNjNiZjc\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "975a8f9b-afde-4a49-b5b4-0956a98108ac"
}
],
"workloadContext": "Production"
}
2021-10-25T06:14:57.548Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-25T06:14:57.548Z|7f3fb92f-b76c-4988-9092-e6fede5fd8c6|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 02b1b23b-e5f4-4fba-b093-d3ab6d0ef6c5 ASDC
2021-10-25T06:14:57.550Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:788a8821-4a32-4d7e-be34-630508ae25ea
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:02b1b23b-e5f4-4fba-b093-d3ab6d0ef6c5
ServiceInvariantUUID:affa0e5b-355e-4722-9a61-0766a1d82248
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicCnf-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
ArtifactUUID:975a8f9b-afde-4a49-b5b4-0956a98108ac
ArtifactChecksum:Mjc4Y2ZjNGUzOWM0MTIwYmIzZjk4NWRkZjZhNjNiZjc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:d32eb309-c783-4c81-bcdf-c9e097b1824a
ResourceInvariantUUID:b1b78417-3dc0-40fa-9b8d-be7301242360
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:6e9d8bcd-8781-4322-b07a-a40cc6164ab0
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:nginx_cloudtech_k8s_charts.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
ArtifactUUID:8be3254c-3d37-4ed3-bfd8-43759b63a013
ArtifactChecksum:MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:nginx_cloudtech_k8s_charts.tgz
ArtifactVersion:1
ArtifactType:CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
ArtifactUUID:a200e7af-7a3b-41ab-9be8-27b783eae819
ArtifactChecksum:YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:basic_cnf0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
ArtifactUUID:ff4485e5-279d-43c9-a091-d7e5942e69bb
ArtifactChecksum:MjdkNzY2OTVjY2I4ZGJjOTI1YzY4NWVkYzlmZTdhNmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_dummy.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
ArtifactUUID:d8130a98-e907-48ff-80b0-c43e47247350
ArtifactChecksum:MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_dummy.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
ArtifactUUID:c1db8f8e-163e-46bb-801a-246ccd4f08a5
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_dummy.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
ArtifactUUID:c1db8f8e-163e-46bb-801a-246ccd4f08a5
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-10-25T06:14:57.550Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 02b1b23b-e5f4-4fba-b093-d3ab6d0ef6c5 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-10-25T06:14:57.587Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-25T06:14:57.588Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-10-25T06:14:57.589Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-10-25T06:14:57.589Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 975a8f9b-afde-4a49-b5b4-0956a98108ac from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-10-25T06:14:57.589Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-10-25T06:14:57.590Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-10-25T06:14:57.844Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-10-25T06:14:57.847Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 975a8f9b-afde-4a49-b5b4-0956a98108ac 68762
2021-10-25T06:14:57.847Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2021-10-25T06:14:57.847Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-10-25T06:14:57.848Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-25T06:14:57.848Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-10-25T06:14:57.850Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T06:14:57.850Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "788a8821-4a32-4d7e-be34-630508ae25ea",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635142497847,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-25T06:14:57.950Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-25T06:14:57.951Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-25T06:14:57.951Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aGu7PufUrVELQdIN) ...
2021-10-25T06:14:57.968Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T06:14:57.968Z||pool-49-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2021-10-25T06:14:58.851Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-25T06:14:58.852Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-10-25T06:14:58.853Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 975a8f9b-afde-4a49-b5b4-0956a98108ac, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2021-10-25T06:14:58.853Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2021-10-25T06:14:58.854Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2021-10-25T06:14:58.854Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2021-10-25T06:14:59.004Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8460382381855041307/Definitions/service-BasicCnf-template.yml
2021-10-25T06:15:00.241Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-25T06:15:00.242Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-10-25T06:15:00.242Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-10-25T06:15:00.242Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2021-10-25T06:15:00.242Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-10-25T06:15:00.242Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-10-25T06:15:00.242Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||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-BasicCnf-csar.csar
2021-10-25T06:15:00.243Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 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-BasicCnf-csar.csar
2021-10-25T06:15:00.243Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-10-25T06:15:00.243Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-25T06:15:00.243Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T06:15:00.243Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-10-25T06:15:00.244Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-10-25T06:15:00.244Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-25T06:15:00.244Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-25T06:15:00.244Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T06:15:00.244Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-10-25T06:15:00.245Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-10-25T06:15:00.245Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-25T06:15:00.245Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-25T06:15:00.245Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T06:15:00.245Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-25T06:15:00.245Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-10-25T06:15:00.246Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2021-10-25T06:15:00.246Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||Node template dummy is not matching search criteria
2021-10-25T06:15:00.246Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-10-25T06:15:00.246Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-25T06:15:00.246Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-25T06:15:00.247Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-25T06:15:00.247Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-10-25T06:15:00.247Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-25T06:15:00.247Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-25T06:15:00.247Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-10-25T06:15:00.247Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-25T06:15:00.248Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-25T06:15:00.248Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-10-25T06:15:00.248Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-25T06:15:00.248Z|788a8821-4a32-4d7e-be34-630508ae25ea|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery